+ 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 Mar 6 22:31:41 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-171-generic #181-Ubuntu SMP Fri Feb 6 22:44:50 UTC 2026 nodename: neutron-server-84fd497ddb-p9nqz 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 0x7efe5d113668 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-03-06 22:31:46.383 8 INFO neutron.common.config [-] Logging enabled! 2026-03-06 22:31:46.384 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-06 22:31:46.454 7 INFO neutron.common.config [-] Logging enabled! 2026-03-06 22:31:46.454 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-06 22:31:46.757 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-06 22:31:46.844 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-06 22:31:48.236 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 22:31:48.239 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-06 22:31:48.245 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-06 22:31:48.246 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 22:31:48.246 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-06 22:31:48.246 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-06 22:31:48.246 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 22:31:48.256 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 22:31:48.256 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 22:31:48.256 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 22:31:48.283 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-06 22:31:48.285 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 22:31:48.285 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-06 22:31:48.318 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-06 22:31:48.318 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-06 22:31:48.318 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-06 22:31:48.318 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-06 22:31:48.342 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 22:31:48.344 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-06 22:31:48.348 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-06 22:31:48.349 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 22:31:48.349 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-06 22:31:48.349 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-06 22:31:48.349 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 22:31:48.357 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 22:31:48.357 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 22:31:48.357 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 22:31:48.378 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-06 22:31:48.379 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 22:31:48.379 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-06 22:31:48.408 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-06 22:31:48.409 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-06 22:31:48.409 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-06 22:31:48.409 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-06 22:31:48.599 8 INFO neutron.plugins.ml2.managers [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] Initializing driver for type 'vlan' 2026-03-06 22:31:48.692 7 INFO neutron.plugins.ml2.managers [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] Initializing driver for type 'vlan' 2026-03-06 22:31:48.862 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] VlanTypeDriver initialization complete 2026-03-06 22:31:48.862 8 INFO neutron.plugins.ml2.managers [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] Initializing driver for type 'vxlan' 2026-03-06 22:31:48.862 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-06 22:31:48.876 8 INFO neutron.plugins.ml2.managers [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-06 22:31:48.876 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-06 22:31:48.877 8 INFO neutron.plugins.ml2.managers [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] Initializing extension driver 'port_security' 2026-03-06 22:31:48.877 8 INFO neutron.plugins.ml2.extensions.port_security [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-06 22:31:48.877 8 INFO neutron.plugins.ml2.managers [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] Initializing extension driver 'qos' 2026-03-06 22:31:48.877 8 INFO neutron.plugins.ml2.managers [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-06 22:31:48.877 8 INFO neutron.plugins.ml2.managers [None req-3a75b17b-8c3c-4c91-919c-d97291745cdb - - - - - -] Initializing mechanism driver 'l2population' 2026-03-06 22:31:48.892 8 INFO neutron.quota [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded quota_driver: . 2026-03-06 22:31:48.892 8 INFO neutron.plugins.ml2.plugin [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Modular L2 Plugin initialization complete 2026-03-06 22:31:48.892 8 INFO neutron.plugins.ml2.managers [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-06 22:31:48.892 8 INFO neutron.plugins.ml2.managers [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-06 22:31:48.892 8 INFO neutron.plugins.ml2.managers [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Got port-security extension from driver 'port_security' 2026-03-06 22:31:48.893 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: qos 2026-03-06 22:31:48.905 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: router 2026-03-06 22:31:48.947 8 INFO neutron.services.service_base [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-06 22:31:48.947 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: segments 2026-03-06 22:31:48.966 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] VlanTypeDriver initialization complete 2026-03-06 22:31:48.966 7 INFO neutron.plugins.ml2.managers [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] Initializing driver for type 'vxlan' 2026-03-06 22:31:48.967 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-06 22:31:48.979 7 INFO neutron.plugins.ml2.managers [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-06 22:31:48.979 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-06 22:31:48.980 7 INFO neutron.plugins.ml2.managers [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] Initializing extension driver 'port_security' 2026-03-06 22:31:48.980 7 INFO neutron.plugins.ml2.extensions.port_security [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-06 22:31:48.980 7 INFO neutron.plugins.ml2.managers [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] Initializing extension driver 'qos' 2026-03-06 22:31:48.980 7 INFO neutron.plugins.ml2.managers [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-06 22:31:48.980 7 INFO neutron.plugins.ml2.managers [None req-12d6db5c-7c96-4a90-8a12-0aa7ff93922e - - - - - -] Initializing mechanism driver 'l2population' 2026-03-06 22:31:48.994 7 INFO neutron.quota [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded quota_driver: . 2026-03-06 22:31:48.994 7 INFO neutron.plugins.ml2.plugin [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Modular L2 Plugin initialization complete 2026-03-06 22:31:48.994 7 INFO neutron.plugins.ml2.managers [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-06 22:31:48.994 7 INFO neutron.plugins.ml2.managers [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-06 22:31:48.994 7 INFO neutron.plugins.ml2.managers [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Got port-security extension from driver 'port_security' 2026-03-06 22:31:48.995 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: qos 2026-03-06 22:31:49.007 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: router 2026-03-06 22:31:49.046 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: trunk 2026-03-06 22:31:49.049 7 INFO neutron.services.service_base [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-06 22:31:49.049 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: segments 2026-03-06 22:31:49.061 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: vpnaas 2026-03-06 22:31:49.099 8 WARNING stevedore.named [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 22:31:49.155 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: trunk 2026-03-06 22:31:49.162 8 INFO neutron_vpnaas.services.vpn.plugin [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-06 22:31:49.162 8 INFO neutron.common.utils [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-06 22:31:49.162 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: taas 2026-03-06 22:31:49.171 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: vpnaas 2026-03-06 22:31:49.187 8 WARNING stevedore.named [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 22:31:49.188 8 WARNING stevedore.named [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 22:31:49.210 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-06 22:31:49.210 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: tapmirror 2026-03-06 22:31:49.212 7 WARNING stevedore.named [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 22:31:49.225 8 WARNING stevedore.named [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 22:31:49.225 8 WARNING stevedore.named [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 22:31:49.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-06 22:31:49.241 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: auto_allocate 2026-03-06 22:31:49.248 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: tag 2026-03-06 22:31:49.256 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: timestamp 2026-03-06 22:31:49.259 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: network_ip_availability 2026-03-06 22:31:49.263 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: flavors 2026-03-06 22:31:49.266 8 INFO neutron.manager [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loading Plugin: revisions 2026-03-06 22:31:49.269 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Initializing extension manager. 2026-03-06 22:31:49.270 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: address-group 2026-03-06 22:31:49.272 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: address-scope 2026-03-06 22:31:49.272 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-06 22:31:49.272 7 INFO neutron_vpnaas.services.vpn.plugin [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-06 22:31:49.273 7 INFO neutron.common.utils [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-06 22:31:49.273 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: taas 2026-03-06 22:31:49.273 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: agent 2026-03-06 22:31:49.274 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: agent-resources-synced 2026-03-06 22:31:49.275 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: allowed-address-pairs 2026-03-06 22:31:49.275 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: auto-allocated-topology 2026-03-06 22:31:49.276 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: availability_zone 2026-03-06 22:31:49.277 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: availability_zone_filter 2026-03-06 22:31:49.277 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-06 22:31:49.278 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: default-subnetpools 2026-03-06 22:31:49.279 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-06 22:31:49.280 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: dns-integration 2026-03-06 22:31:49.280 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: dns-domain-ports 2026-03-06 22:31:49.281 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-06 22:31:49.281 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: dvr 2026-03-06 22:31:49.282 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-06 22:31:49.282 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: empty-string-filtering 2026-03-06 22:31:49.283 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 22:31:49.283 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-06 22:31:49.284 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: external-net 2026-03-06 22:31:49.284 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-06 22:31:49.285 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: extraroute 2026-03-06 22:31:49.285 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: extraroute-atomic 2026-03-06 22:31:49.286 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-06 22:31:49.286 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-06 22:31:49.287 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-06 22:31:49.287 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-06 22:31:49.288 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: fip-port-details 2026-03-06 22:31:49.290 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: flavors 2026-03-06 22:31:49.291 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-06 22:31:49.291 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: floatingip-pools 2026-03-06 22:31:49.292 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: ip_allocation 2026-03-06 22:31:49.292 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: ip-substring-filtering 2026-03-06 22:31:49.293 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: l2_adjacency 2026-03-06 22:31:49.294 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: router 2026-03-06 22:31:49.296 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 22:31:49.297 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-06 22:31:49.298 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-06 22:31:49.298 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: ext-gw-mode 2026-03-06 22:31:49.299 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: l3-ha 2026-03-06 22:31:49.299 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-06 22:31:49.300 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-06 22:31:49.300 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: l3-flavors 2026-03-06 22:31:49.301 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-06 22:31:49.302 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-06 22:31:49.304 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-06 22:31:49.304 7 WARNING stevedore.named [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 22:31:49.304 7 WARNING stevedore.named [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 22:31:49.305 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-06 22:31:49.306 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-06 22:31:49.307 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-06 22:31:49.308 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-06 22:31:49.308 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: multi-provider 2026-03-06 22:31:49.309 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: net-mtu 2026-03-06 22:31:49.309 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: net-mtu-writable 2026-03-06 22:31:49.310 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: network_availability_zone 2026-03-06 22:31:49.310 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: network_ha 2026-03-06 22:31:49.311 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: network-ip-availability 2026-03-06 22:31:49.312 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-06 22:31:49.313 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: pagination 2026-03-06 22:31:49.313 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: port-device-profile 2026-03-06 22:31:49.314 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-06 22:31:49.314 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-06 22:31:49.315 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-06 22:31:49.315 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: port-mac-override 2026-03-06 22:31:49.316 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-06 22:31:49.316 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-06 22:31:49.317 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-06 22:31:49.317 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: port-resource-request 2026-03-06 22:31:49.318 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: port-resource-request-groups 2026-03-06 22:31:49.318 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-06 22:31:49.319 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: binding 2026-03-06 22:31:49.320 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: binding-extended 2026-03-06 22:31:49.320 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: port-security 2026-03-06 22:31:49.321 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: project-id 2026-03-06 22:31:49.322 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: provider 2026-03-06 22:31:49.322 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-06 22:31:49.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-06 22:31:49.324 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: tapmirror 2026-03-06 22:31:49.325 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos 2026-03-06 22:31:49.325 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-06 22:31:49.326 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-06 22:31:49.326 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-default 2026-03-06 22:31:49.327 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-fip 2026-03-06 22:31:49.327 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-06 22:31:49.328 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-gateway-ip 2026-03-06 22:31:49.328 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-port-network-policy 2026-03-06 22:31:49.329 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-pps-minimum 2026-03-06 22:31:49.329 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-06 22:31:49.330 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-pps 2026-03-06 22:31:49.331 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-rule-type-details 2026-03-06 22:31:49.331 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-06 22:31:49.332 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: qos-rules-alias 2026-03-06 22:31:49.332 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: quota-check-limit 2026-03-06 22:31:49.333 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: quota-check-limit-default 2026-03-06 22:31:49.335 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: quotas 2026-03-06 22:31:49.336 7 WARNING stevedore.named [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 22:31:49.336 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: quota_details 2026-03-06 22:31:49.336 7 WARNING stevedore.named [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 22:31:49.337 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: rbac-policies 2026-03-06 22:31:49.338 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: rbac-address-group 2026-03-06 22:31:49.338 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: rbac-address-scope 2026-03-06 22:31:49.339 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: rbac-security-groups 2026-03-06 22:31:49.339 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: rbac-subnetpool 2026-03-06 22:31:49.340 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: revision-if-match 2026-03-06 22:31:49.340 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: standard-attr-revisions 2026-03-06 22:31:49.341 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: router_availability_zone 2026-03-06 22:31:49.342 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-06 22:31:49.345 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: security-groups-default-rules 2026-03-06 22:31:49.346 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-06 22:31:49.346 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-06 22:31:49.347 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-06 22:31:49.347 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-06 22:31:49.348 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-06 22:31:49.351 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-06 22:31:49.351 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: auto_allocate 2026-03-06 22:31:49.353 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: security-group 2026-03-06 22:31:49.354 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: segment 2026-03-06 22:31:49.355 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-06 22:31:49.355 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: service-type 2026-03-06 22:31:49.356 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: sorting 2026-03-06 22:31:49.356 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: standard-attr-segment 2026-03-06 22:31:49.357 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: standard-attr-description 2026-03-06 22:31:49.357 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: stateful-security-group 2026-03-06 22:31:49.358 8 WARNING neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-06 22:31:49.358 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-06 22:31:49.359 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: tag 2026-03-06 22:31:49.359 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: subnet-external-network 2026-03-06 22:31:49.360 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: subnet_onboard 2026-03-06 22:31:49.360 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-06 22:31:49.361 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: subnet-service-types 2026-03-06 22:31:49.361 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: subnet_allocation 2026-03-06 22:31:49.362 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-06 22:31:49.362 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: tag-creation 2026-03-06 22:31:49.363 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-06 22:31:49.367 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: standard-attr-tag 2026-03-06 22:31:49.367 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: timestamp 2026-03-06 22:31:49.367 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-06 22:31:49.368 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: trunk 2026-03-06 22:31:49.369 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: trunk-details 2026-03-06 22:31:49.369 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-06 22:31:49.370 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-06 22:31:49.370 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-06 22:31:49.370 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: network_ip_availability 2026-03-06 22:31:49.371 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-06 22:31:49.373 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-06 22:31:49.373 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-06 22:31:49.374 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: flavors 2026-03-06 22:31:49.374 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: vpn-flavors 2026-03-06 22:31:49.375 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: vpnaas 2026-03-06 22:31:49.377 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: taas 2026-03-06 22:31:49.377 7 INFO neutron.manager [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loading Plugin: revisions 2026-03-06 22:31:49.378 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: tap-mirror 2026-03-06 22:31:49.378 8 INFO neutron.api.extensions [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Loaded extension: taas-vlan-filter 2026-03-06 22:31:49.380 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Initializing extension manager. 2026-03-06 22:31:49.381 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-06 22:31:49.381 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-06 22:31:49.381 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 22:31:49.381 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-06 22:31:49.382 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: address-group 2026-03-06 22:31:49.383 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: address-scope 2026-03-06 22:31:49.383 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-06 22:31:49.384 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: agent 2026-03-06 22:31:49.385 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: agent-resources-synced 2026-03-06 22:31:49.385 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 22:31:49.385 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 22:31:49.386 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: allowed-address-pairs 2026-03-06 22:31:49.386 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: auto-allocated-topology 2026-03-06 22:31:49.387 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: availability_zone 2026-03-06 22:31:49.387 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: availability_zone_filter 2026-03-06 22:31:49.388 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-06 22:31:49.388 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: default-subnetpools 2026-03-06 22:31:49.389 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 22:31:49.390 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-06 22:31:49.390 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 22:31:49.390 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: dns-integration 2026-03-06 22:31:49.390 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 22:31:49.391 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: dns-domain-ports 2026-03-06 22:31:49.391 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-06 22:31:49.391 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 22:31:49.391 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] subnetpool is already registered 2026-03-06 22:31:49.392 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 22:31:49.392 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: dvr 2026-03-06 22:31:49.392 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] subnetpool is already registered 2026-03-06 22:31:49.392 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-06 22:31:49.393 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 22:31:49.393 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: empty-string-filtering 2026-03-06 22:31:49.393 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 22:31:49.393 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 22:31:49.393 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 22:31:49.394 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 22:31:49.394 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-06 22:31:49.394 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 22:31:49.394 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: external-net 2026-03-06 22:31:49.394 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 22:31:49.395 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-06 22:31:49.395 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 22:31:49.395 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] ipsecpolicy is already registered 2026-03-06 22:31:49.395 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: extraroute 2026-03-06 22:31:49.395 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 22:31:49.395 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] ikepolicy is already registered 2026-03-06 22:31:49.396 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: extraroute-atomic 2026-03-06 22:31:49.396 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-06 22:31:49.397 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-06 22:31:49.398 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-06 22:31:49.398 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-06 22:31:49.399 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: fip-port-details 2026-03-06 22:31:49.399 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: flavors 2026-03-06 22:31:49.400 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 22:31:49.400 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] router is already registered 2026-03-06 22:31:49.400 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-06 22:31:49.400 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 22:31:49.401 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] floatingip is already registered 2026-03-06 22:31:49.401 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: floatingip-pools 2026-03-06 22:31:49.402 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: ip_allocation 2026-03-06 22:31:49.403 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: ip-substring-filtering 2026-03-06 22:31:49.404 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: l2_adjacency 2026-03-06 22:31:49.404 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 22:31:49.404 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] rbac_policy is already registered 2026-03-06 22:31:49.405 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: router 2026-03-06 22:31:49.405 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 22:31:49.405 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] security_group is already registered 2026-03-06 22:31:49.405 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 22:31:49.406 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] security_group_rule is already registered 2026-03-06 22:31:49.406 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 22:31:49.406 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 22:31:49.407 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] subnetpool is already registered 2026-03-06 22:31:49.407 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 22:31:49.407 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] subnetpool is already registered 2026-03-06 22:31:49.407 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-06 22:31:49.407 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 22:31:49.408 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] trunk is already registered 2026-03-06 22:31:49.408 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-06 22:31:49.408 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 22:31:49.408 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: ext-gw-mode 2026-03-06 22:31:49.408 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] ikepolicy is already registered 2026-03-06 22:31:49.408 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 22:31:49.409 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: l3-ha 2026-03-06 22:31:49.409 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] ipsecpolicy is already registered 2026-03-06 22:31:49.409 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-06 22:31:49.409 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 22:31:49.409 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] endpoint_group is already registered 2026-03-06 22:31:49.409 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-06 22:31:49.409 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 22:31:49.410 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] vpnservice is already registered 2026-03-06 22:31:49.410 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: l3-flavors 2026-03-06 22:31:49.410 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 22:31:49.410 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] ipsec_site_connection is already registered 2026-03-06 22:31:49.410 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 22:31:49.411 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] ipsecpolicy is already registered 2026-03-06 22:31:49.411 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-06 22:31:49.411 8 INFO neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 22:31:49.411 8 WARNING neutron.quota.resource_registry [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] ikepolicy is already registered 2026-03-06 22:31:49.411 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-06 22:31:49.413 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-06 22:31:49.415 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-06 22:31:49.415 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-06 22:31:49.417 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-06 22:31:49.417 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-06 22:31:49.418 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: multi-provider 2026-03-06 22:31:49.418 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: net-mtu 2026-03-06 22:31:49.419 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: net-mtu-writable 2026-03-06 22:31:49.419 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: network_availability_zone 2026-03-06 22:31:49.420 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: network_ha 2026-03-06 22:31:49.420 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: network-ip-availability 2026-03-06 22:31:49.421 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-06 22:31:49.422 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: pagination 2026-03-06 22:31:49.422 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: port-device-profile 2026-03-06 22:31:49.423 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-06 22:31:49.423 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-06 22:31:49.424 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-06 22:31:49.424 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: port-mac-override 2026-03-06 22:31:49.425 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-06 22:31:49.425 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-06 22:31:49.425 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-06 22:31:49.426 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: port-resource-request 2026-03-06 22:31:49.426 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: port-resource-request-groups 2026-03-06 22:31:49.427 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-06 22:31:49.427 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: binding 2026-03-06 22:31:49.428 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: binding-extended 2026-03-06 22:31:49.429 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: port-security 2026-03-06 22:31:49.429 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: project-id 2026-03-06 22:31:49.429 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: provider 2026-03-06 22:31:49.430 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-06 22:31:49.432 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos 2026-03-06 22:31:49.433 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-06 22:31:49.434 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-06 22:31:49.434 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-default 2026-03-06 22:31:49.435 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-fip 2026-03-06 22:31:49.435 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-06 22:31:49.436 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-gateway-ip 2026-03-06 22:31:49.436 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-port-network-policy 2026-03-06 22:31:49.437 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-pps-minimum 2026-03-06 22:31:49.437 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-06 22:31:49.438 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-pps 2026-03-06 22:31:49.438 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-rule-type-details 2026-03-06 22:31:49.439 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-06 22:31:49.439 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: qos-rules-alias 2026-03-06 22:31:49.440 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: quota-check-limit 2026-03-06 22:31:49.441 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: quota-check-limit-default 2026-03-06 22:31:49.444 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: quotas 2026-03-06 22:31:49.445 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: quota_details 2026-03-06 22:31:49.446 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: rbac-policies 2026-03-06 22:31:49.447 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: rbac-address-group 2026-03-06 22:31:49.447 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: rbac-address-scope 2026-03-06 22:31:49.448 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: rbac-security-groups 2026-03-06 22:31:49.448 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: rbac-subnetpool 2026-03-06 22:31:49.449 8 WARNING keystonemiddleware._common.config [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-06 22:31:49.449 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: revision-if-match 2026-03-06 22:31:49.449 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: standard-attr-revisions 2026-03-06 22:31:49.450 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: router_availability_zone 2026-03-06 22:31:49.450 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-06 22:31:49.452 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: security-groups-default-rules 2026-03-06 22:31:49.452 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-06 22:31:49.453 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-06 22:31:49.453 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-06 22:31:49.454 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-06 22:31:49.454 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-06 22:31:49.455 8 WARNING oslo_config.cfg [None req-b2058f72-69d8-41ef-9443-9bc232657252 - - - - - -] 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 0x7efe5d113668 pid: 8 (default app) 2026-03-06 22:31:49.459 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: security-group 2026-03-06 22:31:49.460 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: segment 2026-03-06 22:31:49.460 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-06 22:31:49.461 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: service-type 2026-03-06 22:31:49.462 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: sorting 2026-03-06 22:31:49.462 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: standard-attr-segment 2026-03-06 22:31:49.464 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: standard-attr-description 2026-03-06 22:31:49.464 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: stateful-security-group 2026-03-06 22:31:49.465 7 WARNING neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-06 22:31:49.465 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-06 22:31:49.466 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: subnet-external-network 2026-03-06 22:31:49.467 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: subnet_onboard 2026-03-06 22:31:49.467 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-06 22:31:49.468 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: subnet-service-types 2026-03-06 22:31:49.468 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: subnet_allocation 2026-03-06 22:31:49.469 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-06 22:31:49.469 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: tag-creation 2026-03-06 22:31:49.470 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-06 22:31:49.474 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: standard-attr-tag 2026-03-06 22:31:49.474 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-06 22:31:49.475 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: trunk 2026-03-06 22:31:49.475 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: trunk-details 2026-03-06 22:31:49.476 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-06 22:31:49.476 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-06 22:31:49.477 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-06 22:31:49.478 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-06 22:31:49.480 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-06 22:31:49.480 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-06 22:31:49.481 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: vpn-flavors 2026-03-06 22:31:49.483 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: vpnaas 2026-03-06 22:31:49.484 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: taas 2026-03-06 22:31:49.485 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: tap-mirror 2026-03-06 22:31:49.485 7 INFO neutron.api.extensions [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Loaded extension: taas-vlan-filter 2026-03-06 22:31:49.488 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-06 22:31:49.488 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-06 22:31:49.488 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 22:31:49.488 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-06 22:31:49.491 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 22:31:49.492 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 22:31:49.496 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 22:31:49.497 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 22:31:49.497 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 22:31:49.498 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 22:31:49.498 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] subnetpool is already registered 2026-03-06 22:31:49.499 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 22:31:49.499 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] subnetpool is already registered 2026-03-06 22:31:49.499 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 22:31:49.500 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 22:31:49.500 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 22:31:49.501 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 22:31:49.501 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 22:31:49.501 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 22:31:49.502 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 22:31:49.502 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] ipsecpolicy is already registered 2026-03-06 22:31:49.502 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 22:31:49.502 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] ikepolicy is already registered 2026-03-06 22:31:49.507 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 22:31:49.507 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] router is already registered 2026-03-06 22:31:49.507 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 22:31:49.508 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] floatingip is already registered 2026-03-06 22:31:49.511 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 22:31:49.511 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] rbac_policy is already registered 2026-03-06 22:31:49.512 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 22:31:49.512 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] security_group is already registered 2026-03-06 22:31:49.512 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 22:31:49.513 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] security_group_rule is already registered 2026-03-06 22:31:49.513 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 22:31:49.513 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] subnetpool is already registered 2026-03-06 22:31:49.514 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 22:31:49.514 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] subnetpool is already registered 2026-03-06 22:31:49.514 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 22:31:49.515 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] trunk is already registered 2026-03-06 22:31:49.515 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 22:31:49.515 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] ikepolicy is already registered 2026-03-06 22:31:49.515 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 22:31:49.516 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] ipsecpolicy is already registered 2026-03-06 22:31:49.516 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 22:31:49.516 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] endpoint_group is already registered 2026-03-06 22:31:49.516 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 22:31:49.517 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] vpnservice is already registered 2026-03-06 22:31:49.517 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 22:31:49.517 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] ipsec_site_connection is already registered 2026-03-06 22:31:49.517 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 22:31:49.518 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] ipsecpolicy is already registered 2026-03-06 22:31:49.518 7 INFO neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 22:31:49.518 7 WARNING neutron.quota.resource_registry [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] ikepolicy is already registered 2026-03-06 22:31:49.558 7 WARNING keystonemiddleware._common.config [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-06 22:31:49.564 7 WARNING oslo_config.cfg [None req-0124dc74-7a1b-4ec2-b7ad-8dac448b3eaf - - - - - -] 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 0x7efe5d113668 pid: 7 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 22:31:54.806 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3793bd65-aadd-44d0-b297-3ea980d5310a d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/3] 162.253.55.52 () {44 vars in 924 bytes} [Fri Mar 6 22:31:54 2026] GET /v2.0/networks/public => generated 108 bytes in 780 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1/4] 162.253.55.52 () {44 vars in 946 bytes} [Fri Mar 6 22:31:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 22:31:55.520 8 WARNING neutron.services.revisions.revision_plugin [None req-390a09d8-d89c-44c7-bc20-e6887d1cb193 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Could not find related network for resource to bump revision. 2026-03-06 22:31:55.539 8 INFO neutron.db.segments_db [None req-390a09d8-d89c-44c7-bc20-e6887d1cb193 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 831b200c-5c01-4af3-a954-b1632250865d of type flat for network 8211755a-3970-41ea-b651-db43fbdf8c87 2026-03-06 22:31:55.588 8 INFO neutron.pecan_wsgi.hooks.translation [None req-390a09d8-d89c-44c7-bc20-e6887d1cb193 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/5] 162.253.55.52 () {48 vars in 964 bytes} [Fri Mar 6 22:31:55 2026] POST /v2.0/networks => generated 124 bytes in 435 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 22:32:01.430 8 INFO neutron.pecan_wsgi.hooks.translation [None req-70602753-40a9-4342-a7c4-c60c4e1992f1 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/7] 162.253.55.52 () {44 vars in 924 bytes} [Fri Mar 6 22:32:01 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 3/8] 162.253.55.52 () {44 vars in 946 bytes} [Fri Mar 6 22:32:01 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-03-06 22:32:01.515 8 WARNING neutron.services.revisions.revision_plugin [None req-12059798-10bf-4a47-8761-78633af5f71e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Could not find related network for resource to bump revision. 2026-03-06 22:32:01.532 8 INFO neutron.db.segments_db [None req-12059798-10bf-4a47-8761-78633af5f71e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment cf371df8-6997-4698-b9b8-786baa8bd8c3 of type flat for network a9bf686f-31c1-49f5-8d92-458bfe91e9b5 2026-03-06 22:32:01.562 8 INFO neutron.pecan_wsgi.hooks.translation [None req-12059798-10bf-4a47-8761-78633af5f71e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/9] 162.253.55.52 () {48 vars in 964 bytes} [Fri Mar 6 22:32:01 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-03-06 22:32:07.754 7 INFO neutron.pecan_wsgi.hooks.translation [None req-40dcda4f-0bfa-4db2-8eb6-4963a67a2bec d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/10] 162.253.55.52 () {44 vars in 924 bytes} [Fri Mar 6 22:32:07 2026] GET /v2.0/networks/public => generated 108 bytes in 392 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/11] 162.253.55.52 () {44 vars in 946 bytes} [Fri Mar 6 22:32:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 22:32:08.052 7 WARNING neutron.services.revisions.revision_plugin [None req-a6136bff-2669-4c68-be26-99f9b84cba4c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Could not find related network for resource to bump revision. 2026-03-06 22:32:08.073 7 INFO neutron.db.segments_db [None req-a6136bff-2669-4c68-be26-99f9b84cba4c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment a124dace-97a8-4c48-b255-083fffe060fa of type flat for network 7e5511fd-a9d5-443a-8361-a948ec21f2bd 2026-03-06 22:32:08.126 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6136bff-2669-4c68-be26-99f9b84cba4c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/12] 162.253.55.52 () {48 vars in 964 bytes} [Fri Mar 6 22:32:07 2026] POST /v2.0/networks => generated 124 bytes in 356 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 22:32:14.024 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60e5f198-3969-4bed-b667-7957e649bd9e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/14] 162.253.55.52 () {44 vars in 924 bytes} [Fri Mar 6 22:32:13 2026] GET /v2.0/networks/public => generated 108 bytes in 65 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 9/15] 162.253.55.52 () {44 vars in 946 bytes} [Fri Mar 6 22:32:14 2026] GET /v2.0/networks?name=public => generated 15 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 22:32:14.090 7 WARNING neutron.services.revisions.revision_plugin [None req-94161a10-58c6-4a10-840e-8e8e4f692f4a d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Could not find related network for resource to bump revision. 2026-03-06 22:32:14.112 7 INFO neutron.db.segments_db [None req-94161a10-58c6-4a10-840e-8e8e4f692f4a d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 90222645-dc79-49b5-9409-532334901405 of type flat for network 53b9525a-4747-42c5-b472-b1a040dd4542 2026-03-06 22:32:14.139 7 INFO neutron.pecan_wsgi.hooks.translation [None req-94161a10-58c6-4a10-840e-8e8e4f692f4a d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/16] 162.253.55.52 () {48 vars in 964 bytes} [Fri Mar 6 22:32:14 2026] POST /v2.0/networks => generated 124 bytes in 108 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 22:32:20.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-11d96b7a-7c11-4f1e-9433-9d7ea00bb7df d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/17] 162.253.55.52 () {44 vars in 924 bytes} [Fri Mar 6 22:32:19 2026] GET /v2.0/networks/public => generated 108 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 8/18] 162.253.55.52 () {44 vars in 946 bytes} [Fri Mar 6 22:32:20 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 22:32:20.085 8 WARNING neutron.services.revisions.revision_plugin [None req-ee28ef68-d5cc-4f14-ab53-d0bb75f4fe42 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Could not find related network for resource to bump revision. 2026-03-06 22:32:20.106 8 INFO neutron.db.segments_db [None req-ee28ef68-d5cc-4f14-ab53-d0bb75f4fe42 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment b7b53e1f-d340-4162-80c9-9401aff9afb2 of type flat for network 0e05124c-aa22-453b-b564-f0d75509bf47 [pid: 8|app: 0|req: 11/19] 162.253.55.52 () {48 vars in 964 bytes} [Fri Mar 6 22:32:20 2026] POST /v2.0/networks => generated 706 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 22:32:21.433 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e8c54bf3-cc01-48f3-b73d-6f55656bd98f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/20] 162.253.55.52 () {44 vars in 924 bytes} [Fri Mar 6 22:32:21 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/21] 162.253.55.52 () {44 vars in 946 bytes} [Fri Mar 6 22:32:21 2026] GET /v2.0/networks?name=public => generated 709 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 22:32:21.501 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93e71c0d-47a2-4776-9d45-b75bdba603aa d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/22] 162.253.55.52 () {44 vars in 1031 bytes} [Fri Mar 6 22:32:21 2026] GET /v2.0/subnets/public-subnet?network_id=0e05124c-aa22-453b-b564-f0d75509bf47 => generated 113 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/23] 162.253.55.52 () {44 vars in 1054 bytes} [Fri Mar 6 22:32:21 2026] GET /v2.0/subnets?name=public-subnet&network_id=0e05124c-aa22-453b-b564-f0d75509bf47 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 11/24] 162.253.55.52 () {48 vars in 962 bytes} [Fri Mar 6 22:32:21 2026] POST /v2.0/subnets => generated 664 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 22:37:07.699 8 INFO neutron.pecan_wsgi.hooks.translation [None req-117c9de8-e1c5-4c37-9785-9f664b5847a5 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/62] 162.253.55.52 () {44 vars in 934 bytes} [Fri Mar 6 22:37:07 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 30/63] 162.253.55.52 () {44 vars in 956 bytes} [Fri Mar 6 22:37:07 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 22:37:07.796 8 INFO neutron.db.segments_db [None req-cc223d11-48ce-4378-856a-fcd043517a69 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 5637f999-2a32-4899-8791-811086b9c054 of type vxlan for network bec22333-028b-419c-933b-9fa85345facf [pid: 8|app: 0|req: 34/64] 162.253.55.52 () {48 vars in 963 bytes} [Fri Mar 6 22:37:07 2026] POST /v2.0/networks => generated 688 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 22:37:08.814 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4be1e0dd-98f5-4a0d-bca5-380ed5cd7063 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 31/65] 162.253.55.52 () {44 vars in 934 bytes} [Fri Mar 6 22:37:08 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/66] 162.253.55.52 () {44 vars in 956 bytes} [Fri Mar 6 22:37:08 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 22:37:08.870 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5d86571-07bd-4769-96c3-824291269c0d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 32/67] 162.253.55.52 () {44 vars in 1033 bytes} [Fri Mar 6 22:37:08 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=bec22333-028b-419c-933b-9fa85345facf => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/68] 162.253.55.52 () {44 vars in 1056 bytes} [Fri Mar 6 22:37:08 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=bec22333-028b-419c-933b-9fa85345facf => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/69] 162.253.55.52 () {48 vars in 962 bytes} [Fri Mar 6 22:37:08 2026] POST /v2.0/subnets => generated 651 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 22:37:10.210 8 INFO neutron.api.v2.resource [None req-8c4c28c3-7f29-4ef5-9395-b559b5db132d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 37/70] 162.253.55.52 () {44 vars in 968 bytes} [Fri Mar 6 22:37:10 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 34/71] 162.253.55.52 () {44 vars in 990 bytes} [Fri Mar 6 22:37:10 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/72] 162.253.55.52 () {48 vars in 977 bytes} [Fri Mar 6 22:37:10 2026] POST /v2.0/security-groups => generated 1616 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/73] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:11 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 1616 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/74] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:11 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => 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: 36/75] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:11 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/76] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:37:11 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: 37/77] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:12 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 2230 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/78] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:12 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/79] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:12 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/80] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:37:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/83] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:13 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/84] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:13 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/85] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:13 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 2846 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/86] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:37:13 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: 46/87] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:14 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 3462 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/88] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:14 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/89] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:14 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 3462 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/90] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:37:14 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/91] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:15 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4078 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/92] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:15 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4078 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/93] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:15 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/94] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:37:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/95] 162.253.55.52 () {44 vars in 984 bytes} [Fri Mar 6 22:37:16 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf => generated 732 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 22:37:17.071 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e0947ff3-8f99-4191-9081-acfab0b5f8ef d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 46/96] 162.253.55.52 () {44 vars in 1073 bytes} [Fri Mar 6 22:37:17 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=bec22333-028b-419c-933b-9fa85345facf => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/97] 162.253.55.52 () {44 vars in 1096 bytes} [Fri Mar 6 22:37:17 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=bec22333-028b-419c-933b-9fa85345facf => 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: 47/98] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:17 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/99] 162.253.55.52 () {48 vars in 958 bytes} [Fri Mar 6 22:37:17 2026] POST /v2.0/ports => generated 1096 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 22:37:24.551 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d5878d4d-b443-49f5-89af-fa3e0d90bd78 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 48/100] 162.253.55.52 () {44 vars in 976 bytes} [Fri Mar 6 22:37:24 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 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: 53/101] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:24 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/102] 162.253.55.52 () {48 vars in 1028 bytes} [Fri Mar 6 22:37:24 2026] PUT /v2.0/ports/51814e5f-c58f-45cf-9472-2031c2f3295f => generated 1245 bytes in 692 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/103] 162.253.55.52 () {44 vars in 917 bytes} [Fri Mar 6 22:37:26 2026] GET /v2.0/ports => generated 3726 bytes in 87 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-03-06 22:37:27.924 7 INFO neutron.api.v2.resource [None req-4eb68637-b4ee-46c3-9a2f-ee265e322fdf d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/106] 162.253.55.52 () {44 vars in 956 bytes} [Fri Mar 6 22:37:27 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/107] 162.253.55.52 () {44 vars in 978 bytes} [Fri Mar 6 22:37:27 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/108] 162.253.55.52 () {48 vars in 977 bytes} [Fri Mar 6 22:37:27 2026] POST /v2.0/security-groups => generated 1610 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/109] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:28 2026] GET /v2.0/security-groups/18e0beca-9193-4f00-aaa1-020e0e7a83b2 => generated 1610 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/110] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:29 2026] GET /v2.0/security-groups/18e0beca-9193-4f00-aaa1-020e0e7a83b2 => 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/111] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:29 2026] GET /v2.0/security-groups/18e0beca-9193-4f00-aaa1-020e0e7a83b2 => 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: 54/112] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:37:29 2026] POST /v2.0/security-group-rules => generated 621 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/113] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:29 2026] GET /v2.0/security-groups/18e0beca-9193-4f00-aaa1-020e0e7a83b2 => generated 2244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/114] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:30 2026] GET /v2.0/security-groups/18e0beca-9193-4f00-aaa1-020e0e7a83b2 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/115] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:37:30 2026] GET /v2.0/security-groups/18e0beca-9193-4f00-aaa1-020e0e7a83b2 => generated 2244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/116] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:37:30 2026] POST /v2.0/security-group-rules => generated 625 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 64/123] 162.253.55.52 () {44 vars in 972 bytes} [Fri Mar 6 22:38:26 2026] GET /v2.0/quotas/b341277cdab1420e9161f5b37585cbed => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/124] 162.253.55.52 () {48 vars in 1024 bytes} [Fri Mar 6 22:38:26 2026] PUT /v2.0/quotas/b341277cdab1420e9161f5b37585cbed => generated 291 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 22:40:46.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-606134f1-8d3e-4427-b000-12f57b236793 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 75/145] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 22:40:46 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 203 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: 71/146] 162.253.55.52 () {30 vars in 762 bytes} [Fri Mar 6 22:40:46 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 22:40:48.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01d1ad69-1d7b-4af4-b633-87b9cc8c0f07 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/147] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 22:40:48 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 72/148] 162.253.55.52 () {30 vars in 762 bytes} [Fri Mar 6 22:40:48 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 22:46:48.058 8 INFO neutron.api.v2.resource [None req-5cfdfc97-8827-4948-8d56-d8ad118f6467 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 101/197] 162.253.55.52 () {44 vars in 1071 bytes} [Fri Mar 6 22:46:47 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 139 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 97/198] 162.253.55.52 () {44 vars in 1094 bytes} [Fri Mar 6 22:46:48 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=759fe04977dc48d0945280d37f5d7e5d => generated 23 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/199] 162.253.55.52 () {48 vars in 978 bytes} [Fri Mar 6 22:46:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 98/200] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 22:46:49 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 1624 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/201] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:46:49 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/202] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 22:46:49 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/203] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:46:49 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: 100/204] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 22:46:50 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 2234 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/205] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:46:50 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3 => generated 2234 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/206] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 22:46:50 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 2234 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/207] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:46:50 2026] POST /v2.0/security-group-rules => generated 599 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 102/208] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 22:46:51 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/209] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:46:51 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3 => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/210] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 22:46:51 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => 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: 108/211] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:46:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/212] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 22:46:53 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 3460 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/213] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 22:46:53 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/214] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 22:46:53 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/215] 162.253.55.52 () {48 vars in 988 bytes} [Fri Mar 6 22:46:53 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/234] 162.253.55.52 () {30 vars in 739 bytes} [Fri Mar 6 22:49:11 2026] GET /v2.0/networks?tenant_id=759fe04977dc48d0945280d37f5d7e5d&shared=False => generated 15 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 22:49:11.281 8 INFO neutron.db.segments_db [None req-52115b3a-b697-44e5-afa4-eb61fe273757 280c46c4738b408b93672559e85ecd1e 759fe04977dc48d0945280d37f5d7e5d - - 08b575cdbfde46ab8efec5ad21ca031f 08b575cdbfde46ab8efec5ad21ca031f] Added segment 7e7cee4f-4d70-4d72-b578-37a32ba7de56 of type vxlan for network d0d3bcbd-ee3f-4981-ba73-f62f6b9c5710 [pid: 8|app: 0|req: 120/235] 162.253.55.52 () {34 vars in 681 bytes} [Fri Mar 6 22:49:11 2026] POST /v2.0/networks => generated 699 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/236] 162.253.55.52 () {30 vars in 721 bytes} [Fri Mar 6 22:49:11 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/237] 162.253.55.52 () {30 vars in 632 bytes} [Fri Mar 6 22:49:11 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/238] 162.253.55.52 () {34 vars in 676 bytes} [Fri Mar 6 22:49:11 2026] POST /v2.0/ports => generated 999 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 122/239] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 22:49:11 2026] GET /v2.0/networks/d0d3bcbd-ee3f-4981-ba73-f62f6b9c5710 => 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: 124/242] 162.253.55.52 () {30 vars in 721 bytes} [Fri Mar 6 22:49:13 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/243] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 22:49:13 2026] GET /v2.0/networks/d0d3bcbd-ee3f-4981-ba73-f62f6b9c5710 => generated 705 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/246] 162.253.55.52 () {44 vars in 972 bytes} [Fri Mar 6 22:49:38 2026] GET /v2.0/quotas/759fe04977dc48d0945280d37f5d7e5d => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/247] 162.253.55.52 () {48 vars in 1024 bytes} [Fri Mar 6 22:49:39 2026] PUT /v2.0/quotas/759fe04977dc48d0945280d37f5d7e5d => generated 291 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/256] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 22:50:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/257] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:50:37 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/258] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 22:50:37 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 132/259] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 22:50:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 128/260] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 22:50:37 2026] GET /v2.0/ports => generated 4721 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 133/261] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:50:37 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: 129/262] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 22:50:37 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/263] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:50:37 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/264] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:50:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/265] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:50:37 2026] GET /v2.0/routers => generated 15 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/266] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 22:50:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/275] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/subnets => generated 1308 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 136/276] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 141/277] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 137/278] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/agents => generated 3384 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 142/279] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/280] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/subnetpools => 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: 143/281] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/floatingips => 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: 139/282] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/networks => generated 2168 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 144/283] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/284] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/ports => generated 4721 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 145/285] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 22:51:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 145/294] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:52:36 2026] GET /v2.0/routers => generated 15 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 150/295] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 22:52:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 146/296] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 22:52:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 151/297] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 22:52:37 2026] GET /v2.0/networks => generated 2168 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/298] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 22:52:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 152/299] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 22:52:37 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/300] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:52:37 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 153/301] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:52:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/302] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:52:37 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 154/303] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 22:52:37 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 150/304] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:52:37 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 159/313] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 22:53:36 2026] GET /v2.0/security-groups => generated 17397 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 155/314] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 22:53:37 2026] GET /v2.0/ports => generated 4721 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/315] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 22:53:37 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/316] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:53:37 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 161/317] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:53:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/318] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:53:37 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 162/319] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 22:53:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 158/320] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 22:53:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 163/321] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 22:53:37 2026] GET /v2.0/networks => generated 2168 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/322] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:53:37 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: 164/323] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:53:37 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 169/332] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 22:54:36 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 164/333] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:54:37 2026] GET /v2.0/floatingips => 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: 170/334] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 22:54:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/335] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 22:54:37 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 171/336] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:54:37 2026] GET /v2.0/subnets => generated 1308 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/337] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 22:54:37 2026] GET /v2.0/ports => generated 4721 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 172/338] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 22:54:37 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/339] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:54:37 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 173/340] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 22:54:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 168/341] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:54:37 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/342] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:54:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/351] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/subnets => generated 1308 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/352] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/ports => generated 4721 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/353] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/354] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/355] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/356] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/357] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/358] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/359] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 177/360] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/subnets => generated 1308 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/361] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:55:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/370] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/agents => generated 3384 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/371] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/372] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/373] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/374] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/375] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/376] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/floatingips => 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: 192/377] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/378] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/subnets => generated 1308 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/379] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/ports => generated 4721 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/380] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 22:56:37 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/389] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:57:36 2026] GET /v2.0/subnets => generated 1308 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/390] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 22:57:37 2026] GET /v2.0/agents => generated 3384 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/391] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 22:57:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/392] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:57:37 2026] GET /v2.0/floatingips => 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: 200/393] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 22:57:37 2026] GET /v2.0/ports => generated 4721 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/394] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:57:37 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/395] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 22:57:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/396] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 22:57:37 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/397] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 22:57:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/398] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:57:37 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: 203/399] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:57:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/408] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 22:58:36 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/409] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:58:37 2026] GET /v2.0/floatingips => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/410] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:58:37 2026] GET /v2.0/subnets => generated 1308 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/411] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:58:37 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/412] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 22:58:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/413] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 22:58:37 2026] GET /v2.0/agents => generated 3384 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/414] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:58:37 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/415] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:58:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 212/416] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 22:58:37 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: 205/417] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 22:58:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/418] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 22:58:37 2026] GET /v2.0/ports => generated 4721 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/427] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 22:59:36 2026] GET /v2.0/security-groups => generated 17397 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/428] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:59:37 2026] GET /v2.0/floatingips => 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: 219/429] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 22:59:37 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/430] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:59:37 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/431] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 22:59:37 2026] GET /v2.0/ports => generated 4721 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/432] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 22:59:37 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/433] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:59:37 2026] GET /v2.0/routers => generated 15 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/434] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 22:59:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/435] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 22:59:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 214/436] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 22:59:37 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/437] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 22:59:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:00:06.177 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d98dc02f-277a-4367-8e3f-c3bd0f602de9 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 217/442] 162.253.55.52 () {44 vars in 924 bytes} [Fri Mar 6 23:00:06 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/443] 162.253.55.52 () {44 vars in 946 bytes} [Fri Mar 6 23:00:06 2026] GET /v2.0/networks?name=public => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:00:07.375 7 INFO neutron.pecan_wsgi.hooks.translation [None req-74a517cb-efe9-4286-9d9f-5db78bf60d66 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 218/444] 162.253.55.52 () {44 vars in 924 bytes} [Fri Mar 6 23:00:07 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/445] 162.253.55.52 () {44 vars in 946 bytes} [Fri Mar 6 23:00:07 2026] GET /v2.0/networks?name=public => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:00:07.446 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdfcc6a9-38f0-4c29-983b-41a35a4d1ca9 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 219/446] 162.253.55.52 () {44 vars in 1031 bytes} [Fri Mar 6 23:00:07 2026] GET /v2.0/subnets/public-subnet?network_id=0e05124c-aa22-453b-b564-f0d75509bf47 => generated 113 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/447] 162.253.55.52 () {44 vars in 1054 bytes} [Fri Mar 6 23:00:07 2026] GET /v2.0/subnets?name=public-subnet&network_id=0e05124c-aa22-453b-b564-f0d75509bf47 => generated 667 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:00:34.209 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fdb56290-d2b1-4762-aded-81df178f1c95 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 222/452] 162.253.55.52 () {44 vars in 934 bytes} [Fri Mar 6 23:00:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/453] 162.253.55.52 () {44 vars in 956 bytes} [Fri Mar 6 23:00:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:00:35.152 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3540f98-bd57-4948-a591-e65cb6257512 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 223/454] 162.253.55.52 () {44 vars in 934 bytes} [Fri Mar 6 23:00:35 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/455] 162.253.55.52 () {44 vars in 956 bytes} [Fri Mar 6 23:00:35 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:00:35.223 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e84de3a0-0289-4ae4-9596-da78237c229c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 224/456] 162.253.55.52 () {44 vars in 1033 bytes} [Fri Mar 6 23:00:35 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=bec22333-028b-419c-933b-9fa85345facf => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/457] 162.253.55.52 () {44 vars in 1056 bytes} [Fri Mar 6 23:00:35 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=bec22333-028b-419c-933b-9fa85345facf => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:00:36.228 7 INFO neutron.api.v2.resource [None req-5fa465c0-e688-4afd-820f-efcad18728ef d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 225/458] 162.253.55.52 () {44 vars in 968 bytes} [Fri Mar 6 23:00:36 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/459] 162.253.55.52 () {44 vars in 990 bytes} [Fri Mar 6 23:00:36 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/460] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:00:36 2026] GET /v2.0/subnets => generated 1308 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/461] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:00:37 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) [pid: 7|app: 0|req: 227/462] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/463] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/464] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/465] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/466] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/467] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/468] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/469] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/470] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/471] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/472] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/473] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:00:37 2026] GET /v2.0/security-group-rules/d656c268-3818-4ffe-8881-99bbc0ed780c => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/474] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:38 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/475] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:38 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/476] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:00:38 2026] GET /v2.0/security-group-rules/38cb3695-03d3-4270-aba8-9e6a6853fd1f => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/477] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:39 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/478] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:39 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/479] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:00:39 2026] GET /v2.0/security-group-rules/726d2da2-3e57-42b9-b846-312bc39954dd => 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: 237/480] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:40 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/481] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:40 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/482] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:00:40 2026] GET /v2.0/security-group-rules/b8aac693-0495-4cc2-8016-8f5b2d6496fa => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/483] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:40 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/484] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:41 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => 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: 246/485] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:00:41 2026] GET /v2.0/security-group-rules/2b6f0352-050a-49ff-b660-d884f3a62e1d => generated 603 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/486] 162.253.55.52 () {44 vars in 984 bytes} [Fri Mar 6 23:00:42 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:00:42.260 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f0090857-a4fe-4620-b5da-912882b44170 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 247/487] 162.253.55.52 () {44 vars in 1073 bytes} [Fri Mar 6 23:00:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=bec22333-028b-419c-933b-9fa85345facf => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/488] 162.253.55.52 () {44 vars in 1096 bytes} [Fri Mar 6 23:00:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=bec22333-028b-419c-933b-9fa85345facf => generated 1250 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/489] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:42 2026] GET /v2.0/security-groups/64d38351-26dd-409c-b66a-f3ea3b52c487 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:00:49.858 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5f1caaba-b7a8-4532-b9c8-eaaea02b84ec d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/492] 162.253.55.52 () {44 vars in 976 bytes} [Fri Mar 6 23:00:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/493] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/494] 162.253.55.52 () {44 vars in 917 bytes} [Fri Mar 6 23:00:51 2026] GET /v2.0/ports => generated 4721 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:00:52.493 8 INFO neutron.api.v2.resource [None req-b5f23323-5464-4835-b9b7-ce325d6d57b1 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 251/495] 162.253.55.52 () {44 vars in 956 bytes} [Fri Mar 6 23:00:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 63 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/496] 162.253.55.52 () {44 vars in 978 bytes} [Fri Mar 6 23:00:52 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/497] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:53 2026] GET /v2.0/security-groups/18e0beca-9193-4f00-aaa1-020e0e7a83b2 => generated 2882 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/498] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:53 2026] GET /v2.0/security-groups/18e0beca-9193-4f00-aaa1-020e0e7a83b2 => generated 2882 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/499] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:00:53 2026] GET /v2.0/security-group-rules/aac57b22-c43e-4b94-939c-bac438862184 => generated 621 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/500] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:54 2026] GET /v2.0/security-groups/18e0beca-9193-4f00-aaa1-020e0e7a83b2 => generated 2882 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/501] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:00:54 2026] GET /v2.0/security-groups/18e0beca-9193-4f00-aaa1-020e0e7a83b2 => generated 2882 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/502] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:00:54 2026] GET /v2.0/security-group-rules/ba5b7f96-e2ff-4763-b0ce-5922c625528d => generated 625 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/505] 162.253.55.52 () {44 vars in 972 bytes} [Fri Mar 6 23:01:05 2026] GET /v2.0/quotas/b341277cdab1420e9161f5b37585cbed => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/510] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:01:36 2026] GET /v2.0/security-groups => generated 17397 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/511] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:01:37 2026] GET /v2.0/ports => generated 4721 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/512] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:01:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/513] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:01:37 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/514] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:01:37 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/515] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:01:37 2026] GET /v2.0/routers => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/516] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:01:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/517] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:01:37 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/518] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:01:37 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: 262/519] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:01:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/520] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:01:37 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:01:57.312 8 INFO neutron.api.v2.resource [None req-bba5ecd6-ac04-4f22-bfb1-91196b7b82c2 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/523] 162.253.55.52 () {44 vars in 1071 bytes} [Fri Mar 6 23:01:57 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=759fe04977dc48d0945280d37f5d7e5d => 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: 260/524] 162.253.55.52 () {44 vars in 1094 bytes} [Fri Mar 6 23:01:57 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=759fe04977dc48d0945280d37f5d7e5d => generated 4072 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/527] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 23:01:58 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/528] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:01:58 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/529] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:01:58 2026] GET /v2.0/security-group-rules/e03fd931-a7fd-48f5-a85e-729091d49b35 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/530] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 23:01:59 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 4075 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/531] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:01:59 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3 => generated 4075 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/532] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:01:59 2026] GET /v2.0/security-group-rules/f4dcd1ee-cbef-4ec0-94ab-f1a9046f4438 => generated 599 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/533] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 23:02:00 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 4075 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/534] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:02:00 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/535] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:02:00 2026] GET /v2.0/security-group-rules/c5e6793d-3722-490d-b18a-7056e023e147 => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/536] 162.253.55.52 () {44 vars in 1085 bytes} [Fri Mar 6 23:02:01 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3?project_id=759fe04977dc48d0945280d37f5d7e5d => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/537] 162.253.55.52 () {44 vars in 998 bytes} [Fri Mar 6 23:02:01 2026] GET /v2.0/security-groups/c3a78110-99f4-4f59-9e84-bf3115ffb2c3 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 267/538] 162.253.55.52 () {44 vars in 1008 bytes} [Fri Mar 6 23:02:01 2026] GET /v2.0/security-group-rules/83f45214-3053-4bbf-967c-b33676e811d9 => generated 602 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/539] 162.253.55.52 () {44 vars in 972 bytes} [Fri Mar 6 23:02:08 2026] GET /v2.0/quotas/759fe04977dc48d0945280d37f5d7e5d => generated 291 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/544] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:02:36 2026] GET /v2.0/routers => generated 15 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/545] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:02:36 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/546] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:02:37 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/547] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:02:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/548] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:02:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/549] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:02:37 2026] GET /v2.0/floatingips => 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: 278/550] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:02:37 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/551] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:02:37 2026] GET /v2.0/ports => generated 4721 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/552] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:02:37 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/553] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:02:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/554] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:02:37 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/557] 162.253.55.52 () {44 vars in 946 bytes} [Fri Mar 6 23:02:51 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/564] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:03:28 2026] GET /v2.0/networks => generated 2168 bytes in 200 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/565] 10.0.0.144 () {32 vars in 655 bytes} [Fri Mar 6 23:03:30 2026] GET /v2.0/floatingips => 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: 280/566] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:03:30 2026] GET /v2.0/routers => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/567] 10.0.0.144 () {32 vars in 643 bytes} [Fri Mar 6 23:03:30 2026] GET /v2.0/ports => generated 4721 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/568] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:03:30 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/569] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:03:30 2026] GET /v2.0/networks => generated 2168 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/570] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:03:30 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/571] 10.0.0.144 () {32 vars in 655 bytes} [Fri Mar 6 23:03:30 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/572] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:03:36 2026] GET /v2.0/floatingips => generated 19 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/573] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:03:37 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/574] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:03:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/575] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:03:37 2026] GET /v2.0/subnets => generated 1308 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/576] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:03:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/577] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:03:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/578] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:03:37 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/579] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:03:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/580] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:03:37 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/581] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:03:37 2026] GET /v2.0/agents => generated 3384 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/582] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:03:37 2026] GET /v2.0/networks => generated 2168 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:03:40.996 8 INFO neutron.db.segments_db [None req-fc89b4ec-aa8a-4802-b1df-a8ced712a2b0 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 59becf78-c810-4a79-b1b6-a2559bcee6f2 of type vxlan for network 18df5d93-1684-449b-906b-9b5033e3d247 [pid: 8|app: 0|req: 295/583] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:03:40 2026] POST /v2.0/networks => generated 729 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:03:41.128 7 INFO neutron.db.segments_db [None req-20bf1111-6e2d-4dcb-8915-0fd57f61e68e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 5a4fd731-d87b-47e9-9308-7f8b38523240 of type vxlan for network 8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 [pid: 7|app: 0|req: 289/584] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:03:40 2026] POST /v2.0/networks => generated 732 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:03:41.221 8 INFO neutron.db.segments_db [None req-a072cdd3-0c0c-4d19-848f-543422f916cf d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment a2b0aa16-518c-42c8-aa80-599e1938ca1f of type vxlan for network 65d03a89-9c94-48a4-afca-6b5a2eb8bd81 [pid: 8|app: 0|req: 296/585] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:03:41 2026] POST /v2.0/networks => generated 728 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/586] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:03:41 2026] POST /v2.0/subnets => generated 695 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/587] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:03:41 2026] POST /v2.0/subnets => generated 698 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:03:41.488 8 INFO neutron.db.segments_db [None req-eb0ebcba-3b20-4097-b6dd-1a04f04cc44e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 6d6ddbaf-2987-43b9-947f-8e5fab7821bb of type vxlan for network 83bdaa29-7fb9-4de3-960e-055588f9d5d3 [pid: 7|app: 0|req: 291/588] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:03:41 2026] POST /v2.0/subnets => generated 694 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:03:41.549 7 INFO neutron.db.segments_db [None req-f1243201-6da0-4933-8ddc-a3a382d16627 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 14513a79-c3d0-4d55-8829-b33192f00d12 of type vxlan for network 37871712-d8ba-4a01-bc97-7df7e158ca4e 2026-03-06 23:03:41.667 8 INFO neutron.db.l3_hamode_db [None req-eb0ebcba-3b20-4097-b6dd-1a04f04cc44e d75db7492a2746b7b3486e69197ec325 8cbe9e52e7af4cdd82ef4483005591dc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:03:41.726 7 INFO neutron.db.l3_hamode_db [None req-f1243201-6da0-4933-8ddc-a3a382d16627 d75db7492a2746b7b3486e69197ec325 08a6326757bc4943bea5d1226d7d4b59 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:03:42.642 8 INFO neutron.db.l3_hamode_db [None req-eb0ebcba-3b20-4097-b6dd-1a04f04cc44e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:03:42.819 7 INFO neutron.db.l3_hamode_db [None req-f1243201-6da0-4933-8ddc-a3a382d16627 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 298/589] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:03:41 2026] POST /v2.0/routers => generated 735 bytes in 2297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:03:43.792 8 INFO neutron.db.segments_db [None req-077de3cd-2220-4d19-82cf-737644f1c43f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 572847de-1615-4d84-8bb2-5285fc5236c7 of type vxlan for network d1e4e2d0-f502-4e01-81cb-58d48d57b4cc [pid: 7|app: 0|req: 292/590] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:03:41 2026] POST /v2.0/routers => generated 738 bytes in 2303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:03:43.988 8 INFO neutron.db.l3_hamode_db [None req-077de3cd-2220-4d19-82cf-737644f1c43f d75db7492a2746b7b3486e69197ec325 729c359d2d2248be8b2c09c90535f601 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 293/591] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:03:43 2026] GET /v2.0/security-groups?tenant_id=e65c81f1cd80412dace0394d45a8566c&name=default => generated 2921 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:03:44.687 8 INFO neutron.db.l3_hamode_db [None req-077de3cd-2220-4d19-82cf-737644f1c43f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 296/594] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:03:44 2026] PUT /v2.0/routers/a3616e86-a31a-4cda-8056-d745d7c2dac4/add_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/595] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:03:43 2026] POST /v2.0/routers => generated 734 bytes in 1723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/596] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:03:45 2026] DELETE /v2.0/security-groups/3fba7e9a-f94d-47b0-b39c-941b0eab909c => 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: 297/597] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:03:45 2026] PUT /v2.0/routers/f1b71d2d-e229-4645-9e2d-8a8747470b94/add_router_interface => generated 309 bytes in 1174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/598] 10.0.0.59 () {38 vars in 970 bytes} [Fri Mar 6 23:03:46 2026] POST /v2.0/security-groups => generated 1686 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/599] 10.0.0.144 () {34 vars in 685 bytes} [Fri Mar 6 23:03:46 2026] POST /v2.0/security-groups => generated 1660 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/600] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:03:45 2026] PUT /v2.0/routers/5e42300e-bc9d-49b0-b7ea-3517904b06e7/add_router_interface => generated 309 bytes in 1381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/601] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:46 2026] GET /v2.0/security-groups/db3cee9d-5cbe-4ad2-969d-7a5b83275c19 => generated 1686 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/602] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:03:46 2026] POST /v2.0/security-group-rules => generated 597 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/603] 10.0.0.59 () {38 vars in 980 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/security-group-rules => generated 614 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/604] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/605] 10.0.0.59 () {38 vars in 970 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/security-groups => generated 1685 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 23:03:47.449 7 INFO neutron.db.segments_db [None req-fb0d055e-ce88-4c0e-86b8-50af386a789c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 0d8ffbfd-9644-447d-a451-b0c1a2855a3e of type vxlan for network 3f2f19b6-a6b7-4ddf-86db-a730009194b1 [pid: 7|app: 0|req: 303/606] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/networks => generated 725 bytes in 298 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/607] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:47 2026] GET /v2.0/security-groups/bacdd688-815c-451c-957a-12daddafb53a => generated 1685 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/608] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/floatingips => generated 552 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/609] 10.0.0.144 () {34 vars in 685 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/security-groups => generated 1658 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/610] 10.0.0.59 () {38 vars in 980 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/security-group-rules => generated 614 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/611] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/subnets => generated 691 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/612] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:47 2026] GET /v2.0/security-groups/bacdd688-815c-451c-957a-12daddafb53a => generated 2310 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/613] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:03:47.905 8 INFO neutron.db.segments_db [None req-9b229afe-e86d-40e8-83b7-50abf62d755f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment be8b77d6-56ca-4f02-b785-61de135b2e0c of type vxlan for network 69bc1291-cfdb-4a75-a2c0-9019666bffcd [pid: 7|app: 0|req: 308/614] 10.0.0.59 () {38 vars in 980 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/security-group-rules => generated 619 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/615] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/616] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:48 2026] GET /v2.0/security-groups/bacdd688-815c-451c-957a-12daddafb53a => generated 2940 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:03:48.193 8 INFO neutron.db.l3_hamode_db [None req-9b229afe-e86d-40e8-83b7-50abf62d755f d75db7492a2746b7b3486e69197ec325 35199009357142e3a07005aed5ed12b0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 311/617] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:03:48 2026] POST /v2.0/floatingips => generated 552 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/618] 10.0.0.59 () {34 vars in 1000 bytes} [Fri Mar 6 23:03:48 2026] GET /v2.0/security-group-rules/011e6be0-04ad-4158-938a-2a6c3e0e9e8f => generated 616 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/619] 10.0.0.59 () {34 vars in 1097 bytes} [Fri Mar 6 23:03:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--326566825&fields=id&tenant_id=08a6326757bc4943bea5d1226d7d4b59 => generated 69 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/620] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:48 2026] GET /v2.0/security-groups/bacdd688-815c-451c-957a-12daddafb53a => generated 2940 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/621] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:03:48 2026] GET /v2.0/networks?id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 683 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/622] 10.0.0.59 () {36 vars in 1022 bytes} [Fri Mar 6 23:03:48 2026] DELETE /v2.0/security-group-rules/011e6be0-04ad-4158-938a-2a6c3e0e9e8f => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/623] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:03:48 2026] GET /v2.0/quotas/08a6326757bc4943bea5d1226d7d4b59 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/624] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:03:48 2026] GET /v2.0/ports?tenant_id=08a6326757bc4943bea5d1226d7d4b59&fields=id => generated 57 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/625] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:48 2026] GET /v2.0/security-groups/bacdd688-815c-451c-957a-12daddafb53a => generated 2310 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:03:48.934 8 INFO neutron.db.l3_hamode_db [None req-9b229afe-e86d-40e8-83b7-50abf62d755f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 320/626] 10.0.0.59 () {36 vars in 1012 bytes} [Fri Mar 6 23:03:48 2026] DELETE /v2.0/security-groups/bacdd688-815c-451c-957a-12daddafb53a => 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: 321/627] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:49 2026] GET /v2.0/security-groups/db3cee9d-5cbe-4ad2-969d-7a5b83275c19 => generated 2311 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/628] 10.0.0.59 () {36 vars in 1012 bytes} [Fri Mar 6 23:03:49 2026] DELETE /v2.0/security-groups/db3cee9d-5cbe-4ad2-969d-7a5b83275c19 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:03:49.652 7 INFO neutron_taas.services.taas.taas_plugin [None req-6d0538fb-ff39-46f2-9e06-dfe4cdc77e7e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 7b382a92-984c-4ef7-a88d-d4ca56c73fb7 2026-03-06 23:03:49.664 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d0538fb-ff39-46f2-9e06-dfe4cdc77e7e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 7b382a92-984c-4ef7-a88d-d4ca56c73fb7 [pid: 8|app: 0|req: 307/629] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:03:47 2026] POST /v2.0/routers => generated 731 bytes in 2018 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/630] 10.0.0.59 () {34 vars in 906 bytes} [Fri Mar 6 23:03:49 2026] GET /v2.0/extensions => generated 21537 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/631] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:03:49 2026] PUT /v2.0/routers/a3616e86-a31a-4cda-8056-d745d7c2dac4/remove_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/632] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:03:50 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:03:50.398 7 INFO neutron_taas.services.taas.taas_plugin [None req-e54fe42e-ba5e-4b58-ad23-64a8b6d9419f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: acf8a8a1-daeb-4ce0-b5ee-fdfea08a1b56 2026-03-06 23:03:50.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e54fe42e-ba5e-4b58-ad23-64a8b6d9419f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: acf8a8a1-daeb-4ce0-b5ee-fdfea08a1b56 2026-03-06 23:03:50.710 7 INFO neutron_taas.services.taas.taas_plugin [None req-e54fe42e-ba5e-4b58-ad23-64a8b6d9419f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 479e195b-7b38-4438-830e-a6abb7704e4a 2026-03-06 23:03:50.714 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e54fe42e-ba5e-4b58-ad23-64a8b6d9419f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 479e195b-7b38-4438-830e-a6abb7704e4a 2026-03-06 23:03:50.790 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-e54fe42e-ba5e-4b58-ad23-64a8b6d9419f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - 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-03-06 23:03:51.133 7 INFO neutron.db.l3_hamode_db [None req-e54fe42e-ba5e-4b58-ad23-64a8b6d9419f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network 83bdaa29-7fb9-4de3-960e-055588f9d5d3 was deleted as no HA routers are present in tenant 8cbe9e52e7af4cdd82ef4483005591dc. [pid: 7|app: 0|req: 325/633] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:03:50 2026] DELETE /v2.0/routers/a3616e86-a31a-4cda-8056-d745d7c2dac4 => 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: 326/634] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:03:51 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/635] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:03:49 2026] PUT /v2.0/routers/735a1844-2367-4f7f-95a0-85db47f25ce4/add_router_interface => generated 309 bytes in 1385 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/636] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:51 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/637] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:03:51 2026] DELETE /v2.0/subnets/bb36dc42-7e9d-4ac4-b65d-b20d07d399f1 => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:03:51.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-066d50ef-4511-47c2-a588-fd3105bf97eb d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 7fadea6e-e4a9-485e-bbca-46abb572b7b6 2026-03-06 23:03:51.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-066d50ef-4511-47c2-a588-fd3105bf97eb d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 7fadea6e-e4a9-485e-bbca-46abb572b7b6 2026-03-06 23:03:51.521 7 INFO neutron.services.segments.plugin [-] Segment 6d6ddbaf-2987-43b9-947f-8e5fab7821bb resource provider aggregate not found 2026-03-06 23:03:51.551 7 INFO neutron.services.segments.plugin [-] Segment 6d6ddbaf-2987-43b9-947f-8e5fab7821bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d6ddbaf-2987-43b9-947f-8e5fab7821bb found for delete ", "request_id": "req-7c5e9570-8d04-4417-b149-97947441717a"}]} 2026-03-06 23:03:51.562 7 INFO neutron.services.segments.plugin [-] Segment 6d6ddbaf-2987-43b9-947f-8e5fab7821bb resource provider aggregate not found 2026-03-06 23:03:51.578 7 INFO neutron.services.segments.plugin [-] Segment 6d6ddbaf-2987-43b9-947f-8e5fab7821bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6d6ddbaf-2987-43b9-947f-8e5fab7821bb found for delete ", "request_id": "req-7ba3b5b4-5db6-47db-8261-6ef439cf9314"}]} [pid: 8|app: 0|req: 311/638] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:03:51 2026] DELETE /v2.0/networks/18df5d93-1684-449b-906b-9b5033e3d247 => generated 0 bytes in 406 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/639] 10.0.0.59 () {38 vars in 970 bytes} [Fri Mar 6 23:03:51 2026] POST /v2.0/security-groups => generated 1681 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/640] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:03:51 2026] GET /v2.0/security-groups?tenant_id=8cbe9e52e7af4cdd82ef4483005591dc&name=default => generated 2921 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/641] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:03:51 2026] DELETE /v2.0/security-groups/7379dfbb-f7b2-44b7-8f04-210394e18f06 => 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: 329/642] 10.0.0.59 () {38 vars in 970 bytes} [Fri Mar 6 23:03:51 2026] POST /v2.0/security-groups => generated 1682 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 23:03:52.247 8 INFO neutron.services.segments.plugin [-] Segment 59becf78-c810-4a79-b1b6-a2559bcee6f2 resource provider aggregate not found 2026-03-06 23:03:52.255 8 INFO neutron.services.segments.plugin [-] Segment 59becf78-c810-4a79-b1b6-a2559bcee6f2 resource provider aggregate not found [pid: 8|app: 0|req: 314/643] 10.0.0.59 () {38 vars in 970 bytes} [Fri Mar 6 23:03:52 2026] POST /v2.0/security-groups => generated 1682 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 23:03:52.270 8 INFO neutron.services.segments.plugin [-] Segment 59becf78-c810-4a79-b1b6-a2559bcee6f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59becf78-c810-4a79-b1b6-a2559bcee6f2 found for delete ", "request_id": "req-bda0faa0-d7aa-46e1-974d-de2f69e575de"}]} 2026-03-06 23:03:52.277 8 INFO neutron.services.segments.plugin [-] Segment 59becf78-c810-4a79-b1b6-a2559bcee6f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59becf78-c810-4a79-b1b6-a2559bcee6f2 found for delete ", "request_id": "req-d5bdf126-3f53-4cfd-8545-b3d4a5894681"}]} [pid: 7|app: 0|req: 330/644] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/security-groups?tenant_id=35199009357142e3a07005aed5ed12b0 => generated 7910 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/645] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/security-groups/5898861c-ad19-4d25-9024-0be44e4e10f3 => generated 2922 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/646] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/security-groups/5898861c-ad19-4d25-9024-0be44e4e10f3 => generated 2922 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/647] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/security-groups/31af9cc2-f43e-431a-95bd-1a23e7ab94d5 => generated 1681 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/648] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/649] 10.0.0.59 () {36 vars in 1012 bytes} [Fri Mar 6 23:03:52 2026] DELETE /v2.0/security-groups/31af9cc2-f43e-431a-95bd-1a23e7ab94d5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:03:52.594 7 INFO neutron.api.v2.resource [req-e30b929a-5a90-42fa-a4cf-3586331f03ca req-b2a8168f-3322-4ab4-abf1-d8e2a89e6d7a 6d6bee9217294119a51e62acf302af60 35199009357142e3a07005aed5ed12b0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 333/650] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/security-groups/31af9cc2-f43e-431a-95bd-1a23e7ab94d5 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/651] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/security-groups/07fbbc13-0a03-428b-bc0d-df4e97c34ef1 => generated 1682 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/652] 10.0.0.59 () {36 vars in 1012 bytes} [Fri Mar 6 23:03:52 2026] DELETE /v2.0/security-groups/07fbbc13-0a03-428b-bc0d-df4e97c34ef1 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:03:52.771 8 INFO neutron.api.v2.resource [req-d381464e-25ca-446c-b12b-0a07da230d5d req-eddbccb0-1f11-4194-9ed3-82f098c7084b 6d6bee9217294119a51e62acf302af60 35199009357142e3a07005aed5ed12b0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 319/653] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/security-groups/07fbbc13-0a03-428b-bc0d-df4e97c34ef1 => 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: 335/654] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/security-groups/2f22ad3c-56c7-48c3-968f-f0406b1f864b => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/655] 10.0.0.59 () {36 vars in 1012 bytes} [Fri Mar 6 23:03:52 2026] DELETE /v2.0/security-groups/2f22ad3c-56c7-48c3-968f-f0406b1f864b => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:03:52.942 7 INFO neutron.api.v2.resource [req-444e7623-0494-4bf6-8cfd-4ccd8830835b req-25b60b64-db1b-4c4e-9227-8b3053932252 6d6bee9217294119a51e62acf302af60 35199009357142e3a07005aed5ed12b0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 336/656] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/security-groups/2f22ad3c-56c7-48c3-968f-f0406b1f864b => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/657] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:03:52 2026] GET /v2.0/security-groups?tenant_id=35199009357142e3a07005aed5ed12b0 => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/658] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/security-groups/5898861c-ad19-4d25-9024-0be44e4e10f3 => generated 2922 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/659] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/security-groups/5898861c-ad19-4d25-9024-0be44e4e10f3 => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:03:53.128 7 INFO neutron.api.v2.resource [req-7cff659b-3d1d-40d2-b1d7-6e4195c5fad6 req-2854c8ce-69fc-4b05-918a-c6778f6dfb4f 6d6bee9217294119a51e62acf302af60 35199009357142e3a07005aed5ed12b0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 338/660] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/security-groups/2f22ad3c-56c7-48c3-968f-f0406b1f864b => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:03:53.162 8 INFO neutron.api.v2.resource [req-52f394bf-915d-470d-b62e-f4e38ce5c682 req-a50d2c04-2c73-408a-9c06-7f4acc4f64ad 6d6bee9217294119a51e62acf302af60 35199009357142e3a07005aed5ed12b0 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 323/661] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/security-groups/07fbbc13-0a03-428b-bc0d-df4e97c34ef1 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:03:53.200 7 INFO neutron.api.v2.resource [req-f73eb647-06c1-4ece-82d5-a71c47088853 req-9ad1d912-7771-4f30-ae8e-33b40dfc16ef 6d6bee9217294119a51e62acf302af60 35199009357142e3a07005aed5ed12b0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 339/662] 10.0.0.59 () {34 vars in 990 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/security-groups/31af9cc2-f43e-431a-95bd-1a23e7ab94d5 => 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: 340/663] 10.0.0.59 () {34 vars in 1097 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/security-groups?name=tempest-securitygroup--977253470&fields=id&tenant_id=729c359d2d2248be8b2c09c90535f601 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/664] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/networks?id=65d03a89-9c94-48a4-afca-6b5a2eb8bd81 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/665] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/quotas/729c359d2d2248be8b2c09c90535f601 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/666] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/ports?tenant_id=729c359d2d2248be8b2c09c90535f601&fields=id => generated 103 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/667] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:03:53.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-e860bb28-ef99-4cca-98d5-532cc6cd651c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: aa27c4d8-ceab-4199-8984-773cf6c8a6cb 2026-03-06 23:03:53.675 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e860bb28-ef99-4cca-98d5-532cc6cd651c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: aa27c4d8-ceab-4199-8984-773cf6c8a6cb [pid: 7|app: 0|req: 345/668] 10.0.0.59 () {34 vars in 906 bytes} [Fri Mar 6 23:03:53 2026] GET /v2.0/extensions => generated 21537 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-06 23:03:54.194 7 INFO neutron.db.segments_db [None req-cec5991d-87c3-4e98-b056-0ea5d7a4d474 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 1349b0ba-d555-433f-a0d3-b3e038226074 of type vxlan for network d6c6aaa6-9130-41ea-9951-a09bac6dbb5e [pid: 8|app: 0|req: 324/669] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:03:53 2026] PUT /v2.0/routers/735a1844-2367-4f7f-95a0-85db47f25ce4/remove_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/670] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:03:54 2026] GET /v2.0/networks/65d03a89-9c94-48a4-afca-6b5a2eb8bd81?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: 346/671] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:03:54 2026] POST /v2.0/networks => generated 719 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/672] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:03:54 2026] GET /v2.0/networks/65d03a89-9c94-48a4-afca-6b5a2eb8bd81?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:03:54.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad872fb6-8fa0-498c-ae92-c7f23eab736a d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 7c85e237-e307-4307-970b-370f306ede61 2026-03-06 23:03:54.456 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad872fb6-8fa0-498c-ae92-c7f23eab736a d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 7c85e237-e307-4307-970b-370f306ede61 [pid: 7|app: 0|req: 348/673] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:03:54 2026] POST /v2.0/subnets => generated 685 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:03:54.588 7 INFO neutron.db.segments_db [None req-99f62504-534c-4366-b52c-6e7614d43a20 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 3c22fbef-a84d-4d16-8929-b50e51cdd3dd of type vxlan for network 0bdda407-fd9f-4abb-9cb7-a0a6e58d8963 2026-03-06 23:03:54.735 8 INFO neutron_taas.services.taas.taas_plugin [None req-ad872fb6-8fa0-498c-ae92-c7f23eab736a d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 830407e4-1b5b-4c8c-95f1-c921d1348c1e 2026-03-06 23:03:54.737 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ad872fb6-8fa0-498c-ae92-c7f23eab736a d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 830407e4-1b5b-4c8c-95f1-c921d1348c1e 2026-03-06 23:03:54.808 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-ad872fb6-8fa0-498c-ae92-c7f23eab736a d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - 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-03-06 23:03:54.967 7 INFO neutron.db.l3_hamode_db [None req-99f62504-534c-4366-b52c-6e7614d43a20 d75db7492a2746b7b3486e69197ec325 5c8a6eabcd514c4484bd7956a08bff84 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:03:55.102 8 INFO neutron.services.segments.plugin [-] Segment be8b77d6-56ca-4f02-b785-61de135b2e0c resource provider aggregate not found 2026-03-06 23:03:55.108 8 INFO neutron.services.segments.plugin [-] Segment be8b77d6-56ca-4f02-b785-61de135b2e0c resource provider aggregate not found 2026-03-06 23:03:55.127 8 INFO neutron.services.segments.plugin [-] Segment be8b77d6-56ca-4f02-b785-61de135b2e0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be8b77d6-56ca-4f02-b785-61de135b2e0c found for delete ", "request_id": "req-0b852221-516d-48ed-ad5b-547161f008ff"}]} 2026-03-06 23:03:55.130 8 INFO neutron.services.segments.plugin [-] Segment be8b77d6-56ca-4f02-b785-61de135b2e0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be8b77d6-56ca-4f02-b785-61de135b2e0c found for delete ", "request_id": "req-23403909-244c-4719-8ae9-0242f857a9a7"}]} 2026-03-06 23:03:55.140 8 INFO neutron.db.l3_hamode_db [None req-ad872fb6-8fa0-498c-ae92-c7f23eab736a d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network 69bc1291-cfdb-4a75-a2c0-9019666bffcd was deleted as no HA routers are present in tenant 35199009357142e3a07005aed5ed12b0. [pid: 8|app: 0|req: 326/674] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:03:54 2026] DELETE /v2.0/routers/735a1844-2367-4f7f-95a0-85db47f25ce4 => generated 0 bytes in 901 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/675] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:55 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => 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: 328/676] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:55 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => 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: 329/677] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:03:55 2026] DELETE /v2.0/subnets/8f4fe327-b8ea-4c14-b115-c61896f01e45 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:03:55.658 7 INFO neutron.db.l3_hamode_db [None req-99f62504-534c-4366-b52c-6e7614d43a20 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 330/678] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:03:55 2026] DELETE /v2.0/networks/3f2f19b6-a6b7-4ddf-86db-a730009194b1 => generated 0 bytes in 375 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/679] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:03:55 2026] GET /v2.0/security-groups?tenant_id=35199009357142e3a07005aed5ed12b0&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/680] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:03:55 2026] DELETE /v2.0/security-groups/5898861c-ad19-4d25-9024-0be44e4e10f3 => 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: 333/681] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:03:56 2026] GET /v2.0/networks?id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 683 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/682] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:56 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/683] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:56 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/684] 162.253.55.52 () {34 vars in 910 bytes} [Fri Mar 6 23:03:56 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/685] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:03:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=08a6326757bc4943bea5d1226d7d4b59 => generated 180 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/686] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:03:56 2026] POST /v2.0/ports => generated 954 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/687] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:03:54 2026] POST /v2.0/routers => generated 725 bytes in 2298 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-03-06 23:03:57.161 8 INFO neutron.services.segments.plugin [-] Segment 0d8ffbfd-9644-447d-a451-b0c1a2855a3e resource provider aggregate not found 2026-03-06 23:03:57.180 8 INFO neutron.services.segments.plugin [-] Segment 0d8ffbfd-9644-447d-a451-b0c1a2855a3e resource provider aggregate not found 2026-03-06 23:03:57.189 8 INFO neutron.services.segments.plugin [-] Segment 0d8ffbfd-9644-447d-a451-b0c1a2855a3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d8ffbfd-9644-447d-a451-b0c1a2855a3e found for delete ", "request_id": "req-c8d165d3-abd1-4b7a-aef4-fc9ed72b46cd"}]} 2026-03-06 23:03:57.215 8 INFO neutron.services.segments.plugin [-] Segment 0d8ffbfd-9644-447d-a451-b0c1a2855a3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d8ffbfd-9644-447d-a451-b0c1a2855a3e found for delete ", "request_id": "req-c6cdbd29-2bed-4001-9702-5d6c239f8345"}]} [pid: 7|app: 0|req: 350/688] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:03:57 2026] PUT /v2.0/ports/17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 1235 bytes in 507 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: 351/689] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:57 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => 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: 352/690] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:57 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 969 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/693] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:03:57 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/694] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:03:56 2026] PUT /v2.0/routers/24ffacb7-1382-4f14-b5b2-a55bfc17bb34/add_router_interface => generated 309 bytes in 1155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:03:58.247 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-163b84e2-8ff2-4ced-99e2-41ec96d0ba65'] response: {'name': 'network-changed', 'server_uuid': '901ebd67-0ad0-4292-a383-378b307bcd2e', 'tag': '17a04a0a-1121-48ad-9aa9-a878d108b026', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 356/695] 10.0.0.144 () {34 vars in 685 bytes} [Fri Mar 6 23:03:58 2026] POST /v2.0/security-groups => generated 1661 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/696] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:03:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/697] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:03:58 2026] GET /v2.0/ports?tenant_id=08a6326757bc4943bea5d1226d7d4b59&device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 1238 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/698] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:58 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => 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: 359/699] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:03:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/700] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:03:58 2026] POST /v2.0/security-group-rules => generated 602 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/701] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:03:58 2026] GET /v2.0/subnets?id=e34e7016-ba0d-4941-8a77-c48db9ca7b77 => 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: 361/702] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:03:58 2026] GET /v2.0/ports?network_id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/703] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:58 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => 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: 363/704] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:03:58 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?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: 364/705] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:03:59 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/706] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:03:59 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?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: 366/707] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:03:59 2026] GET /v2.0/networks?id=65d03a89-9c94-48a4-afca-6b5a2eb8bd81 => generated 679 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/708] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:03:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=729c359d2d2248be8b2c09c90535f601 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/709] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:03:58 2026] POST /v2.0/floatingips => generated 552 bytes in 489 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/710] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:03:59 2026] POST /v2.0/ports => generated 954 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 369/711] 10.0.0.59 () {34 vars in 1099 bytes} [Fri Mar 6 23:03:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--2011377876&fields=id&tenant_id=5c8a6eabcd514c4484bd7956a08bff84 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/712] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:03:59 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 957 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/713] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:03:59 2026] GET /v2.0/networks?id=d6c6aaa6-9130-41ea-9951-a09bac6dbb5e => generated 670 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/714] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:03:59 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&fields=id&fields=name => generated 113 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/715] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:03:59 2026] GET /v2.0/quotas/5c8a6eabcd514c4484bd7956a08bff84 => 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: 374/716] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:03:59 2026] GET /v2.0/ports?tenant_id=5c8a6eabcd514c4484bd7956a08bff84&fields=id => generated 103 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/717] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/networks/d6c6aaa6-9130-41ea-9951-a09bac6dbb5e?fields=segments => generated 14 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/718] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/ports?tenant_id=08a6326757bc4943bea5d1226d7d4b59&device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/719] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:03:59 2026] PUT /v2.0/ports/2fb482bf-8f61-4860-ab0c-49f09c8ab4e7 => generated 1235 bytes in 475 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: 377/720] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/721] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/networks/d6c6aaa6-9130-41ea-9951-a09bac6dbb5e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/722] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/networks?id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 779 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/723] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/724] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=17a04a0a-1121-48ad-9aa9-a878d108b026 => 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: 346/725] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/subnets?id=e34e7016-ba0d-4941-8a77-c48db9ca7b77 => generated 701 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/726] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/ports?network_id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/727] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => 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: 381/728] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/729] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:04:00.623 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-be40d000-b269-4c7e-8300-bd0027a41d52'] response: {'name': 'network-changed', 'server_uuid': 'ca504734-6d41-4565-a17c-ffa761483588', 'tag': '2fb482bf-8f61-4860-ab0c-49f09c8ab4e7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 382/730] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:00 2026] GET /v2.0/security-groups?tenant_id=db91ae6d3cb748a99f5b7dd8e9ebe3ba&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/731] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:01 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/732] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:00 2026] DELETE /v2.0/security-groups/f0c3cbdf-c358-4d04-a3d7-e67b3cbaff4c => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/733] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:01 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/734] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:01 2026] GET /v2.0/ports?tenant_id=729c359d2d2248be8b2c09c90535f601&device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 1238 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/735] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:04:01 2026] GET /v2.0/networks?tenant_id=729c359d2d2248be8b2c09c90535f601&shared=False => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/736] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:04:01 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/737] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:01 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/738] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:01 2026] GET /v2.0/security-groups?tenant_id=3ea3eb7d62a442b48b432a4bc302834c&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/739] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:01 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&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: 8|app: 0|req: 352/740] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:01 2026] DELETE /v2.0/security-groups/937f6a23-5896-4171-8390-9b7ff84086a7 => 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: 389/741] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:01 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => 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: 353/742] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 969 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/743] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/744] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/ports?tenant_id=729c359d2d2248be8b2c09c90535f601&device_id=ca504734-6d41-4565-a17c-ffa761483588 => 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: 391/745] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2fb482bf-8f61-4860-ab0c-49f09c8ab4e7 => 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: 355/746] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/subnets?id=05f171b7-8e47-4f16-845e-b1aaf9922f33 => generated 697 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/747] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/ports?network_id=65d03a89-9c94-48a4-afca-6b5a2eb8bd81&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: 393/748] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/networks/65d03a89-9c94-48a4-afca-6b5a2eb8bd81?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: 356/749] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 394/750] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/networks/65d03a89-9c94-48a4-afca-6b5a2eb8bd81?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/751] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&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: 7|app: 0|req: 395/752] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:02 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => 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: 358/753] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:03 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/754] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:03 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&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: 397/755] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:03 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => 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: 359/756] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:03 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/757] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:03 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&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: 360/758] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:04 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/759] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:04 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&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: 361/760] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:04 2026] GET /v2.0/networks?id=d6c6aaa6-9130-41ea-9951-a09bac6dbb5e => generated 670 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 400/761] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:04:04 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5c8a6eabcd514c4484bd7956a08bff84 => generated 181 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/762] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:04 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => 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: 402/763] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:04 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 969 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/764] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:04 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/765] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:04:04 2026] POST /v2.0/ports => generated 954 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/766] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:04:05 2026] PUT /v2.0/ports/0f7bbae6-4667-4142-a627-15a5dad6eb86 => generated 1235 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:05.682 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-deecaa61-b879-4ef9-b116-1d7fd7de8965'] response: {'name': 'network-changed', 'server_uuid': '67126fa1-d3cc-41c7-ad17-cd09848870ba', 'tag': '0f7bbae6-4667-4142-a627-15a5dad6eb86', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 363/767] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:05 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 405/768] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:05 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/769] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:05 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => 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: 406/770] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:05 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/771] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:06 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => 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: 407/772] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:06 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&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: 366/773] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:06 2026] GET /v2.0/ports?tenant_id=5c8a6eabcd514c4484bd7956a08bff84&device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 1238 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/774] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:04:06 2026] GET /v2.0/networks?tenant_id=5c8a6eabcd514c4484bd7956a08bff84&shared=False => generated 766 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/775] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:04:06 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/776] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:06 2026] GET /v2.0/security-groups?tenant_id=9c1789716b7d4776b27fa0427da5dc37&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/777] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:06 2026] DELETE /v2.0/security-groups/daf1e20b-db03-4c8b-977b-8b349245677a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/778] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:06 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/779] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:06 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/780] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/781] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/782] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/security-groups?tenant_id=d4be56ee4bc146c3ae09adef1e7d90be&name=default => generated 2925 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/783] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => 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: 372/784] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&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: 7|app: 0|req: 413/785] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:07 2026] DELETE /v2.0/security-groups/8a644936-bc37-467b-8c73-588debccd28e => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/786] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/ports?tenant_id=5c8a6eabcd514c4484bd7956a08bff84&device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/787] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0f7bbae6-4667-4142-a627-15a5dad6eb86 => 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: 374/788] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/subnets?id=fb2501d3-9fd5-479c-ab44-3a53bd9e5d39 => generated 688 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/789] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/ports?network_id=d6c6aaa6-9130-41ea-9951-a09bac6dbb5e&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: 375/790] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/networks/d6c6aaa6-9130-41ea-9951-a09bac6dbb5e?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/791] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:07 2026] GET /v2.0/networks/d6c6aaa6-9130-41ea-9951-a09bac6dbb5e?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: 376/792] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:08 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/793] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:08 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/794] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:08 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/795] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:08 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&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: 378/796] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:08 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/797] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:08 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&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: 379/798] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:08 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:09.131 7 INFO neutron.db.l3_db [None req-7b2ad2d8-2f05-4e87-a43e-bea4d8c12a9f b256ec90573341a68ba537f1bc577d03 08a6326757bc4943bea5d1226d7d4b59 - - default default] Floating IP 26149f4b-cf47-44ba-83da-bf24853b6129 associated. External IP: 10.96.250.212, port: 17a04a0a-1121-48ad-9aa9-a878d108b026. [pid: 8|app: 0|req: 380/799] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:09 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => 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: 381/800] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:09 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&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: 382/801] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:09 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => 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: 420/802] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:04:08 2026] PUT /v2.0/floatingips/26149f4b-cf47-44ba-83da-bf24853b6129 => generated 855 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/803] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:09 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:09.533 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebfcc3eb-acbc-4cc5-921e-c64070d57383'] response: {'name': 'network-changed', 'server_uuid': '901ebd67-0ad0-4292-a383-378b307bcd2e', 'tag': '17a04a0a-1121-48ad-9aa9-a878d108b026', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 421/804] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:09 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => 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: 384/805] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:09 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/806] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/ports?tenant_id=08a6326757bc4943bea5d1226d7d4b59&device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/807] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/networks?id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 779 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/808] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/809] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/subnets?id=e34e7016-ba0d-4941-8a77-c48db9ca7b77 => generated 701 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/810] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/ports?network_id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/811] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?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: 425/812] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?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: 388/813] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => 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: 426/814] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/815] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/816] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 969 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/817] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:10 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&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-03-06 23:04:11.058 7 INFO neutron.db.l3_db [None req-bd2eccb1-e5fe-4959-8e1f-432dcd38fcc3 9fee723b920c4da7bfbe0c4fe79706e1 729c359d2d2248be8b2c09c90535f601 - - default default] Floating IP 6d993ced-ebe7-4b24-a519-33b7dfd45d21 associated. External IP: 10.96.250.208, port: 2fb482bf-8f61-4860-ab0c-49f09c8ab4e7. [pid: 7|app: 0|req: 428/818] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:04:10 2026] PUT /v2.0/floatingips/6d993ced-ebe7-4b24-a519-33b7dfd45d21 => generated 855 bytes in 744 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/819] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:11 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/820] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:11 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:11.569 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ace7e42-eb43-4661-b08c-11b7c9508c0e'] response: {'name': 'network-changed', 'server_uuid': 'ca504734-6d41-4565-a17c-ffa761483588', 'tag': '2fb482bf-8f61-4860-ab0c-49f09c8ab4e7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 392/821] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:11 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/822] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:11 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/823] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:11 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => 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: 431/824] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:12 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&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: 394/825] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:12 2026] GET /v2.0/ports?tenant_id=729c359d2d2248be8b2c09c90535f601&device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/826] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:12 2026] GET /v2.0/networks?id=65d03a89-9c94-48a4-afca-6b5a2eb8bd81 => generated 775 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/827] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=2fb482bf-8f61-4860-ab0c-49f09c8ab4e7 => generated 858 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/828] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:12 2026] GET /v2.0/subnets?id=05f171b7-8e47-4f16-845e-b1aaf9922f33 => generated 697 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/829] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:12 2026] GET /v2.0/ports?network_id=65d03a89-9c94-48a4-afca-6b5a2eb8bd81&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/830] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:12 2026] GET /v2.0/networks/65d03a89-9c94-48a4-afca-6b5a2eb8bd81?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/831] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:12 2026] GET /v2.0/networks/65d03a89-9c94-48a4-afca-6b5a2eb8bd81?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/834] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:12 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => 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: 399/835] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:13 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/836] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:13 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/837] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:13 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 971 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/838] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:13 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&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-03-06 23:04:13.710 8 INFO neutron.db.l3_db [None req-ab79d2d0-b359-443b-8408-e5b2e9594e87 0163735817b6492fb67636809ed87fbf 5c8a6eabcd514c4484bd7956a08bff84 - - default default] Floating IP 0d5e326e-3d5f-4ea1-ac72-2ffc9bffcf40 associated. External IP: 10.96.250.220, port: 0f7bbae6-4667-4142-a627-15a5dad6eb86. [pid: 8|app: 0|req: 401/839] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:04:13 2026] PUT /v2.0/floatingips/0d5e326e-3d5f-4ea1-ac72-2ffc9bffcf40 => generated 855 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:14.110 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc3c0a3a-038d-465b-97c0-f08c347ac080'] response: {'name': 'network-changed', 'server_uuid': '67126fa1-d3cc-41c7-ad17-cd09848870ba', 'tag': '0f7bbae6-4667-4142-a627-15a5dad6eb86', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 439/840] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/841] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&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: 440/842] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/843] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/security-groups?id=918d9985-d064-4e35-9090-03ee7358936e&fields=id&fields=name => generated 113 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/844] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/845] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/846] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:14.655 7 INFO neutron_taas.services.taas.taas_plugin [req-afeafab9-ab36-4a69-b98e-4491872bc9a0 req-580b4897-861e-4a31-a5fa-e3f018a9d669 9fee723b920c4da7bfbe0c4fe79706e1 729c359d2d2248be8b2c09c90535f601 - - default default] TaaS: Handle Delete Port: 2fb482bf-8f61-4860-ab0c-49f09c8ab4e7 2026-03-06 23:04:14.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-afeafab9-ab36-4a69-b98e-4491872bc9a0 req-580b4897-861e-4a31-a5fa-e3f018a9d669 9fee723b920c4da7bfbe0c4fe79706e1 729c359d2d2248be8b2c09c90535f601 - - default default] Tap Mirror: Handle Delete Port: 2fb482bf-8f61-4860-ab0c-49f09c8ab4e7 2026-03-06 23:04:14.822 7 INFO neutron.db.l3_db [req-afeafab9-ab36-4a69-b98e-4491872bc9a0 req-580b4897-861e-4a31-a5fa-e3f018a9d669 9fee723b920c4da7bfbe0c4fe79706e1 729c359d2d2248be8b2c09c90535f601 - - default default] Floating IP 6d993ced-ebe7-4b24-a519-33b7dfd45d21 disassociated. External IP: 10.96.250.208, port: 2fb482bf-8f61-4860-ab0c-49f09c8ab4e7. [pid: 8|app: 0|req: 406/847] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/security-groups?tenant_id=213db1b1542b4decb41013847fb02e56&name=default => generated 2925 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/848] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/ports?tenant_id=5c8a6eabcd514c4484bd7956a08bff84&device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/849] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:14 2026] DELETE /v2.0/security-groups/5e0e91b5-f6e0-4996-99eb-956175da00c8 => 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: 409/850] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/networks?id=d6c6aaa6-9130-41ea-9951-a09bac6dbb5e => generated 766 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/851] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=0f7bbae6-4667-4142-a627-15a5dad6eb86 => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/852] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:15 2026] GET /v2.0/subnets?id=fb2501d3-9fd5-479c-ab44-3a53bd9e5d39 => generated 688 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/853] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:15 2026] GET /v2.0/security-groups?tenant_id=76e616cc82a548f6aae7234ff6c95220&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/854] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:15 2026] GET /v2.0/ports?network_id=d6c6aaa6-9130-41ea-9951-a09bac6dbb5e&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/855] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:04:14 2026] DELETE /v2.0/ports/2fb482bf-8f61-4860-ab0c-49f09c8ab4e7 => generated 0 bytes in 727 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/856] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:15 2026] GET /v2.0/networks/d6c6aaa6-9130-41ea-9951-a09bac6dbb5e?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:04:15.263 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-32f36b39-90e9-4e14-a0c1-e00977b29722'] response: {'server_uuid': 'ca504734-6d41-4565-a17c-ffa761483588', 'name': 'network-vif-deleted', 'tag': '2fb482bf-8f61-4860-ab0c-49f09c8ab4e7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 444/857] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:15 2026] GET /v2.0/networks/d6c6aaa6-9130-41ea-9951-a09bac6dbb5e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/858] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:15 2026] DELETE /v2.0/security-groups/69f0a211-7426-4692-aca7-e5ec7e1f903e => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/859] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:15 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => 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: 415/860] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:15 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/861] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:15 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/862] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:16 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => 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: 447/863] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:16 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/864] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:16 2026] GET /v2.0/security-groups?id=64a32140-8493-4442-99e8-2bf2a085a967&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/865] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:04:16 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:17.118 8 INFO neutron_taas.services.taas.taas_plugin [req-969db3f4-35b3-47fa-8513-8d5f976c5dac req-1467f4e8-6262-44a1-8bf4-958945f8ec59 0163735817b6492fb67636809ed87fbf 5c8a6eabcd514c4484bd7956a08bff84 - - default default] TaaS: Handle Delete Port: 0f7bbae6-4667-4142-a627-15a5dad6eb86 2026-03-06 23:04:17.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-969db3f4-35b3-47fa-8513-8d5f976c5dac req-1467f4e8-6262-44a1-8bf4-958945f8ec59 0163735817b6492fb67636809ed87fbf 5c8a6eabcd514c4484bd7956a08bff84 - - default default] Tap Mirror: Handle Delete Port: 0f7bbae6-4667-4142-a627-15a5dad6eb86 2026-03-06 23:04:17.320 8 INFO neutron.db.l3_db [req-969db3f4-35b3-47fa-8513-8d5f976c5dac req-1467f4e8-6262-44a1-8bf4-958945f8ec59 0163735817b6492fb67636809ed87fbf 5c8a6eabcd514c4484bd7956a08bff84 - - default default] Floating IP 0d5e326e-3d5f-4ea1-ac72-2ffc9bffcf40 disassociated. External IP: 10.96.250.220, port: 0f7bbae6-4667-4142-a627-15a5dad6eb86. [pid: 8|app: 0|req: 418/866] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:04:16 2026] DELETE /v2.0/ports/0f7bbae6-4667-4142-a627-15a5dad6eb86 => generated 0 bytes in 760 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:17.726 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f9c44b4f-5311-405a-8d62-4e6e77906569'] response: {'server_uuid': '67126fa1-d3cc-41c7-ad17-cd09848870ba', 'name': 'network-vif-deleted', 'tag': '0f7bbae6-4667-4142-a627-15a5dad6eb86', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 449/867] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:17 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => 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: 419/868] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:17 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => 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: 450/869] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:18 2026] GET /v2.0/ports?device_id=ca504734-6d41-4565-a17c-ffa761483588 => generated 12 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/870] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:19 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => 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: 420/871] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:18 2026] GET /v2.0/security-groups?tenant_id=4041664e8d4748a0885a8769f79bad34&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/872] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:19 2026] DELETE /v2.0/security-groups/e39f12dc-a5cc-4e51-9f36-9745319bf46c => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/873] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:19 2026] GET /v2.0/security-groups?tenant_id=88fa00306d294acfb203614acc3f7bb2&name=default => generated 2925 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/874] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:19 2026] DELETE /v2.0/security-groups/39f6b7e4-baee-4cc8-b98a-20f538e211d2 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/875] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:20 2026] GET /v2.0/ports?device_id=67126fa1-d3cc-41c7-ad17-cd09848870ba => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/876] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:20 2026] DELETE /v2.0/security-groups/918d9985-d064-4e35-9090-03ee7358936e => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:04:20.361 7 INFO neutron.api.v2.resource [None req-60f2fb60-4435-4cfb-b9c6-51aaf2eafc52 9fee723b920c4da7bfbe0c4fe79706e1 729c359d2d2248be8b2c09c90535f601 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 455/877] 10.0.0.144 () {32 vars in 737 bytes} [Fri Mar 6 23:04:20 2026] GET /v2.0/security-groups/918d9985-d064-4e35-9090-03ee7358936e => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:04:20.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-06c39a3f-76a3-4977-b48f-029bfcf84750 9fee723b920c4da7bfbe0c4fe79706e1 729c359d2d2248be8b2c09c90535f601 - - default default] TaaS: Handle Delete Port: 69d7e1bd-9704-4358-8d69-55cbf3b0bed4 2026-03-06 23:04:20.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06c39a3f-76a3-4977-b48f-029bfcf84750 9fee723b920c4da7bfbe0c4fe79706e1 729c359d2d2248be8b2c09c90535f601 - - default default] Tap Mirror: Handle Delete Port: 69d7e1bd-9704-4358-8d69-55cbf3b0bed4 [pid: 8|app: 0|req: 423/878] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:04:20 2026] DELETE /v2.0/floatingips/6d993ced-ebe7-4b24-a519-33b7dfd45d21 => 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: 456/879] 10.0.0.132 () {34 vars in 990 bytes} [Fri Mar 6 23:04:20 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 1240 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/880] 10.0.0.132 () {34 vars in 1040 bytes} [Fri Mar 6 23:04:20 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:21.013 8 INFO neutron_taas.services.taas.taas_plugin [None req-543a4818-7781-48ce-8644-4027e637d5df d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: e6d0d60e-9d8b-4f5f-a987-59e1a991d847 2026-03-06 23:04:21.018 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-543a4818-7781-48ce-8644-4027e637d5df d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: e6d0d60e-9d8b-4f5f-a987-59e1a991d847 [pid: 7|app: 0|req: 458/881] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:21 2026] DELETE /v2.0/security-groups/64a32140-8493-4442-99e8-2bf2a085a967 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:04:21.462 7 INFO neutron.api.v2.resource [None req-8d9e36fd-4828-4dc5-98dc-0d5021b19f34 0163735817b6492fb67636809ed87fbf 5c8a6eabcd514c4484bd7956a08bff84 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 459/882] 10.0.0.144 () {32 vars in 737 bytes} [Fri Mar 6 23:04:21 2026] GET /v2.0/security-groups/64a32140-8493-4442-99e8-2bf2a085a967 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/883] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:04:20 2026] PUT /v2.0/routers/5e42300e-bc9d-49b0-b7ea-3517904b06e7/remove_router_interface => generated 309 bytes in 883 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:21.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-37c875c7-e8d6-44e8-987c-c122d6412ee4 0163735817b6492fb67636809ed87fbf 5c8a6eabcd514c4484bd7956a08bff84 - - default default] TaaS: Handle Delete Port: 90da947c-3a58-454e-83d5-d58ba171f6f0 2026-03-06 23:04:21.572 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-37c875c7-e8d6-44e8-987c-c122d6412ee4 0163735817b6492fb67636809ed87fbf 5c8a6eabcd514c4484bd7956a08bff84 - - default default] Tap Mirror: Handle Delete Port: 90da947c-3a58-454e-83d5-d58ba171f6f0 [pid: 7|app: 0|req: 460/884] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:04:21 2026] DELETE /v2.0/floatingips/0d5e326e-3d5f-4ea1-ac72-2ffc9bffcf40 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:04:21.765 8 INFO neutron_taas.services.taas.taas_plugin [None req-aba2d0b8-3cd1-49e1-87b9-4ac307ec0af7 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 10987bc1-ebe3-47b3-a3b8-ff6d8ae6ea4d 2026-03-06 23:04:21.769 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aba2d0b8-3cd1-49e1-87b9-4ac307ec0af7 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 10987bc1-ebe3-47b3-a3b8-ff6d8ae6ea4d 2026-03-06 23:04:22.044 8 INFO neutron_taas.services.taas.taas_plugin [None req-aba2d0b8-3cd1-49e1-87b9-4ac307ec0af7 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 4157a178-1bd1-40f7-9cc7-7c77c56ec9dd 2026-03-06 23:04:22.047 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aba2d0b8-3cd1-49e1-87b9-4ac307ec0af7 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 4157a178-1bd1-40f7-9cc7-7c77c56ec9dd 2026-03-06 23:04:22.094 7 INFO neutron_taas.services.taas.taas_plugin [None req-bf0e2c55-aea6-4d7a-88ba-26b3099907f1 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 0ea4a814-9391-4abd-8032-b9f437ee074e 2026-03-06 23:04:22.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bf0e2c55-aea6-4d7a-88ba-26b3099907f1 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 0ea4a814-9391-4abd-8032-b9f437ee074e 2026-03-06 23:04:22.379 8 INFO neutron.services.segments.plugin [-] Segment 572847de-1615-4d84-8bb2-5285fc5236c7 resource provider aggregate not found 2026-03-06 23:04:22.389 8 INFO neutron.services.segments.plugin [-] Segment 572847de-1615-4d84-8bb2-5285fc5236c7 resource provider aggregate not found 2026-03-06 23:04:22.403 8 INFO neutron.services.segments.plugin [-] Segment 572847de-1615-4d84-8bb2-5285fc5236c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 572847de-1615-4d84-8bb2-5285fc5236c7 found for delete ", "request_id": "req-d89d5b7e-0bb6-40fe-8a4e-b94dd549cef3"}]} 2026-03-06 23:04:22.410 8 INFO neutron.services.segments.plugin [-] Segment 572847de-1615-4d84-8bb2-5285fc5236c7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 572847de-1615-4d84-8bb2-5285fc5236c7 found for delete ", "request_id": "req-fff1ba49-4e10-4452-b9d1-7b24b514b0b5"}]} 2026-03-06 23:04:22.414 8 INFO neutron.db.l3_hamode_db [None req-aba2d0b8-3cd1-49e1-87b9-4ac307ec0af7 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network d1e4e2d0-f502-4e01-81cb-58d48d57b4cc was deleted as no HA routers are present in tenant 729c359d2d2248be8b2c09c90535f601. [pid: 8|app: 0|req: 425/885] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:21 2026] DELETE /v2.0/routers/5e42300e-bc9d-49b0-b7ea-3517904b06e7 => generated 0 bytes in 873 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/886] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:04:21 2026] PUT /v2.0/routers/24ffacb7-1382-4f14-b5b2-a55bfc17bb34/remove_router_interface => generated 309 bytes in 829 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/887] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:22 2026] DELETE /v2.0/subnets/05f171b7-8e47-4f16-845e-b1aaf9922f33 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:22.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-b0f60af7-a8fc-4749-9333-60a30079b867 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 8c691d97-9447-4fdf-abcd-52c8c1c9f506 2026-03-06 23:04:22.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0f60af7-a8fc-4749-9333-60a30079b867 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 8c691d97-9447-4fdf-abcd-52c8c1c9f506 2026-03-06 23:04:22.758 7 INFO neutron_taas.services.taas.taas_plugin [None req-44902239-8858-4ea5-84d0-de1eb8800594 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: b9666674-0da5-444d-bca0-585f219200cd 2026-03-06 23:04:22.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44902239-8858-4ea5-84d0-de1eb8800594 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: b9666674-0da5-444d-bca0-585f219200cd [pid: 8|app: 0|req: 427/888] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:22 2026] DELETE /v2.0/networks/65d03a89-9c94-48a4-afca-6b5a2eb8bd81 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:22.971 7 INFO neutron_taas.services.taas.taas_plugin [None req-44902239-8858-4ea5-84d0-de1eb8800594 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 1e671682-be4c-4b7d-9f98-52399accf26c 2026-03-06 23:04:22.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44902239-8858-4ea5-84d0-de1eb8800594 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 1e671682-be4c-4b7d-9f98-52399accf26c [pid: 8|app: 0|req: 428/889] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:22 2026] GET /v2.0/security-groups?tenant_id=729c359d2d2248be8b2c09c90535f601&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/890] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:23 2026] DELETE /v2.0/security-groups/ef3ce846-6ff5-450b-9d8a-c5356b50eccd => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:04:23.285 7 INFO neutron.services.segments.plugin [-] Segment 3c22fbef-a84d-4d16-8929-b50e51cdd3dd resource provider aggregate not found 2026-03-06 23:04:23.292 7 INFO neutron.services.segments.plugin [-] Segment 3c22fbef-a84d-4d16-8929-b50e51cdd3dd resource provider aggregate not found 2026-03-06 23:04:23.305 7 INFO neutron.services.segments.plugin [-] Segment 3c22fbef-a84d-4d16-8929-b50e51cdd3dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c22fbef-a84d-4d16-8929-b50e51cdd3dd found for delete ", "request_id": "req-17d0c32c-ddf1-4939-8f1a-7e0aa19f3fd1"}]} 2026-03-06 23:04:23.313 7 INFO neutron.services.segments.plugin [-] Segment 3c22fbef-a84d-4d16-8929-b50e51cdd3dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3c22fbef-a84d-4d16-8929-b50e51cdd3dd found for delete ", "request_id": "req-93e5992d-f937-4403-933a-f5496366c064"}]} 2026-03-06 23:04:23.324 7 INFO neutron.db.l3_hamode_db [None req-44902239-8858-4ea5-84d0-de1eb8800594 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network 0bdda407-fd9f-4abb-9cb7-a0a6e58d8963 was deleted as no HA routers are present in tenant 5c8a6eabcd514c4484bd7956a08bff84. [pid: 7|app: 0|req: 462/891] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:22 2026] DELETE /v2.0/routers/24ffacb7-1382-4f14-b5b2-a55bfc17bb34 => generated 0 bytes in 737 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/892] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:23 2026] DELETE /v2.0/subnets/fb2501d3-9fd5-479c-ab44-3a53bd9e5d39 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:23.536 7 INFO neutron_taas.services.taas.taas_plugin [None req-90b93832-5210-4bb9-bd07-15d71c4b456b d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 5a51dadc-8bfb-4b84-9282-0ff5efc17250 2026-03-06 23:04:23.539 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90b93832-5210-4bb9-bd07-15d71c4b456b d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 5a51dadc-8bfb-4b84-9282-0ff5efc17250 [pid: 7|app: 0|req: 463/893] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:23 2026] DELETE /v2.0/networks/d6c6aaa6-9130-41ea-9951-a09bac6dbb5e => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/894] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:23 2026] GET /v2.0/security-groups?tenant_id=5c8a6eabcd514c4484bd7956a08bff84&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/895] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:23 2026] DELETE /v2.0/security-groups/063c5160-2a93-47ea-9411-0f0ff8145733 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:04:24.425 8 INFO neutron.services.segments.plugin [-] Segment a2b0aa16-518c-42c8-aa80-599e1938ca1f resource provider aggregate not found 2026-03-06 23:04:24.433 8 INFO neutron.services.segments.plugin [-] Segment a2b0aa16-518c-42c8-aa80-599e1938ca1f resource provider aggregate not found 2026-03-06 23:04:24.450 8 INFO neutron.services.segments.plugin [-] Segment a2b0aa16-518c-42c8-aa80-599e1938ca1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2b0aa16-518c-42c8-aa80-599e1938ca1f found for delete ", "request_id": "req-75be4d2f-8611-4a80-a98e-32dfee5b4576"}]} 2026-03-06 23:04:24.463 8 INFO neutron.services.segments.plugin [-] Segment a2b0aa16-518c-42c8-aa80-599e1938ca1f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2b0aa16-518c-42c8-aa80-599e1938ca1f found for delete ", "request_id": "req-7c7e97a2-2d4e-4156-8a84-96221d19ab59"}]} 2026-03-06 23:04:25.328 7 INFO neutron.services.segments.plugin [-] Segment 1349b0ba-d555-433f-a0d3-b3e038226074 resource provider aggregate not found 2026-03-06 23:04:25.332 7 INFO neutron.services.segments.plugin [-] Segment 1349b0ba-d555-433f-a0d3-b3e038226074 resource provider aggregate not found 2026-03-06 23:04:25.348 7 INFO neutron.services.segments.plugin [-] Segment 1349b0ba-d555-433f-a0d3-b3e038226074 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1349b0ba-d555-433f-a0d3-b3e038226074 found for delete ", "request_id": "req-f1d85339-ad80-4127-a295-08e1d1100c71"}]} 2026-03-06 23:04:25.349 7 INFO neutron.services.segments.plugin [-] Segment 1349b0ba-d555-433f-a0d3-b3e038226074 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1349b0ba-d555-433f-a0d3-b3e038226074 found for delete ", "request_id": "req-27c54279-cb47-4ca2-9782-92d087e8af64"}]} 2026-03-06 23:04:25.467 8 INFO neutron.db.segments_db [None req-7f6bfe70-68af-4fb1-a714-1c06b27ab8f2 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 7a02629c-4263-4c43-9499-d4eb61f1dcb9 of type vxlan for network 6de96b54-3c72-4358-917b-9199fb5b5e17 [pid: 8|app: 0|req: 432/896] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:04:25 2026] POST /v2.0/networks => generated 724 bytes in 449 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/897] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:25 2026] POST /v2.0/subnets => generated 690 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:25.832 8 INFO neutron.db.segments_db [None req-01ec2de2-d2e6-430b-8141-f298f791ca36 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment e12888a4-6b43-49c0-b049-cfb48a867532 of type vxlan for network e9c50f4b-0acf-4aa1-9454-7d66ff0af5d6 2026-03-06 23:04:26.132 8 INFO neutron.db.l3_hamode_db [None req-01ec2de2-d2e6-430b-8141-f298f791ca36 d75db7492a2746b7b3486e69197ec325 6969ef701afb4fe08cfe70768e5e3497 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 466/898] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:25 2026] GET /v2.0/security-groups?tenant_id=5623aac15cd34819aa91e619620405fb&name=default => generated 2925 bytes in 308 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/899] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:26 2026] DELETE /v2.0/security-groups/6ec84bc4-c0bf-41a5-b519-76bd6eb31d2a => 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: 468/900] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:26 2026] GET /v2.0/security-groups?tenant_id=ee25fae6982a46ed877191bdf81efb46&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: 469/901] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:26 2026] DELETE /v2.0/security-groups/e64aab3a-1a4f-49da-a3f9-a1b148a0b99a => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:04:26.851 8 INFO neutron.db.l3_hamode_db [None req-01ec2de2-d2e6-430b-8141-f298f791ca36 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 433/902] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:25 2026] POST /v2.0/routers => generated 730 bytes in 1974 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/905] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:27 2026] GET /v2.0/security-groups?tenant_id=0d0e6e46d6f74db5934ea4096d1342aa&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/906] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:28 2026] DELETE /v2.0/security-groups/ea8593df-a30c-4ac6-bd70-67c2dcab3335 => 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: 438/907] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:28 2026] GET /v2.0/security-groups?tenant_id=15d6cdcaccad49f6b867d10da2fba74e&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/908] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:28 2026] DELETE /v2.0/security-groups/4c40d4b1-87e5-48b1-99eb-2a964a3d3796 => 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: 470/909] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:04:27 2026] PUT /v2.0/routers/9055c34b-61ac-436d-b94e-c7890c71ff1e/add_router_interface => generated 309 bytes in 1111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/910] 10.0.0.144 () {34 vars in 685 bytes} [Fri Mar 6 23:04:29 2026] POST /v2.0/security-groups => generated 1660 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/911] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:04:29 2026] POST /v2.0/security-group-rules => generated 597 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/912] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:04:29 2026] POST /v2.0/security-group-rules => generated 602 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/913] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:04:29 2026] POST /v2.0/floatingips => generated 552 bytes in 465 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/914] 10.0.0.59 () {34 vars in 1097 bytes} [Fri Mar 6 23:04:30 2026] GET /v2.0/security-groups?name=tempest-securitygroup--510676527&fields=id&tenant_id=6969ef701afb4fe08cfe70768e5e3497 => generated 69 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/915] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:04:30 2026] GET /v2.0/networks?id=6de96b54-3c72-4358-917b-9199fb5b5e17 => generated 675 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/916] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:04:30 2026] GET /v2.0/quotas/6969ef701afb4fe08cfe70768e5e3497 => 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: 474/917] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:04:30 2026] GET /v2.0/ports?tenant_id=6969ef701afb4fe08cfe70768e5e3497&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/918] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:04:31 2026] GET /v2.0/networks/6de96b54-3c72-4358-917b-9199fb5b5e17?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: 475/919] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:04:31 2026] GET /v2.0/networks/6de96b54-3c72-4358-917b-9199fb5b5e17?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: 7|app: 0|req: 476/920] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:31 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 445/921] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:31 2026] GET /v2.0/security-groups?tenant_id=c77afc70f4ca43ce8c04e3f8a9279c16&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/922] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:31 2026] DELETE /v2.0/security-groups/2a5d2888-f525-4e1a-ac2a-c5bf1ad5f5f7 => 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: 446/923] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:32 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 447/924] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:33 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:04:33.521 7 INFO neutron.db.segments_db [None req-7bd3ae41-0cbd-4dd2-a0b1-b8c47a05bf80 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Added segment a2ad1777-d253-465a-a097-77a881308c51 of type vxlan for network 957c6628-b6ee-42f9-8177-4bd30b3f5720 [pid: 7|app: 0|req: 478/925] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:33 2026] POST /v2.0/networks => generated 630 bytes in 419 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/926] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:33 2026] POST /v2.0/subnets => generated 627 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:33.986 7 INFO neutron.db.segments_db [None req-910cf35c-7398-4835-8415-90ad42dae5f4 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Added segment 7353fa56-2c2c-4ea1-9407-f683f4668d6a of type vxlan for network 67e4b712-2f6f-4514-8c46-9b29bf66bc16 2026-03-06 23:04:34.197 7 INFO neutron.db.l3_hamode_db [None req-910cf35c-7398-4835-8415-90ad42dae5f4 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 449/927] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:34 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 450/928] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:34 2026] GET /v2.0/security-groups?tenant_id=00bd3bba92c545beb7caabc2e62a46de&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:35.020 7 INFO neutron.db.l3_hamode_db [None req-910cf35c-7398-4835-8415-90ad42dae5f4 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 451/929] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:34 2026] DELETE /v2.0/security-groups/a89f0091-919d-43fb-bcaa-932b5fa53016 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/930] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:35 2026] GET /v2.0/security-groups?tenant_id=97d092084e2546149ab36579e4e17a95&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/931] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:35 2026] DELETE /v2.0/security-groups/84c44742-382d-4aa8-bb32-cd3a2fdd0ee6 => 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: 454/932] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:35 2026] GET /v2.0/networks?id=6de96b54-3c72-4358-917b-9199fb5b5e17 => generated 675 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/933] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:04:35 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=6969ef701afb4fe08cfe70768e5e3497 => generated 180 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/934] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:35 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 479/935] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:33 2026] POST /v2.0/routers => generated 695 bytes in 1925 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/936] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:04:35 2026] POST /v2.0/ports => generated 954 bytes in 448 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: 458/937] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:04:36 2026] PUT /v2.0/ports/0e6b8152-d11a-4ade-964b-c311d10b6ab9 => generated 1235 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:36.629 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4755398f-78ce-4b8d-a4c7-c71fbac014e8'] response: {'name': 'network-changed', 'server_uuid': 'bc79a8cf-90a0-483d-b39d-3796b318b123', 'tag': '0e6b8152-d11a-4ade-964b-c311d10b6ab9', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 459/938] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:36 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 460/939] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:36 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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: 480/940] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:04:35 2026] PUT /v2.0/routers/c91fb3fb-2f9f-4a2e-b9af-4b652c2a4573/add_router_interface => generated 309 bytes in 1286 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/941] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:37 2026] GET /v2.0/ports?tenant_id=6969ef701afb4fe08cfe70768e5e3497&device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 462/942] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:04:37 2026] GET /v2.0/networks?tenant_id=6969ef701afb4fe08cfe70768e5e3497&shared=False => generated 771 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/943] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:04:37 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) [pid: 8|app: 0|req: 464/944] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:04:37 2026] GET /v2.0/agents => generated 3385 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/945] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:04:37 2026] POST /v2.0/ports => generated 954 bytes in 414 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: 482/946] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:04:37 2026] GET /v2.0/floatingips => generated 1398 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/947] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:37 2026] GET /v2.0/security-groups?tenant_id=cffb8ae303bf4ccfa8e24b50ac3f4d42&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/948] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:04:37 2026] GET /v2.0/networks => generated 6537 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/949] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:37 2026] DELETE /v2.0/security-groups/aad34918-fe18-4f84-b984-dd7f5972cb57 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/950] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:04:37 2026] GET /v2.0/subnets => generated 5177 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/951] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:37 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/952] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:04:37 2026] POST /v2.0/ports => generated 958 bytes in 397 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: 484/953] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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: 8|app: 0|req: 470/954] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:04:37 2026] GET /v2.0/routers => generated 2198 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/955] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/956] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/957] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/routers/9055c34b-61ac-436d-b94e-c7890c71ff1e/l3-agents => generated 682 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/958] 10.0.0.59 () {34 vars in 1083 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123&device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 2467 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/959] 10.0.0.59 () {34 vars in 970 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/ports/17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 968 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/960] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/routers/c91fb3fb-2f9f-4a2e-b9af-4b652c2a4573/l3-agents => generated 682 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/961] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/ports?tenant_id=6969ef701afb4fe08cfe70768e5e3497&device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/962] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&fields=id&fields=name => generated 205 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/963] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/routers/f1b71d2d-e229-4645-9e2d-8a8747470b94/l3-agents => generated 681 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/964] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=0e6b8152-d11a-4ade-964b-c311d10b6ab9 => 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: 481/965] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/security-groups => generated 31835 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/966] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/subnets?id=e7e928fc-e9bd-4fbd-8601-74c5079c4918 => generated 693 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:38.769 7 INFO neutron.db.l3_db [None req-1dffc4d6-8369-4560-a97d-7deedf135483 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Floating IP f70cdc4e-eb8d-4db0-9e7b-9627e21f6484 associated. External IP: 10.96.250.217, port: 99c9010f-620c-4f65-9d11-cbd0a350d16f. [pid: 8|app: 0|req: 483/967] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/ports => generated 24736 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/968] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/ports?network_id=6de96b54-3c72-4358-917b-9199fb5b5e17&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/969] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/network-ip-availabilities => generated 3785 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/970] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/networks/6de96b54-3c72-4358-917b-9199fb5b5e17?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: 487/971] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/subnets => generated 5177 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/972] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/networks/6de96b54-3c72-4358-917b-9199fb5b5e17?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: 489/973] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:04:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/974] 162.253.55.52 () {34 vars in 999 bytes} [Fri Mar 6 23:04:39 2026] GET /v2.0/subnets?network_id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 683 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 485/975] 10.0.0.144 () {34 vars in 677 bytes} [Fri Mar 6 23:04:38 2026] POST /v2.0/floatingips => generated 842 bytes in 1064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/976] 162.253.55.52 () {34 vars in 1145 bytes} [Fri Mar 6 23:04:39 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e&device_owner=compute%3Anova&network_id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/977] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:39 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:39.237 8 INFO neutron.db.l3_db [None req-45a1fa28-450e-4807-9e11-c018cab70e92 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Floating IP f70cdc4e-eb8d-4db0-9e7b-9627e21f6484 disassociated. External IP: 10.96.250.217, port: 99c9010f-620c-4f65-9d11-cbd0a350d16f. [pid: 8|app: 0|req: 492/978] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:04:39 2026] PUT /v2.0/floatingips/f70cdc4e-eb8d-4db0-9e7b-9627e21f6484 => generated 552 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/979] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:39 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:39.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-484097cc-47e4-47e7-88bd-fd6542c72ad8 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] TaaS: Handle Delete Port: aef01b98-3bb6-49cd-837b-10ebdede786e 2026-03-06 23:04:39.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-484097cc-47e4-47e7-88bd-fd6542c72ad8 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Tap Mirror: Handle Delete Port: aef01b98-3bb6-49cd-837b-10ebdede786e [pid: 7|app: 0|req: 487/980] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:04:39 2026] PUT /v2.0/ports/17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 1149 bytes in 542 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:39.782 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-26f42d64-fa2a-4745-a261-0992d0660d45'] response: {'name': 'network-changed', 'server_uuid': '901ebd67-0ad0-4292-a383-378b307bcd2e', 'tag': '17a04a0a-1121-48ad-9aa9-a878d108b026', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 494/981] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:04:39 2026] DELETE /v2.0/floatingips/f70cdc4e-eb8d-4db0-9e7b-9627e21f6484 => generated 0 bytes in 234 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-03-06 23:04:40.072 7 INFO neutron.db.segments_db [None req-73ce3d56-91ad-4ad3-900c-be96bc75393e 403143ca297e49c2a7d18d15d70407b0 71e62ea4b20740f4ba02b12beed36c1f - - default default] Added segment f35c8b32-da4c-4a80-8552-7a04a37eb801 of type vxlan for network 1daf15da-8310-4f17-a4db-d256c9d9dd9b 2026-03-06 23:04:40.120 7 INFO neutron.db.segments_db [None req-73ce3d56-91ad-4ad3-900c-be96bc75393e 403143ca297e49c2a7d18d15d70407b0 71e62ea4b20740f4ba02b12beed36c1f - - default default] Added segment bdb4fa0c-f8d3-4360-bdde-3f575637783a of type vxlan for network 1feeb76a-49ec-411c-9bc6-132a77586d00 [pid: 7|app: 0|req: 488/982] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:39 2026] POST /v2.0/networks => generated 1207 bytes in 497 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/983] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/networks => generated 1844 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/984] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/ports?tenant_id=08a6326757bc4943bea5d1226d7d4b59&device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 1421 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:40.425 7 INFO neutron.services.segments.plugin [-] Segment f35c8b32-da4c-4a80-8552-7a04a37eb801 resource provider aggregate not found 2026-03-06 23:04:40.430 7 INFO neutron.services.segments.plugin [-] Segment f35c8b32-da4c-4a80-8552-7a04a37eb801 resource provider aggregate not found 2026-03-06 23:04:40.441 7 INFO neutron.services.segments.plugin [-] Segment f35c8b32-da4c-4a80-8552-7a04a37eb801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35c8b32-da4c-4a80-8552-7a04a37eb801 found for delete ", "request_id": "req-7ea2c9fe-80c3-4b9e-9dc4-a130d437c213"}]} [pid: 7|app: 0|req: 491/985] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:40 2026] DELETE /v2.0/networks/1daf15da-8310-4f17-a4db-d256c9d9dd9b => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:40.448 7 INFO neutron.services.segments.plugin [-] Segment f35c8b32-da4c-4a80-8552-7a04a37eb801 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f35c8b32-da4c-4a80-8552-7a04a37eb801 found for delete ", "request_id": "req-ebcd0d21-ee34-46ea-8c15-0c154ec30466"}]} [pid: 7|app: 0|req: 492/986] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/networks?id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 779 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:40.504 8 INFO neutron.db.l3_db [None req-55bccae0-e52f-46c9-8ad6-5317fdc4d189 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Floating IP db8d523e-3709-4f15-ab43-a9d287cae2e6 associated. External IP: 10.96.250.216, port: 08690fa6-bd0f-4abd-bb77-ed777b0ec1b6. [pid: 7|app: 0|req: 493/987] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:40 2026] DELETE /v2.0/networks/1feeb76a-49ec-411c-9bc6-132a77586d00 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/988] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=17a04a0a-1121-48ad-9aa9-a878d108b026 => 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: 495/989] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/990] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/991] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:40.785 7 INFO neutron.db.segments_db [None req-e5c9c962-34c4-48ca-8360-b138975dcf08 403143ca297e49c2a7d18d15d70407b0 71e62ea4b20740f4ba02b12beed36c1f - - default default] Added segment f0a35113-c20f-48e2-a4cb-50d75880c81a of type vxlan for network 1d6c929c-cd2c-4db5-be75-e74dc475a343 [pid: 8|app: 0|req: 495/992] 10.0.0.144 () {34 vars in 677 bytes} [Fri Mar 6 23:04:39 2026] POST /v2.0/floatingips => generated 841 bytes in 1000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/993] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/994] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/subnets?id=e34e7016-ba0d-4941-8a77-c48db9ca7b77 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/995] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:40 2026] POST /v2.0/networks => generated 634 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/996] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/floatingips/db8d523e-3709-4f15-ab43-a9d287cae2e6 => generated 841 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/997] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/ports?network_id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:40.938 8 INFO neutron.db.segments_db [None req-c9227d8c-99e6-4aea-98a8-11d312c9cf9b 403143ca297e49c2a7d18d15d70407b0 71e62ea4b20740f4ba02b12beed36c1f - - default default] Added segment 5e8d96cb-406e-4dfe-8225-25aaaff6d706 of type vxlan for network a5b8284d-4994-43a7-a22d-1de6ccabb64c [pid: 7|app: 0|req: 500/998] 10.0.0.144 () {32 vars in 655 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/floatingips => generated 844 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/999] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:40 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1000] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:40 2026] POST /v2.0/networks => generated 635 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1001] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:41 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:04:41.326 7 INFO neutron.db.l3_db [None req-8a6894a8-f09d-4312-910a-150c92bf6291 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Floating IP db8d523e-3709-4f15-ab43-a9d287cae2e6 associated. External IP: 10.96.250.216, port: 08690fa6-bd0f-4abd-bb77-ed777b0ec1b6. [pid: 8|app: 0|req: 501/1002] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:04:41 2026] POST /v2.0/ports => generated 1505 bytes in 587 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: 502/1003] 10.0.0.144 () {32 vars in 643 bytes} [Fri Mar 6 23:04:41 2026] GET /v2.0/ports => generated 1505 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1004] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:41 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 1152 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:41.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b6bbc67-1b28-4fe9-a8b0-c2e585c71a24 403143ca297e49c2a7d18d15d70407b0 71e62ea4b20740f4ba02b12beed36c1f - - default default] TaaS: Handle Delete Port: 609579d8-6fce-4cd2-a864-c770460b9478 2026-03-06 23:04:41.891 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b6bbc67-1b28-4fe9-a8b0-c2e585c71a24 403143ca297e49c2a7d18d15d70407b0 71e62ea4b20740f4ba02b12beed36c1f - - default default] Tap Mirror: Handle Delete Port: 609579d8-6fce-4cd2-a864-c770460b9478 [pid: 7|app: 0|req: 502/1005] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:04:40 2026] PUT /v2.0/floatingips/db8d523e-3709-4f15-ab43-a9d287cae2e6 => generated 842 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/1006] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:41 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1007] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:04:41 2026] DELETE /v2.0/ports/609579d8-6fce-4cd2-a864-c770460b9478 => 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: 504/1008] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:41 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:42.075 8 INFO neutron.db.l3_db [None req-c090e299-66b9-42a9-ac7c-d6ce2646f4bb a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Floating IP db8d523e-3709-4f15-ab43-a9d287cae2e6 disassociated. External IP: 10.96.250.216, port: 99c9010f-620c-4f65-9d11-cbd0a350d16f. 2026-03-06 23:04:42.095 7 INFO neutron_taas.services.taas.taas_plugin [None req-642a7d0a-ddf4-4098-818c-a7c6523e1bd1 403143ca297e49c2a7d18d15d70407b0 71e62ea4b20740f4ba02b12beed36c1f - - default default] TaaS: Handle Delete Port: 8387dcd3-abc5-4e56-bda1-bf217063ba28 2026-03-06 23:04:42.097 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-642a7d0a-ddf4-4098-818c-a7c6523e1bd1 403143ca297e49c2a7d18d15d70407b0 71e62ea4b20740f4ba02b12beed36c1f - - default default] Tap Mirror: Handle Delete Port: 8387dcd3-abc5-4e56-bda1-bf217063ba28 [pid: 7|app: 0|req: 505/1009] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:04:41 2026] DELETE /v2.0/ports/8387dcd3-abc5-4e56-bda1-bf217063ba28 => 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: 506/1010] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:42 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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: 507/1011] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:42 2026] GET /v2.0/ports?tenant_id=08a6326757bc4943bea5d1226d7d4b59&device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 1421 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1012] 10.0.0.144 () {32 vars in 643 bytes} [Fri Mar 6 23:04:42 2026] GET /v2.0/ports => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1013] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:42 2026] GET /v2.0/networks?id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 779 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1014] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:04:41 2026] PUT /v2.0/floatingips/db8d523e-3709-4f15-ab43-a9d287cae2e6 => generated 552 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:42.404 7 INFO neutron.db.segments_db [None req-c894dc02-430f-42c3-a58d-88df8f0619c7 403143ca297e49c2a7d18d15d70407b0 71e62ea4b20740f4ba02b12beed36c1f - - default default] Added segment 0ffe0077-c717-4956-819d-01d4c32e034f of type vxlan for network 2410e596-14c1-4f7a-a1c8-8f6d91b12e6f [pid: 8|app: 0|req: 506/1015] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:04:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:04:42.460 7 INFO neutron.services.segments.plugin [-] Segment bdb4fa0c-f8d3-4360-bdde-3f575637783a resource provider aggregate not found 2026-03-06 23:04:42.467 7 INFO neutron.services.segments.plugin [-] Segment bdb4fa0c-f8d3-4360-bdde-3f575637783a resource provider aggregate not found 2026-03-06 23:04:42.479 7 INFO neutron.services.segments.plugin [-] Segment bdb4fa0c-f8d3-4360-bdde-3f575637783a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdb4fa0c-f8d3-4360-bdde-3f575637783a found for delete ", "request_id": "req-7ffba0c0-a987-4c91-b9b5-c8f5dad4be05"}]} 2026-03-06 23:04:42.492 7 INFO neutron.services.segments.plugin [-] Segment bdb4fa0c-f8d3-4360-bdde-3f575637783a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdb4fa0c-f8d3-4360-bdde-3f575637783a found for delete ", "request_id": "req-052afa5c-c006-4856-bad7-f11577febf54"}]} 2026-03-06 23:04:42.500 8 INFO neutron_taas.services.taas.taas_plugin [None req-d47e4431-7c62-4e07-a10d-918e10a730a7 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] TaaS: Handle Delete Port: f3fb467d-075e-4f78-b0ba-8ee90bb92cf0 2026-03-06 23:04:42.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d47e4431-7c62-4e07-a10d-918e10a730a7 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Tap Mirror: Handle Delete Port: f3fb467d-075e-4f78-b0ba-8ee90bb92cf0 [pid: 7|app: 0|req: 510/1016] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:42 2026] POST /v2.0/networks => generated 635 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/1017] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:42.589 7 INFO neutron.db.segments_db [None req-0a9471e8-d187-4e70-af2d-623ced3848e5 403143ca297e49c2a7d18d15d70407b0 71e62ea4b20740f4ba02b12beed36c1f - - default default] Added segment a7d6ba1e-8f38-4ee2-920c-482c507cb5ea of type vxlan for network dc449e2b-18cd-4dda-b362-7937cfa50a9a [pid: 7|app: 0|req: 512/1018] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:42 2026] POST /v2.0/networks => generated 635 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1019] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:04:42 2026] DELETE /v2.0/floatingips/db8d523e-3709-4f15-ab43-a9d287cae2e6 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1020] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:42 2026] GET /v2.0/subnets?id=e34e7016-ba0d-4941-8a77-c48db9ca7b77 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:42.692 8 INFO neutron.api.v2.resource [None req-37ee052d-215b-4466-b633-20ea8755b03c a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/1021] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:04:42 2026] DELETE /v2.0/floatingips/db8d523e-3709-4f15-ab43-a9d287cae2e6 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1022] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:42 2026] GET /v2.0/ports?network_id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1023] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:42 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:04:42.842 8 INFO neutron_taas.services.taas.taas_plugin [None req-9fd72f25-f9fb-42ee-abf3-7d929672d991 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] TaaS: Handle Delete Port: 99c9010f-620c-4f65-9d11-cbd0a350d16f 2026-03-06 23:04:42.846 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9fd72f25-f9fb-42ee-abf3-7d929672d991 a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Tap Mirror: Handle Delete Port: 99c9010f-620c-4f65-9d11-cbd0a350d16f [pid: 7|app: 0|req: 518/1026] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:42 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?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: 509/1027] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:04:42 2026] DELETE /v2.0/ports/99c9010f-620c-4f65-9d11-cbd0a350d16f => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:43.134 7 INFO neutron_taas.services.taas.taas_plugin [None req-1017279b-7dd3-4628-afe4-5954b9074d6c a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] TaaS: Handle Delete Port: 08690fa6-bd0f-4abd-bb77-ed777b0ec1b6 2026-03-06 23:04:43.137 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1017279b-7dd3-4628-afe4-5954b9074d6c a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Tap Mirror: Handle Delete Port: 08690fa6-bd0f-4abd-bb77-ed777b0ec1b6 [pid: 7|app: 0|req: 519/1028] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:04:43 2026] DELETE /v2.0/ports/08690fa6-bd0f-4abd-bb77-ed777b0ec1b6 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1029] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:04:43 2026] GET /v2.0/ports?device_id=c91fb3fb-2f9f-4a2e-b9af-4b652c2a4573 => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1030] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:43 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 510/1031] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:43 2026] POST /v2.0/subnets => generated 1323 bytes in 387 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1032] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:43 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:43.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbb6c319-8cd2-4efc-bfee-32422345740e a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] TaaS: Handle Delete Port: 8775f342-bdd9-4caf-8d4d-dc3c855cffd5 2026-03-06 23:04:43.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbb6c319-8cd2-4efc-bfee-32422345740e a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Tap Mirror: Handle Delete Port: 8775f342-bdd9-4caf-8d4d-dc3c855cffd5 [pid: 8|app: 0|req: 512/1033] 162.253.55.52 () {34 vars in 1119 bytes} [Fri Mar 6 23:04:43 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.14 => generated 1152 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1034] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:04:43 2026] GET /v2.0/subnets => generated 1959 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1035] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:04:43 2026] PUT /v2.0/routers/c91fb3fb-2f9f-4a2e-b9af-4b652c2a4573/remove_router_interface => generated 309 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1036] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:04:43 2026] PUT /v2.0/ports/17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 968 bytes in 458 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-03-06 23:04:44.215 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6829bec-ce7c-43bd-b6c9-6772f7cf1d4f'] response: {'name': 'network-changed', 'server_uuid': '901ebd67-0ad0-4292-a383-378b307bcd2e', 'tag': '17a04a0a-1121-48ad-9aa9-a878d108b026', 'status': 'completed', 'code': 200} 2026-03-06 23:04:44.403 8 INFO neutron_taas.services.taas.taas_plugin [None req-d580ffc0-fc99-4603-b097-35bc2e071a2e a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] TaaS: Handle Delete Port: 7b4dd19d-0625-460d-92cb-088c5cc5d568 2026-03-06 23:04:44.406 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d580ffc0-fc99-4603-b097-35bc2e071a2e a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Tap Mirror: Handle Delete Port: 7b4dd19d-0625-460d-92cb-088c5cc5d568 [pid: 7|app: 0|req: 523/1037] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:44 2026] DELETE /v2.0/subnets/94768034-80f6-4113-afac-c3253e132ec9 => generated 0 bytes in 520 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:44.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-d580ffc0-fc99-4603-b097-35bc2e071a2e a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] TaaS: Handle Delete Port: 3f3b3df3-8564-4ff2-9159-f23e3686dd01 2026-03-06 23:04:44.679 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d580ffc0-fc99-4603-b097-35bc2e071a2e a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] Tap Mirror: Handle Delete Port: 3f3b3df3-8564-4ff2-9159-f23e3686dd01 [pid: 7|app: 0|req: 524/1038] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:44 2026] DELETE /v2.0/subnets/ad8e3800-8b48-4662-a80c-0b7be1f453a7 => 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: 525/1039] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:44 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1040] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:44 2026] GET /v2.0/ports?tenant_id=08a6326757bc4943bea5d1226d7d4b59&device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 1240 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1041] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:04:44 2026] GET /v2.0/subnets => generated 649 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1042] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:44 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1043] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:44 2026] GET /v2.0/networks?id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:44.988 8 INFO neutron.services.segments.plugin [-] Segment 7353fa56-2c2c-4ea1-9407-f683f4668d6a resource provider aggregate not found 2026-03-06 23:04:44.995 8 INFO neutron.services.segments.plugin [-] Segment 7353fa56-2c2c-4ea1-9407-f683f4668d6a resource provider aggregate not found 2026-03-06 23:04:45.004 8 INFO neutron.services.segments.plugin [-] Segment 7353fa56-2c2c-4ea1-9407-f683f4668d6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7353fa56-2c2c-4ea1-9407-f683f4668d6a found for delete ", "request_id": "req-2374f166-89ac-491b-b179-5b92bf64c32f"}]} 2026-03-06 23:04:45.009 8 INFO neutron.services.segments.plugin [-] Segment 7353fa56-2c2c-4ea1-9407-f683f4668d6a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7353fa56-2c2c-4ea1-9407-f683f4668d6a found for delete ", "request_id": "req-d5c2b769-9eee-466b-985c-bca4596ca062"}]} 2026-03-06 23:04:45.019 8 INFO neutron.db.l3_hamode_db [None req-d580ffc0-fc99-4603-b097-35bc2e071a2e a6727c68e8eb4a6a8c2eeae5f9a38b7c 44832252c1b648978f8e483a672f3e39 - - default default] HA network 67e4b712-2f6f-4514-8c46-9b29bf66bc16 was deleted as no HA routers are present in tenant 44832252c1b648978f8e483a672f3e39. [pid: 8|app: 0|req: 515/1044] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:44 2026] DELETE /v2.0/routers/c91fb3fb-2f9f-4a2e-b9af-4b652c2a4573 => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:04:45.037 7 INFO neutron.services.segments.plugin [-] Segment a7d6ba1e-8f38-4ee2-920c-482c507cb5ea resource provider aggregate not found 2026-03-06 23:04:45.038 7 INFO neutron.services.segments.plugin [-] Segment a7d6ba1e-8f38-4ee2-920c-482c507cb5ea resource provider aggregate not found 2026-03-06 23:04:45.058 7 INFO neutron.services.segments.plugin [-] Segment a7d6ba1e-8f38-4ee2-920c-482c507cb5ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7d6ba1e-8f38-4ee2-920c-482c507cb5ea found for delete ", "request_id": "req-8f0f0804-2ff8-4df5-965c-7cb43bdd6d74"}]} 2026-03-06 23:04:45.061 7 INFO neutron.services.segments.plugin [-] Segment a7d6ba1e-8f38-4ee2-920c-482c507cb5ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a7d6ba1e-8f38-4ee2-920c-482c507cb5ea found for delete ", "request_id": "req-e3d621e3-7822-4ccb-87cc-b251323a9b2e"}]} [pid: 8|app: 0|req: 516/1045] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1046] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:44 2026] DELETE /v2.0/networks/dc449e2b-18cd-4dda-b362-7937cfa50a9a => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1047] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:45 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1048] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:45 2026] GET /v2.0/subnets?id=e34e7016-ba0d-4941-8a77-c48db9ca7b77 => generated 701 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1049] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:45 2026] DELETE /v2.0/subnets/1ecce49d-1022-49a7-8e73-02b28fa6d51e => 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: 519/1050] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:45 2026] DELETE /v2.0/networks/2410e596-14c1-4f7a-a1c8-8f6d91b12e6f => 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: 520/1051] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:45 2026] GET /v2.0/ports?network_id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:45.567 7 INFO neutron.db.l3_db [None req-4f893553-59c2-4113-823d-60311803eb54 0824136a6de64538a654fc55fa50ec2e 6969ef701afb4fe08cfe70768e5e3497 - - default default] Floating IP 86b71b2c-5c06-4617-ac78-05c9f8b2d41d associated. External IP: 10.96.250.201, port: 0e6b8152-d11a-4ade-964b-c311d10b6ab9. [pid: 8|app: 0|req: 521/1052] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:45 2026] DELETE /v2.0/networks/957c6628-b6ee-42f9-8177-4bd30b3f5720 => generated 0 bytes in 455 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1053] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:04:45 2026] PUT /v2.0/floatingips/86b71b2c-5c06-4617-ac78-05c9f8b2d41d => generated 855 bytes in 666 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1054] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:45 2026] DELETE /v2.0/networks/a5b8284d-4994-43a7-a22d-1de6ccabb64c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:45.934 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-33fcaba2-f522-4c23-9312-1b1e104adc2d'] response: {'name': 'network-changed', 'server_uuid': 'bc79a8cf-90a0-483d-b39d-3796b318b123', 'tag': '0e6b8152-d11a-4ade-964b-c311d10b6ab9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 533/1055] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:45 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?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: 534/1056] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:45 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?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: 523/1057] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:45 2026] DELETE /v2.0/networks/1d6c929c-cd2c-4db5-be75-e74dc475a343 => 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: 524/1058] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1059] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/security-groups?tenant_id=44832252c1b648978f8e483a672f3e39&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1060] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/ports?tenant_id=6969ef701afb4fe08cfe70768e5e3497&device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1061] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1062] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/security-groups?tenant_id=71e62ea4b20740f4ba02b12beed36c1f&name=default => generated 2925 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1063] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:46 2026] DELETE /v2.0/security-groups/d904e1b3-8625-4357-a099-ec2f2ff12d8c => 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: 538/1064] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/networks?id=6de96b54-3c72-4358-917b-9199fb5b5e17 => generated 771 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1065] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=0e6b8152-d11a-4ade-964b-c311d10b6ab9 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1066] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:46 2026] DELETE /v2.0/security-groups/45b37710-5d80-4b4e-a3d5-990fa7d2e345 => 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: 540/1067] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/subnets?id=e7e928fc-e9bd-4fbd-8601-74c5079c4918 => generated 693 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1068] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/ports?network_id=6de96b54-3c72-4358-917b-9199fb5b5e17&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1069] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/networks/6de96b54-3c72-4358-917b-9199fb5b5e17?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: 529/1070] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:46 2026] GET /v2.0/networks/6de96b54-3c72-4358-917b-9199fb5b5e17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:04:47.027 8 INFO neutron.services.segments.plugin [-] Segment 0ffe0077-c717-4956-819d-01d4c32e034f resource provider aggregate not found 2026-03-06 23:04:47.032 8 INFO neutron.services.segments.plugin [-] Segment 0ffe0077-c717-4956-819d-01d4c32e034f resource provider aggregate not found 2026-03-06 23:04:47.044 8 INFO neutron.services.segments.plugin [-] Segment 0ffe0077-c717-4956-819d-01d4c32e034f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ffe0077-c717-4956-819d-01d4c32e034f found for delete ", "request_id": "req-15b57544-1bc4-4bb7-8c94-ae748d7b51b1"}]} 2026-03-06 23:04:47.047 8 INFO neutron.services.segments.plugin [-] Segment 0ffe0077-c717-4956-819d-01d4c32e034f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ffe0077-c717-4956-819d-01d4c32e034f found for delete ", "request_id": "req-870fcd66-0ab4-46b1-b178-7d53439f7525"}]} 2026-03-06 23:04:47.058 8 INFO neutron.services.segments.plugin [-] Segment a2ad1777-d253-465a-a097-77a881308c51 resource provider aggregate not found [pid: 7|app: 0|req: 542/1071] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:04:47 2026] GET /v2.0/ports?tenant_id=08a6326757bc4943bea5d1226d7d4b59&device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 1240 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:47.068 8 INFO neutron.services.segments.plugin [-] Segment a2ad1777-d253-465a-a097-77a881308c51 resource provider aggregate not found 2026-03-06 23:04:47.072 8 INFO neutron.services.segments.plugin [-] Segment a2ad1777-d253-465a-a097-77a881308c51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ad1777-d253-465a-a097-77a881308c51 found for delete ", "request_id": "req-bf74db2c-7d76-459d-ba02-ff7d5fb33c98"}]} 2026-03-06 23:04:47.083 8 INFO neutron.services.segments.plugin [-] Segment a2ad1777-d253-465a-a097-77a881308c51 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2ad1777-d253-465a-a097-77a881308c51 found for delete ", "request_id": "req-6a2f590a-7c7e-4c47-9e98-a22d58641a21"}]} 2026-03-06 23:04:47.088 8 INFO neutron.services.segments.plugin [-] Segment 5e8d96cb-406e-4dfe-8225-25aaaff6d706 resource provider aggregate not found 2026-03-06 23:04:47.097 8 INFO neutron.services.segments.plugin [-] Segment 5e8d96cb-406e-4dfe-8225-25aaaff6d706 resource provider aggregate not found 2026-03-06 23:04:47.115 8 INFO neutron.services.segments.plugin [-] Segment 5e8d96cb-406e-4dfe-8225-25aaaff6d706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e8d96cb-406e-4dfe-8225-25aaaff6d706 found for delete ", "request_id": "req-becee864-1790-4c8d-86be-80d0ed455b05"}]} 2026-03-06 23:04:47.122 8 INFO neutron.services.segments.plugin [-] Segment 5e8d96cb-406e-4dfe-8225-25aaaff6d706 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e8d96cb-406e-4dfe-8225-25aaaff6d706 found for delete ", "request_id": "req-a296a042-01ef-49d1-bd65-37fdffffaa2c"}]} 2026-03-06 23:04:47.135 8 INFO neutron.services.segments.plugin [-] Segment f0a35113-c20f-48e2-a4cb-50d75880c81a resource provider aggregate not found 2026-03-06 23:04:47.141 8 INFO neutron.services.segments.plugin [-] Segment f0a35113-c20f-48e2-a4cb-50d75880c81a resource provider aggregate not found 2026-03-06 23:04:47.155 8 INFO neutron.services.segments.plugin [-] Segment f0a35113-c20f-48e2-a4cb-50d75880c81a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0a35113-c20f-48e2-a4cb-50d75880c81a found for delete ", "request_id": "req-e3e4c50a-f893-41cb-bb53-01ea7adefe9f"}]} [pid: 8|app: 0|req: 530/1072] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:04:47 2026] GET /v2.0/networks?id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 779 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:47.157 8 INFO neutron.services.segments.plugin [-] Segment f0a35113-c20f-48e2-a4cb-50d75880c81a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f0a35113-c20f-48e2-a4cb-50d75880c81a found for delete ", "request_id": "req-8f1bcf7d-932f-4def-9da9-69229e0596aa"}]} [pid: 7|app: 0|req: 543/1073] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:04:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 860 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1074] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:04:47 2026] GET /v2.0/subnets?id=e34e7016-ba0d-4941-8a77-c48db9ca7b77 => generated 701 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1075] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:04:47 2026] GET /v2.0/ports?network_id=8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1076] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:04:47 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?fields=segments => generated 14 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1077] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:04:47 2026] GET /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0?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: 533/1078] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:47 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => 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: 546/1079] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:47 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&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-03-06 23:04:48.608 8 INFO neutron.db.segments_db [None req-e0834eb4-2fb7-41a6-b4af-a0d462f9a3a3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Added segment 736a6ea4-651d-4be4-ad60-0a3b0119c5d4 of type vxlan for network d5c59c23-3d26-498f-80b1-cf52422f21af 2026-03-06 23:04:48.658 7 INFO neutron.db.segments_db [None req-91305386-8989-4c27-a5c0-07fdd2f476ec 9cd118fd704e495ba3d85b3d11c58aa2 f776878b6b924c578b7c04826a6a8f63 - - default default] Added segment ef3e6538-17da-4225-b509-edbe83a5b22d of type vxlan for network 748daca2-5ae9-4622-b7cc-4765f002a31b [pid: 8|app: 0|req: 534/1080] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:48 2026] POST /v2.0/networks => generated 610 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1081] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:48 2026] POST /v2.0/networks => generated 625 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:48.751 8 INFO neutron.db.segments_db [None req-fdf90611-5a80-4779-823d-622bd5f3c893 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Added segment 200baa79-a326-4a66-8043-b9f1d3699ecc of type vxlan for network a7d4f948-6908-492f-9373-960a1670cc48 [pid: 7|app: 0|req: 548/1082] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:48 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 971 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1083] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:04:48 2026] GET /v2.0/security-groups?id=06be0daf-4152-4b26-9f63-5bcc4e0cc5b4&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: 535/1084] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:48 2026] POST /v2.0/networks => generated 610 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1085] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:04:48 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => 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: 550/1086] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:48 2026] POST /v2.0/subnets => generated 626 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:49.071 8 INFO neutron_taas.services.taas.taas_plugin [req-89095634-995b-43ab-850e-ccef36074552 req-f78966bc-c6a8-40cd-bacd-60ddfab7248b b256ec90573341a68ba537f1bc577d03 08a6326757bc4943bea5d1226d7d4b59 - - default default] TaaS: Handle Delete Port: 17a04a0a-1121-48ad-9aa9-a878d108b026 2026-03-06 23:04:49.074 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-89095634-995b-43ab-850e-ccef36074552 req-f78966bc-c6a8-40cd-bacd-60ddfab7248b b256ec90573341a68ba537f1bc577d03 08a6326757bc4943bea5d1226d7d4b59 - - default default] Tap Mirror: Handle Delete Port: 17a04a0a-1121-48ad-9aa9-a878d108b026 2026-03-06 23:04:49.194 8 INFO neutron.db.l3_db [req-89095634-995b-43ab-850e-ccef36074552 req-f78966bc-c6a8-40cd-bacd-60ddfab7248b b256ec90573341a68ba537f1bc577d03 08a6326757bc4943bea5d1226d7d4b59 - - default default] Floating IP 26149f4b-cf47-44ba-83da-bf24853b6129 disassociated. External IP: 10.96.250.212, port: 17a04a0a-1121-48ad-9aa9-a878d108b026. [pid: 7|app: 0|req: 551/1087] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:49 2026] POST /v2.0/subnets => generated 626 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1088] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:49 2026] POST /v2.0/subnets => generated 673 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:49.479 7 INFO neutron.db.segments_db [None req-5eef1135-0b68-460e-a06e-f13f46b05011 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Added segment 756129a9-e1d6-436b-a1f8-1fd229ed5685 of type vxlan for network 3272c6d6-6f27-4aa3-886c-a7a1e56650e6 [pid: 8|app: 0|req: 537/1089] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:04:48 2026] DELETE /v2.0/ports/17a04a0a-1121-48ad-9aa9-a878d108b026 => generated 0 bytes in 544 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:49.561 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e0149d53-dd67-4744-804b-63922129312b'] response: {'server_uuid': '901ebd67-0ad0-4292-a383-378b307bcd2e', 'name': 'network-vif-deleted', 'tag': '17a04a0a-1121-48ad-9aa9-a878d108b026', 'status': 'completed', 'code': 200} 2026-03-06 23:04:49.583 8 INFO neutron.db.segments_db [None req-dd105085-dc41-4a91-920b-736cee1aa57f 9cd118fd704e495ba3d85b3d11c58aa2 f776878b6b924c578b7c04826a6a8f63 - - default default] Added segment e5094ba9-06e2-42f3-bf21-728e666c49d0 of type vxlan for network 3d7e80f8-0f58-4be2-aaa6-8a1ce951c8ff [pid: 8|app: 0|req: 538/1090] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:49 2026] POST /v2.0/networks => generated 627 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:49.715 7 INFO neutron.db.l3_hamode_db [None req-5eef1135-0b68-460e-a06e-f13f46b05011 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 539/1091] 10.0.0.144 () {34 vars in 743 bytes} [Fri Mar 6 23:04:49 2026] PUT /v2.0/networks/3d7e80f8-0f58-4be2-aaa6-8a1ce951c8ff => generated 592 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:49.872 7 INFO neutron.db.l3_hamode_db [None req-5eef1135-0b68-460e-a06e-f13f46b05011 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 540/1092] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:49 2026] POST /v2.0/subnets => generated 646 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1093] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:50 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => 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: 542/1094] 10.0.0.144 () {34 vars in 741 bytes} [Fri Mar 6 23:04:50 2026] PUT /v2.0/subnets/9ab07a1a-d56c-476f-98da-51f7ff8189ce => generated 656 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1095] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:49 2026] POST /v2.0/routers => generated 506 bytes in 1105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:50.589 8 INFO neutron.services.segments.plugin [-] Segment e5094ba9-06e2-42f3-bf21-728e666c49d0 resource provider aggregate not found 2026-03-06 23:04:50.605 8 INFO neutron.services.segments.plugin [-] Segment e5094ba9-06e2-42f3-bf21-728e666c49d0 resource provider aggregate not found 2026-03-06 23:04:50.611 8 INFO neutron.services.segments.plugin [-] Segment e5094ba9-06e2-42f3-bf21-728e666c49d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5094ba9-06e2-42f3-bf21-728e666c49d0 found for delete ", "request_id": "req-4a530d5c-fff8-4875-9e81-d0fd4547e048"}]} [pid: 8|app: 0|req: 543/1096] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:50 2026] DELETE /v2.0/networks/3d7e80f8-0f58-4be2-aaa6-8a1ce951c8ff => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:50.629 8 INFO neutron.services.segments.plugin [-] Segment e5094ba9-06e2-42f3-bf21-728e666c49d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5094ba9-06e2-42f3-bf21-728e666c49d0 found for delete ", "request_id": "req-6b338a4a-2fa8-46c7-b7c8-77978a84b472"}]} 2026-03-06 23:04:50.643 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6831dc70-3143-4aba-a9cf-cc8985b45145 9cd118fd704e495ba3d85b3d11c58aa2 f776878b6b924c578b7c04826a6a8f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 544/1097] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:50 2026] DELETE /v2.0/networks/3d7e80f8-0f58-4be2-aaa6-8a1ce951c8ff => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1098] 10.0.0.144 () {32 vars in 694 bytes} [Fri Mar 6 23:04:50 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1099] 10.0.0.144 () {32 vars in 742 bytes} [Fri Mar 6 23:04:50 2026] GET /v2.0/subnets?network_id=0e05124c-aa22-453b-b564-f0d75509bf47 => generated 649 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1100] 10.0.0.144 () {32 vars in 653 bytes} [Fri Mar 6 23:04:50 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1101] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:04:50 2026] GET /v2.0/networks => generated 1309 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1102] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:04:50 2026] GET /v2.0/subnets => generated 1312 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1103] 10.0.0.144 () {32 vars in 723 bytes} [Fri Mar 6 23:04:50 2026] GET /v2.0/networks/748daca2-5ae9-4622-b7cc-4765f002a31b => generated 669 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1104] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:04:50 2026] GET /v2.0/subnets/6de174ef-8fe2-4903-91c7-f943e0e16421 => generated 673 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:50.990 8 INFO neutron.pecan_wsgi.hooks.translation [None req-69c9dca4-8489-4916-a46f-790d6a2590d9 9cd118fd704e495ba3d85b3d11c58aa2 f776878b6b924c578b7c04826a6a8f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 552/1105] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:50 2026] DELETE /v2.0/subnets/9ab07a1a-d56c-476f-98da-51f7ff8189ce => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:04:51.008 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f57ef07-2a33-45c6-9e86-92ffe5ca011f 9cd118fd704e495ba3d85b3d11c58aa2 f776878b6b924c578b7c04826a6a8f63 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 553/1106] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:50 2026] DELETE /v2.0/networks/3d7e80f8-0f58-4be2-aaa6-8a1ce951c8ff => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1107] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:51 2026] DELETE /v2.0/subnets/6de174ef-8fe2-4903-91c7-f943e0e16421 => 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: 555/1108] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:51 2026] DELETE /v2.0/networks/748daca2-5ae9-4622-b7cc-4765f002a31b => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1109] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:51 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => 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/1110] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:04:50 2026] PUT /v2.0/routers/e563f445-ebb0-4801-bb95-e74604a71009/add_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1111] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:04:51 2026] GET /v2.0/ports/5a03e5e3-ed2c-4620-98ae-152e9693f123 => generated 955 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1112] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:51 2026] GET /v2.0/security-groups?tenant_id=f776878b6b924c578b7c04826a6a8f63&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1113] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:51 2026] DELETE /v2.0/security-groups/999e40e9-fb2e-4a0a-9d8c-50f93c0fd2f7 => 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: 557/1114] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:04:52 2026] GET /v2.0/ports?device_id=901ebd67-0ad0-4292-a383-378b307bcd2e => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:04:52.637 8 INFO neutron.services.segments.plugin [-] Segment ef3e6538-17da-4225-b509-edbe83a5b22d resource provider aggregate not found 2026-03-06 23:04:52.654 8 INFO neutron.services.segments.plugin [-] Segment ef3e6538-17da-4225-b509-edbe83a5b22d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef3e6538-17da-4225-b509-edbe83a5b22d found for delete ", "request_id": "req-cf57c433-3f57-455a-b409-9f65320c32ac"}]} 2026-03-06 23:04:52.656 8 INFO neutron.services.segments.plugin [-] Segment ef3e6538-17da-4225-b509-edbe83a5b22d resource provider aggregate not found 2026-03-06 23:04:52.677 8 INFO neutron.services.segments.plugin [-] Segment ef3e6538-17da-4225-b509-edbe83a5b22d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ef3e6538-17da-4225-b509-edbe83a5b22d found for delete ", "request_id": "req-cbb81656-dbcd-4b9b-ad61-3f22a0173ef4"}]} [pid: 8|app: 0|req: 558/1115] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:04:51 2026] PUT /v2.0/routers/e563f445-ebb0-4801-bb95-e74604a71009/add_router_interface => generated 309 bytes in 1024 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1116] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:04:52 2026] GET /v2.0/ports/c6bdf716-d18a-4747-a794-55f58f884970 => generated 955 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:53.125 8 INFO neutron_taas.services.taas.taas_plugin [None req-698ca835-f54f-4a94-af34-c00c3890480a abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: c6bdf716-d18a-4747-a794-55f58f884970 2026-03-06 23:04:53.128 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-698ca835-f54f-4a94-af34-c00c3890480a abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: c6bdf716-d18a-4747-a794-55f58f884970 [pid: 8|app: 0|req: 559/1117] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:04:52 2026] PUT /v2.0/routers/e563f445-ebb0-4801-bb95-e74604a71009/remove_router_interface => generated 309 bytes in 738 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1118] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:53 2026] DELETE /v2.0/security-groups/06be0daf-4152-4b26-9f63-5bcc4e0cc5b4 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:04:53.639 7 INFO neutron.api.v2.resource [None req-3bed26f2-0ccf-483d-b007-f62600eccd0e b256ec90573341a68ba537f1bc577d03 08a6326757bc4943bea5d1226d7d4b59 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 560/1119] 10.0.0.144 () {32 vars in 737 bytes} [Fri Mar 6 23:04:53 2026] GET /v2.0/security-groups/06be0daf-4152-4b26-9f63-5bcc4e0cc5b4 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:04:53.943 8 INFO neutron_taas.services.taas.taas_plugin [None req-3300f78a-7d2f-4d56-b14d-7f295dc92435 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: 5a03e5e3-ed2c-4620-98ae-152e9693f123 2026-03-06 23:04:53.946 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3300f78a-7d2f-4d56-b14d-7f295dc92435 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: 5a03e5e3-ed2c-4620-98ae-152e9693f123 2026-03-06 23:04:53.947 7 INFO neutron.db.segments_db [None req-37e4727f-8a0a-423c-b777-9489bbfd4f1e 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] Added segment dcfbb539-fddb-475b-ac4b-c5665234b3ab of type vxlan for network a6be37a0-f081-47e3-afc9-40a87d5d6436 [pid: 7|app: 0|req: 561/1120] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:53 2026] POST /v2.0/networks => generated 629 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:54.110 7 INFO neutron_taas.services.taas.taas_plugin [None req-1120301b-76a0-4d56-b3b4-fc717cadce1a b256ec90573341a68ba537f1bc577d03 08a6326757bc4943bea5d1226d7d4b59 - - default default] TaaS: Handle Delete Port: 0935840d-d7b4-4246-8760-6b4be7729bdd 2026-03-06 23:04:54.112 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1120301b-76a0-4d56-b3b4-fc717cadce1a b256ec90573341a68ba537f1bc577d03 08a6326757bc4943bea5d1226d7d4b59 - - default default] Tap Mirror: Handle Delete Port: 0935840d-d7b4-4246-8760-6b4be7729bdd [pid: 7|app: 0|req: 562/1121] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:04:54 2026] DELETE /v2.0/floatingips/26149f4b-cf47-44ba-83da-bf24853b6129 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1122] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:04:53 2026] PUT /v2.0/routers/e563f445-ebb0-4801-bb95-e74604a71009/remove_router_interface => generated 309 bytes in 767 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1123] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:04:54 2026] POST /v2.0/ports => generated 779 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 564/1124] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:04:54 2026] GET /v2.0/ports?device_id=e563f445-ebb0-4801-bb95-e74604a71009 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:04:54.553 7 INFO neutron.db.segments_db [None req-823f7087-4d72-474b-a46f-ef3f3c24cf22 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] Added segment 2cd380b3-eca7-463c-9b1c-14d32e9e4340 of type vxlan for network 4b7c5ae7-67c4-42c1-80f1-e090985c64f8 [pid: 7|app: 0|req: 565/1125] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:54 2026] POST /v2.0/networks => generated 617 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:54.752 8 INFO neutron_taas.services.taas.taas_plugin [None req-e86cf6e1-e84f-4068-b682-0e321f6c3907 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 8c5b3730-8dd1-4ef0-ae47-a43814ff8fe6 2026-03-06 23:04:54.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-e67b6976-3e37-4ec6-9a1d-433eeaf73297 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: cefd480d-bda4-4f2c-8d84-56c24b2f74e4 2026-03-06 23:04:54.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e86cf6e1-e84f-4068-b682-0e321f6c3907 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 8c5b3730-8dd1-4ef0-ae47-a43814ff8fe6 2026-03-06 23:04:54.757 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e67b6976-3e37-4ec6-9a1d-433eeaf73297 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: cefd480d-bda4-4f2c-8d84-56c24b2f74e4 2026-03-06 23:04:55.109 7 INFO neutron.services.segments.plugin [-] Segment 756129a9-e1d6-436b-a1f8-1fd229ed5685 resource provider aggregate not found 2026-03-06 23:04:55.113 7 INFO neutron.services.segments.plugin [-] Segment 756129a9-e1d6-436b-a1f8-1fd229ed5685 resource provider aggregate not found 2026-03-06 23:04:55.131 7 INFO neutron.services.segments.plugin [-] Segment 756129a9-e1d6-436b-a1f8-1fd229ed5685 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 756129a9-e1d6-436b-a1f8-1fd229ed5685 found for delete ", "request_id": "req-0498f5bc-60af-4edd-85b1-3e6bfc956474"}]} 2026-03-06 23:04:55.134 7 INFO neutron.services.segments.plugin [-] Segment 756129a9-e1d6-436b-a1f8-1fd229ed5685 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 756129a9-e1d6-436b-a1f8-1fd229ed5685 found for delete ", "request_id": "req-dc94c6d4-5c13-4e55-bc20-eb5850bd7ac3"}]} 2026-03-06 23:04:55.137 7 INFO neutron.db.l3_hamode_db [None req-e67b6976-3e37-4ec6-9a1d-433eeaf73297 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] HA network 3272c6d6-6f27-4aa3-886c-a7a1e56650e6 was deleted as no HA routers are present in tenant 6669b782b9bd4f9a9c5c8267ced1472a. [pid: 7|app: 0|req: 566/1126] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:54 2026] DELETE /v2.0/routers/e563f445-ebb0-4801-bb95-e74604a71009 => generated 0 bytes in 509 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1127] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:04:54 2026] PUT /v2.0/routers/f1b71d2d-e229-4645-9e2d-8a8747470b94/remove_router_interface => generated 309 bytes in 923 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1128] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:55 2026] POST /v2.0/subnets => generated 646 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1129] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:55 2026] DELETE /v2.0/subnets/fdbb90d5-9a33-42b4-b98a-38159aa1d16b => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:55.507 7 INFO neutron_taas.services.taas.taas_plugin [None req-95bb1646-09fb-42b2-9b74-bc6e836a51fb d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 2a6b8982-f8dd-4f18-9b50-bf794416d784 2026-03-06 23:04:55.510 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95bb1646-09fb-42b2-9b74-bc6e836a51fb d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 2a6b8982-f8dd-4f18-9b50-bf794416d784 2026-03-06 23:04:55.739 7 INFO neutron_taas.services.taas.taas_plugin [None req-95bb1646-09fb-42b2-9b74-bc6e836a51fb d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: d23fada4-56ff-481f-a787-3aad236220df 2026-03-06 23:04:55.741 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95bb1646-09fb-42b2-9b74-bc6e836a51fb d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: d23fada4-56ff-481f-a787-3aad236220df [pid: 8|app: 0|req: 563/1130] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:04:55 2026] POST /v2.0/ports => generated 962 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 564/1131] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:55 2026] DELETE /v2.0/subnets/1cc90d0a-c9bf-47fa-a7dd-0abe1ee10990 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:56.024 8 INFO neutron_taas.services.taas.taas_plugin [None req-08047905-6a43-410e-a1d5-03dfa6c5d99b 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] TaaS: Handle Delete Port: 788218ab-8082-45bb-ba16-9abca5d90d98 2026-03-06 23:04:56.028 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08047905-6a43-410e-a1d5-03dfa6c5d99b 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] Tap Mirror: Handle Delete Port: 788218ab-8082-45bb-ba16-9abca5d90d98 2026-03-06 23:04:56.081 7 INFO neutron.db.l3_hamode_db [None req-95bb1646-09fb-42b2-9b74-bc6e836a51fb d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network 37871712-d8ba-4a01-bc97-7df7e158ca4e was deleted as no HA routers are present in tenant 08a6326757bc4943bea5d1226d7d4b59. [pid: 7|app: 0|req: 568/1132] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:55 2026] DELETE /v2.0/routers/f1b71d2d-e229-4645-9e2d-8a8747470b94 => generated 0 bytes in 750 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1133] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:04:55 2026] DELETE /v2.0/ports/788218ab-8082-45bb-ba16-9abca5d90d98 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1134] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:56 2026] DELETE /v2.0/networks/a7d4f948-6908-492f-9373-960a1670cc48 => 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: 566/1135] 10.0.0.132 () {34 vars in 990 bytes} [Fri Mar 6 23:04:56 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 1240 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:56.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8556213-c0ef-4201-a06c-44939d8da9ff 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 567/1136] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:04:56 2026] DELETE /v2.0/ports/788218ab-8082-45bb-ba16-9abca5d90d98 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:04:56.348 8 INFO neutron_taas.services.taas.taas_plugin [None req-9034b0af-ac69-4edc-b044-cd62bea39bf4 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: 495eb670-9fd3-43fb-be5c-380267e81e9a 2026-03-06 23:04:56.351 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9034b0af-ac69-4edc-b044-cd62bea39bf4 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: 495eb670-9fd3-43fb-be5c-380267e81e9a [pid: 7|app: 0|req: 570/1137] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:56 2026] DELETE /v2.0/subnets/e34e7016-ba0d-4941-8a77-c48db9ca7b77 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1138] 10.0.0.132 () {34 vars in 1040 bytes} [Fri Mar 6 23:04:56 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:56.400 7 INFO neutron.pecan_wsgi.hooks.translation [None req-35843532-d311-4953-b978-b9d336171b33 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 572/1139] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:04:56 2026] GET /v2.0/ports/788218ab-8082-45bb-ba16-9abca5d90d98 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:04:56.488 7 INFO neutron_taas.services.taas.taas_plugin [None req-b44c84ab-0f64-4c84-befa-5a1a74ae7b45 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 9cb1ab2e-1782-4011-b881-7ac4d6bceb78 2026-03-06 23:04:56.491 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b44c84ab-0f64-4c84-befa-5a1a74ae7b45 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 9cb1ab2e-1782-4011-b881-7ac4d6bceb78 2026-03-06 23:04:56.520 8 INFO neutron.services.segments.plugin [-] Segment 736a6ea4-651d-4be4-ad60-0a3b0119c5d4 resource provider aggregate not found 2026-03-06 23:04:56.525 8 INFO neutron.services.segments.plugin [-] Segment 736a6ea4-651d-4be4-ad60-0a3b0119c5d4 resource provider aggregate not found 2026-03-06 23:04:56.544 8 INFO neutron.services.segments.plugin [-] Segment 736a6ea4-651d-4be4-ad60-0a3b0119c5d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 736a6ea4-651d-4be4-ad60-0a3b0119c5d4 found for delete ", "request_id": "req-a1495dc3-e50f-424e-b623-359ad1ae94fe"}]} 2026-03-06 23:04:56.547 8 INFO neutron.services.segments.plugin [-] Segment 736a6ea4-651d-4be4-ad60-0a3b0119c5d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 736a6ea4-651d-4be4-ad60-0a3b0119c5d4 found for delete ", "request_id": "req-e1334a96-650f-4596-8609-464217feb0de"}]} [pid: 8|app: 0|req: 568/1140] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:56 2026] DELETE /v2.0/networks/d5c59c23-3d26-498f-80b1-cf52422f21af => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1141] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:56 2026] DELETE /v2.0/networks/8febbaf5-f6a7-4d83-89c5-51a5b3b87cf0 => generated 0 bytes in 265 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1142] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:56 2026] DELETE /v2.0/subnets/f8445655-1891-4246-a667-a37d12af0911 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:56.710 7 INFO neutron.db.segments_db [None req-6218d26e-1eea-4bf6-a6e3-18ca2f22b940 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Added segment ace84ab1-1d0a-4e69-ac38-2fb7c748723d of type vxlan for network 2a2b9ff5-5b19-4d43-9e34-2f2c6e735b0d [pid: 7|app: 0|req: 574/1143] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:56 2026] POST /v2.0/networks => generated 610 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1144] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:56 2026] DELETE /v2.0/networks/4b7c5ae7-67c4-42c1-80f1-e090985c64f8 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:56.876 8 INFO neutron.db.segments_db [None req-2f3a9a7a-fa76-49a8-8d8c-1365a2e03d67 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] Added segment 1fb7911e-0e95-4f2d-a794-78990845201b of type vxlan for network e725208d-59f4-4ca5-aae4-afc71467a398 [pid: 8|app: 0|req: 571/1145] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:04:56 2026] POST /v2.0/networks => generated 616 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1146] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:04:56 2026] GET /v2.0/security-groups?tenant_id=08a6326757bc4943bea5d1226d7d4b59&name=default => generated 2921 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1147] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:56 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1148] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:04:57 2026] DELETE /v2.0/security-groups/8a3d4a42-23c9-4b3d-9a45-34abb0169d63 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:04:57.152 7 INFO neutron.services.segments.plugin [-] Segment 14513a79-c3d0-4d55-8829-b33192f00d12 resource provider aggregate not found 2026-03-06 23:04:57.159 7 INFO neutron.services.segments.plugin [-] Segment 14513a79-c3d0-4d55-8829-b33192f00d12 resource provider aggregate not found 2026-03-06 23:04:57.179 7 INFO neutron.services.segments.plugin [-] Segment 14513a79-c3d0-4d55-8829-b33192f00d12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14513a79-c3d0-4d55-8829-b33192f00d12 found for delete ", "request_id": "req-b3752f1a-0e2b-492c-8d4d-52809e5d5824"}]} 2026-03-06 23:04:57.189 7 INFO neutron.services.segments.plugin [-] Segment 14513a79-c3d0-4d55-8829-b33192f00d12 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14513a79-c3d0-4d55-8829-b33192f00d12 found for delete ", "request_id": "req-683ef6fe-1279-4e20-bae1-106e4539ff8b"}]} 2026-03-06 23:04:57.210 7 INFO neutron.services.segments.plugin [-] Segment 200baa79-a326-4a66-8043-b9f1d3699ecc resource provider aggregate not found [pid: 8|app: 0|req: 573/1149] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:56 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:57.211 7 INFO neutron.db.segments_db [None req-01cb5b8a-917c-4690-910c-2722950632e7 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Added segment 7ad451b1-ae0a-4fbe-a426-c0e8b77e9ca1 of type vxlan for network 412285f0-cd0d-49c5-9fd2-0efdd4196f32 2026-03-06 23:04:57.225 7 INFO neutron.services.segments.plugin [-] Segment 200baa79-a326-4a66-8043-b9f1d3699ecc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 200baa79-a326-4a66-8043-b9f1d3699ecc found for delete ", "request_id": "req-6c9fbbaa-a96a-4e00-bd06-42b03c6a872e"}]} 2026-03-06 23:04:57.225 7 INFO neutron.services.segments.plugin [-] Segment 200baa79-a326-4a66-8043-b9f1d3699ecc resource provider aggregate not found 2026-03-06 23:04:57.247 7 INFO neutron.services.segments.plugin [-] Segment 5a4fd731-d87b-47e9-9308-7f8b38523240 resource provider aggregate not found 2026-03-06 23:04:57.255 7 INFO neutron.services.segments.plugin [-] Segment 200baa79-a326-4a66-8043-b9f1d3699ecc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 200baa79-a326-4a66-8043-b9f1d3699ecc found for delete ", "request_id": "req-ef72a0cb-7348-485d-8123-715d3df10d90"}]} 2026-03-06 23:04:57.270 7 INFO neutron.services.segments.plugin [-] Segment 5a4fd731-d87b-47e9-9308-7f8b38523240 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a4fd731-d87b-47e9-9308-7f8b38523240 found for delete ", "request_id": "req-3c7281c2-e0e5-4c41-bdf8-98a2ba3ec757"}]} 2026-03-06 23:04:57.273 7 INFO neutron.services.segments.plugin [-] Segment 5a4fd731-d87b-47e9-9308-7f8b38523240 resource provider aggregate not found 2026-03-06 23:04:57.293 7 INFO neutron.services.segments.plugin [-] Segment 5a4fd731-d87b-47e9-9308-7f8b38523240 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a4fd731-d87b-47e9-9308-7f8b38523240 found for delete ", "request_id": "req-837efd8b-9bed-42ab-b22d-b32730f58eb2"}]} [pid: 8|app: 0|req: 574/1150] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:04:57 2026] POST /v2.0/ports => generated 927 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:57.510 7 INFO neutron.db.l3_hamode_db [None req-01cb5b8a-917c-4690-910c-2722950632e7 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:04:57.626 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6c7d6e5-9e6d-4612-865c-5137ef9a6cf9 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] TaaS: Handle Delete Port: 594e2c6c-5fad-41e6-ba7c-ff974db167cf 2026-03-06 23:04:57.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6c7d6e5-9e6d-4612-865c-5137ef9a6cf9 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] Tap Mirror: Handle Delete Port: 594e2c6c-5fad-41e6-ba7c-ff974db167cf 2026-03-06 23:04:57.644 7 INFO neutron.db.l3_hamode_db [None req-01cb5b8a-917c-4690-910c-2722950632e7 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 575/1151] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:04:57 2026] DELETE /v2.0/ports/594e2c6c-5fad-41e6-ba7c-ff974db167cf => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:04:57.760 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7b4bd1ce-79dc-45e7-9b7d-f643f95ac164 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 576/1152] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:04:57 2026] GET /v2.0/ports/594e2c6c-5fad-41e6-ba7c-ff974db167cf => 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: 579/1155] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:57 2026] DELETE /v2.0/subnets/14e89b30-db82-4ede-8d30-3ce9b210737c => 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: 580/1156] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:04:57 2026] DELETE /v2.0/networks/e725208d-59f4-4ca5-aae4-afc71467a398 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1157] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:57 2026] POST /v2.0/routers => generated 507 bytes in 1090 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1158] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:04:58 2026] POST /v2.0/ports => generated 779 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 578/1159] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:04:58 2026] POST /v2.0/ports => generated 948 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 23:04:58.572 8 INFO neutron.services.segments.plugin [-] Segment 2cd380b3-eca7-463c-9b1c-14d32e9e4340 resource provider aggregate not found 2026-03-06 23:04:58.575 8 INFO neutron.services.segments.plugin [-] Segment 2cd380b3-eca7-463c-9b1c-14d32e9e4340 resource provider aggregate not found 2026-03-06 23:04:58.595 8 INFO neutron.services.segments.plugin [-] Segment 2cd380b3-eca7-463c-9b1c-14d32e9e4340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cd380b3-eca7-463c-9b1c-14d32e9e4340 found for delete ", "request_id": "req-b31048e6-df81-4bfb-b594-ad2bc73fd183"}]} 2026-03-06 23:04:58.600 8 INFO neutron.services.segments.plugin [-] Segment 2cd380b3-eca7-463c-9b1c-14d32e9e4340 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2cd380b3-eca7-463c-9b1c-14d32e9e4340 found for delete ", "request_id": "req-a71192bc-fa92-4d4a-8b2f-7165e0334fad"}]} 2026-03-06 23:04:58.613 8 INFO neutron.services.segments.plugin [-] Segment 1fb7911e-0e95-4f2d-a794-78990845201b resource provider aggregate not found 2026-03-06 23:04:58.622 8 INFO neutron.services.segments.plugin [-] Segment 1fb7911e-0e95-4f2d-a794-78990845201b resource provider aggregate not found 2026-03-06 23:04:58.640 8 INFO neutron.services.segments.plugin [-] Segment 1fb7911e-0e95-4f2d-a794-78990845201b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fb7911e-0e95-4f2d-a794-78990845201b found for delete ", "request_id": "req-23004610-4665-4c39-a2d8-c15ef1c4f287"}]} 2026-03-06 23:04:58.641 8 INFO neutron.services.segments.plugin [-] Segment 1fb7911e-0e95-4f2d-a794-78990845201b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fb7911e-0e95-4f2d-a794-78990845201b found for delete ", "request_id": "req-c76b137c-2b8a-46ab-a64d-0f9213f514a1"}]} [pid: 8|app: 0|req: 582/1160] 10.0.0.144 () {34 vars in 737 bytes} [Fri Mar 6 23:04:58 2026] PUT /v2.0/ports/ac6edf57-c51a-4140-ab5d-b2f4fbab84d3 => generated 752 bytes in 229 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-03-06 23:04:58.739 8 INFO neutron_taas.services.taas.taas_plugin [None req-3f7133de-d79c-4960-95ec-84f4dc551d0f 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] TaaS: Handle Delete Port: ac6edf57-c51a-4140-ab5d-b2f4fbab84d3 2026-03-06 23:04:58.742 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f7133de-d79c-4960-95ec-84f4dc551d0f 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] Tap Mirror: Handle Delete Port: ac6edf57-c51a-4140-ab5d-b2f4fbab84d3 [pid: 8|app: 0|req: 583/1161] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:04:58 2026] DELETE /v2.0/ports/ac6edf57-c51a-4140-ab5d-b2f4fbab84d3 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1162] 10.0.0.144 () {32 vars in 643 bytes} [Fri Mar 6 23:04:58 2026] GET /v2.0/ports => generated 782 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:58.876 8 INFO neutron.pecan_wsgi.hooks.translation [None req-edd3d9dd-2cb5-4406-b053-e471d1d7ed70 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 585/1163] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:04:58 2026] GET /v2.0/ports/ac6edf57-c51a-4140-ab5d-b2f4fbab84d3 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1164] 10.0.0.144 () {32 vars in 643 bytes} [Fri Mar 6 23:04:58 2026] GET /v2.0/ports => generated 782 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:04:59.229 8 INFO neutron.db.segments_db [None req-3bc54fa8-8272-43cb-887a-933ada61d489 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 85c148d5-163c-4990-a7ad-87020d29326c of type vxlan for network f24f92a9-2cbb-4f04-9817-dad519f74178 [pid: 8|app: 0|req: 587/1165] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:04:58 2026] POST /v2.0/networks => generated 724 bytes in 397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1166] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:04:59 2026] GET /v2.0/ports/868a4a6a-c9a0-4b89-a821-e84500d35128 => generated 779 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1167] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:04:58 2026] PUT /v2.0/routers/c3937757-5be4-4209-bb47-8f60c07b3d32/add_router_interface => generated 309 bytes in 999 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-03-06 23:04:59.528 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4969c943-693b-45fe-b9b2-65bce998ef32 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1168] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:04:59 2026] DELETE /v2.0/ports/594e2c6c-5fad-41e6-ba7c-ff974db167cf => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1169] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:59 2026] POST /v2.0/subnets => generated 690 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:04:59.558 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c0d0d999-d568-4d51-9ff5-77ed684d7243 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 590/1170] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:59 2026] DELETE /v2.0/subnets/14e89b30-db82-4ede-8d30-3ce9b210737c => 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: 581/1171] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:04:59 2026] GET /v2.0/ports/cb1181d0-57a1-43ce-a785-db83e35c0a9d => generated 1022 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:04:59.577 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8af6f1dd-ec97-46af-93b1-1435e8c2d7f7 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 582/1172] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:04:59 2026] DELETE /v2.0/subnets/f8445655-1891-4246-a667-a37d12af0911 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:04:59.608 8 INFO neutron.db.segments_db [None req-c1cc86c0-564c-4cd4-8a35-8fc5c16d5e78 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 4093119e-195f-438d-b913-625957976a6c of type vxlan for network fd3c152c-8ef2-41b8-9767-b5d78d32591a 2026-03-06 23:04:59.828 8 INFO neutron.db.l3_hamode_db [None req-c1cc86c0-564c-4cd4-8a35-8fc5c16d5e78 d75db7492a2746b7b3486e69197ec325 be829610b3a2478385f021427efc4d1e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:04:59.906 7 INFO neutron_taas.services.taas.taas_plugin [None req-ebddb857-5bfb-4849-bb3e-f4d3ea743ad8 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: cb1181d0-57a1-43ce-a785-db83e35c0a9d 2026-03-06 23:04:59.909 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebddb857-5bfb-4849-bb3e-f4d3ea743ad8 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: cb1181d0-57a1-43ce-a785-db83e35c0a9d [pid: 7|app: 0|req: 583/1173] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:04:59 2026] PUT /v2.0/routers/c3937757-5be4-4209-bb47-8f60c07b3d32/remove_router_interface => generated 309 bytes in 780 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-03-06 23:05:00.466 7 INFO neutron_taas.services.taas.taas_plugin [None req-b7f96cf8-0989-4ee9-a95b-9c43731f8236 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] TaaS: Handle Delete Port: 868a4a6a-c9a0-4b89-a821-e84500d35128 2026-03-06 23:05:00.473 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7f96cf8-0989-4ee9-a95b-9c43731f8236 9fad97674790480187cbd6a7c8be76c3 4368e2ed125b4190ab89b9cf9fa14f39 - - default default] Tap Mirror: Handle Delete Port: 868a4a6a-c9a0-4b89-a821-e84500d35128 [pid: 7|app: 0|req: 584/1174] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:05:00 2026] DELETE /v2.0/ports/868a4a6a-c9a0-4b89-a821-e84500d35128 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:05:00.593 8 INFO neutron.db.l3_hamode_db [None req-c1cc86c0-564c-4cd4-8a35-8fc5c16d5e78 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:05:00.715 7 INFO neutron.api.v2.resource [None req-1314dbf3-6fe0-435f-999d-9e1cc0800321 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 585/1175] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:05:00 2026] PUT /v2.0/routers/c3937757-5be4-4209-bb47-8f60c07b3d32/remove_router_interface => generated 197 bytes in 141 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:00.864 7 INFO neutron.services.segments.plugin [-] Segment dcfbb539-fddb-475b-ac4b-c5665234b3ab resource provider aggregate not found 2026-03-06 23:05:00.871 7 INFO neutron.services.segments.plugin [-] Segment dcfbb539-fddb-475b-ac4b-c5665234b3ab resource provider aggregate not found 2026-03-06 23:05:00.881 7 INFO neutron.services.segments.plugin [-] Segment dcfbb539-fddb-475b-ac4b-c5665234b3ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcfbb539-fddb-475b-ac4b-c5665234b3ab found for delete ", "request_id": "req-ce2af61b-6c62-4eec-9d1f-6b304d7794d7"}]} 2026-03-06 23:05:00.897 7 INFO neutron.services.segments.plugin [-] Segment dcfbb539-fddb-475b-ac4b-c5665234b3ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dcfbb539-fddb-475b-ac4b-c5665234b3ab found for delete ", "request_id": "req-51ae5281-5204-4bb8-a84d-0b6d742cba57"}]} [pid: 7|app: 0|req: 586/1176] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:00 2026] DELETE /v2.0/networks/a6be37a0-f081-47e3-afc9-40a87d5d6436 => 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: 587/1177] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:05:00 2026] GET /v2.0/ports?device_id=c3937757-5be4-4209-bb47-8f60c07b3d32 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:01.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ca47f0b-e623-4a6d-80dc-7c50811354be abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: 9c9761d7-d42d-4449-a1d5-464bb58a0636 2026-03-06 23:05:01.159 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ca47f0b-e623-4a6d-80dc-7c50811354be abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: 9c9761d7-d42d-4449-a1d5-464bb58a0636 [pid: 8|app: 0|req: 591/1178] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:04:59 2026] POST /v2.0/routers => generated 730 bytes in 2009 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:01.583 7 INFO neutron.db.l3_hamode_db [None req-3ca47f0b-e623-4a6d-80dc-7c50811354be abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] HA network 412285f0-cd0d-49c5-9fd2-0efdd4196f32 was deleted as no HA routers are present in tenant 6669b782b9bd4f9a9c5c8267ced1472a. [pid: 7|app: 0|req: 588/1179] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:00 2026] DELETE /v2.0/routers/c3937757-5be4-4209-bb47-8f60c07b3d32 => generated 0 bytes in 632 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1180] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:01 2026] GET /v2.0/security-groups?tenant_id=4368e2ed125b4190ab89b9cf9fa14f39&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1181] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:01 2026] DELETE /v2.0/subnets/38cc0688-2c52-489a-abdd-0d2715fb73e8 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1182] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:01 2026] DELETE /v2.0/security-groups/82187acc-4f70-49bb-853f-69e62440e8e5 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:05:02.046 8 INFO neutron_taas.services.taas.taas_plugin [None req-ebd590ac-3c9b-420a-b681-3bafc502f026 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: 6edfa2f9-4daf-4abb-9631-bb92c34434cc 2026-03-06 23:05:02.048 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ebd590ac-3c9b-420a-b681-3bafc502f026 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: 6edfa2f9-4daf-4abb-9631-bb92c34434cc 2026-03-06 23:05:02.218 8 INFO neutron.services.segments.plugin [-] Segment ace84ab1-1d0a-4e69-ac38-2fb7c748723d resource provider aggregate not found 2026-03-06 23:05:02.230 8 INFO neutron.services.segments.plugin [-] Segment ace84ab1-1d0a-4e69-ac38-2fb7c748723d resource provider aggregate not found 2026-03-06 23:05:02.237 8 INFO neutron.services.segments.plugin [-] Segment ace84ab1-1d0a-4e69-ac38-2fb7c748723d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ace84ab1-1d0a-4e69-ac38-2fb7c748723d found for delete ", "request_id": "req-41937837-2a8f-44cb-95ae-37ee4d499935"}]} 2026-03-06 23:05:02.250 8 INFO neutron.services.segments.plugin [-] Segment ace84ab1-1d0a-4e69-ac38-2fb7c748723d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ace84ab1-1d0a-4e69-ac38-2fb7c748723d found for delete ", "request_id": "req-fd6b763a-50f2-40f4-8d4a-5ecac0c9877b"}]} [pid: 8|app: 0|req: 595/1183] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:01 2026] DELETE /v2.0/networks/2a2b9ff5-5b19-4d43-9e34-2f2c6e735b0d => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:05:02.310 8 INFO neutron.db.segments_db [None req-c439db41-4fd0-4124-aeb2-3809c9350f2d abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Added segment e5441fe2-362b-47a9-a60e-e4ad8949648a of type vxlan for network 2ea08a57-6ba8-4dfa-897f-147d5c991a91 [pid: 8|app: 0|req: 596/1184] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:02 2026] POST /v2.0/networks => generated 611 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1185] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:02 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:02.732 8 INFO neutron.db.segments_db [None req-4c12a42a-a072-421d-83df-16c651fe04e3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Added segment 2798a740-4822-4084-a78c-7e8f3f4c8b6b of type vxlan for network b3782a17-70a2-4cad-b614-7b625ee0d8b2 [pid: 7|app: 0|req: 589/1186] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:05:01 2026] PUT /v2.0/routers/970e50d3-caf6-4866-8aee-476bca2ab05c/add_router_interface => generated 309 bytes in 1161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:02.902 7 INFO neutron.services.segments.plugin [-] Segment 7ad451b1-ae0a-4fbe-a426-c0e8b77e9ca1 resource provider aggregate not found 2026-03-06 23:05:02.917 7 INFO neutron.services.segments.plugin [-] Segment 7ad451b1-ae0a-4fbe-a426-c0e8b77e9ca1 resource provider aggregate not found 2026-03-06 23:05:02.924 7 INFO neutron.services.segments.plugin [-] Segment 7ad451b1-ae0a-4fbe-a426-c0e8b77e9ca1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ad451b1-ae0a-4fbe-a426-c0e8b77e9ca1 found for delete ", "request_id": "req-b31edd21-4d55-4abc-bb74-7f75574e6ba1"}]} 2026-03-06 23:05:02.934 7 INFO neutron.services.segments.plugin [-] Segment 7ad451b1-ae0a-4fbe-a426-c0e8b77e9ca1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ad451b1-ae0a-4fbe-a426-c0e8b77e9ca1 found for delete ", "request_id": "req-d9dc70d5-f029-4a06-b42e-177f61464d27"}]} 2026-03-06 23:05:02.971 8 INFO neutron.db.l3_hamode_db [None req-4c12a42a-a072-421d-83df-16c651fe04e3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:05:03.094 8 INFO neutron.db.l3_hamode_db [None req-4c12a42a-a072-421d-83df-16c651fe04e3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 590/1187] 10.0.0.144 () {34 vars in 685 bytes} [Fri Mar 6 23:05:03 2026] POST /v2.0/security-groups => generated 1659 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1188] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:03 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1189] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:02 2026] POST /v2.0/routers => generated 507 bytes in 1038 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1190] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:03 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1191] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:05:03 2026] POST /v2.0/floatingips => generated 552 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:04.634 7 INFO neutron.db.segments_db [None req-704df61a-df55-4b8b-87a7-7142199fe171 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] Added segment dfe3ac02-6bab-41c3-aa8a-636fc9ff4117 of type vxlan for network efba6d50-0845-4b4a-a37c-dd602fbfc91d [pid: 7|app: 0|req: 594/1192] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:04 2026] POST /v2.0/networks => generated 626 bytes in 454 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1193] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:05:03 2026] PUT /v2.0/routers/b20f1994-a191-4143-993f-10836bbf32db/add_router_interface => generated 309 bytes in 1424 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1194] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:05:04 2026] POST /v2.0/ports => generated 774 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 600/1195] 10.0.0.59 () {34 vars in 1099 bytes} [Fri Mar 6 23:05:05 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1694732774&fields=id&tenant_id=be829610b3a2478385f021427efc4d1e => generated 69 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1196] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:05:05 2026] GET /v2.0/ports/80b59b42-711c-4784-9dfe-a414230cce81 => generated 955 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:05.243 8 INFO neutron.db.segments_db [None req-bb528983-a136-43da-83dc-16665b6c8f80 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] Added segment 080dd5c4-ebc5-410b-9927-70645fdd30e1 of type vxlan for network fa5065d0-3617-4bd1-8141-b9501468bf68 [pid: 7|app: 0|req: 597/1197] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:05:05 2026] GET /v2.0/networks?id=f24f92a9-2cbb-4f04-9817-dad519f74178 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1198] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:05 2026] POST /v2.0/networks => generated 612 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1199] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:05:05 2026] GET /v2.0/quotas/be829610b3a2478385f021427efc4d1e => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1200] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:05 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:05.573 7 INFO neutron_taas.services.taas.taas_plugin [None req-85eba21d-7a2a-4809-8ee8-fac4520c81e3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: 80b59b42-711c-4784-9dfe-a414230cce81 2026-03-06 23:05:05.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85eba21d-7a2a-4809-8ee8-fac4520c81e3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: 80b59b42-711c-4784-9dfe-a414230cce81 [pid: 8|app: 0|req: 604/1201] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:05:05 2026] GET /v2.0/ports?tenant_id=be829610b3a2478385f021427efc4d1e&fields=id => generated 103 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1202] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:05:05 2026] POST /v2.0/ports => generated 949 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 606/1203] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:05:05 2026] GET /v2.0/networks/f24f92a9-2cbb-4f04-9817-dad519f74178?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: 598/1204] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:05:05 2026] PUT /v2.0/routers/b20f1994-a191-4143-993f-10836bbf32db/remove_router_interface => generated 309 bytes in 783 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1205] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:05:06 2026] GET /v2.0/networks/f24f92a9-2cbb-4f04-9817-dad519f74178?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: 600/1206] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:05:06 2026] GET /v2.0/ports?device_id=b20f1994-a191-4143-993f-10836bbf32db => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:06.136 8 INFO neutron_taas.services.taas.taas_plugin [None req-5224b9cb-3d5c-4b39-98db-99aad5d0df7f 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] TaaS: Handle Delete Port: 541bbad0-fded-4edf-84de-dcf8692b877f 2026-03-06 23:05:06.140 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5224b9cb-3d5c-4b39-98db-99aad5d0df7f 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] Tap Mirror: Handle Delete Port: 541bbad0-fded-4edf-84de-dcf8692b877f 2026-03-06 23:05:06.307 7 INFO neutron_taas.services.taas.taas_plugin [None req-73674d21-f221-4858-96ad-d16496c975aa abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: a1bdf6a6-95fb-4291-8d53-c4232d6a0f9c 2026-03-06 23:05:06.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-73674d21-f221-4858-96ad-d16496c975aa abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: a1bdf6a6-95fb-4291-8d53-c4232d6a0f9c [pid: 8|app: 0|req: 607/1207] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:05:06 2026] DELETE /v2.0/ports/541bbad0-fded-4edf-84de-dcf8692b877f => generated 0 bytes in 288 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1208] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:06 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:06.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4a3949e-b433-4839-938b-a8a2225e0bec 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 609/1209] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:05:06 2026] DELETE /v2.0/ports/541bbad0-fded-4edf-84de-dcf8692b877f => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:06.387 8 INFO neutron.pecan_wsgi.hooks.translation [None req-02d75243-366e-4693-aa87-551c64964865 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 610/1210] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:05:06 2026] GET /v2.0/ports/541bbad0-fded-4edf-84de-dcf8692b877f => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1211] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:06 2026] DELETE /v2.0/subnets/c9e2429b-5b62-48e8-beb5-7c9e943b3384 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:05:06.651 8 INFO neutron.services.segments.plugin [-] Segment 080dd5c4-ebc5-410b-9927-70645fdd30e1 resource provider aggregate not found 2026-03-06 23:05:06.662 8 INFO neutron.services.segments.plugin [-] Segment 080dd5c4-ebc5-410b-9927-70645fdd30e1 resource provider aggregate not found 2026-03-06 23:05:06.662 7 INFO neutron.services.segments.plugin [-] Segment 2798a740-4822-4084-a78c-7e8f3f4c8b6b resource provider aggregate not found 2026-03-06 23:05:06.670 7 INFO neutron.services.segments.plugin [-] Segment 2798a740-4822-4084-a78c-7e8f3f4c8b6b resource provider aggregate not found 2026-03-06 23:05:06.671 8 INFO neutron.services.segments.plugin [-] Segment 080dd5c4-ebc5-410b-9927-70645fdd30e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 080dd5c4-ebc5-410b-9927-70645fdd30e1 found for delete ", "request_id": "req-802c75b2-7368-4d63-abb9-c61d54acc143"}]} 2026-03-06 23:05:06.676 7 INFO neutron.services.segments.plugin [-] Segment 2798a740-4822-4084-a78c-7e8f3f4c8b6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2798a740-4822-4084-a78c-7e8f3f4c8b6b found for delete ", "request_id": "req-663363be-ef00-4413-877b-cc88f1b85584"}]} 2026-03-06 23:05:06.679 8 INFO neutron.services.segments.plugin [-] Segment 080dd5c4-ebc5-410b-9927-70645fdd30e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 080dd5c4-ebc5-410b-9927-70645fdd30e1 found for delete ", "request_id": "req-563692c2-ea97-416b-9fde-64d174a4c570"}]} 2026-03-06 23:05:06.685 7 INFO neutron.services.segments.plugin [-] Segment 2798a740-4822-4084-a78c-7e8f3f4c8b6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2798a740-4822-4084-a78c-7e8f3f4c8b6b found for delete ", "request_id": "req-ba246117-07d5-472d-84a6-11011eb42f23"}]} [pid: 8|app: 0|req: 612/1212] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:06 2026] DELETE /v2.0/networks/fa5065d0-3617-4bd1-8141-b9501468bf68 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:05:06.699 7 INFO neutron.db.l3_hamode_db [None req-73674d21-f221-4858-96ad-d16496c975aa abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] HA network b3782a17-70a2-4cad-b614-7b625ee0d8b2 was deleted as no HA routers are present in tenant 6669b782b9bd4f9a9c5c8267ced1472a. [pid: 7|app: 0|req: 601/1213] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:06 2026] DELETE /v2.0/routers/b20f1994-a191-4143-993f-10836bbf32db => generated 0 bytes in 596 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:05:06.754 8 INFO neutron.db.segments_db [None req-925c28de-bcd9-447b-98d0-58703a22042f 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] Added segment ca089af6-183a-4bc9-9541-c5a0f6c9f1ba of type vxlan for network bc481af1-f4bc-44de-a8da-28c1c1553355 [pid: 8|app: 0|req: 613/1214] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:06 2026] POST /v2.0/networks => generated 613 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1215] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:06 2026] DELETE /v2.0/subnets/4b83d58e-5a7d-400c-af8f-96ac2f6bc8c5 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1216] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:06 2026] DELETE /v2.0/networks/2ea08a57-6ba8-4dfa-897f-147d5c991a91 => 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: 614/1217] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:06 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:07.077 7 INFO neutron.db.segments_db [None req-64164298-429f-431e-a3b0-d7ade517e569 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Added segment 097c843b-dd66-48b4-9bed-8dbfeecd4959 of type vxlan for network 91661e40-e006-4d7c-b0b7-118044702555 2026-03-06 23:05:07.335 7 INFO neutron.db.l3_hamode_db [None req-64164298-429f-431e-a3b0-d7ade517e569 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 615/1218] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:05:07 2026] POST /v2.0/ports => generated 916 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:07.503 8 INFO neutron_taas.services.taas.taas_plugin [None req-b5654a83-7679-42cb-9726-1dcb3ca14982 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] TaaS: Handle Delete Port: 9ac14aa7-be96-4635-9089-99eea3effff9 2026-03-06 23:05:07.505 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b5654a83-7679-42cb-9726-1dcb3ca14982 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] Tap Mirror: Handle Delete Port: 9ac14aa7-be96-4635-9089-99eea3effff9 [pid: 8|app: 0|req: 616/1219] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:05:07 2026] DELETE /v2.0/ports/9ac14aa7-be96-4635-9089-99eea3effff9 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1220] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:07 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => 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: 618/1221] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:07 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:07.827 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9db7f302-88a4-46d4-b498-63df6fe28fe4 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 619/1222] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:05:07 2026] GET /v2.0/ports/9ac14aa7-be96-4635-9089-99eea3effff9 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1223] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:07 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1224] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:07 2026] DELETE /v2.0/subnets/25f8ce62-8452-4930-81e6-5ad92da8ee01 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1225] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:07 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1226] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:08 2026] DELETE /v2.0/networks/bc481af1-f4bc-44de-a8da-28c1c1553355 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1227] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:08 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:08.175 7 INFO neutron.db.l3_hamode_db [None req-64164298-429f-431e-a3b0-d7ade517e569 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 625/1228] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:05:08 2026] POST /v2.0/ports => generated 775 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 626/1229] 10.0.0.144 () {34 vars in 737 bytes} [Fri Mar 6 23:05:08 2026] PUT /v2.0/ports/9c3c4f3c-214b-40f5-aab3-3a29da2e80ac => generated 752 bytes in 150 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: 627/1230] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:08 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:08.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-998a2434-cce4-4ceb-8155-e2671f377a8f 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] TaaS: Handle Delete Port: 9c3c4f3c-214b-40f5-aab3-3a29da2e80ac 2026-03-06 23:05:08.683 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-998a2434-cce4-4ceb-8155-e2671f377a8f 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] Tap Mirror: Handle Delete Port: 9c3c4f3c-214b-40f5-aab3-3a29da2e80ac 2026-03-06 23:05:08.699 8 INFO neutron.services.segments.plugin [-] Segment ca089af6-183a-4bc9-9541-c5a0f6c9f1ba resource provider aggregate not found 2026-03-06 23:05:08.706 8 INFO neutron.services.segments.plugin [-] Segment ca089af6-183a-4bc9-9541-c5a0f6c9f1ba resource provider aggregate not found 2026-03-06 23:05:08.727 8 INFO neutron.services.segments.plugin [-] Segment ca089af6-183a-4bc9-9541-c5a0f6c9f1ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca089af6-183a-4bc9-9541-c5a0f6c9f1ba found for delete ", "request_id": "req-c00740c4-f0a0-4704-ba91-7aa1d88e0555"}]} 2026-03-06 23:05:08.729 8 INFO neutron.services.segments.plugin [-] Segment ca089af6-183a-4bc9-9541-c5a0f6c9f1ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ca089af6-183a-4bc9-9541-c5a0f6c9f1ba found for delete ", "request_id": "req-76454ee5-62c0-4789-8580-75bcbe2ae6b2"}]} [pid: 8|app: 0|req: 628/1231] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:05:08 2026] DELETE /v2.0/ports/9c3c4f3c-214b-40f5-aab3-3a29da2e80ac => 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: 629/1232] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:08 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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: 8|app: 0|req: 630/1233] 10.0.0.144 () {32 vars in 643 bytes} [Fri Mar 6 23:05:08 2026] GET /v2.0/ports => generated 777 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1234] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:08 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:08.898 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9df6a1a6-01ba-434d-9424-65317da56942 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 632/1235] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:05:08 2026] GET /v2.0/ports/9c3c4f3c-214b-40f5-aab3-3a29da2e80ac => 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: 633/1236] 10.0.0.144 () {32 vars in 643 bytes} [Fri Mar 6 23:05:08 2026] GET /v2.0/ports => generated 777 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1237] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:05:08 2026] GET /v2.0/ports/7e12c8e4-4b2f-4297-b78f-fa0e906a2b9c => generated 774 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:08.992 7 INFO neutron.services.segments.plugin [-] Segment e5441fe2-362b-47a9-a60e-e4ad8949648a resource provider aggregate not found 2026-03-06 23:05:08.996 7 INFO neutron.services.segments.plugin [-] Segment e5441fe2-362b-47a9-a60e-e4ad8949648a resource provider aggregate not found 2026-03-06 23:05:09.002 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9fe0c850-c97b-4954-b8d5-4cfeeed3385e 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 635/1238] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:05:08 2026] DELETE /v2.0/ports/9ac14aa7-be96-4635-9089-99eea3effff9 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:09.007 7 INFO neutron.services.segments.plugin [-] Segment e5441fe2-362b-47a9-a60e-e4ad8949648a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5441fe2-362b-47a9-a60e-e4ad8949648a found for delete ", "request_id": "req-7a4e746a-131d-40b1-a61f-246d728321de"}]} 2026-03-06 23:05:09.009 7 INFO neutron.services.segments.plugin [-] Segment e5441fe2-362b-47a9-a60e-e4ad8949648a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5441fe2-362b-47a9-a60e-e4ad8949648a found for delete ", "request_id": "req-2e925d13-e6c3-4cc2-b5de-ea2b064d9a81"}]} 2026-03-06 23:05:09.018 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29cf7cd3-58dc-4363-be72-fafdb45038e6 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 636/1239] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:09 2026] DELETE /v2.0/subnets/25f8ce62-8452-4930-81e6-5ad92da8ee01 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:09.032 8 INFO neutron.pecan_wsgi.hooks.translation [None req-70838ca8-ef76-4ec0-8fe0-0a43798a3a4a 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 637/1240] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:09 2026] DELETE /v2.0/subnets/c9e2429b-5b62-48e8-beb5-7c9e943b3384 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:09.119 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a5a5f94-fa7d-4a47-a2f3-0eed5487fbfc 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] TaaS: Handle Delete Port: 7e12c8e4-4b2f-4297-b78f-fa0e906a2b9c 2026-03-06 23:05:09.122 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a5a5f94-fa7d-4a47-a2f3-0eed5487fbfc 0acfff79b5124fd68cc91e36d36ac026 a63c9bd4714c4b0b87c9872b4186e7a4 - - default default] Tap Mirror: Handle Delete Port: 7e12c8e4-4b2f-4297-b78f-fa0e906a2b9c [pid: 8|app: 0|req: 638/1241] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:05:09 2026] DELETE /v2.0/ports/7e12c8e4-4b2f-4297-b78f-fa0e906a2b9c => 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: 639/1242] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:09 2026] DELETE /v2.0/networks/efba6d50-0845-4b4a-a37c-dd602fbfc91d => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1243] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:07 2026] POST /v2.0/routers => generated 688 bytes in 2397 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 640/1244] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:05:09 2026] GET /v2.0/routers/29d0a71a-51b3-44af-ba7a-2199f5aab4bc => generated 694 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1245] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:05:09 2026] GET /v2.0/routers => generated 697 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1246] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:09 2026] GET /v2.0/security-groups?tenant_id=a63c9bd4714c4b0b87c9872b4186e7a4&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1247] 10.0.0.144 () {34 vars in 741 bytes} [Fri Mar 6 23:05:09 2026] PUT /v2.0/routers/29d0a71a-51b3-44af-ba7a-2199f5aab4bc => generated 701 bytes in 448 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1248] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => 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: 607/1249] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:09 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 608/1250] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/routers/29d0a71a-51b3-44af-ba7a-2199f5aab4bc => generated 701 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1251] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:10 2026] DELETE /v2.0/security-groups/b348deae-d30c-4851-b4f8-94b2c24a9692 => 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: 644/1252] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1253] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/ports?tenant_id=6969ef701afb4fe08cfe70768e5e3497&device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1254] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/ports?device_id=29d0a71a-51b3-44af-ba7a-2199f5aab4bc => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1255] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/networks?id=6de96b54-3c72-4358-917b-9199fb5b5e17 => generated 771 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1256] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=0e6b8152-d11a-4ade-964b-c311d10b6ab9 => generated 860 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1257] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/subnets?id=e7e928fc-e9bd-4fbd-8601-74c5079c4918 => generated 693 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1258] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/ports?network_id=6de96b54-3c72-4358-917b-9199fb5b5e17&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:10.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-d32e242b-0dde-4d41-985d-09fad819efd3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: fea20f46-0dcb-4a82-b3b9-8d581d2d64f9 2026-03-06 23:05:10.420 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d32e242b-0dde-4d41-985d-09fad819efd3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: fea20f46-0dcb-4a82-b3b9-8d581d2d64f9 [pid: 7|app: 0|req: 614/1259] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/networks/6de96b54-3c72-4358-917b-9199fb5b5e17?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1260] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/networks/6de96b54-3c72-4358-917b-9199fb5b5e17?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1261] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/networks?id=f24f92a9-2cbb-4f04-9817-dad519f74178 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1262] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:05:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=be829610b3a2478385f021427efc4d1e => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:10.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-d32e242b-0dde-4d41-985d-09fad819efd3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] TaaS: Handle Delete Port: 63363f94-aa2f-4426-9cd4-a6f97ca4817a 2026-03-06 23:05:10.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d32e242b-0dde-4d41-985d-09fad819efd3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] Tap Mirror: Handle Delete Port: 63363f94-aa2f-4426-9cd4-a6f97ca4817a 2026-03-06 23:05:10.748 8 INFO neutron.services.segments.plugin [-] Segment dfe3ac02-6bab-41c3-aa8a-636fc9ff4117 resource provider aggregate not found 2026-03-06 23:05:10.752 8 INFO neutron.services.segments.plugin [-] Segment dfe3ac02-6bab-41c3-aa8a-636fc9ff4117 resource provider aggregate not found 2026-03-06 23:05:10.771 8 INFO neutron.services.segments.plugin [-] Segment dfe3ac02-6bab-41c3-aa8a-636fc9ff4117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfe3ac02-6bab-41c3-aa8a-636fc9ff4117 found for delete ", "request_id": "req-50357e0b-e5bf-4e6d-ab7d-1656b8f98bab"}]} 2026-03-06 23:05:10.780 8 INFO neutron.services.segments.plugin [-] Segment dfe3ac02-6bab-41c3-aa8a-636fc9ff4117 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfe3ac02-6bab-41c3-aa8a-636fc9ff4117 found for delete ", "request_id": "req-f8b8b405-95b5-4add-8b9a-a12570c78aaa"}]} 2026-03-06 23:05:11.029 8 INFO neutron.db.l3_hamode_db [None req-d32e242b-0dde-4d41-985d-09fad819efd3 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] HA network 91661e40-e006-4d7c-b0b7-118044702555 was deleted as no HA routers are present in tenant 6669b782b9bd4f9a9c5c8267ced1472a. [pid: 8|app: 0|req: 646/1263] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:10 2026] DELETE /v2.0/routers/29d0a71a-51b3-44af-ba7a-2199f5aab4bc => generated 0 bytes in 833 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1264] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:05:11 2026] GET /v2.0/ports?device_id=29d0a71a-51b3-44af-ba7a-2199f5aab4bc => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:11.088 8 INFO neutron.api.v2.resource [None req-57ac0c1f-80ed-45e4-9663-6ddb65e4c479 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 648/1265] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:11 2026] DELETE /v2.0/routers/29d0a71a-51b3-44af-ba7a-2199f5aab4bc => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1266] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:05:11 2026] GET /v2.0/ports?device_id=b20f1994-a191-4143-993f-10836bbf32db => 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: 618/1267] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:05:10 2026] POST /v2.0/ports => generated 958 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 23:05:11.150 7 INFO neutron.api.v2.resource [None req-f342ad81-7c5e-408b-ab76-529a272ec9df abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 619/1268] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:11 2026] DELETE /v2.0/routers/b20f1994-a191-4143-993f-10836bbf32db => 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: 650/1269] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:11 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 961 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:11.197 8 INFO neutron.pecan_wsgi.hooks.translation [None req-341a81b5-93df-4271-a726-117d99811f65 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 651/1270] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:11 2026] DELETE /v2.0/subnets/4b83d58e-5a7d-400c-af8f-96ac2f6bc8c5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1271] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:11 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&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: 653/1272] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:05:11 2026] GET /v2.0/ports?device_id=c3937757-5be4-4209-bb47-8f60c07b3d32 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:11.257 8 INFO neutron.api.v2.resource [None req-1a639662-5cd3-47ee-9aab-ede955011133 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 654/1273] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:11 2026] DELETE /v2.0/routers/c3937757-5be4-4209-bb47-8f60c07b3d32 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:11.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c091a34c-07ea-4a44-b6ec-d8902c34b261 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 655/1274] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:11 2026] DELETE /v2.0/subnets/38cc0688-2c52-489a-abdd-0d2715fb73e8 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1275] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:05:11 2026] PUT /v2.0/ports/cf6cbfee-034c-44ef-bafa-f0fa57773d7d => generated 1239 bytes in 457 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: 621/1276] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:05:11 2026] GET /v2.0/ports?device_id=e563f445-ebb0-4801-bb95-e74604a71009 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:11.659 7 INFO neutron.api.v2.resource [None req-c8dd0556-1425-4185-b82e-c457811f1ff7 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 622/1277] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:11 2026] DELETE /v2.0/routers/e563f445-ebb0-4801-bb95-e74604a71009 => 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: 656/1278] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:11 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 971 bytes in 386 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:11.681 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-659ed45d-995b-43df-9caf-fd26aa176ee0'] response: {'name': 'network-changed', 'server_uuid': '96c6c272-aa50-4a82-b6e7-5a4c1bfaab55', 'tag': 'cf6cbfee-034c-44ef-bafa-f0fa57773d7d', 'status': 'completed', 'code': 200} 2026-03-06 23:05:11.690 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9bd0d2d5-b410-484a-aec9-70315dcfe5cd abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 657/1279] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:11 2026] DELETE /v2.0/subnets/fdbb90d5-9a33-42b4-b98a-38159aa1d16b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:11.706 8 INFO neutron.pecan_wsgi.hooks.translation [None req-52026cda-895a-4fb3-b9ec-75a3b4cf3992 abe19a6c37554f6bb7ee15304a2a627a 6669b782b9bd4f9a9c5c8267ced1472a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 658/1280] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:11 2026] DELETE /v2.0/subnets/1cc90d0a-c9bf-47fa-a7dd-0abe1ee10990 => 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: 623/1281] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:11 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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: 624/1282] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/ports?tenant_id=be829610b3a2478385f021427efc4d1e&device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1283] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:05:11 2026] POST /v2.0/security-groups => generated 1625 bytes in 401 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1284] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/networks?tenant_id=be829610b3a2478385f021427efc4d1e&shared=False => generated 771 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1285] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1286] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:05:12 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: 8|app: 0|req: 660/1287] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/security-groups?tenant_id=6669b782b9bd4f9a9c5c8267ced1472a&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1288] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1289] 10.0.0.144 () {34 vars in 758 bytes} [Fri Mar 6 23:05:12 2026] PUT /v2.0/security-groups/311d5f3b-a91e-4575-a10a-039771227711 => generated 1664 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1290] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&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: 629/1291] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:12 2026] DELETE /v2.0/security-groups/c63310a5-2056-4892-9615-e112a1899f5c => 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: 663/1292] 10.0.0.144 () {32 vars in 737 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/security-groups/311d5f3b-a91e-4575-a10a-039771227711 => generated 1664 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1293] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:12 2026] DELETE /v2.0/security-groups/311d5f3b-a91e-4575-a10a-039771227711 => 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: 664/1294] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/security-groups => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:12.673 7 INFO neutron.api.v2.resource [None req-b450438d-fd8a-4888-97b4-aadcfb554297 55a84c166e9b4010abc65e1ac7293b0f 15903919b4d34c6583fc7e4558b1d072 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 631/1295] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:12 2026] DELETE /v2.0/security-groups/311d5f3b-a91e-4575-a10a-039771227711 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:12.809 8 INFO neutron.services.segments.plugin [-] Segment 097c843b-dd66-48b4-9bed-8dbfeecd4959 resource provider aggregate not found 2026-03-06 23:05:12.817 8 INFO neutron.services.segments.plugin [-] Segment 097c843b-dd66-48b4-9bed-8dbfeecd4959 resource provider aggregate not found [pid: 8|app: 0|req: 665/1298] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:05:12 2026] POST /v2.0/security-groups => generated 1625 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1299] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:12.837 8 INFO neutron.services.segments.plugin [-] Segment 097c843b-dd66-48b4-9bed-8dbfeecd4959 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 097c843b-dd66-48b4-9bed-8dbfeecd4959 found for delete ", "request_id": "req-cb843c27-1660-4d38-b472-6455058f3a12"}]} 2026-03-06 23:05:12.841 8 INFO neutron.services.segments.plugin [-] Segment 097c843b-dd66-48b4-9bed-8dbfeecd4959 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 097c843b-dd66-48b4-9bed-8dbfeecd4959 found for delete ", "request_id": "req-1fbfd0a9-12b0-4645-b47e-a3c8e9c3ce59"}]} [pid: 7|app: 0|req: 635/1300] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1301] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:12 2026] POST /v2.0/security-group-rules => generated 601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1302] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:05:12 2026] GET /v2.0/security-group-rules/8638b091-eb72-45ae-b956-ccea825fbdca => generated 601 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1303] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:12 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: 7|app: 0|req: 637/1304] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:05:13 2026] DELETE /v2.0/security-group-rules/8638b091-eb72-45ae-b956-ccea825fbdca => 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: 668/1305] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1306] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:13 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1307] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/security-group-rules/8f74bb4c-cbba-4f20-83d8-8f7aec8e457d => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1308] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1309] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/ports?tenant_id=be829610b3a2478385f021427efc4d1e&device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1310] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:05:13 2026] DELETE /v2.0/security-group-rules/8f74bb4c-cbba-4f20-83d8-8f7aec8e457d => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1311] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=cf6cbfee-034c-44ef-bafa-f0fa57773d7d => 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: 672/1312] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/subnets?id=b5d2ed54-c75a-4c39-b32d-35e54a15ecec => generated 693 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1313] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1314] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/ports?network_id=f24f92a9-2cbb-4f04-9817-dad519f74178&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1315] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/networks/f24f92a9-2cbb-4f04-9817-dad519f74178?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: 642/1316] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1317] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 973 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1318] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/security-group-rules/74f20083-d544-4e9c-91ec-8e4e55f4eaa1 => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1319] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/networks/f24f92a9-2cbb-4f04-9817-dad519f74178?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1320] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1321] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1322] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:05:13 2026] DELETE /v2.0/security-group-rules/74f20083-d544-4e9c-91ec-8e4e55f4eaa1 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1323] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1324] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:13 2026] DELETE /v2.0/security-groups/447119e6-63a8-4d1c-8b19-79c4bedd0945 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1325] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/security-groups => 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: 647/1326] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:05:13 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: 8|app: 0|req: 680/1327] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:13 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1328] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:14 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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: 681/1329] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:05:14 2026] POST /v2.0/security-groups => generated 1624 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1330] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:14 2026] GET /v2.0/security-groups?tenant_id=15903919b4d34c6583fc7e4558b1d072&name=default => generated 2925 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1331] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:05:14 2026] GET /v2.0/security-groups => generated 4529 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1332] 10.0.0.144 () {34 vars in 758 bytes} [Fri Mar 6 23:05:14 2026] PUT /v2.0/security-groups/ec10d7bd-5ecc-4092-950f-d193628f6110 => generated 1663 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1333] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:14 2026] DELETE /v2.0/security-groups/b805a012-04df-45f2-a933-4f31d0b4e0e9 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1334] 10.0.0.144 () {32 vars in 737 bytes} [Fri Mar 6 23:05:14 2026] GET /v2.0/security-groups/ec10d7bd-5ecc-4092-950f-d193628f6110 => generated 1663 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1335] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:14 2026] DELETE /v2.0/security-groups/ec10d7bd-5ecc-4092-950f-d193628f6110 => 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: 685/1336] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:14 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => 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: 652/1337] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:05:14 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:14.800 7 INFO neutron.api.v2.resource [None req-4bc0604e-f59f-4ed7-ab35-b010b43e48e5 7dbee6a0698c482aa335a9dd208116ef e74c50dc1e6840ce925aad5cb08556aa - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 653/1338] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:14 2026] DELETE /v2.0/security-groups/ec10d7bd-5ecc-4092-950f-d193628f6110 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1339] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:14 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1340] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:05:14 2026] POST /v2.0/security-groups => generated 1625 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1341] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1342] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/security-group-rules/4428ca5e-8f91-46c0-8f98-6b52420864df => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1343] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1344] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1345] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:05:15 2026] DELETE /v2.0/security-group-rules/4428ca5e-8f91-46c0-8f98-6b52420864df => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1346] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1347] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:15 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: 658/1348] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1349] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/security-group-rules/5be9e498-446f-4869-a63b-bd1eb09eda9b => 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: 659/1350] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1351] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:05:15 2026] DELETE /v2.0/security-group-rules/5be9e498-446f-4869-a63b-bd1eb09eda9b => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1352] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:15.652 8 INFO neutron.db.securitygroups_db [None req-9e0be141-aa72-49ed-934e-837190fe8024 7dbee6a0698c482aa335a9dd208116ef e74c50dc1e6840ce925aad5cb08556aa - - default default] Project e74c50dc1e6840ce925aad5cb08556aa 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: 693/1353] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1354] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/security-group-rules/bf1c9e0e-e4b8-44cb-959b-f85981edc5ac => generated 607 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1355] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1356] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:05:15 2026] DELETE /v2.0/security-group-rules/bf1c9e0e-e4b8-44cb-959b-f85981edc5ac => 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: 695/1357] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => 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: 663/1358] 10.0.0.144 () {32 vars in 673 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1359] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:15 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&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: 664/1360] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:15 2026] DELETE /v2.0/security-groups/eeafa8a2-3032-403c-82e9-8215049aaa71 => 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: 697/1361] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:05:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1362] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:05:16 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: 8|app: 0|req: 698/1363] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:16 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1364] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:16 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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-03-06 23:05:16.630 8 INFO neutron.db.segments_db [None req-d5b5196e-506c-4525-b25c-ef5f705e77e0 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 01c9381c-25c2-4527-8deb-84c421f7db0c of type vxlan for network cb76bf90-a69f-4469-b157-cf16febe6a98 [pid: 8|app: 0|req: 699/1365] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:05:16 2026] POST /v2.0/networks => generated 721 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1366] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:16 2026] GET /v2.0/security-groups?tenant_id=e74c50dc1e6840ce925aad5cb08556aa&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: 668/1367] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:16 2026] DELETE /v2.0/security-groups/6ea63c81-a151-48c1-b060-06b27ebbc30f => 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: 700/1368] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:16 2026] POST /v2.0/subnets => generated 687 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:16.989 7 INFO neutron.db.segments_db [None req-08ef1a10-288f-4639-836d-d8dc1ddee8b2 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 2e10ffcb-e7a0-4a1c-ac8c-9e1346aa6600 of type vxlan for network 0e5aa9fb-c880-4405-8ec9-ad27e38c17af [pid: 8|app: 0|req: 701/1369] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:17 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 975 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1370] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:17 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:17.219 7 INFO neutron.db.l3_hamode_db [None req-08ef1a10-288f-4639-836d-d8dc1ddee8b2 d75db7492a2746b7b3486e69197ec325 d20f5e6a7d994ca8b1378c7f6376554f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 703/1371] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:17 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1372] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:17 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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-03-06 23:05:17.978 7 INFO neutron.db.l3_hamode_db [None req-08ef1a10-288f-4639-836d-d8dc1ddee8b2 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 705/1373] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:18 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1374] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:18 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&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: 707/1375] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:18 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1376] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:18 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1377] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:16 2026] POST /v2.0/routers => generated 727 bytes in 2029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1378] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:19 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1379] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:19 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1380] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:19 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:20.041 7 INFO neutron.db.l3_db [None req-69f0a0e1-e336-4036-834e-39ceb736a265 47c98983def9468f9a7b6b5ffa92d1b4 be829610b3a2478385f021427efc4d1e - - default default] Floating IP 1dc8f061-d3fe-4bec-ba78-2b1b369e1192 associated. External IP: 10.96.250.210, port: cf6cbfee-034c-44ef-bafa-f0fa57773d7d. [pid: 8|app: 0|req: 709/1381] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:05:18 2026] PUT /v2.0/routers/e56a3add-e8d0-415e-9822-0379e050e59d/add_router_interface => generated 309 bytes in 1433 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1382] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:05:19 2026] PUT /v2.0/floatingips/1dc8f061-d3fe-4bec-ba78-2b1b369e1192 => generated 856 bytes in 719 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:20.478 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-560b7654-2fb7-4067-8606-070af743067e'] response: {'name': 'network-changed', 'server_uuid': '96c6c272-aa50-4a82-b6e7-5a4c1bfaab55', 'tag': 'cf6cbfee-034c-44ef-bafa-f0fa57773d7d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 710/1383] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:20 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1384] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:20 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1385] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:20 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1386] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:20 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1387] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:05:20 2026] GET /v2.0/ports?tenant_id=be829610b3a2478385f021427efc4d1e&device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => 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: 676/1388] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:05:21 2026] GET /v2.0/networks?id=f24f92a9-2cbb-4f04-9817-dad519f74178 => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1389] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:05:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=cf6cbfee-034c-44ef-bafa-f0fa57773d7d => generated 859 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1390] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:05:21 2026] GET /v2.0/subnets?id=b5d2ed54-c75a-4c39-b32d-35e54a15ecec => generated 693 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1391] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:05:21 2026] GET /v2.0/ports?network_id=f24f92a9-2cbb-4f04-9817-dad519f74178&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1392] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:05:21 2026] GET /v2.0/networks/f24f92a9-2cbb-4f04-9817-dad519f74178?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: 715/1393] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:05:21 2026] GET /v2.0/networks/f24f92a9-2cbb-4f04-9817-dad519f74178?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: 679/1394] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:21 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1395] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:21 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1396] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:22 2026] GET /v2.0/security-groups?tenant_id=d12333da9f04465a8f8c94ccfa6c2d44&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1397] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:22 2026] DELETE /v2.0/security-groups/db6e0513-b244-43b0-8226-66724a605c8d => 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: 681/1398] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:22 2026] GET /v2.0/security-groups?tenant_id=64dbf08a72484d68bbd0185c9601b67e&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1399] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:05:22 2026] GET /v2.0/networks?id=cb76bf90-a69f-4469-b157-cf16febe6a98 => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1400] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:05:22 2026] GET /v2.0/quotas/d20f5e6a7d994ca8b1378c7f6376554f => 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: 720/1401] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:05:22 2026] GET /v2.0/ports?tenant_id=d20f5e6a7d994ca8b1378c7f6376554f&fields=id => generated 103 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1402] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:22 2026] DELETE /v2.0/security-groups/748bc243-eabd-4bb1-9de0-2a573dfd134b => 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: 721/1403] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:05:22 2026] GET /v2.0/networks/cb76bf90-a69f-4469-b157-cf16febe6a98?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: 683/1404] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:05:22 2026] GET /v2.0/networks/cb76bf90-a69f-4469-b157-cf16febe6a98?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: 684/1405] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:23 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1406] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:23 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1407] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:23 2026] GET /v2.0/security-groups?id=39535715-923a-4ba4-92ae-d3df835f6c44&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1408] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:05:23 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:23.359 7 INFO neutron_taas.services.taas.taas_plugin [req-279c8875-98eb-45dd-a77f-abef1c4b306e req-ba7a2fae-5030-473d-be86-ea900e402114 47c98983def9468f9a7b6b5ffa92d1b4 be829610b3a2478385f021427efc4d1e - - default default] TaaS: Handle Delete Port: cf6cbfee-034c-44ef-bafa-f0fa57773d7d 2026-03-06 23:05:23.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-279c8875-98eb-45dd-a77f-abef1c4b306e req-ba7a2fae-5030-473d-be86-ea900e402114 47c98983def9468f9a7b6b5ffa92d1b4 be829610b3a2478385f021427efc4d1e - - default default] Tap Mirror: Handle Delete Port: cf6cbfee-034c-44ef-bafa-f0fa57773d7d 2026-03-06 23:05:23.498 7 INFO neutron.db.l3_db [req-279c8875-98eb-45dd-a77f-abef1c4b306e req-ba7a2fae-5030-473d-be86-ea900e402114 47c98983def9468f9a7b6b5ffa92d1b4 be829610b3a2478385f021427efc4d1e - - default default] Floating IP 1dc8f061-d3fe-4bec-ba78-2b1b369e1192 disassociated. External IP: 10.96.250.210, port: cf6cbfee-034c-44ef-bafa-f0fa57773d7d. [pid: 7|app: 0|req: 686/1409] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:05:23 2026] DELETE /v2.0/ports/cf6cbfee-034c-44ef-bafa-f0fa57773d7d => generated 0 bytes in 610 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:05:23.898 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-299cc95c-8b6c-4f2f-97f2-a5ef18544020'] response: {'server_uuid': '96c6c272-aa50-4a82-b6e7-5a4c1bfaab55', 'name': 'network-vif-deleted', 'tag': 'cf6cbfee-034c-44ef-bafa-f0fa57773d7d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 724/1410] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:24 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => 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: 687/1411] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:24 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => 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: 725/1412] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:25 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => 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: 688/1413] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:25 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => 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: 689/1414] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:26 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => 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: 690/1415] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:26 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => 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: 726/1416] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:26 2026] GET /v2.0/security-groups?tenant_id=2d2b350ae20a491cb78a3b0c79cad574&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1417] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:26 2026] DELETE /v2.0/security-groups/2119a9ce-f9b8-4ebf-be35-5b1458e66710 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1418] 10.0.0.132 () {34 vars in 990 bytes} [Fri Mar 6 23:05:27 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1419] 10.0.0.132 () {34 vars in 1040 bytes} [Fri Mar 6 23:05:27 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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: 728/1420] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:05:27 2026] GET /v2.0/networks?id=cb76bf90-a69f-4469-b157-cf16febe6a98 => generated 672 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1421] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:27 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => 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: 730/1422] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:27 2026] GET /v2.0/ports?device_id=96c6c272-aa50-4a82-b6e7-5a4c1bfaab55 => 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: 693/1425] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:05:27 2026] POST /v2.0/ports => generated 954 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1426] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:05:27 2026] PUT /v2.0/ports/ac28b31d-34f1-4e83-8667-f7ce7fa43c1c => generated 1235 bytes in 462 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:28.359 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b43c82f6-e5ac-4204-8bd6-cfb79b86f796'] response: {'name': 'network-changed', 'server_uuid': 'e2cdb711-9b79-4c97-aaaf-2e60facb6ca0', 'tag': 'ac28b31d-34f1-4e83-8667-f7ce7fa43c1c', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 734/1427] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:28 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 969 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1428] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:28 2026] DELETE /v2.0/security-groups/39535715-923a-4ba4-92ae-d3df835f6c44 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:05:28.785 7 INFO neutron.db.segments_db [None req-b8cd9a23-2795-4422-b96d-6e19586190e6 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment a80e258f-f803-410f-8a85-de0d90cf17b0 of type vxlan for network 46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2 [pid: 8|app: 0|req: 736/1429] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:28 2026] GET /v2.0/security-groups?id=d612d9ab-e5ef-48fe-8b79-5792267f8842&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-03-06 23:05:28.816 8 INFO neutron.api.v2.resource [None req-9fbaece1-ecf7-4de5-b0ed-87757e76df08 47c98983def9468f9a7b6b5ffa92d1b4 be829610b3a2478385f021427efc4d1e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 737/1430] 10.0.0.144 () {32 vars in 737 bytes} [Fri Mar 6 23:05:28 2026] GET /v2.0/security-groups/39535715-923a-4ba4-92ae-d3df835f6c44 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1431] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:05:28 2026] POST /v2.0/networks => generated 721 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1432] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:05:28 2026] GET /v2.0/ports?tenant_id=d20f5e6a7d994ca8b1378c7f6376554f&device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:28.923 8 INFO neutron_taas.services.taas.taas_plugin [None req-e753f7b4-8516-4408-97d2-8c32bc7bb78f 47c98983def9468f9a7b6b5ffa92d1b4 be829610b3a2478385f021427efc4d1e - - default default] TaaS: Handle Delete Port: 3d1338cc-faf4-4dd2-bac7-5c77f596b839 2026-03-06 23:05:28.925 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e753f7b4-8516-4408-97d2-8c32bc7bb78f 47c98983def9468f9a7b6b5ffa92d1b4 be829610b3a2478385f021427efc4d1e - - default default] Tap Mirror: Handle Delete Port: 3d1338cc-faf4-4dd2-bac7-5c77f596b839 [pid: 8|app: 0|req: 738/1433] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:05:28 2026] DELETE /v2.0/floatingips/1dc8f061-d3fe-4bec-ba78-2b1b369e1192 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1434] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:05:29 2026] GET /v2.0/networks?tenant_id=d20f5e6a7d994ca8b1378c7f6376554f&shared=False => generated 768 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1435] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:28 2026] POST /v2.0/subnets => generated 687 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1436] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:05:29 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:29.208 7 INFO neutron.db.segments_db [None req-56e341b7-185b-41d2-a614-8d335f2d8fc1 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 0544088f-f48a-4e11-982a-e65dcca198d1 of type vxlan for network a130a81f-4ca1-4634-a8f5-bf6f9f03363f 2026-03-06 23:05:29.442 8 INFO neutron_taas.services.taas.taas_plugin [None req-a8da697e-9705-45b6-b535-dfa686be3035 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: b3ad7ed4-4af6-4d63-b4ed-53d6a8c47027 2026-03-06 23:05:29.447 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8da697e-9705-45b6-b535-dfa686be3035 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: b3ad7ed4-4af6-4d63-b4ed-53d6a8c47027 2026-03-06 23:05:29.465 7 INFO neutron.db.l3_hamode_db [None req-56e341b7-185b-41d2-a614-8d335f2d8fc1 d75db7492a2746b7b3486e69197ec325 c615fa44472f4336a97fa366ca80ea87 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 740/1437] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:05:29 2026] PUT /v2.0/routers/970e50d3-caf6-4866-8aee-476bca2ab05c/remove_router_interface => generated 309 bytes in 873 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1438] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:29 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:30.165 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8e7e014-ce29-4fa7-afad-4ed60b2e7490 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 36f397ec-49fd-41b5-968f-2740ef87f11a 2026-03-06 23:05:30.168 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8e7e014-ce29-4fa7-afad-4ed60b2e7490 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 36f397ec-49fd-41b5-968f-2740ef87f11a 2026-03-06 23:05:30.238 7 INFO neutron.db.l3_hamode_db [None req-56e341b7-185b-41d2-a614-8d335f2d8fc1 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:05:30.421 8 INFO neutron_taas.services.taas.taas_plugin [None req-f8e7e014-ce29-4fa7-afad-4ed60b2e7490 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 9bf56a2d-1a94-4641-ac33-94160d2373dd 2026-03-06 23:05:30.423 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f8e7e014-ce29-4fa7-afad-4ed60b2e7490 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 9bf56a2d-1a94-4641-ac33-94160d2373dd 2026-03-06 23:05:30.791 8 INFO neutron.services.segments.plugin [-] Segment 4093119e-195f-438d-b913-625957976a6c resource provider aggregate not found 2026-03-06 23:05:30.797 8 INFO neutron.services.segments.plugin [-] Segment 4093119e-195f-438d-b913-625957976a6c resource provider aggregate not found 2026-03-06 23:05:30.813 8 INFO neutron.services.segments.plugin [-] Segment 4093119e-195f-438d-b913-625957976a6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4093119e-195f-438d-b913-625957976a6c found for delete ", "request_id": "req-a5f14547-40f7-4640-9ea2-8c5af55439b4"}]} 2026-03-06 23:05:30.815 8 INFO neutron.services.segments.plugin [-] Segment 4093119e-195f-438d-b913-625957976a6c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4093119e-195f-438d-b913-625957976a6c found for delete ", "request_id": "req-e8e252c3-eef8-44d5-8ed0-723f8125ef70"}]} 2026-03-06 23:05:30.817 8 INFO neutron.db.l3_hamode_db [None req-f8e7e014-ce29-4fa7-afad-4ed60b2e7490 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network fd3c152c-8ef2-41b8-9767-b5d78d32591a was deleted as no HA routers are present in tenant be829610b3a2478385f021427efc4d1e. [pid: 8|app: 0|req: 742/1439] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:29 2026] DELETE /v2.0/routers/970e50d3-caf6-4866-8aee-476bca2ab05c => generated 0 bytes in 827 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1440] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:30 2026] GET /v2.0/security-groups?id=d612d9ab-e5ef-48fe-8b79-5792267f8842&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1441] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:05:30 2026] GET /v2.0/ports?tenant_id=d20f5e6a7d994ca8b1378c7f6376554f&device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1442] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:30 2026] DELETE /v2.0/subnets/b5d2ed54-c75a-4c39-b32d-35e54a15ecec => 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: 746/1443] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:05:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=ac28b31d-34f1-4e83-8667-f7ce7fa43c1c => 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: 698/1444] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:29 2026] POST /v2.0/routers => generated 727 bytes in 1947 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1445] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:05:31 2026] GET /v2.0/subnets?id=2fd8aa4c-fc81-4226-bb40-f8ab1b83b155 => generated 690 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:31.159 8 INFO neutron_taas.services.taas.taas_plugin [None req-f099847b-cf6e-4911-843a-a7f776c4ff46 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: e4c6a3dd-f444-4a7d-9d59-9df769ba45e5 2026-03-06 23:05:31.162 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f099847b-cf6e-4911-843a-a7f776c4ff46 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: e4c6a3dd-f444-4a7d-9d59-9df769ba45e5 [pid: 8|app: 0|req: 747/1446] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:31 2026] DELETE /v2.0/networks/f24f92a9-2cbb-4f04-9817-dad519f74178 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1447] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:05:31 2026] GET /v2.0/ports?network_id=cb76bf90-a69f-4469-b157-cf16febe6a98&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: 749/1448] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:05:31 2026] GET /v2.0/networks/cb76bf90-a69f-4469-b157-cf16febe6a98?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1449] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:05:31 2026] GET /v2.0/networks/cb76bf90-a69f-4469-b157-cf16febe6a98?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1450] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:31 2026] GET /v2.0/security-groups?tenant_id=be829610b3a2478385f021427efc4d1e&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1451] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:31 2026] DELETE /v2.0/security-groups/46a142cc-68fb-4346-a9a7-59e0753869df => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1452] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:31 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => 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: 754/1453] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:31 2026] GET /v2.0/security-groups?id=d612d9ab-e5ef-48fe-8b79-5792267f8842&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1454] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:05:31 2026] PUT /v2.0/routers/f0c3a58b-b8cd-43d0-b16b-ff828be15590/add_router_interface => generated 309 bytes in 1183 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:32.836 8 INFO neutron.services.segments.plugin [-] Segment 85c148d5-163c-4990-a7ad-87020d29326c resource provider aggregate not found 2026-03-06 23:05:32.840 8 INFO neutron.services.segments.plugin [-] Segment 85c148d5-163c-4990-a7ad-87020d29326c resource provider aggregate not found 2026-03-06 23:05:32.854 8 INFO neutron.services.segments.plugin [-] Segment 85c148d5-163c-4990-a7ad-87020d29326c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85c148d5-163c-4990-a7ad-87020d29326c found for delete ", "request_id": "req-ac1bfd4b-57cf-4ed7-8774-3eb3272e71e7"}]} 2026-03-06 23:05:32.858 8 INFO neutron.services.segments.plugin [-] Segment 85c148d5-163c-4990-a7ad-87020d29326c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85c148d5-163c-4990-a7ad-87020d29326c found for delete ", "request_id": "req-bd426f3e-4f02-4e15-99f4-ea8547aff7e2"}]} [pid: 8|app: 0|req: 755/1455] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:33 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1456] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:33 2026] GET /v2.0/security-groups?id=d612d9ab-e5ef-48fe-8b79-5792267f8842&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-03-06 23:05:33.553 8 INFO neutron.db.segments_db [None req-b7dc0b64-0754-4df2-882c-44b37650d6b1 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment a8185d18-dc65-4727-b365-d94ad926f3d0 of type vxlan for network 5a70c3e2-7d3b-4b71-8d9d-cd40fbb09892 [pid: 8|app: 0|req: 756/1457] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:05:33 2026] POST /v2.0/networks => generated 722 bytes in 274 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1458] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:33 2026] POST /v2.0/subnets => generated 688 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:33.903 8 INFO neutron.db.segments_db [None req-17147971-16c2-49c2-91e0-4524b76a5fd6 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 916d0db7-4e80-415e-bcd2-4c2d5ac4c5da of type vxlan for network fd04bf37-3bd6-49d2-94cf-bee49be66409 2026-03-06 23:05:34.146 8 INFO neutron.db.l3_hamode_db [None req-17147971-16c2-49c2-91e0-4524b76a5fd6 d75db7492a2746b7b3486e69197ec325 9c09f7dd838e49b4b455d8948598ff6f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 703/1459] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:34 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 969 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1460] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:34 2026] GET /v2.0/security-groups?id=d612d9ab-e5ef-48fe-8b79-5792267f8842&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:35.015 8 INFO neutron.db.l3_hamode_db [None req-17147971-16c2-49c2-91e0-4524b76a5fd6 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 705/1461] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:35 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => 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: 706/1462] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:35 2026] GET /v2.0/security-groups?id=d612d9ab-e5ef-48fe-8b79-5792267f8842&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1463] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:33 2026] POST /v2.0/routers => generated 728 bytes in 2119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1464] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:36 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 759/1465] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:36 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1466] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:36 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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: 761/1467] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:36 2026] GET /v2.0/security-groups?id=d612d9ab-e5ef-48fe-8b79-5792267f8842&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1468] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:36 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1469] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:37 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1470] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:05:35 2026] PUT /v2.0/routers/34fc2eec-e35e-4e2a-ac3b-7a921adfabf6/add_router_interface => generated 309 bytes in 1243 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1471] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:37 2026] GET /v2.0/security-groups?tenant_id=e9e52b0ac2544689b3ab2680be0f7bb2&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1472] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:37 2026] DELETE /v2.0/security-groups/440b9cf2-9fa4-4ec4-9acf-8706e2ff8d08 => 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: 765/1473] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:37 2026] GET /v2.0/security-groups?tenant_id=4aa135cfee664497a26ec0b8250b515c&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1474] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:37 2026] DELETE /v2.0/security-groups/8e42ffea-724c-4bd6-a7ad-2018cebdc4d8 => 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: 709/1475] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:05:37 2026] GET /v2.0/routers => generated 2909 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1476] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1477] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/routers/34fc2eec-e35e-4e2a-ac3b-7a921adfabf6/l3-agents => generated 682 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1478] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 710/1479] 10.0.0.144 () {34 vars in 685 bytes} [Fri Mar 6 23:05:38 2026] POST /v2.0/security-groups => generated 1675 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1480] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1481] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/routers/9055c34b-61ac-436d-b94e-c7890c71ff1e/l3-agents => generated 681 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1482] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => 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: 712/1483] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1484] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/security-groups?id=d612d9ab-e5ef-48fe-8b79-5792267f8842&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: 772/1485] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/routers/e56a3add-e8d0-415e-9822-0379e050e59d/l3-agents => generated 682 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1486] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:38 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1487] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/routers/f0c3a58b-b8cd-43d0-b16b-ff828be15590/l3-agents => generated 682 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1488] 10.0.0.59 () {34 vars in 1083 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0&device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 2469 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1489] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/ports => generated 25276 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1490] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&id=d612d9ab-e5ef-48fe-8b79-5792267f8842&fields=id&fields=name => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1491] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1492] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1493] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/network-ip-availabilities => generated 4700 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1494] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/floatingips => generated 860 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1495] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1496] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/security-groups => generated 35981 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-06 23:05:38.990 8 INFO neutron.db.securitygroups_db [None req-52293952-5536-492d-b479-d47adad40155 7ac9c4aa0f4c49198a9da8c214b7c765 c615fa44472f4336a97fa366ca80ea87 - - default default] Project c615fa44472f4336a97fa366ca80ea87 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: 722/1497] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:05:38 2026] GET /v2.0/subnets => generated 6508 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1498] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:05:39 2026] GET /v2.0/subnets => generated 6508 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1499] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:05:39 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1500] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:39.140 8 INFO neutron.db.securitygroups_db [None req-6d157728-d93f-4af6-8948-f9ec44f2ab6f 7ac9c4aa0f4c49198a9da8c214b7c765 c615fa44472f4336a97fa366ca80ea87 - - default default] Project c615fa44472f4336a97fa366ca80ea87 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: 725/1501] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:05:39 2026] GET /v2.0/networks => generated 7972 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1502] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:39 2026] POST /v2.0/security-group-rules => generated 606 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1503] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:39 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1504] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:05:39 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 779/1505] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:39 2026] GET /v2.0/security-groups?id=2bf9b5a4-01f5-4ee9-97e4-4d895509c531&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: 780/1506] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:39 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:39.608 7 INFO neutron_taas.services.taas.taas_plugin [req-cba62f8b-83ef-4c7b-b23e-6c7801968a4b req-fcbaf67a-993a-423c-9e9a-03bc0e3c04f6 0824136a6de64538a654fc55fa50ec2e 6969ef701afb4fe08cfe70768e5e3497 - - default default] TaaS: Handle Delete Port: 0e6b8152-d11a-4ade-964b-c311d10b6ab9 2026-03-06 23:05:39.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cba62f8b-83ef-4c7b-b23e-6c7801968a4b req-fcbaf67a-993a-423c-9e9a-03bc0e3c04f6 0824136a6de64538a654fc55fa50ec2e 6969ef701afb4fe08cfe70768e5e3497 - - default default] Tap Mirror: Handle Delete Port: 0e6b8152-d11a-4ade-964b-c311d10b6ab9 [pid: 8|app: 0|req: 781/1507] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:39 2026] GET /v2.0/security-groups?id=d612d9ab-e5ef-48fe-8b79-5792267f8842&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:39.751 7 INFO neutron.db.l3_db [req-cba62f8b-83ef-4c7b-b23e-6c7801968a4b req-fcbaf67a-993a-423c-9e9a-03bc0e3c04f6 0824136a6de64538a654fc55fa50ec2e 6969ef701afb4fe08cfe70768e5e3497 - - default default] Floating IP 86b71b2c-5c06-4617-ac78-05c9f8b2d41d disassociated. External IP: 10.96.250.201, port: 0e6b8152-d11a-4ade-964b-c311d10b6ab9. [pid: 8|app: 0|req: 782/1508] 10.0.0.144 () {34 vars in 685 bytes} [Fri Mar 6 23:05:39 2026] POST /v2.0/security-groups => generated 1659 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1509] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1510] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:05:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1511] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:05:39 2026] DELETE /v2.0/ports/0e6b8152-d11a-4ade-964b-c311d10b6ab9 => generated 0 bytes in 677 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:05:40.194 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a7c3897a-4f81-444b-a739-5b12965e0792'] response: {'server_uuid': 'bc79a8cf-90a0-483d-b39d-3796b318b123', 'name': 'network-vif-deleted', 'tag': '0e6b8152-d11a-4ade-964b-c311d10b6ab9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 728/1512] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:40 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 785/1513] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:05:40 2026] POST /v2.0/floatingips => generated 552 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1514] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:05:40 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => 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: 787/1515] 10.0.0.59 () {34 vars in 1099 bytes} [Fri Mar 6 23:05:40 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1971989664&fields=id&tenant_id=c615fa44472f4336a97fa366ca80ea87 => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1516] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:40 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 971 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1517] 10.0.0.59 () {34 vars in 1097 bytes} [Fri Mar 6 23:05:40 2026] GET /v2.0/security-groups?name=tempest-securitygroup--557454516&fields=id&tenant_id=c615fa44472f4336a97fa366ca80ea87 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:40.856 8 INFO neutron_taas.services.taas.taas_plugin [req-83f5158c-4bfe-48a2-86ea-4ef4d672ce55 req-9bdaf687-660d-4306-9032-3ff8152ec92e c10817d3e1af49ad9ee0b81417e517c5 d20f5e6a7d994ca8b1378c7f6376554f - - default default] TaaS: Handle Delete Port: ac28b31d-34f1-4e83-8667-f7ce7fa43c1c 2026-03-06 23:05:40.858 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-83f5158c-4bfe-48a2-86ea-4ef4d672ce55 req-9bdaf687-660d-4306-9032-3ff8152ec92e c10817d3e1af49ad9ee0b81417e517c5 d20f5e6a7d994ca8b1378c7f6376554f - - default default] Tap Mirror: Handle Delete Port: ac28b31d-34f1-4e83-8667-f7ce7fa43c1c [pid: 7|app: 0|req: 731/1518] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:40 2026] GET /v2.0/security-groups?id=d612d9ab-e5ef-48fe-8b79-5792267f8842&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 732/1519] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:05:40 2026] GET /v2.0/networks?id=46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2 => generated 672 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1520] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:05:40 2026] GET /v2.0/quotas/c615fa44472f4336a97fa366ca80ea87 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1521] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:05:40 2026] DELETE /v2.0/ports/ac28b31d-34f1-4e83-8667-f7ce7fa43c1c => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1522] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:05:40 2026] GET /v2.0/ports?tenant_id=c615fa44472f4336a97fa366ca80ea87&fields=id => generated 57 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:41.057 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4bc909e-97d5-41a9-8d0e-7478ee13f0a2'] response: {'server_uuid': 'e2cdb711-9b79-4c97-aaaf-2e60facb6ca0', 'name': 'network-vif-deleted', 'tag': 'ac28b31d-34f1-4e83-8667-f7ce7fa43c1c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 789/1523] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:05:41 2026] GET /v2.0/networks/46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2?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: 735/1524] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:05:41 2026] GET /v2.0/networks/46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2?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: 790/1525] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:41 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => 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: 736/1526] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:41 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 791/1527] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:41 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => 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: 792/1528] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:42 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => 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: 737/1529] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:42 2026] GET /v2.0/security-groups?tenant_id=3ffab9bc2ff441889094734fecd958f5&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1530] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:42 2026] DELETE /v2.0/security-groups/6cd0f313-eed3-4ded-9bd9-70a790df8b42 => 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: 738/1531] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:42 2026] GET /v2.0/ports?device_id=bc79a8cf-90a0-483d-b39d-3796b318b123 => 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: 794/1534] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:42 2026] GET /v2.0/security-groups?tenant_id=40365b07aaa64314aa3bf635c4788b89&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1535] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:42 2026] DELETE /v2.0/security-groups/8aaa3e12-41e0-424e-ac3c-9ee8142b2cea => 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: 795/1536] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:43 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => 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: 742/1537] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:43 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => 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: 796/1538] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:43 2026] DELETE /v2.0/security-groups/2bf9b5a4-01f5-4ee9-97e4-4d895509c531 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:05:43.950 7 INFO neutron.api.v2.resource [None req-40c510b2-81e1-4766-b940-211c53c094cb 0824136a6de64538a654fc55fa50ec2e 6969ef701afb4fe08cfe70768e5e3497 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 743/1539] 10.0.0.144 () {32 vars in 737 bytes} [Fri Mar 6 23:05:43 2026] GET /v2.0/security-groups/2bf9b5a4-01f5-4ee9-97e4-4d895509c531 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:44.048 8 INFO neutron_taas.services.taas.taas_plugin [None req-766ffeb8-4221-42d0-b2af-76ad412d5b72 0824136a6de64538a654fc55fa50ec2e 6969ef701afb4fe08cfe70768e5e3497 - - default default] TaaS: Handle Delete Port: 304a52f2-ad11-4376-bfe4-79e7b244fffe 2026-03-06 23:05:44.050 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-766ffeb8-4221-42d0-b2af-76ad412d5b72 0824136a6de64538a654fc55fa50ec2e 6969ef701afb4fe08cfe70768e5e3497 - - default default] Tap Mirror: Handle Delete Port: 304a52f2-ad11-4376-bfe4-79e7b244fffe [pid: 8|app: 0|req: 797/1540] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:05:43 2026] DELETE /v2.0/floatingips/86b71b2c-5c06-4617-ac78-05c9f8b2d41d => generated 0 bytes in 214 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1541] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:44 2026] GET /v2.0/ports?device_id=e2cdb711-9b79-4c97-aaaf-2e60facb6ca0 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:44.562 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c2beba3-1b87-4f1d-9d45-d47eeaa66605 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 9a5b73ca-a76b-42c4-8549-7805965860b3 2026-03-06 23:05:44.566 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c2beba3-1b87-4f1d-9d45-d47eeaa66605 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 9a5b73ca-a76b-42c4-8549-7805965860b3 [pid: 7|app: 0|req: 745/1542] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:44 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => 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: 798/1543] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:05:44 2026] PUT /v2.0/routers/9055c34b-61ac-436d-b94e-c7890c71ff1e/remove_router_interface => generated 309 bytes in 884 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:45.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-dece7e78-49fb-428d-aaa9-b5e7a73b54b9 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: aed8c9d9-3dab-46a3-b557-98411367c16b 2026-03-06 23:05:45.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dece7e78-49fb-428d-aaa9-b5e7a73b54b9 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: aed8c9d9-3dab-46a3-b557-98411367c16b 2026-03-06 23:05:45.485 7 INFO neutron_taas.services.taas.taas_plugin [None req-dece7e78-49fb-428d-aaa9-b5e7a73b54b9 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: b64b9706-8c2c-422c-ae56-b2d79a93dedd 2026-03-06 23:05:45.488 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dece7e78-49fb-428d-aaa9-b5e7a73b54b9 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: b64b9706-8c2c-422c-ae56-b2d79a93dedd [pid: 8|app: 0|req: 799/1544] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:45 2026] GET /v2.0/security-groups?tenant_id=8894e247e50946da8fee9659118f466e&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: 800/1545] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:45 2026] DELETE /v2.0/security-groups/8c4a1e22-57c0-4f30-b33b-a77dfcfbe16b => 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: 801/1546] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:45 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:45.818 7 INFO neutron.services.segments.plugin [-] Segment e12888a4-6b43-49c0-b049-cfb48a867532 resource provider aggregate not found 2026-03-06 23:05:45.823 7 INFO neutron.services.segments.plugin [-] Segment e12888a4-6b43-49c0-b049-cfb48a867532 resource provider aggregate not found 2026-03-06 23:05:45.838 7 INFO neutron.services.segments.plugin [-] Segment e12888a4-6b43-49c0-b049-cfb48a867532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e12888a4-6b43-49c0-b049-cfb48a867532 found for delete ", "request_id": "req-7b515630-e4ba-4a0c-a959-3df487f011d2"}]} 2026-03-06 23:05:45.843 7 INFO neutron.services.segments.plugin [-] Segment e12888a4-6b43-49c0-b049-cfb48a867532 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e12888a4-6b43-49c0-b049-cfb48a867532 found for delete ", "request_id": "req-02348d01-dc58-48ae-bdcc-771229c476fb"}]} 2026-03-06 23:05:45.849 7 INFO neutron.db.l3_hamode_db [None req-dece7e78-49fb-428d-aaa9-b5e7a73b54b9 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network e9c50f4b-0acf-4aa1-9454-7d66ff0af5d6 was deleted as no HA routers are present in tenant 6969ef701afb4fe08cfe70768e5e3497. [pid: 7|app: 0|req: 746/1547] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:45 2026] DELETE /v2.0/routers/9055c34b-61ac-436d-b94e-c7890c71ff1e => generated 0 bytes in 793 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1548] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:45 2026] DELETE /v2.0/subnets/e7e928fc-e9bd-4fbd-8601-74c5079c4918 => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:05:46.148 7 INFO neutron_taas.services.taas.taas_plugin [None req-1920380d-c97e-47ee-8bc8-55c065b87600 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 1c8bae04-e7dd-4ff1-a333-9dd2d874098a 2026-03-06 23:05:46.150 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1920380d-c97e-47ee-8bc8-55c065b87600 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 1c8bae04-e7dd-4ff1-a333-9dd2d874098a [pid: 7|app: 0|req: 747/1549] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:46 2026] DELETE /v2.0/networks/6de96b54-3c72-4358-917b-9199fb5b5e17 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1550] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:46 2026] GET /v2.0/security-groups?tenant_id=6969ef701afb4fe08cfe70768e5e3497&name=default => 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: 749/1551] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:46 2026] DELETE /v2.0/security-groups/9c8a8ff5-7164-46c6-a637-29d84fbc6e40 => 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: 750/1552] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:05:46 2026] GET /v2.0/networks?id=46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2 => generated 672 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1553] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:05:46 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c615fa44472f4336a97fa366ca80ea87 => generated 273 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:46.743 8 INFO neutron_taas.services.taas.taas_plugin [None req-0dcf1bec-f4d3-4e24-b852-d502af7c4948 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 2c68f217-c9a2-4113-bbc7-50f87dcf0a27 2026-03-06 23:05:46.746 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0dcf1bec-f4d3-4e24-b852-d502af7c4948 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 2c68f217-c9a2-4113-bbc7-50f87dcf0a27 [pid: 7|app: 0|req: 752/1554] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:05:46 2026] POST /v2.0/ports => generated 993 bytes in 407 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: 753/1555] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:47 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 996 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1556] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:05:46 2026] PUT /v2.0/routers/e56a3add-e8d0-415e-9822-0379e050e59d/remove_router_interface => generated 309 bytes in 957 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1557] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:05:47 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&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: 754/1558] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:05:47 2026] PUT /v2.0/ports/d2d06c19-0122-4be1-a649-ce391aef4e70 => generated 1274 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:47.602 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-efd87966-c6fc-4187-b1fe-eebfdf211b4e'] response: {'name': 'network-changed', 'server_uuid': '09321db7-b8fe-4b66-b0bf-5c896aa38e26', 'tag': 'd2d06c19-0122-4be1-a649-ce391aef4e70', 'status': 'completed', 'code': 200} 2026-03-06 23:05:47.613 8 INFO neutron_taas.services.taas.taas_plugin [None req-533b5aab-de81-483d-8aa5-129474704c4c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 91202d3e-bfc6-4c63-9c92-bf74fcf404e7 2026-03-06 23:05:47.615 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-533b5aab-de81-483d-8aa5-129474704c4c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 91202d3e-bfc6-4c63-9c92-bf74fcf404e7 2026-03-06 23:05:47.858 7 INFO neutron.services.segments.plugin [-] Segment 7a02629c-4263-4c43-9499-d4eb61f1dcb9 resource provider aggregate not found 2026-03-06 23:05:47.862 7 INFO neutron.services.segments.plugin [-] Segment 7a02629c-4263-4c43-9499-d4eb61f1dcb9 resource provider aggregate not found 2026-03-06 23:05:47.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-533b5aab-de81-483d-8aa5-129474704c4c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 85245944-2040-4fcc-b49a-1d5f45fa54d8 2026-03-06 23:05:47.873 7 INFO neutron.services.segments.plugin [-] Segment 7a02629c-4263-4c43-9499-d4eb61f1dcb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a02629c-4263-4c43-9499-d4eb61f1dcb9 found for delete ", "request_id": "req-20081406-c2d1-4a18-80a5-4bc3b14753de"}]} 2026-03-06 23:05:47.874 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-533b5aab-de81-483d-8aa5-129474704c4c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 85245944-2040-4fcc-b49a-1d5f45fa54d8 2026-03-06 23:05:47.878 7 INFO neutron.services.segments.plugin [-] Segment 7a02629c-4263-4c43-9499-d4eb61f1dcb9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a02629c-4263-4c43-9499-d4eb61f1dcb9 found for delete ", "request_id": "req-6e7f333e-66ab-4070-bc82-ecbf8c757b52"}]} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 755/1559] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:47 2026] GET /v2.0/security-groups?tenant_id=eaa22cb9c2be4369bd5bb385e98b3991&name=default => generated 2925 bytes in 338 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:48.269 8 INFO neutron.services.segments.plugin [-] Segment 2e10ffcb-e7a0-4a1c-ac8c-9e1346aa6600 resource provider aggregate not found 2026-03-06 23:05:48.282 8 INFO neutron.services.segments.plugin [-] Segment 2e10ffcb-e7a0-4a1c-ac8c-9e1346aa6600 resource provider aggregate not found 2026-03-06 23:05:48.288 8 INFO neutron.services.segments.plugin [-] Segment 2e10ffcb-e7a0-4a1c-ac8c-9e1346aa6600 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e10ffcb-e7a0-4a1c-ac8c-9e1346aa6600 found for delete ", "request_id": "req-f43911e8-ade7-4328-a391-555dac2275fe"}]} [pid: 7|app: 0|req: 756/1560] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:05:48 2026] GET /v2.0/ports?tenant_id=c615fa44472f4336a97fa366ca80ea87&device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1277 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:48.297 8 INFO neutron.services.segments.plugin [-] Segment 2e10ffcb-e7a0-4a1c-ac8c-9e1346aa6600 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e10ffcb-e7a0-4a1c-ac8c-9e1346aa6600 found for delete ", "request_id": "req-c4fee24f-62d4-4be2-969b-1243f51a9e70"}]} 2026-03-06 23:05:48.301 8 INFO neutron.db.l3_hamode_db [None req-533b5aab-de81-483d-8aa5-129474704c4c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network 0e5aa9fb-c880-4405-8ec9-ad27e38c17af was deleted as no HA routers are present in tenant d20f5e6a7d994ca8b1378c7f6376554f. [pid: 8|app: 0|req: 805/1561] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:47 2026] DELETE /v2.0/routers/e56a3add-e8d0-415e-9822-0379e050e59d => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1562] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:48 2026] DELETE /v2.0/security-groups/4baaf2e5-0753-47ea-ad58-831f1b190fd3 => 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: 758/1563] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:05:48 2026] GET /v2.0/networks?tenant_id=c615fa44472f4336a97fa366ca80ea87&shared=False => generated 768 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:48.497 8 INFO neutron.db.segments_db [None req-3039e1e1-beeb-423d-b33d-d17f0f3da6f5 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 40c6ab68-8736-479e-8b12-b6a254eaf9b0 of type vxlan for network 6329e695-4d35-433f-bfb2-99b65d9a8fb0 [pid: 8|app: 0|req: 806/1564] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:05:48 2026] POST /v2.0/networks => generated 725 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1565] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:48 2026] DELETE /v2.0/subnets/2fd8aa4c-fc81-4226-bb40-f8ab1b83b155 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1566] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:05:48 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: 807/1567] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:48 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1008 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:48.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-393377ee-9609-418b-8300-dbc4e2c2083f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 5d10f31d-20f4-40c0-8abf-36c1171c0536 2026-03-06 23:05:48.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-393377ee-9609-418b-8300-dbc4e2c2083f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 5d10f31d-20f4-40c0-8abf-36c1171c0536 [pid: 7|app: 0|req: 761/1568] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:48 2026] POST /v2.0/subnets => generated 691 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1569] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:05:48 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:48.930 7 INFO neutron.db.segments_db [None req-13d48cac-0e29-4754-9ad3-45d99ea71d1f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Added segment 4bc7a91f-ce80-4a58-8c02-3b78a47846f0 of type vxlan for network 5e507138-76ea-4f23-b2f7-7361e7500302 [pid: 8|app: 0|req: 808/1570] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:48 2026] DELETE /v2.0/networks/cb76bf90-a69f-4469-b157-cf16febe6a98 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1571] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:49 2026] GET /v2.0/security-groups?tenant_id=d20f5e6a7d994ca8b1378c7f6376554f&name=default => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:05:49.163 7 INFO neutron.db.l3_hamode_db [None req-13d48cac-0e29-4754-9ad3-45d99ea71d1f d75db7492a2746b7b3486e69197ec325 6dc2897cb26a40fab282277fc7cddb38 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 810/1572] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:49 2026] DELETE /v2.0/security-groups/d612d9ab-e5ef-48fe-8b79-5792267f8842 => 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: 811/1573] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:05:49 2026] GET /v2.0/ports?tenant_id=c615fa44472f4336a97fa366ca80ea87&device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1277 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1574] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:05:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d2d06c19-0122-4be1-a649-ce391aef4e70 => 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: 813/1575] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:05:49 2026] GET /v2.0/subnets?id=70b9c975-e692-4c72-af50-02086739924a => generated 690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1576] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:05:49 2026] GET /v2.0/ports?network_id=46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1577] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:05:49 2026] GET /v2.0/networks/46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1578] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:05:49 2026] GET /v2.0/networks/46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:49.998 7 INFO neutron.db.l3_hamode_db [None req-13d48cac-0e29-4754-9ad3-45d99ea71d1f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 817/1579] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:49 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1008 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1580] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:05:50 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&fields=id&fields=name => generated 206 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:50.315 8 INFO neutron.services.segments.plugin [-] Segment 01c9381c-25c2-4527-8deb-84c421f7db0c resource provider aggregate not found 2026-03-06 23:05:50.318 8 INFO neutron.services.segments.plugin [-] Segment 01c9381c-25c2-4527-8deb-84c421f7db0c resource provider aggregate not found 2026-03-06 23:05:50.331 8 INFO neutron.services.segments.plugin [-] Segment 01c9381c-25c2-4527-8deb-84c421f7db0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01c9381c-25c2-4527-8deb-84c421f7db0c found for delete ", "request_id": "req-e5e5bb12-6fc6-47c8-bee1-76d0049f20cb"}]} 2026-03-06 23:05:50.334 8 INFO neutron.services.segments.plugin [-] Segment 01c9381c-25c2-4527-8deb-84c421f7db0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01c9381c-25c2-4527-8deb-84c421f7db0c found for delete ", "request_id": "req-638815f4-9c65-409a-9b78-a74817dc16b8"}]} 2026-03-06 23:05:50.628 8 INFO neutron.db.segments_db [None req-57f654a8-375c-46fa-8e71-42bcc724b8a0 9056b057f7a34bfe8ce97a37e8d71354 1200ca8a3eb34ccb8a2e042c796ba01d - - default default] Added segment 8566feb8-0b67-4034-a729-010bd253701c of type vxlan for network 5d024a24-6f2d-401b-a05d-5bdb6fd4bcaf [pid: 8|app: 0|req: 819/1581] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:50 2026] POST /v2.0/networks => generated 624 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1582] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:48 2026] POST /v2.0/routers => generated 731 bytes in 2051 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1583] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:50 2026] POST /v2.0/subnets => generated 641 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:51.070 8 INFO neutron.db.segments_db [None req-9331ca40-0b33-418b-a54a-a6f64187ee6f 9056b057f7a34bfe8ce97a37e8d71354 1200ca8a3eb34ccb8a2e042c796ba01d - - default default] Added segment e5c1af38-1b04-4ae6-a9bc-c3866b03fdac of type vxlan for network e4b36581-2732-485c-9d30-247609c52944 [pid: 8|app: 0|req: 821/1584] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:50 2026] POST /v2.0/networks => generated 624 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1585] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:51 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1008 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1586] 10.0.0.144 () {34 vars in 743 bytes} [Fri Mar 6 23:05:51 2026] PUT /v2.0/networks/e4b36581-2732-485c-9d30-247609c52944 => generated 592 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1587] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:05:51 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&fields=id&fields=name => generated 206 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1588] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:51 2026] POST /v2.0/subnets => generated 626 bytes in 256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1589] 10.0.0.144 () {34 vars in 741 bytes} [Fri Mar 6 23:05:51 2026] PUT /v2.0/subnets/fd9d6960-177e-4201-8ce7-c97e0b4a5f7e => generated 636 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1590] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:51 2026] DELETE /v2.0/networks/e4b36581-2732-485c-9d30-247609c52944 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:05:52.046 8 INFO neutron.pecan_wsgi.hooks.translation [None req-152fec2d-353a-43b3-8056-68ccacc4143f 9056b057f7a34bfe8ce97a37e8d71354 1200ca8a3eb34ccb8a2e042c796ba01d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 828/1591] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:52 2026] DELETE /v2.0/networks/e4b36581-2732-485c-9d30-247609c52944 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1592] 10.0.0.144 () {32 vars in 694 bytes} [Fri Mar 6 23:05:52 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1593] 10.0.0.144 () {32 vars in 742 bytes} [Fri Mar 6 23:05:52 2026] GET /v2.0/subnets?network_id=0e05124c-aa22-453b-b564-f0d75509bf47 => generated 649 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1594] 10.0.0.144 () {32 vars in 653 bytes} [Fri Mar 6 23:05:52 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1595] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:05:52 2026] GET /v2.0/networks => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1596] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:05:52 2026] GET /v2.0/subnets => generated 1280 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1597] 10.0.0.144 () {32 vars in 723 bytes} [Fri Mar 6 23:05:52 2026] GET /v2.0/networks/5d024a24-6f2d-401b-a05d-5bdb6fd4bcaf => generated 668 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1598] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:05:52 2026] GET /v2.0/subnets/b5db4c7c-9b61-4976-9cae-2031d3654363 => generated 641 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:52.321 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b3683ce8-b08c-4e4e-8197-afb1990a9785 9056b057f7a34bfe8ce97a37e8d71354 1200ca8a3eb34ccb8a2e042c796ba01d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 836/1599] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:52 2026] DELETE /v2.0/subnets/fd9d6960-177e-4201-8ce7-c97e0b4a5f7e => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:52.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a28a199-1ffb-4622-829a-63f1308f503f 9056b057f7a34bfe8ce97a37e8d71354 1200ca8a3eb34ccb8a2e042c796ba01d - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 837/1600] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:52 2026] DELETE /v2.0/networks/e4b36581-2732-485c-9d30-247609c52944 => generated 138 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:52.356 8 INFO neutron.services.segments.plugin [-] Segment e5c1af38-1b04-4ae6-a9bc-c3866b03fdac resource provider aggregate not found 2026-03-06 23:05:52.365 8 INFO neutron.services.segments.plugin [-] Segment e5c1af38-1b04-4ae6-a9bc-c3866b03fdac resource provider aggregate not found 2026-03-06 23:05:52.381 8 INFO neutron.services.segments.plugin [-] Segment e5c1af38-1b04-4ae6-a9bc-c3866b03fdac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5c1af38-1b04-4ae6-a9bc-c3866b03fdac found for delete ", "request_id": "req-d8ceda87-4441-4701-8847-111ee46c7652"}]} 2026-03-06 23:05:52.383 8 INFO neutron.services.segments.plugin [-] Segment e5c1af38-1b04-4ae6-a9bc-c3866b03fdac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5c1af38-1b04-4ae6-a9bc-c3866b03fdac found for delete ", "request_id": "req-6ec70b71-dd59-4cdd-babc-6fcb977bcb72"}]} [pid: 8|app: 0|req: 838/1601] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:52 2026] DELETE /v2.0/subnets/b5db4c7c-9b61-4976-9cae-2031d3654363 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1602] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:52 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1008 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1603] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:05:50 2026] PUT /v2.0/routers/2caa034d-2c38-4048-a0f3-489ea1b4038e/add_router_interface => generated 309 bytes in 1636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1604] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:05:52 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&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: 840/1605] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:52 2026] DELETE /v2.0/networks/5d024a24-6f2d-401b-a05d-5bdb6fd4bcaf => 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: 766/1606] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:05:53 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1277 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1607] 162.253.55.52 () {34 vars in 1123 bytes} [Fri Mar 6 23:05:53 2026] GET /v2.0/security-groups?id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&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: 767/1608] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:53 2026] GET /v2.0/security-groups?tenant_id=1200ca8a3eb34ccb8a2e042c796ba01d&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1609] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:53 2026] DELETE /v2.0/security-groups/70fcc241-d5cc-42d5-bfb9-eea762c8ddb8 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1610] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:05:53 2026] GET /v2.0/networks?id=6329e695-4d35-433f-bfb2-99b65d9a8fb0 => generated 676 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1611] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:05:53 2026] GET /v2.0/quotas/6dc2897cb26a40fab282277fc7cddb38 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:53.721 7 INFO neutron.db.segments_db [None req-e2b962d8-bb60-4289-956d-b0b8b7672544 683beb6090304c4a8a7c1e326e6d0d9c be491ea84d82451f891a85caf94e1a4c - - default default] Added segment 20ac5d69-a89c-4c4f-ad46-6ea754dd4eee of type vxlan for network 27ef42b4-0294-4ba4-a984-89514cd5bf2b [pid: 8|app: 0|req: 845/1612] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:05:53 2026] GET /v2.0/ports?tenant_id=6dc2897cb26a40fab282277fc7cddb38&fields=id => generated 103 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1613] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:53 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1008 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1614] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:53 2026] POST /v2.0/networks => generated 708 bytes in 380 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1615] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:05:53 2026] GET /v2.0/networks/6329e695-4d35-433f-bfb2-99b65d9a8fb0?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: 769/1616] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:05:53 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&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: 7|app: 0|req: 770/1617] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:05:53 2026] GET /v2.0/networks/6329e695-4d35-433f-bfb2-99b65d9a8fb0?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: 848/1618] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:53 2026] POST /v2.0/subnets => generated 644 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1619] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:54 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:54.070 8 WARNING neutron.api.v2.base [None req-e3d6a7d9-869e-4346-8295-51e6f209734f 683beb6090304c4a8a7c1e326e6d0d9c be491ea84d82451f891a85caf94e1a4c - - 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-03-06 23:05:54.071 8 INFO neutron.api.v2.resource [None req-e3d6a7d9-869e-4346-8295-51e6f209734f 683beb6090304c4a8a7c1e326e6d0d9c be491ea84d82451f891a85caf94e1a4c - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 849/1620] 10.0.0.144 () {34 vars in 681 bytes} [Fri Mar 6 23:05:54 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-03-06 23:05:54.288 7 INFO neutron.services.segments.plugin [-] Segment 20ac5d69-a89c-4c4f-ad46-6ea754dd4eee resource provider aggregate not found 2026-03-06 23:05:54.294 7 INFO neutron.services.segments.plugin [-] Segment 20ac5d69-a89c-4c4f-ad46-6ea754dd4eee resource provider aggregate not found [pid: 7|app: 0|req: 772/1621] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:54 2026] DELETE /v2.0/networks/27ef42b4-0294-4ba4-a984-89514cd5bf2b => generated 0 bytes in 246 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:05:54.323 7 INFO neutron.services.segments.plugin [-] Segment 20ac5d69-a89c-4c4f-ad46-6ea754dd4eee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20ac5d69-a89c-4c4f-ad46-6ea754dd4eee found for delete ", "request_id": "req-e808fa66-d87c-4c65-9c2e-61d814a753fc"}]} 2026-03-06 23:05:54.329 7 INFO neutron.services.segments.plugin [-] Segment 20ac5d69-a89c-4c4f-ad46-6ea754dd4eee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20ac5d69-a89c-4c4f-ad46-6ea754dd4eee found for delete ", "request_id": "req-77c48fa3-48f5-479e-9196-5ea830ecf171"}]} 2026-03-06 23:05:54.393 8 INFO neutron.db.segments_db [None req-c2426f5f-095b-4971-b30e-06cb9ecf0db9 683beb6090304c4a8a7c1e326e6d0d9c be491ea84d82451f891a85caf94e1a4c - - default default] Added segment 0add8138-2b46-4ecb-9614-5f3ebd954518 of type vxlan for network 254d1783-6b8f-4b5a-bb39-72233a01255d 2026-03-06 23:05:54.403 8 INFO neutron.services.segments.plugin [-] Segment 8566feb8-0b67-4034-a729-010bd253701c resource provider aggregate not found 2026-03-06 23:05:54.406 8 INFO neutron.services.segments.plugin [-] Segment 8566feb8-0b67-4034-a729-010bd253701c resource provider aggregate not found 2026-03-06 23:05:54.429 8 INFO neutron.services.segments.plugin [-] Segment 8566feb8-0b67-4034-a729-010bd253701c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8566feb8-0b67-4034-a729-010bd253701c found for delete ", "request_id": "req-c38efb3f-5a18-4212-ae7f-7bb7ead8306e"}]} 2026-03-06 23:05:54.433 8 INFO neutron.services.segments.plugin [-] Segment 8566feb8-0b67-4034-a729-010bd253701c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8566feb8-0b67-4034-a729-010bd253701c found for delete ", "request_id": "req-1762dac8-c5fa-4884-9fb3-0436a19228e2"}]} [pid: 8|app: 0|req: 850/1622] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:54 2026] POST /v2.0/networks => generated 708 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1623] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:54 2026] POST /v2.0/subnets => generated 647 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:54.769 8 WARNING neutron.api.v2.base [None req-61905dce-9d2c-41c5-a54a-6d0e3b534896 683beb6090304c4a8a7c1e326e6d0d9c be491ea84d82451f891a85caf94e1a4c - - 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-03-06 23:05:54.769 8 INFO neutron.api.v2.resource [None req-61905dce-9d2c-41c5-a54a-6d0e3b534896 683beb6090304c4a8a7c1e326e6d0d9c be491ea84d82451f891a85caf94e1a4c - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 851/1624] 10.0.0.144 () {34 vars in 681 bytes} [Fri Mar 6 23:05:54 2026] POST /v2.0/rbac-policies => generated 547 bytes in 10 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1625] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:54 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1010 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1626] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:54 2026] DELETE /v2.0/networks/254d1783-6b8f-4b5a-bb39-72233a01255d => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1627] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:05:54 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&fields=id&fields=name => generated 206 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:55.074 7 INFO neutron.db.segments_db [None req-731fabef-f87f-44e9-8a37-c2daf2814e3d 683beb6090304c4a8a7c1e326e6d0d9c be491ea84d82451f891a85caf94e1a4c - - default default] Added segment ec787c31-5deb-4ab9-a0d9-9a42c0a71fd6 of type vxlan for network 3b1f8558-b9c1-42ba-b6aa-15fd9cb1e155 [pid: 8|app: 0|req: 854/1628] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:55 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => 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: 775/1629] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:55 2026] POST /v2.0/networks => generated 708 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1630] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:55 2026] POST /v2.0/subnets => generated 647 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:55.693 7 INFO neutron.db.segments_db [None req-ac042e19-3fc6-4c94-9c0e-64f559b7ce88 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Added segment b01b86ee-a62e-4d5d-ac5d-fbc7b218b8bc of type vxlan for network 0f0bf12d-f9e4-4ab3-a609-fdebe3048660 [pid: 8|app: 0|req: 856/1631] 10.0.0.144 () {34 vars in 681 bytes} [Fri Mar 6 23:05:55 2026] POST /v2.0/rbac-policies => generated 324 bytes in 296 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1632] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:55 2026] POST /v2.0/networks => generated 614 bytes in 519 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:55.877 8 INFO neutron.db.segments_db [None req-257d4f68-6391-467d-be86-c4afce5675d2 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Added segment a13c4ad4-6c72-49f4-a9db-daea27c6b96f of type vxlan for network 45637655-9aec-4822-9540-778172d57734 [pid: 8|app: 0|req: 857/1633] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:05:55 2026] POST /v2.0/networks => generated 614 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1634] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:56 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1635] 10.0.0.144 () {32 vars in 723 bytes} [Fri Mar 6 23:05:56 2026] GET /v2.0/networks/3b1f8558-b9c1-42ba-b6aa-15fd9cb1e155 => generated 655 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1636] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:05:56 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1637] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:55 2026] POST /v2.0/subnets => generated 646 bytes in 305 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1638] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:56 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:56.343 7 INFO neutron.services.segments.plugin [-] Segment 0add8138-2b46-4ecb-9614-5f3ebd954518 resource provider aggregate not found 2026-03-06 23:05:56.349 7 INFO neutron.services.segments.plugin [-] Segment 0add8138-2b46-4ecb-9614-5f3ebd954518 resource provider aggregate not found 2026-03-06 23:05:56.373 7 INFO neutron.services.segments.plugin [-] Segment 0add8138-2b46-4ecb-9614-5f3ebd954518 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0add8138-2b46-4ecb-9614-5f3ebd954518 found for delete ", "request_id": "req-541940bb-2a48-4e67-a5ef-bc0b3a67f517"}]} 2026-03-06 23:05:56.375 7 INFO neutron.services.segments.plugin [-] Segment 0add8138-2b46-4ecb-9614-5f3ebd954518 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0add8138-2b46-4ecb-9614-5f3ebd954518 found for delete ", "request_id": "req-3902dea6-fc97-4674-910c-5d5bf0f72a73"}]} [pid: 8|app: 0|req: 862/1639] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:56 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1640] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:56 2026] POST /v2.0/subnets => generated 655 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:05:56.578 7 INFO neutron.db.segments_db [None req-02cc4c9a-9b8b-4565-9621-d690ac14781a c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Added segment ddfa4943-d6db-4c13-adc2-745b12049823 of type vxlan for network ae68fdd6-e51b-4d9f-a747-7adfefb18ebe 2026-03-06 23:05:56.765 8 INFO neutron.db.l3_db [None req-90748215-d163-4619-9bcb-56c918d10157 7ac9c4aa0f4c49198a9da8c214b7c765 c615fa44472f4336a97fa366ca80ea87 - - default default] Floating IP e47e012e-3477-4bcb-bc58-2f365876f796 associated. External IP: 10.96.250.203, port: d2d06c19-0122-4be1-a649-ce391aef4e70. 2026-03-06 23:05:56.896 7 INFO neutron.db.l3_hamode_db [None req-02cc4c9a-9b8b-4565-9621-d690ac14781a c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:05:57.025 7 INFO neutron.db.l3_hamode_db [None req-02cc4c9a-9b8b-4565-9621-d690ac14781a c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 863/1641] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:05:56 2026] PUT /v2.0/floatingips/e47e012e-3477-4bcb-bc58-2f365876f796 => generated 855 bytes in 679 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:05:57.142 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a90400c2-523b-4b57-b1e2-c5a044212e83'] response: {'name': 'network-changed', 'server_uuid': '09321db7-b8fe-4b66-b0bf-5c896aa38e26', 'tag': 'd2d06c19-0122-4be1-a649-ce391aef4e70', 'status': 'completed', 'code': 200} 2026-03-06 23:05:57.161 8 INFO neutron.pecan_wsgi.hooks.translation [None req-89d509e3-7cab-489e-ba08-608617d0a3d0 07984c140a164cc9bb57477699a566a3 7f0bc047aae04ef5bf6f84bc64997153 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 864/1642] 10.0.0.144 () {32 vars in 723 bytes} [Fri Mar 6 23:05:57 2026] GET /v2.0/networks/3b1f8558-b9c1-42ba-b6aa-15fd9cb1e155 => generated 138 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:57.405 8 INFO neutron.services.segments.plugin [-] Segment ec787c31-5deb-4ab9-a0d9-9a42c0a71fd6 resource provider aggregate not found 2026-03-06 23:05:57.410 8 INFO neutron.services.segments.plugin [-] Segment ec787c31-5deb-4ab9-a0d9-9a42c0a71fd6 resource provider aggregate not found 2026-03-06 23:05:57.432 8 INFO neutron.services.segments.plugin [-] Segment ec787c31-5deb-4ab9-a0d9-9a42c0a71fd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec787c31-5deb-4ab9-a0d9-9a42c0a71fd6 found for delete ", "request_id": "req-c0e14b0c-8f2d-4253-8eeb-b79459272d64"}]} 2026-03-06 23:05:57.434 8 INFO neutron.services.segments.plugin [-] Segment ec787c31-5deb-4ab9-a0d9-9a42c0a71fd6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec787c31-5deb-4ab9-a0d9-9a42c0a71fd6 found for delete ", "request_id": "req-3f3cb2f2-a65d-4514-a5c7-fdddd85c48e4"}]} [pid: 8|app: 0|req: 865/1643] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:05:57 2026] DELETE /v2.0/networks/3b1f8558-b9c1-42ba-b6aa-15fd9cb1e155 => generated 0 bytes in 280 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1644] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:57 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:05:57.486 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ddbf09eb-a5b1-415c-be16-99c029725a32 683beb6090304c4a8a7c1e326e6d0d9c be491ea84d82451f891a85caf94e1a4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 867/1645] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:57 2026] DELETE /v2.0/subnets/5c2cbed4-29e8-48d4-a9a9-37218c8b769d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:57.506 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e98824dd-468f-4196-ba7f-f1ccaa9cd84a 683beb6090304c4a8a7c1e326e6d0d9c be491ea84d82451f891a85caf94e1a4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 868/1646] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:57 2026] DELETE /v2.0/subnets/d301fff5-ac7d-429b-aa37-0637d660e189 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:05:57.530 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8cc07c07-6fb1-43d2-ae15-50b7be9cfda0 683beb6090304c4a8a7c1e326e6d0d9c be491ea84d82451f891a85caf94e1a4c - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 869/1647] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:05:57 2026] DELETE /v2.0/subnets/2585283f-199b-45c6-a846-49d5decc9a56 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1648] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:05:57 2026] GET /v2.0/ports?tenant_id=c615fa44472f4336a97fa366ca80ea87&device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1279 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1649] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:05:56 2026] POST /v2.0/routers => generated 511 bytes in 1192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1650] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:05:57 2026] GET /v2.0/networks?id=46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2 => generated 768 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1651] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:05:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=d2d06c19-0122-4be1-a649-ce391aef4e70 => generated 858 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1654] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:05:57 2026] GET /v2.0/subnets?id=70b9c975-e692-4c72-af50-02086739924a => generated 690 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1655] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:05:57 2026] GET /v2.0/ports?network_id=46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1656] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:05:57 2026] GET /v2.0/networks/46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2?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: 878/1657] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:05:57 2026] GET /v2.0/networks/46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1658] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:05:58 2026] GET /v2.0/networks?id=6329e695-4d35-433f-bfb2-99b65d9a8fb0 => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1659] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:05:57 2026] PUT /v2.0/routers/f2a9b252-5285-42b4-956b-df15fc869b97/add_router_interface => generated 309 bytes in 1035 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1660] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:05:58 2026] POST /v2.0/ports => generated 958 bytes in 428 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 881/1661] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:05:58 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 961 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1662] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:05:58 2026] GET /v2.0/ports/9a2f7abe-5b62-426e-9188-0b413e5af071 => generated 959 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1663] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:58 2026] GET /v2.0/security-groups?tenant_id=b2747f73495e4e978b8b32c11e40670d&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1664] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:05:59 2026] GET /v2.0/security-groups?id=bbfe3d1d-5040-4ebf-b114-2185995d09b6&fields=id&fields=name => generated 88 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1665] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:05:58 2026] PUT /v2.0/ports/caef0fc4-d7e6-4d15-869f-867c98d1cc9b => generated 1239 bytes in 373 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-03-06 23:05:59.338 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bbafdebd-c238-431a-a5d4-59f3a5f24230'] response: {'name': 'network-changed', 'server_uuid': '96f88cd8-5a35-4a27-b676-80c77cd764eb', 'tag': 'caef0fc4-d7e6-4d15-869f-867c98d1cc9b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 884/1666] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:59 2026] DELETE /v2.0/security-groups/0c4b9c05-7f7d-4ce4-83b0-18455ea8ac9c => 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: 885/1667] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:59 2026] GET /v2.0/security-groups?tenant_id=be491ea84d82451f891a85caf94e1a4c&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1668] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:59 2026] DELETE /v2.0/security-groups/b0a12d82-f314-4725-9a47-545018841f8a => 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: 887/1669] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:05:59 2026] GET /v2.0/security-groups?tenant_id=7f0bc047aae04ef5bf6f84bc64997153&name=default => generated 2925 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1670] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:05:59 2026] GET /v2.0/ports?tenant_id=6dc2897cb26a40fab282277fc7cddb38&device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 1242 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1671] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:05:59 2026] DELETE /v2.0/security-groups/053d05f5-76a6-4a6b-ac7c-1a27ac07dd88 => 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: 890/1672] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:06:00 2026] GET /v2.0/networks?tenant_id=6dc2897cb26a40fab282277fc7cddb38&shared=False => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1673] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:05:59 2026] PUT /v2.0/routers/f2a9b252-5285-42b4-956b-df15fc869b97/add_router_interface => generated 309 bytes in 1009 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1674] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:06:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1675] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:06:00 2026] GET /v2.0/ports/0ec02728-7c1f-4c55-8604-ec79d4734647 => generated 967 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1676] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:00 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1677] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:00 2026] GET /v2.0/security-groups?id=bbfe3d1d-5040-4ebf-b114-2185995d09b6&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:00.464 8 INFO neutron_taas.services.taas.taas_plugin [None req-fcdca7ae-3fd5-4a38-8848-21e6d48a12db c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] TaaS: Handle Delete Port: 0ec02728-7c1f-4c55-8604-ec79d4734647 2026-03-06 23:06:00.467 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fcdca7ae-3fd5-4a38-8848-21e6d48a12db c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Tap Mirror: Handle Delete Port: 0ec02728-7c1f-4c55-8604-ec79d4734647 [pid: 8|app: 0|req: 892/1678] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:06:00 2026] PUT /v2.0/routers/f2a9b252-5285-42b4-956b-df15fc869b97/remove_router_interface => generated 309 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1679] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:06:01 2026] GET /v2.0/ports?tenant_id=6dc2897cb26a40fab282277fc7cddb38&device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:01.166 7 INFO neutron_taas.services.taas.taas_plugin [None req-95c75842-5aac-45e3-a795-0222f98450c3 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] TaaS: Handle Delete Port: 9a2f7abe-5b62-426e-9188-0b413e5af071 2026-03-06 23:06:01.169 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-95c75842-5aac-45e3-a795-0222f98450c3 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Tap Mirror: Handle Delete Port: 9a2f7abe-5b62-426e-9188-0b413e5af071 [pid: 8|app: 0|req: 894/1680] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:06:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=caef0fc4-d7e6-4d15-869f-867c98d1cc9b => 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: 895/1681] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:06:01 2026] GET /v2.0/subnets?id=3cce7a22-6dda-4baa-9648-068d538df85f => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1682] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:06:01 2026] GET /v2.0/ports?network_id=6329e695-4d35-433f-bfb2-99b65d9a8fb0&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: 8|app: 0|req: 897/1683] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:01 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1684] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:06:01 2026] GET /v2.0/networks/6329e695-4d35-433f-bfb2-99b65d9a8fb0?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: 899/1685] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:01 2026] GET /v2.0/security-groups?id=bbfe3d1d-5040-4ebf-b114-2185995d09b6&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1686] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:06:01 2026] GET /v2.0/networks/6329e695-4d35-433f-bfb2-99b65d9a8fb0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1687] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:06:00 2026] PUT /v2.0/routers/f2a9b252-5285-42b4-956b-df15fc869b97/remove_router_interface => generated 309 bytes in 706 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1688] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:01 2026] GET /v2.0/ports?device_id=f2a9b252-5285-42b4-956b-df15fc869b97 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:01.787 7 INFO neutron_taas.services.taas.taas_plugin [None req-f99db4fc-446e-42d3-a2f7-226a55f08e69 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] TaaS: Handle Delete Port: 4d74ae26-7ac2-407c-8365-6de99e9bd83c 2026-03-06 23:06:01.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f99db4fc-446e-42d3-a2f7-226a55f08e69 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Tap Mirror: Handle Delete Port: 4d74ae26-7ac2-407c-8365-6de99e9bd83c 2026-03-06 23:06:02.071 7 INFO neutron.services.segments.plugin [-] Segment ddfa4943-d6db-4c13-adc2-745b12049823 resource provider aggregate not found 2026-03-06 23:06:02.076 7 INFO neutron.services.segments.plugin [-] Segment ddfa4943-d6db-4c13-adc2-745b12049823 resource provider aggregate not found 2026-03-06 23:06:02.089 7 INFO neutron.services.segments.plugin [-] Segment ddfa4943-d6db-4c13-adc2-745b12049823 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddfa4943-d6db-4c13-adc2-745b12049823 found for delete ", "request_id": "req-231bf034-84e5-48b1-969a-cea9486d80ba"}]} 2026-03-06 23:06:02.091 7 INFO neutron.services.segments.plugin [-] Segment ddfa4943-d6db-4c13-adc2-745b12049823 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ddfa4943-d6db-4c13-adc2-745b12049823 found for delete ", "request_id": "req-0cdfb756-661a-42b6-962a-5ab0ab5918c7"}]} 2026-03-06 23:06:02.112 7 INFO neutron.db.l3_hamode_db [None req-f99db4fc-446e-42d3-a2f7-226a55f08e69 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] HA network ae68fdd6-e51b-4d9f-a747-7adfefb18ebe was deleted as no HA routers are present in tenant cf7eea03e4f24353bc8520405e2fd86b. [pid: 7|app: 0|req: 788/1689] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:01 2026] DELETE /v2.0/routers/f2a9b252-5285-42b4-956b-df15fc869b97 => generated 0 bytes in 502 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1690] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:02 2026] DELETE /v2.0/subnets/535493b5-0313-4406-9b67-cf8c7d302863 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1691] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:02 2026] DELETE /v2.0/subnets/c70dac88-1d39-49f4-bc05-3fa475cb1797 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:02.484 8 INFO neutron.services.segments.plugin [-] Segment a13c4ad4-6c72-49f4-a9db-daea27c6b96f resource provider aggregate not found 2026-03-06 23:06:02.497 8 INFO neutron.services.segments.plugin [-] Segment a13c4ad4-6c72-49f4-a9db-daea27c6b96f resource provider aggregate not found 2026-03-06 23:06:02.505 8 INFO neutron.services.segments.plugin [-] Segment a13c4ad4-6c72-49f4-a9db-daea27c6b96f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a13c4ad4-6c72-49f4-a9db-daea27c6b96f found for delete ", "request_id": "req-fc5c900e-c0f1-4dc5-b309-ab9df7722dc7"}]} [pid: 8|app: 0|req: 903/1692] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:02 2026] DELETE /v2.0/networks/45637655-9aec-4822-9540-778172d57734 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:02.528 8 INFO neutron.services.segments.plugin [-] Segment a13c4ad4-6c72-49f4-a9db-daea27c6b96f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a13c4ad4-6c72-49f4-a9db-daea27c6b96f found for delete ", "request_id": "req-d2e40217-1411-484e-887b-bc5c1f241d90"}]} [pid: 7|app: 0|req: 790/1693] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:02 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1694] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:02 2026] GET /v2.0/security-groups?id=bbfe3d1d-5040-4ebf-b114-2185995d09b6&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: 904/1695] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:02 2026] DELETE /v2.0/networks/0f0bf12d-f9e4-4ab3-a609-fdebe3048660 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:02.717 7 INFO neutron.db.segments_db [None req-82688ef0-8cf6-4811-90b5-fff56fe1d9c8 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Added segment b0d54161-83d5-41f9-bd92-691caa6a5149 of type vxlan for network 120e8d48-a0f1-46fa-ae01-fcca4071c518 [pid: 7|app: 0|req: 792/1696] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:02 2026] POST /v2.0/networks => generated 614 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1697] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:06:02 2026] POST /v2.0/subnets => generated 646 bytes in 242 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:03.109 7 INFO neutron.db.segments_db [None req-397b5c9b-e74d-443a-84ab-a8e689308d31 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Added segment 19516a36-2d99-49d1-a64d-6b8f6a0f9715 of type vxlan for network 44406f34-1884-493f-b245-d299f2ecee90 2026-03-06 23:06:03.335 7 INFO neutron.db.l3_hamode_db [None req-397b5c9b-e74d-443a-84ab-a8e689308d31 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:06:03.435 7 INFO neutron.db.l3_hamode_db [None req-397b5c9b-e74d-443a-84ab-a8e689308d31 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 906/1698] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:03 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1699] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:03 2026] GET /v2.0/security-groups?id=bbfe3d1d-5040-4ebf-b114-2185995d09b6&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1700] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:06:03 2026] POST /v2.0/routers => generated 511 bytes in 990 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1701] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:06:04 2026] POST /v2.0/ports => generated 960 bytes in 322 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-03-06 23:06:04.447 7 INFO neutron.db.segments_db [None req-4b3df00b-d640-41c9-94b6-90552abd3081 f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] Added segment 3444a812-31a5-49e5-b78d-e2ccb8e5699e of type vxlan for network 74bb8560-0533-4559-b359-f84fa1bed72d 2026-03-06 23:06:04.528 8 INFO neutron.services.segments.plugin [-] Segment b01b86ee-a62e-4d5d-ac5d-fbc7b218b8bc resource provider aggregate not found [pid: 7|app: 0|req: 794/1702] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:04 2026] POST /v2.0/networks => generated 612 bytes in 471 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:04.552 8 INFO neutron.services.segments.plugin [-] Segment b01b86ee-a62e-4d5d-ac5d-fbc7b218b8bc resource provider aggregate not found 2026-03-06 23:06:04.556 8 INFO neutron.services.segments.plugin [-] Segment b01b86ee-a62e-4d5d-ac5d-fbc7b218b8bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01b86ee-a62e-4d5d-ac5d-fbc7b218b8bc found for delete ", "request_id": "req-f1509562-228e-47e7-8535-152bd1d38106"}]} 2026-03-06 23:06:04.570 8 INFO neutron.services.segments.plugin [-] Segment b01b86ee-a62e-4d5d-ac5d-fbc7b218b8bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b01b86ee-a62e-4d5d-ac5d-fbc7b218b8bc found for delete ", "request_id": "req-f69dcd52-6fe9-4217-ad50-abb8c3847cff"}]} [pid: 7|app: 0|req: 795/1703] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:04 2026] POST /v2.0/ports => generated 743 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 796/1704] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:04 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:04.951 7 INFO neutron.db.segments_db [None req-d8aed992-7542-426f-b05d-d147c550beff f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] Added segment 504cb4ec-c33e-4717-9543-760c256595c0 of type vxlan for network b3b5bc23-4ba9-42d4-9ce9-5d128dc15dcb [pid: 7|app: 0|req: 797/1705] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:04 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) [pid: 7|app: 0|req: 798/1706] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:05 2026] GET /v2.0/security-groups?id=bbfe3d1d-5040-4ebf-b114-2185995d09b6&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1707] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:05 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1010 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1708] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:05 2026] POST /v2.0/ports => generated 743 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: 7|app: 0|req: 801/1709] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:06:05 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:05.643 7 INFO neutron.db.segments_db [None req-2707c41b-8d99-4967-a362-1e0bdc33ec98 f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] Added segment 66d524c2-e2b3-4a9a-bf73-a30e1600442b of type vxlan for network 7767aa07-9b29-4ddd-ae11-ed58977b16fb [pid: 7|app: 0|req: 802/1710] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:05 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1711] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:05 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1279 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1712] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:06:04 2026] PUT /v2.0/routers/98f66449-9291-4f88-981e-b0a432ecb549/add_router_interface => generated 309 bytes in 1576 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: 910/1713] 10.0.0.144 () {32 vars in 858 bytes} [Fri Mar 6 23:06:05 2026] GET /v2.0/floatingips?floating_network_id=0e05124c-aa22-453b-b564-f0d75509bf47&port_id=d2d06c19-0122-4be1-a649-ce391aef4e70 => generated 860 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1714] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:06:06 2026] GET /v2.0/ports/a9701195-e88b-47c3-8c59-06d47be6ea66 => generated 1034 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1715] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:05 2026] POST /v2.0/ports => generated 743 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: 7|app: 0|req: 805/1716] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:06 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:06.396 7 INFO neutron.db.segments_db [None req-50a94b80-5f23-447d-afe8-dd18187b4aa6 f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] Added segment 6c975a34-8ed8-470d-a317-dc7b9e79a41c of type vxlan for network c9b06e9a-bbdd-48f2-a3df-802e68bc5d4b 2026-03-06 23:06:06.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-4c6bb723-66d5-47c9-b3ee-96ba479add8f c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] TaaS: Handle Delete Port: a9701195-e88b-47c3-8c59-06d47be6ea66 2026-03-06 23:06:06.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4c6bb723-66d5-47c9-b3ee-96ba479add8f c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Tap Mirror: Handle Delete Port: a9701195-e88b-47c3-8c59-06d47be6ea66 [pid: 7|app: 0|req: 806/1717] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:06 2026] POST /v2.0/networks => generated 612 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1718] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:06 2026] GET /v2.0/security-groups?id=bbfe3d1d-5040-4ebf-b114-2185995d09b6&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: 808/1719] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:06 2026] POST /v2.0/ports => generated 743 bytes in 359 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: 809/1720] 10.0.0.132 () {34 vars in 990 bytes} [Fri Mar 6 23:06:06 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1279 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1721] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:06:06 2026] PUT /v2.0/routers/98f66449-9291-4f88-981e-b0a432ecb549/remove_router_interface => generated 309 bytes in 928 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-03-06 23:06:06.993 7 INFO neutron.db.segments_db [None req-71e36556-40ee-401e-b221-9c053aa5c961 f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] Added segment 02a340f4-fa2b-4fc7-9cba-f9b2223713ae of type vxlan for network a6ec4ffe-187d-42f3-8bec-5901943083f0 [pid: 8|app: 0|req: 913/1722] 10.0.0.132 () {34 vars in 1120 bytes} [Fri Mar 6 23:06:06 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&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: 7|app: 0|req: 810/1723] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:06 2026] POST /v2.0/networks => generated 612 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:07.138 8 INFO neutron.api.v2.resource [None req-d346a05b-6948-444f-a385-e6d723995c37 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 914/1724] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:06:07 2026] PUT /v2.0/routers/98f66449-9291-4f88-981e-b0a432ecb549/remove_router_interface => generated 197 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1725] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:07 2026] GET /v2.0/ports?device_id=98f66449-9291-4f88-981e-b0a432ecb549 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:07.339 8 INFO neutron_taas.services.taas.taas_plugin [None req-58b31af4-f352-42d5-a8ec-6035a40b330e c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] TaaS: Handle Delete Port: 3339081d-226a-4879-ba10-d60bb566f080 2026-03-06 23:06:07.342 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-58b31af4-f352-42d5-a8ec-6035a40b330e c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Tap Mirror: Handle Delete Port: 3339081d-226a-4879-ba10-d60bb566f080 [pid: 7|app: 0|req: 811/1726] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:07 2026] POST /v2.0/ports => generated 743 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 812/1727] 10.0.0.144 () {34 vars in 747 bytes} [Fri Mar 6 23:06:07 2026] PUT /v2.0/ports/bcb25a39-c611-41d2-9072-60959afc8ed7/tags => generated 17 bytes in 182 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: 813/1728] 10.0.0.144 () {34 vars in 747 bytes} [Fri Mar 6 23:06:07 2026] PUT /v2.0/ports/6257bf39-15e5-48ac-a2a9-347470fee7cc/tags => generated 25 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: 814/1729] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:07 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:07.717 8 INFO neutron.services.segments.plugin [-] Segment 19516a36-2d99-49d1-a64d-6b8f6a0f9715 resource provider aggregate not found 2026-03-06 23:06:07.739 8 INFO neutron.services.segments.plugin [-] Segment 19516a36-2d99-49d1-a64d-6b8f6a0f9715 resource provider aggregate not found 2026-03-06 23:06:07.747 8 INFO neutron.services.segments.plugin [-] Segment 19516a36-2d99-49d1-a64d-6b8f6a0f9715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19516a36-2d99-49d1-a64d-6b8f6a0f9715 found for delete ", "request_id": "req-33eb1903-ec3b-4780-9a0b-82983cdebac7"}]} 2026-03-06 23:06:07.758 8 INFO neutron.services.segments.plugin [-] Segment 19516a36-2d99-49d1-a64d-6b8f6a0f9715 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19516a36-2d99-49d1-a64d-6b8f6a0f9715 found for delete ", "request_id": "req-768c1b99-66fe-4509-b0e2-c41d9fc8aa2d"}]} 2026-03-06 23:06:07.763 8 INFO neutron.db.l3_hamode_db [None req-58b31af4-f352-42d5-a8ec-6035a40b330e c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] HA network 44406f34-1884-493f-b245-d299f2ecee90 was deleted as no HA routers are present in tenant cf7eea03e4f24353bc8520405e2fd86b. [pid: 8|app: 0|req: 916/1730] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:07 2026] DELETE /v2.0/routers/98f66449-9291-4f88-981e-b0a432ecb549 => generated 0 bytes in 604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1731] 10.0.0.144 () {34 vars in 747 bytes} [Fri Mar 6 23:06:07 2026] PUT /v2.0/ports/4a67174a-624e-42ca-9643-8d4ac9b68fd9/tags => generated 34 bytes in 98 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: 917/1732] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:07 2026] GET /v2.0/security-groups?id=bbfe3d1d-5040-4ebf-b114-2185995d09b6&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: 8|app: 0|req: 918/1733] 10.0.0.144 () {34 vars in 747 bytes} [Fri Mar 6 23:06:07 2026] PUT /v2.0/ports/9ef8d3f9-90cb-43b1-add6-2cd8ff551e2d/tags => generated 19 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 816/1734] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:07 2026] DELETE /v2.0/subnets/ca051256-21ac-419f-9caf-de20bdeb5ae7 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:08.049 7 INFO neutron.services.segments.plugin [-] Segment b0d54161-83d5-41f9-bd92-691caa6a5149 resource provider aggregate not found 2026-03-06 23:06:08.054 7 INFO neutron.services.segments.plugin [-] Segment b0d54161-83d5-41f9-bd92-691caa6a5149 resource provider aggregate not found [pid: 8|app: 0|req: 919/1735] 10.0.0.144 () {32 vars in 660 bytes} [Fri Mar 6 23:06:07 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:08.070 7 INFO neutron.services.segments.plugin [-] Segment b0d54161-83d5-41f9-bd92-691caa6a5149 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0d54161-83d5-41f9-bd92-691caa6a5149 found for delete ", "request_id": "req-fe2fa56f-f1a0-4bc1-a10f-04cbf2b6d1ab"}]} 2026-03-06 23:06:08.074 7 INFO neutron.services.segments.plugin [-] Segment b0d54161-83d5-41f9-bd92-691caa6a5149 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0d54161-83d5-41f9-bd92-691caa6a5149 found for delete ", "request_id": "req-3ced7dcc-e7a8-4b9d-949c-e07afc72193c"}]} [pid: 7|app: 0|req: 817/1736] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:07 2026] DELETE /v2.0/networks/120e8d48-a0f1-46fa-ae01-fcca4071c518 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1737] 10.0.0.144 () {32 vars in 674 bytes} [Fri Mar 6 23:06:08 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:08.157 7 INFO neutron.db.segments_db [None req-609b6af0-2ffb-4c0b-b4a4-bdfcb47cb00f c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Added segment 20223ff6-12dc-4dfb-8a73-ef058a09d5d6 of type vxlan for network d28e9cad-2ae2-47fb-88e2-ceffaf9cd49f [pid: 8|app: 0|req: 921/1738] 10.0.0.144 () {32 vars in 670 bytes} [Fri Mar 6 23:06:08 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1739] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:08 2026] POST /v2.0/networks => generated 615 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1740] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:08 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 819/1741] 10.0.0.144 () {32 vars in 682 bytes} [Fri Mar 6 23:06:08 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1742] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:08 2026] GET /v2.0/security-groups?id=bbfe3d1d-5040-4ebf-b114-2185995d09b6&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1743] 10.0.0.144 () {32 vars in 668 bytes} [Fri Mar 6 23:06:08 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1744] 10.0.0.144 () {32 vars in 682 bytes} [Fri Mar 6 23:06:08 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1745] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:06:08 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1746] 10.0.0.144 () {32 vars in 678 bytes} [Fri Mar 6 23:06:08 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:08.548 8 INFO neutron.db.segments_db [None req-14c1f501-ab77-46cf-a923-c9112d8a2c5d c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Added segment f5e2c1e4-f077-432e-b1e5-10aa348b3912 of type vxlan for network ac039d91-a21b-4751-9830-8841b042ae13 [pid: 7|app: 0|req: 824/1747] 10.0.0.144 () {32 vars in 690 bytes} [Fri Mar 6 23:06:08 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:08.678 7 INFO neutron_taas.services.taas.taas_plugin [None req-2344ab03-e8bd-4ee0-85af-75aa116920ac f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] TaaS: Handle Delete Port: bcb25a39-c611-41d2-9072-60959afc8ed7 2026-03-06 23:06:08.681 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2344ab03-e8bd-4ee0-85af-75aa116920ac f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] Tap Mirror: Handle Delete Port: bcb25a39-c611-41d2-9072-60959afc8ed7 [pid: 7|app: 0|req: 825/1748] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:08 2026] DELETE /v2.0/ports/bcb25a39-c611-41d2-9072-60959afc8ed7 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:08.788 8 INFO neutron.db.l3_hamode_db [None req-14c1f501-ab77-46cf-a923-c9112d8a2c5d c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:06:08.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-9416ab6c-4b39-4fc2-ab00-57905158aced f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] TaaS: Handle Delete Port: 6257bf39-15e5-48ac-a2a9-347470fee7cc 2026-03-06 23:06:08.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9416ab6c-4b39-4fc2-ab00-57905158aced f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] Tap Mirror: Handle Delete Port: 6257bf39-15e5-48ac-a2a9-347470fee7cc 2026-03-06 23:06:08.901 8 INFO neutron.db.l3_hamode_db [None req-14c1f501-ab77-46cf-a923-c9112d8a2c5d c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 826/1749] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:08 2026] DELETE /v2.0/ports/6257bf39-15e5-48ac-a2a9-347470fee7cc => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:09.006 7 INFO neutron_taas.services.taas.taas_plugin [None req-d44b77ee-e565-4a7c-a033-fcb2ffdfb811 f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] TaaS: Handle Delete Port: 4a67174a-624e-42ca-9643-8d4ac9b68fd9 2026-03-06 23:06:09.009 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d44b77ee-e565-4a7c-a033-fcb2ffdfb811 f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] Tap Mirror: Handle Delete Port: 4a67174a-624e-42ca-9643-8d4ac9b68fd9 [pid: 7|app: 0|req: 827/1750] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:08 2026] DELETE /v2.0/ports/4a67174a-624e-42ca-9643-8d4ac9b68fd9 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:09.183 7 INFO neutron_taas.services.taas.taas_plugin [None req-82bfe72a-5f1a-486a-960a-c2d0daf3f64f f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] TaaS: Handle Delete Port: 9ef8d3f9-90cb-43b1-add6-2cd8ff551e2d 2026-03-06 23:06:09.186 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-82bfe72a-5f1a-486a-960a-c2d0daf3f64f f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] Tap Mirror: Handle Delete Port: 9ef8d3f9-90cb-43b1-add6-2cd8ff551e2d [pid: 7|app: 0|req: 828/1751] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:09 2026] DELETE /v2.0/ports/9ef8d3f9-90cb-43b1-add6-2cd8ff551e2d => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:09.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b80b32e-cf45-4489-bff0-d0997c69f4df f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] TaaS: Handle Delete Port: e765b7f7-4537-4dfc-b7d3-17de3236d03f 2026-03-06 23:06:09.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b80b32e-cf45-4489-bff0-d0997c69f4df f9997dd65e504d4cb28be2ca35cae97f be4084c548214bc4a7cd2ad3f5eea89c - - default default] Tap Mirror: Handle Delete Port: e765b7f7-4537-4dfc-b7d3-17de3236d03f [pid: 7|app: 0|req: 829/1752] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:09 2026] DELETE /v2.0/ports/e765b7f7-4537-4dfc-b7d3-17de3236d03f => 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: 924/1753] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:06:08 2026] POST /v2.0/routers => generated 511 bytes in 1011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1754] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:09 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1755] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:09 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1756] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:09 2026] DELETE /v2.0/networks/74bb8560-0533-4559-b359-f84fa1bed72d => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1757] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:09 2026] GET /v2.0/security-groups?id=bbfe3d1d-5040-4ebf-b114-2185995d09b6&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1758] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:06:09 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:09.766 8 INFO neutron.services.segments.plugin [-] Segment 3444a812-31a5-49e5-b78d-e2ccb8e5699e resource provider aggregate not found 2026-03-06 23:06:09.776 8 INFO neutron.services.segments.plugin [-] Segment 3444a812-31a5-49e5-b78d-e2ccb8e5699e resource provider aggregate not found 2026-03-06 23:06:09.794 8 INFO neutron.services.segments.plugin [-] Segment 3444a812-31a5-49e5-b78d-e2ccb8e5699e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3444a812-31a5-49e5-b78d-e2ccb8e5699e found for delete ", "request_id": "req-4091d5b9-0105-4f79-95a1-7ddbae15e3da"}]} 2026-03-06 23:06:09.798 8 INFO neutron.services.segments.plugin [-] Segment 3444a812-31a5-49e5-b78d-e2ccb8e5699e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3444a812-31a5-49e5-b78d-e2ccb8e5699e found for delete ", "request_id": "req-01766570-da13-471f-b4c4-e075d69f9937"}]} [pid: 8|app: 0|req: 928/1759] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:09 2026] DELETE /v2.0/networks/b3b5bc23-4ba9-42d4-9ce9-5d128dc15dcb => generated 0 bytes in 165 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1760] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:09 2026] DELETE /v2.0/networks/7767aa07-9b29-4ddd-ae11-ed58977b16fb => 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: 930/1761] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:10 2026] DELETE /v2.0/networks/c9b06e9a-bbdd-48f2-a3df-802e68bc5d4b => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1762] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:10 2026] DELETE /v2.0/networks/a6ec4ffe-187d-42f3-8bec-5901943083f0 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1763] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:06:09 2026] PUT /v2.0/routers/45ecb46c-1e50-421e-baed-9c1b3f48fe09/add_router_interface => generated 309 bytes in 1000 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1764] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:06:10 2026] GET /v2.0/ports/2ed9a41a-18ce-4cd3-96a1-00e0d9272350 => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1765] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:06:10 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:10.815 8 INFO neutron_taas.services.taas.taas_plugin [req-1b0b7764-6179-4cb7-975a-99575c096dcb req-c30162a5-d130-4a85-bf84-0cd5985b48cf 5e7ed20929134c8d889178a5285a33e0 6dc2897cb26a40fab282277fc7cddb38 - - default default] TaaS: Handle Delete Port: caef0fc4-d7e6-4d15-869f-867c98d1cc9b 2026-03-06 23:06:10.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1b0b7764-6179-4cb7-975a-99575c096dcb req-c30162a5-d130-4a85-bf84-0cd5985b48cf 5e7ed20929134c8d889178a5285a33e0 6dc2897cb26a40fab282277fc7cddb38 - - default default] Tap Mirror: Handle Delete Port: caef0fc4-d7e6-4d15-869f-867c98d1cc9b [pid: 8|app: 0|req: 934/1766] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:06:10 2026] DELETE /v2.0/ports/caef0fc4-d7e6-4d15-869f-867c98d1cc9b => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1767] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:10 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:11.046 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-655794f6-e337-4778-9843-a785ced9a484'] response: {'server_uuid': '96f88cd8-5a35-4a27-b676-80c77cd764eb', 'name': 'network-vif-deleted', 'tag': 'caef0fc4-d7e6-4d15-869f-867c98d1cc9b', 'status': 'completed', 'code': 200} 2026-03-06 23:06:11.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-27f0d56a-442a-4feb-aacc-a6f3858e5633 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] TaaS: Handle Delete Port: 2ed9a41a-18ce-4cd3-96a1-00e0d9272350 2026-03-06 23:06:11.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27f0d56a-442a-4feb-aacc-a6f3858e5633 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Tap Mirror: Handle Delete Port: 2ed9a41a-18ce-4cd3-96a1-00e0d9272350 [pid: 8|app: 0|req: 936/1768] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:11 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1010 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1769] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:06:11 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&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: 7|app: 0|req: 833/1770] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:06:10 2026] PUT /v2.0/routers/45ecb46c-1e50-421e-baed-9c1b3f48fe09/remove_router_interface => generated 309 bytes in 971 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1771] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:11 2026] GET /v2.0/ports?device_id=45ecb46c-1e50-421e-baed-9c1b3f48fe09 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1772] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:11 2026] GET /v2.0/security-groups?tenant_id=be4084c548214bc4a7cd2ad3f5eea89c&name=default => generated 2925 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1773] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:11 2026] DELETE /v2.0/security-groups/59e259a6-fcd9-44ad-a0c8-d8625223c767 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:11.786 7 INFO neutron_taas.services.taas.taas_plugin [None req-5a0ca187-d66e-48ad-8ea5-91b775a27f15 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] TaaS: Handle Delete Port: 9a7f122d-ed22-4ffb-af67-4afcd7a88bd0 2026-03-06 23:06:11.789 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a0ca187-d66e-48ad-8ea5-91b775a27f15 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Tap Mirror: Handle Delete Port: 9a7f122d-ed22-4ffb-af67-4afcd7a88bd0 2026-03-06 23:06:11.810 8 INFO neutron.services.segments.plugin [-] Segment 504cb4ec-c33e-4717-9543-760c256595c0 resource provider aggregate not found 2026-03-06 23:06:11.822 8 INFO neutron.services.segments.plugin [-] Segment 504cb4ec-c33e-4717-9543-760c256595c0 resource provider aggregate not found 2026-03-06 23:06:11.828 8 INFO neutron.services.segments.plugin [-] Segment 504cb4ec-c33e-4717-9543-760c256595c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 504cb4ec-c33e-4717-9543-760c256595c0 found for delete ", "request_id": "req-b28e6e66-bdd4-423c-9ef3-b25155f3b492"}]} 2026-03-06 23:06:11.848 8 INFO neutron.services.segments.plugin [-] Segment 504cb4ec-c33e-4717-9543-760c256595c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 504cb4ec-c33e-4717-9543-760c256595c0 found for delete ", "request_id": "req-31e0aac3-c947-4b13-8f2a-119bd57bd50a"}]} 2026-03-06 23:06:11.853 8 INFO neutron.services.segments.plugin [-] Segment 66d524c2-e2b3-4a9a-bf73-a30e1600442b resource provider aggregate not found 2026-03-06 23:06:11.868 8 INFO neutron.services.segments.plugin [-] Segment 66d524c2-e2b3-4a9a-bf73-a30e1600442b resource provider aggregate not found 2026-03-06 23:06:11.875 8 INFO neutron.services.segments.plugin [-] Segment 66d524c2-e2b3-4a9a-bf73-a30e1600442b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d524c2-e2b3-4a9a-bf73-a30e1600442b found for delete ", "request_id": "req-e55ac177-9266-451f-bf68-de9d41357a85"}]} 2026-03-06 23:06:11.894 8 INFO neutron.services.segments.plugin [-] Segment 66d524c2-e2b3-4a9a-bf73-a30e1600442b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66d524c2-e2b3-4a9a-bf73-a30e1600442b found for delete ", "request_id": "req-828cdc83-1125-4a8f-aa56-a56e4ea384b0"}]} 2026-03-06 23:06:11.904 8 INFO neutron.services.segments.plugin [-] Segment 6c975a34-8ed8-470d-a317-dc7b9e79a41c resource provider aggregate not found 2026-03-06 23:06:11.913 8 INFO neutron.services.segments.plugin [-] Segment 6c975a34-8ed8-470d-a317-dc7b9e79a41c resource provider aggregate not found 2026-03-06 23:06:11.922 8 INFO neutron.services.segments.plugin [-] Segment 6c975a34-8ed8-470d-a317-dc7b9e79a41c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c975a34-8ed8-470d-a317-dc7b9e79a41c found for delete ", "request_id": "req-a9f3c7c3-26b9-47ba-bbfe-5726024d0f9c"}]} 2026-03-06 23:06:11.932 8 INFO neutron.services.segments.plugin [-] Segment 6c975a34-8ed8-470d-a317-dc7b9e79a41c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6c975a34-8ed8-470d-a317-dc7b9e79a41c found for delete ", "request_id": "req-08dab6f3-49f1-4953-97ba-a4fdb2b8c028"}]} 2026-03-06 23:06:11.937 8 INFO neutron.services.segments.plugin [-] Segment 02a340f4-fa2b-4fc7-9cba-f9b2223713ae resource provider aggregate not found 2026-03-06 23:06:11.949 8 INFO neutron.services.segments.plugin [-] Segment 02a340f4-fa2b-4fc7-9cba-f9b2223713ae resource provider aggregate not found 2026-03-06 23:06:11.953 8 INFO neutron.services.segments.plugin [-] Segment 02a340f4-fa2b-4fc7-9cba-f9b2223713ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02a340f4-fa2b-4fc7-9cba-f9b2223713ae found for delete ", "request_id": "req-13051282-a084-4229-ba3c-497485f51c7e"}]} 2026-03-06 23:06:11.965 8 INFO neutron.services.segments.plugin [-] Segment 02a340f4-fa2b-4fc7-9cba-f9b2223713ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02a340f4-fa2b-4fc7-9cba-f9b2223713ae found for delete ", "request_id": "req-c2a44d6f-5935-45ca-8aa2-3a5a02605841"}]} [pid: 8|app: 0|req: 940/1774] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:11 2026] GET /v2.0/security-groups?tenant_id=72151595d0474200b3645bd8c13cbe23&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:12.138 7 INFO neutron.services.segments.plugin [-] Segment f5e2c1e4-f077-432e-b1e5-10aa348b3912 resource provider aggregate not found 2026-03-06 23:06:12.143 7 INFO neutron.services.segments.plugin [-] Segment f5e2c1e4-f077-432e-b1e5-10aa348b3912 resource provider aggregate not found [pid: 8|app: 0|req: 941/1775] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:06:12 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:12.157 7 INFO neutron.services.segments.plugin [-] Segment f5e2c1e4-f077-432e-b1e5-10aa348b3912 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5e2c1e4-f077-432e-b1e5-10aa348b3912 found for delete ", "request_id": "req-015b37cf-1611-45bb-a176-a04e2832a6ac"}]} 2026-03-06 23:06:12.165 7 INFO neutron.services.segments.plugin [-] Segment f5e2c1e4-f077-432e-b1e5-10aa348b3912 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5e2c1e4-f077-432e-b1e5-10aa348b3912 found for delete ", "request_id": "req-b409176d-c9b9-4103-a886-c22825768272"}]} [pid: 8|app: 0|req: 942/1776] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:12 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:12.176 7 INFO neutron.db.l3_hamode_db [None req-5a0ca187-d66e-48ad-8ea5-91b775a27f15 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] HA network ac039d91-a21b-4751-9830-8841b042ae13 was deleted as no HA routers are present in tenant cf7eea03e4f24353bc8520405e2fd86b. [pid: 7|app: 0|req: 835/1777] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:11 2026] DELETE /v2.0/routers/45ecb46c-1e50-421e-baed-9c1b3f48fe09 => generated 0 bytes in 580 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1778] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:12 2026] DELETE /v2.0/security-groups/d358bf09-5441-4b74-9e72-984c1d2fa964 => 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: 944/1779] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:12 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 1010 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:12.309 7 INFO neutron_taas.services.taas.taas_plugin [req-cd4976f9-9bce-4d22-85a8-2c7927a4333f req-9c58eab6-b2e2-4121-8248-e535ef17f56c 7ac9c4aa0f4c49198a9da8c214b7c765 c615fa44472f4336a97fa366ca80ea87 - - default default] TaaS: Handle Delete Port: d2d06c19-0122-4be1-a649-ce391aef4e70 2026-03-06 23:06:12.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cd4976f9-9bce-4d22-85a8-2c7927a4333f req-9c58eab6-b2e2-4121-8248-e535ef17f56c 7ac9c4aa0f4c49198a9da8c214b7c765 c615fa44472f4336a97fa366ca80ea87 - - default default] Tap Mirror: Handle Delete Port: d2d06c19-0122-4be1-a649-ce391aef4e70 [pid: 8|app: 0|req: 945/1780] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:12 2026] DELETE /v2.0/subnets/0773f9f6-c136-4ea2-8697-a63af06b624e => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:12.417 7 INFO neutron.db.l3_db [req-cd4976f9-9bce-4d22-85a8-2c7927a4333f req-9c58eab6-b2e2-4121-8248-e535ef17f56c 7ac9c4aa0f4c49198a9da8c214b7c765 c615fa44472f4336a97fa366ca80ea87 - - default default] Floating IP e47e012e-3477-4bcb-bc58-2f365876f796 disassociated. External IP: 10.96.250.203, port: d2d06c19-0122-4be1-a649-ce391aef4e70. [pid: 8|app: 0|req: 946/1781] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:06:12 2026] GET /v2.0/security-groups?id=8a5194dd-92ae-485b-8dfe-b617f2d7a598&id=b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1782] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:12 2026] DELETE /v2.0/networks/d28e9cad-2ae2-47fb-88e2-ceffaf9cd49f => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1783] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:12 2026] GET /v2.0/security-groups?tenant_id=5e3defa019644a939eea61ba57614ebf&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:12.714 8 INFO neutron.db.segments_db [None req-32bf209a-a73c-4f90-ac3c-42b8a576608c c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Added segment 18b0f298-7415-45af-bebc-1749c9fd35fd of type vxlan for network 5e3b7d52-ee72-4407-877f-4ff3448c7d41 [pid: 7|app: 0|req: 836/1784] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:06:12 2026] DELETE /v2.0/ports/d2d06c19-0122-4be1-a649-ce391aef4e70 => generated 0 bytes in 581 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:12.800 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89efe04f-40e7-4926-bf29-d94c65899e8a'] response: {'server_uuid': '09321db7-b8fe-4b66-b0bf-5c896aa38e26', 'name': 'network-vif-deleted', 'tag': 'd2d06c19-0122-4be1-a649-ce391aef4e70', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 837/1785] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:12 2026] DELETE /v2.0/security-groups/f7a402f7-d737-45c3-a249-d4d15b88e179 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:13.027 8 INFO neutron.db.l3_hamode_db [None req-32bf209a-a73c-4f90-ac3c-42b8a576608c c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 840/1788] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:13 2026] GET /v2.0/ports?device_id=96f88cd8-5a35-4a27-b676-80c77cd764eb => 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: 841/1789] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:13 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:13.838 8 INFO neutron.db.l3_hamode_db [None req-32bf209a-a73c-4f90-ac3c-42b8a576608c c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:06:13.983 8 INFO neutron.services.segments.plugin [-] Segment 20223ff6-12dc-4dfb-8a73-ef058a09d5d6 resource provider aggregate not found 2026-03-06 23:06:13.987 8 INFO neutron.services.segments.plugin [-] Segment 20223ff6-12dc-4dfb-8a73-ef058a09d5d6 resource provider aggregate not found 2026-03-06 23:06:14.004 8 INFO neutron.services.segments.plugin [-] Segment 20223ff6-12dc-4dfb-8a73-ef058a09d5d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20223ff6-12dc-4dfb-8a73-ef058a09d5d6 found for delete ", "request_id": "req-447b8a66-c693-447d-9eeb-06fb7c3e4bad"}]} 2026-03-06 23:06:14.011 8 INFO neutron.services.segments.plugin [-] Segment 20223ff6-12dc-4dfb-8a73-ef058a09d5d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20223ff6-12dc-4dfb-8a73-ef058a09d5d6 found for delete ", "request_id": "req-556e0b11-4826-4a12-8618-3ebe170d60c1"}]} [pid: 8|app: 0|req: 949/1790] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:06:12 2026] POST /v2.0/routers => generated 691 bytes in 2071 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:14.743 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d0c9e74-54a5-4c9e-acc2-c8d8cf03de00 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 3bd46c4d-2bff-42d8-a322-ef4fbb5dfec3 2026-03-06 23:06:14.746 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d0c9e74-54a5-4c9e-acc2-c8d8cf03de00 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 3bd46c4d-2bff-42d8-a322-ef4fbb5dfec3 [pid: 8|app: 0|req: 950/1791] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:14 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => 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: 951/1792] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:06:14 2026] GET /v2.0/routers/c04623b6-99fd-43a9-883a-ec236b162a83 => generated 697 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1793] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:06:14 2026] GET /v2.0/routers => generated 700 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1794] 10.0.0.144 () {34 vars in 741 bytes} [Fri Mar 6 23:06:14 2026] PUT /v2.0/routers/c04623b6-99fd-43a9-883a-ec236b162a83 => generated 704 bytes in 372 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1795] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:06:14 2026] PUT /v2.0/routers/2caa034d-2c38-4048-a0f3-489ea1b4038e/remove_router_interface => generated 309 bytes in 954 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1796] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:06:15 2026] GET /v2.0/routers/c04623b6-99fd-43a9-883a-ec236b162a83 => generated 704 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1797] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:15 2026] GET /v2.0/ports?device_id=c04623b6-99fd-43a9-883a-ec236b162a83 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:15.514 7 INFO neutron_taas.services.taas.taas_plugin [None req-162c5481-699a-4465-a65a-4fd6eadec1ec d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 720467d4-8a11-47e1-89c4-42a60d010d40 2026-03-06 23:06:15.517 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-162c5481-699a-4465-a65a-4fd6eadec1ec d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 720467d4-8a11-47e1-89c4-42a60d010d40 2026-03-06 23:06:15.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8eb109d-df5b-4a65-ae4c-42daba2b3dd9 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] TaaS: Handle Delete Port: c3b9e890-1bb8-4321-9954-2ff2c4947b52 2026-03-06 23:06:15.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8eb109d-df5b-4a65-ae4c-42daba2b3dd9 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Tap Mirror: Handle Delete Port: c3b9e890-1bb8-4321-9954-2ff2c4947b52 2026-03-06 23:06:15.788 7 INFO neutron_taas.services.taas.taas_plugin [None req-162c5481-699a-4465-a65a-4fd6eadec1ec d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 43a8ee19-f3b9-4f27-8222-af3ddb1d563a 2026-03-06 23:06:15.791 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-162c5481-699a-4465-a65a-4fd6eadec1ec d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 43a8ee19-f3b9-4f27-8222-af3ddb1d563a 2026-03-06 23:06:15.904 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8eb109d-df5b-4a65-ae4c-42daba2b3dd9 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] TaaS: Handle Delete Port: a39576a3-a5d9-4e07-a22c-d661b7168a9a 2026-03-06 23:06:15.906 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8eb109d-df5b-4a65-ae4c-42daba2b3dd9 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] Tap Mirror: Handle Delete Port: a39576a3-a5d9-4e07-a22c-d661b7168a9a 2026-03-06 23:06:16.172 7 INFO neutron.services.segments.plugin [-] Segment 4bc7a91f-ce80-4a58-8c02-3b78a47846f0 resource provider aggregate not found 2026-03-06 23:06:16.177 7 INFO neutron.services.segments.plugin [-] Segment 4bc7a91f-ce80-4a58-8c02-3b78a47846f0 resource provider aggregate not found 2026-03-06 23:06:16.186 8 INFO neutron.services.segments.plugin [-] Segment 18b0f298-7415-45af-bebc-1749c9fd35fd resource provider aggregate not found 2026-03-06 23:06:16.192 8 INFO neutron.services.segments.plugin [-] Segment 18b0f298-7415-45af-bebc-1749c9fd35fd resource provider aggregate not found 2026-03-06 23:06:16.195 7 INFO neutron.services.segments.plugin [-] Segment 4bc7a91f-ce80-4a58-8c02-3b78a47846f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bc7a91f-ce80-4a58-8c02-3b78a47846f0 found for delete ", "request_id": "req-c99a9b2b-3d73-4efa-aca9-bd76c6196997"}]} 2026-03-06 23:06:16.197 7 INFO neutron.services.segments.plugin [-] Segment 4bc7a91f-ce80-4a58-8c02-3b78a47846f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bc7a91f-ce80-4a58-8c02-3b78a47846f0 found for delete ", "request_id": "req-c0edcda0-07dd-4b88-9807-686903cfd6c3"}]} 2026-03-06 23:06:16.209 8 INFO neutron.services.segments.plugin [-] Segment 18b0f298-7415-45af-bebc-1749c9fd35fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18b0f298-7415-45af-bebc-1749c9fd35fd found for delete ", "request_id": "req-fef53622-3f2c-40e1-bd02-ea1dd944814e"}]} 2026-03-06 23:06:16.212 8 INFO neutron.services.segments.plugin [-] Segment 18b0f298-7415-45af-bebc-1749c9fd35fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18b0f298-7415-45af-bebc-1749c9fd35fd found for delete ", "request_id": "req-7be9b91b-701e-4347-827f-3f0184348e29"}]} 2026-03-06 23:06:16.216 7 INFO neutron.db.l3_hamode_db [None req-162c5481-699a-4465-a65a-4fd6eadec1ec d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network 5e507138-76ea-4f23-b2f7-7361e7500302 was deleted as no HA routers are present in tenant 6dc2897cb26a40fab282277fc7cddb38. [pid: 7|app: 0|req: 843/1798] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:15 2026] DELETE /v2.0/routers/2caa034d-2c38-4048-a0f3-489ea1b4038e => generated 0 bytes in 913 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:16.233 8 INFO neutron.db.l3_hamode_db [None req-d8eb109d-df5b-4a65-ae4c-42daba2b3dd9 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] HA network 5e3b7d52-ee72-4407-877f-4ff3448c7d41 was deleted as no HA routers are present in tenant cf7eea03e4f24353bc8520405e2fd86b. [pid: 8|app: 0|req: 956/1799] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:15 2026] DELETE /v2.0/routers/c04623b6-99fd-43a9-883a-ec236b162a83 => generated 0 bytes in 837 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1800] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:16 2026] GET /v2.0/ports?device_id=09321db7-b8fe-4b66-b0bf-5c896aa38e26 => 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: 845/1801] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:16 2026] GET /v2.0/ports?device_id=c04623b6-99fd-43a9-883a-ec236b162a83 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:16.292 7 INFO neutron.api.v2.resource [None req-559ba444-1eac-4326-a516-8c7f809a08f4 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 846/1802] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/routers/c04623b6-99fd-43a9-883a-ec236b162a83 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1803] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:16 2026] GET /v2.0/ports?device_id=45ecb46c-1e50-421e-baed-9c1b3f48fe09 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:16.336 7 INFO neutron.api.v2.resource [None req-58167c70-ec99-43f1-a2ab-3db2a02dbd4f c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 848/1804] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/routers/45ecb46c-1e50-421e-baed-9c1b3f48fe09 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:06:16.353 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2c3a797-c7f7-4370-ad0d-4c2cb77ee46c c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 849/1805] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/subnets/0773f9f6-c136-4ea2-8697-a63af06b624e => 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: 850/1806] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:16 2026] GET /v2.0/ports?device_id=98f66449-9291-4f88-981e-b0a432ecb549 => 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: 957/1807] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/subnets/3cce7a22-6dda-4baa-9648-068d538df85f => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:16.414 7 INFO neutron.api.v2.resource [None req-a0b1ce9c-5122-4a41-b93e-21130e9aea57 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 851/1808] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/routers/98f66449-9291-4f88-981e-b0a432ecb549 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:06:16.432 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a4afbad1-f957-4d6b-ad7c-7ac9f122e703 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 852/1809] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/subnets/ca051256-21ac-419f-9caf-de20bdeb5ae7 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1810] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:16 2026] GET /v2.0/ports?device_id=f2a9b252-5285-42b4-956b-df15fc869b97 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:16.474 7 INFO neutron.api.v2.resource [None req-e768bf7c-9e29-401a-8566-0646a7a081e2 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 854/1811] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/routers/f2a9b252-5285-42b4-956b-df15fc869b97 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:06:16.487 8 INFO neutron_taas.services.taas.taas_plugin [None req-14b19d54-07d9-46f4-8b64-26d9adf165a3 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 282a71d3-2107-47cd-b549-033ba673646e 2026-03-06 23:06:16.488 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75ba50c6-b7ee-4f57-a347-eabcff0e1b9e c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] DELETE failed (client error): The resource could not be found. 2026-03-06 23:06:16.489 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-14b19d54-07d9-46f4-8b64-26d9adf165a3 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 282a71d3-2107-47cd-b549-033ba673646e [pid: 7|app: 0|req: 855/1812] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/subnets/535493b5-0313-4406-9b67-cf8c7d302863 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:06:16.506 7 INFO neutron.pecan_wsgi.hooks.translation [None req-29fb02dc-d352-414d-bb28-9d33d4766577 c0772e35318d4f468ac52b159ee7e1cb cf7eea03e4f24353bc8520405e2fd86b - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 856/1813] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/subnets/c70dac88-1d39-49f4-bc05-3fa475cb1797 => 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: 958/1814] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/networks/6329e695-4d35-433f-bfb2-99b65d9a8fb0 => 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: 857/1815] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:16 2026] GET /v2.0/security-groups?tenant_id=6dc2897cb26a40fab282277fc7cddb38&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1816] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:16 2026] DELETE /v2.0/security-groups/bbfe3d1d-5040-4ebf-b114-2185995d09b6 => 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: 858/1817] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:17 2026] GET /v2.0/security-groups?tenant_id=cf7eea03e4f24353bc8520405e2fd86b&name=default => generated 2925 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1818] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:17 2026] DELETE /v2.0/security-groups/55ed5439-ff65-49dc-824f-4313a05aed15 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1819] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:06:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1820] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:17 2026] DELETE /v2.0/security-groups/8a5194dd-92ae-485b-8dfe-b617f2d7a598 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:17.489 7 INFO neutron.api.v2.resource [None req-1311538f-a8e5-4825-a900-ff51db7319f5 7ac9c4aa0f4c49198a9da8c214b7c765 c615fa44472f4336a97fa366ca80ea87 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1821] 10.0.0.144 () {32 vars in 737 bytes} [Fri Mar 6 23:06:17 2026] GET /v2.0/security-groups/8a5194dd-92ae-485b-8dfe-b617f2d7a598 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:06:17.594 7 INFO neutron_taas.services.taas.taas_plugin [None req-cc189b12-2a47-4518-96dc-56d7088f87f1 7ac9c4aa0f4c49198a9da8c214b7c765 c615fa44472f4336a97fa366ca80ea87 - - default default] TaaS: Handle Delete Port: 2528e9a5-9559-448c-a574-16e498d3cd98 2026-03-06 23:06:17.596 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc189b12-2a47-4518-96dc-56d7088f87f1 7ac9c4aa0f4c49198a9da8c214b7c765 c615fa44472f4336a97fa366ca80ea87 - - default default] Tap Mirror: Handle Delete Port: 2528e9a5-9559-448c-a574-16e498d3cd98 [pid: 8|app: 0|req: 961/1822] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:06:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1823] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:06:17 2026] DELETE /v2.0/floatingips/e47e012e-3477-4bcb-bc58-2f365876f796 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1824] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:06:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1825] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:17 2026] DELETE /v2.0/security-groups/b71882bc-bd45-4f1a-a3e5-5df4e10fb1c4 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1826] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:06:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1827] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:06:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1828] 10.0.0.144 () {34 vars in 767 bytes} [Fri Mar 6 23:06:18 2026] PUT /v2.0/security-groups/f663b7c4-21b3-4c46-99fe-ead21107ba3c/tags => generated 17 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1829] 10.0.0.144 () {34 vars in 767 bytes} [Fri Mar 6 23:06:18 2026] PUT /v2.0/security-groups/d2724976-9591-4428-a69c-60ea2b109eeb/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:18.238 8 INFO neutron.services.segments.plugin [-] Segment 40c6ab68-8736-479e-8b12-b6a254eaf9b0 resource provider aggregate not found 2026-03-06 23:06:18.242 8 INFO neutron.services.segments.plugin [-] Segment 40c6ab68-8736-479e-8b12-b6a254eaf9b0 resource provider aggregate not found 2026-03-06 23:06:18.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-bfc67367-a85f-49f1-857d-82502f9961b4 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: c4e678d2-4434-4eda-b75f-f8e1a3d1f722 2026-03-06 23:06:18.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bfc67367-a85f-49f1-857d-82502f9961b4 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: c4e678d2-4434-4eda-b75f-f8e1a3d1f722 2026-03-06 23:06:18.257 8 INFO neutron.services.segments.plugin [-] Segment 40c6ab68-8736-479e-8b12-b6a254eaf9b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40c6ab68-8736-479e-8b12-b6a254eaf9b0 found for delete ", "request_id": "req-c20a2502-9ef5-4709-bacb-5013c12ceeec"}]} 2026-03-06 23:06:18.266 8 INFO neutron.services.segments.plugin [-] Segment 40c6ab68-8736-479e-8b12-b6a254eaf9b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 40c6ab68-8736-479e-8b12-b6a254eaf9b0 found for delete ", "request_id": "req-23e779ac-393f-417d-8ac0-1f1d6f8d5605"}]} [pid: 8|app: 0|req: 967/1830] 10.0.0.144 () {34 vars in 767 bytes} [Fri Mar 6 23:06:18 2026] PUT /v2.0/security-groups/dd868659-759d-4e86-bf14-b0b7b9c56474/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1831] 10.0.0.144 () {34 vars in 767 bytes} [Fri Mar 6 23:06:18 2026] PUT /v2.0/security-groups/8906e2e7-1d74-445d-a98d-9ce553fc71f9/tags => generated 19 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1832] 10.0.0.144 () {32 vars in 680 bytes} [Fri Mar 6 23:06:18 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1833] 10.0.0.144 () {32 vars in 694 bytes} [Fri Mar 6 23:06:18 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1834] 10.0.0.144 () {32 vars in 690 bytes} [Fri Mar 6 23:06:18 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1835] 10.0.0.144 () {32 vars in 702 bytes} [Fri Mar 6 23:06:18 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1836] 10.0.0.144 () {32 vars in 688 bytes} [Fri Mar 6 23:06:18 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1837] 10.0.0.144 () {32 vars in 702 bytes} [Fri Mar 6 23:06:18 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1838] 10.0.0.144 () {32 vars in 698 bytes} [Fri Mar 6 23:06:18 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1839] 10.0.0.144 () {32 vars in 710 bytes} [Fri Mar 6 23:06:18 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1840] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:18 2026] DELETE /v2.0/security-groups/f663b7c4-21b3-4c46-99fe-ead21107ba3c => 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: 978/1841] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:18 2026] DELETE /v2.0/security-groups/d2724976-9591-4428-a69c-60ea2b109eeb => 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: 979/1842] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:18 2026] DELETE /v2.0/security-groups/dd868659-759d-4e86-bf14-b0b7b9c56474 => 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: 980/1843] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:18 2026] DELETE /v2.0/security-groups/8906e2e7-1d74-445d-a98d-9ce553fc71f9 => 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: 981/1844] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:19 2026] DELETE /v2.0/security-groups/47aaef13-385a-41ab-b3ab-1157de694da6 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1845] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:06:17 2026] PUT /v2.0/routers/f0c3a58b-b8cd-43d0-b16b-ff828be15590/remove_router_interface => generated 309 bytes in 1312 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:19.437 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e9d091d-e1ad-42d4-a3d4-8b097adcda4d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: b0fb0ad4-cdfe-4634-b435-8da4b390d986 2026-03-06 23:06:19.439 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e9d091d-e1ad-42d4-a3d4-8b097adcda4d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: b0fb0ad4-cdfe-4634-b435-8da4b390d986 2026-03-06 23:06:19.647 8 INFO neutron_taas.services.taas.taas_plugin [None req-0e9d091d-e1ad-42d4-a3d4-8b097adcda4d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 55c67c88-fb49-45be-85d2-c6f4b8e85f3e 2026-03-06 23:06:19.649 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0e9d091d-e1ad-42d4-a3d4-8b097adcda4d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 55c67c88-fb49-45be-85d2-c6f4b8e85f3e 2026-03-06 23:06:20.018 8 INFO neutron.db.l3_hamode_db [None req-0e9d091d-e1ad-42d4-a3d4-8b097adcda4d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network a130a81f-4ca1-4634-a8f5-bf6f9f03363f was deleted as no HA routers are present in tenant c615fa44472f4336a97fa366ca80ea87. [pid: 8|app: 0|req: 982/1846] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:19 2026] DELETE /v2.0/routers/f0c3a58b-b8cd-43d0-b16b-ff828be15590 => generated 0 bytes in 804 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1847] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:19 2026] GET /v2.0/security-groups?tenant_id=a2985d52bd624ccd9fd582b802b91bf8&name=default => generated 2925 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1848] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:20 2026] GET /v2.0/security-groups?tenant_id=6e23642c8a9b4dd58e03656b13b7cd17&name=default => generated 2925 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:20.282 8 INFO neutron.services.segments.plugin [-] Segment 0544088f-f48a-4e11-982a-e65dcca198d1 resource provider aggregate not found 2026-03-06 23:06:20.286 8 INFO neutron.services.segments.plugin [-] Segment 0544088f-f48a-4e11-982a-e65dcca198d1 resource provider aggregate not found 2026-03-06 23:06:20.300 8 INFO neutron.services.segments.plugin [-] Segment 0544088f-f48a-4e11-982a-e65dcca198d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0544088f-f48a-4e11-982a-e65dcca198d1 found for delete ", "request_id": "req-f7a5ac08-dc4e-43de-9be1-0b54402f7c4b"}]} 2026-03-06 23:06:20.303 8 INFO neutron.services.segments.plugin [-] Segment 0544088f-f48a-4e11-982a-e65dcca198d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0544088f-f48a-4e11-982a-e65dcca198d1 found for delete ", "request_id": "req-68eb8ccb-10a1-4d95-9b33-6247f8abcf1f"}]} [pid: 7|app: 0|req: 866/1849] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:20 2026] DELETE /v2.0/subnets/70b9c975-e692-4c72-af50-02086739924a => 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: 984/1850] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:20 2026] DELETE /v2.0/security-groups/e60196a9-7802-44bd-a9a2-f1c1873290bc => generated 0 bytes in 174 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1851] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:20 2026] DELETE /v2.0/security-groups/90685c7c-bdb2-44d4-829f-0a4cd5acfb2d => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:20.513 8 INFO neutron_taas.services.taas.taas_plugin [None req-04a74f66-1b3e-4a4d-9eb7-0b32aacefeb0 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: d0904b06-9b78-42fa-ba5b-43bf761bac12 2026-03-06 23:06:20.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04a74f66-1b3e-4a4d-9eb7-0b32aacefeb0 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: d0904b06-9b78-42fa-ba5b-43bf761bac12 [pid: 7|app: 0|req: 868/1852] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:20 2026] GET /v2.0/security-groups?tenant_id=9ae1bb6c279a498096ab93c460c277ff&name=default => 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: 869/1853] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:20 2026] DELETE /v2.0/security-groups/a8066171-602b-4d8f-8352-bd05fac41433 => 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: 985/1854] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:20 2026] DELETE /v2.0/networks/46d0afc6-3a7f-4001-b3b2-0d97fc1f08e2 => generated 0 bytes in 349 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1855] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:20 2026] GET /v2.0/security-groups?tenant_id=7ff61aeaee5f4734adf5e52674acb894&name=default => generated 2925 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1856] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:21 2026] DELETE /v2.0/security-groups/f77b4672-41b7-4f77-932e-23b84c6a6f59 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:21.208 7 INFO neutron_taas.services.taas.taas_plugin [None req-84dff561-5ad0-41ad-ace2-174b92d27eba d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 38689285-182d-49d4-911b-d8195e4f2880 2026-03-06 23:06:21.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-84dff561-5ad0-41ad-ace2-174b92d27eba d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 38689285-182d-49d4-911b-d8195e4f2880 [pid: 7|app: 0|req: 870/1857] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:06:20 2026] PUT /v2.0/routers/34fc2eec-e35e-4e2a-ac3b-7a921adfabf6/remove_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:22.082 8 INFO neutron_taas.services.taas.taas_plugin [None req-b36c8e61-c4d8-4c47-a589-dab03bbbe53d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 4669da1a-04b1-4374-a8bc-7c01f0d2afce 2026-03-06 23:06:22.085 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b36c8e61-c4d8-4c47-a589-dab03bbbe53d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 4669da1a-04b1-4374-a8bc-7c01f0d2afce 2026-03-06 23:06:22.322 8 INFO neutron.services.segments.plugin [-] Segment a80e258f-f803-410f-8a85-de0d90cf17b0 resource provider aggregate not found 2026-03-06 23:06:22.329 8 INFO neutron.services.segments.plugin [-] Segment a80e258f-f803-410f-8a85-de0d90cf17b0 resource provider aggregate not found 2026-03-06 23:06:22.344 8 INFO neutron.services.segments.plugin [-] Segment a80e258f-f803-410f-8a85-de0d90cf17b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a80e258f-f803-410f-8a85-de0d90cf17b0 found for delete ", "request_id": "req-d06c3b50-beb3-4fd7-9e05-990cb270e775"}]} [pid: 7|app: 0|req: 871/1858] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:22 2026] GET /v2.0/security-groups?tenant_id=c2772d8f46114bc1824cb2d19d397f80&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:22.350 8 INFO neutron_taas.services.taas.taas_plugin [None req-b36c8e61-c4d8-4c47-a589-dab03bbbe53d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 922a5ce7-4f5c-440c-993a-18e32f89487e 2026-03-06 23:06:22.352 8 INFO neutron.services.segments.plugin [-] Segment a80e258f-f803-410f-8a85-de0d90cf17b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a80e258f-f803-410f-8a85-de0d90cf17b0 found for delete ", "request_id": "req-f5cdc090-e8a5-4aed-bd4d-8dc0a8ecee9b"}]} 2026-03-06 23:06:22.360 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b36c8e61-c4d8-4c47-a589-dab03bbbe53d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 922a5ce7-4f5c-440c-993a-18e32f89487e [pid: 7|app: 0|req: 872/1859] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:22 2026] DELETE /v2.0/security-groups/fe1d1655-0aab-44d3-b196-82943a4361b6 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:22.694 8 INFO neutron.db.l3_hamode_db [None req-b36c8e61-c4d8-4c47-a589-dab03bbbe53d d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] HA network fd04bf37-3bd6-49d2-94cf-bee49be66409 was deleted as no HA routers are present in tenant 9c09f7dd838e49b4b455d8948598ff6f. [pid: 8|app: 0|req: 988/1860] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:21 2026] DELETE /v2.0/routers/34fc2eec-e35e-4e2a-ac3b-7a921adfabf6 => generated 0 bytes in 820 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1861] 10.0.0.144 () {32 vars in 653 bytes} [Fri Mar 6 23:06:22 2026] GET /v2.0/extensions => generated 21537 bytes in 183 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1862] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:22 2026] GET /v2.0/security-groups?tenant_id=2f684e4226684afe8c63a7e69eb9127d&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1863] 10.0.0.144 () {32 vars in 681 bytes} [Fri Mar 6 23:06:22 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1864] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:22 2026] DELETE /v2.0/subnets/80b6a414-d049-4716-be48-c512d38e5aed => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1865] 10.0.0.144 () {32 vars in 681 bytes} [Fri Mar 6 23:06:22 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1866] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:22 2026] DELETE /v2.0/security-groups/575d9eca-c28e-45b3-bda1-1a71edbd42dc => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1867] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:22 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1868] 10.0.0.144 () {32 vars in 665 bytes} [Fri Mar 6 23:06:22 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: 8|app: 0|req: 994/1869] 10.0.0.144 () {32 vars in 699 bytes} [Fri Mar 6 23:06:22 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:22.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-8401ccbb-da07-45ad-9be3-0a1a3d464c6f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 28b91555-e5df-4d23-9fa9-995ebb76f1ed [pid: 8|app: 0|req: 995/1870] 10.0.0.144 () {32 vars in 697 bytes} [Fri Mar 6 23:06:22 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:22.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8401ccbb-da07-45ad-9be3-0a1a3d464c6f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 28b91555-e5df-4d23-9fa9-995ebb76f1ed [pid: 8|app: 0|req: 996/1871] 10.0.0.144 () {32 vars in 701 bytes} [Fri Mar 6 23:06:22 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: 997/1872] 10.0.0.144 () {32 vars in 689 bytes} [Fri Mar 6 23:06:22 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1873] 10.0.0.144 () {32 vars in 703 bytes} [Fri Mar 6 23:06:22 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: 999/1874] 10.0.0.144 () {32 vars in 693 bytes} [Fri Mar 6 23:06:22 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: 1000/1875] 10.0.0.144 () {32 vars in 695 bytes} [Fri Mar 6 23:06:22 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: 1001/1876] 10.0.0.144 () {32 vars in 685 bytes} [Fri Mar 6 23:06:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1877] 10.0.0.144 () {32 vars in 687 bytes} [Fri Mar 6 23:06:23 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: 1003/1878] 10.0.0.144 () {32 vars in 661 bytes} [Fri Mar 6 23:06:23 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: 1004/1879] 10.0.0.144 () {32 vars in 699 bytes} [Fri Mar 6 23:06:23 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: 1005/1880] 10.0.0.144 () {32 vars in 679 bytes} [Fri Mar 6 23:06:23 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: 1006/1881] 10.0.0.144 () {32 vars in 683 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1882] 10.0.0.144 () {32 vars in 675 bytes} [Fri Mar 6 23:06:23 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: 1008/1883] 10.0.0.144 () {32 vars in 689 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1884] 10.0.0.144 () {32 vars in 723 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1885] 10.0.0.144 () {32 vars in 687 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1886] 10.0.0.144 () {32 vars in 669 bytes} [Fri Mar 6 23:06:23 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: 1012/1887] 10.0.0.144 () {32 vars in 687 bytes} [Fri Mar 6 23:06:23 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: 1013/1888] 10.0.0.144 () {32 vars in 681 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1889] 10.0.0.144 () {32 vars in 699 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1890] 10.0.0.144 () {32 vars in 679 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1891] 10.0.0.144 () {32 vars in 667 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1892] 10.0.0.144 () {32 vars in 677 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1893] 10.0.0.144 () {32 vars in 665 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:23.137 7 INFO neutron.services.segments.plugin [-] Segment a8185d18-dc65-4727-b365-d94ad926f3d0 resource provider aggregate not found 2026-03-06 23:06:23.142 7 INFO neutron.services.segments.plugin [-] Segment a8185d18-dc65-4727-b365-d94ad926f3d0 resource provider aggregate not found [pid: 8|app: 0|req: 1019/1894] 10.0.0.144 () {32 vars in 675 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1895] 10.0.0.144 () {32 vars in 713 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1896] 10.0.0.144 () {32 vars in 691 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:23.158 7 INFO neutron.services.segments.plugin [-] Segment a8185d18-dc65-4727-b365-d94ad926f3d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8185d18-dc65-4727-b365-d94ad926f3d0 found for delete ", "request_id": "req-7537235a-3934-4cb0-88d3-cb715b99e76d"}]} [pid: 8|app: 0|req: 1022/1897] 10.0.0.144 () {32 vars in 683 bytes} [Fri Mar 6 23:06:23 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) 2026-03-06 23:06:23.165 7 INFO neutron.services.segments.plugin [-] Segment a8185d18-dc65-4727-b365-d94ad926f3d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a8185d18-dc65-4727-b365-d94ad926f3d0 found for delete ", "request_id": "req-0118a8c5-50db-4290-b2ff-8d70e24bda4d"}]} [pid: 8|app: 0|req: 1023/1898] 10.0.0.144 () {32 vars in 669 bytes} [Fri Mar 6 23:06:23 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: 1024/1899] 10.0.0.144 () {32 vars in 687 bytes} [Fri Mar 6 23:06:23 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: 876/1900] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:22 2026] DELETE /v2.0/networks/5a70c3e2-7d3b-4b71-8d9d-cd40fbb09892 => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/1901] 10.0.0.144 () {32 vars in 705 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1902] 10.0.0.144 () {32 vars in 675 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1903] 10.0.0.144 () {32 vars in 701 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1904] 10.0.0.144 () {32 vars in 675 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1905] 10.0.0.144 () {32 vars in 693 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1906] 10.0.0.144 () {32 vars in 689 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/port-mac-override => 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: 1028/1907] 10.0.0.144 () {32 vars in 709 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1908] 10.0.0.144 () {32 vars in 705 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1909] 10.0.0.144 () {32 vars in 719 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1910] 10.0.0.144 () {32 vars in 697 bytes} [Fri Mar 6 23:06:23 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: 1030/1911] 10.0.0.144 () {32 vars in 711 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1912] 10.0.0.144 () {32 vars in 669 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/binding => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1913] 10.0.0.144 () {32 vars in 687 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1914] 10.0.0.144 () {32 vars in 681 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1915] 10.0.0.144 () {32 vars in 675 bytes} [Fri Mar 6 23:06:23 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: 884/1916] 10.0.0.144 () {32 vars in 671 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/provider => generated 191 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/1917] 10.0.0.144 () {32 vars in 661 bytes} [Fri Mar 6 23:06:23 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: 885/1918] 10.0.0.144 () {32 vars in 699 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1919] 10.0.0.144 () {32 vars in 699 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1920] 10.0.0.144 () {32 vars in 677 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1921] 10.0.0.144 () {32 vars in 669 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1922] 10.0.0.144 () {32 vars in 683 bytes} [Fri Mar 6 23:06:23 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: 8|app: 0|req: 1036/1923] 10.0.0.144 () {32 vars in 701 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1924] 10.0.0.144 () {32 vars in 685 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/1925] 10.0.0.144 () {32 vars in 707 bytes} [Fri Mar 6 23:06:23 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: 7|app: 0|req: 889/1926] 10.0.0.144 () {32 vars in 669 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/1927] 10.0.0.144 () {32 vars in 697 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1928] 10.0.0.144 () {32 vars in 695 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1929] 10.0.0.144 () {32 vars in 685 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1930] 10.0.0.144 () {32 vars in 689 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1931] 10.0.0.144 () {32 vars in 705 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1932] 10.0.0.144 () {32 vars in 667 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1933] 10.0.0.144 () {32 vars in 681 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1934] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/security-groups?tenant_id=c615fa44472f4336a97fa366ca80ea87&name=default => generated 2925 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1935] 10.0.0.144 () {32 vars in 681 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1936] 10.0.0.144 () {32 vars in 691 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1937] 10.0.0.144 () {32 vars in 691 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1938] 10.0.0.144 () {32 vars in 695 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1939] 10.0.0.144 () {32 vars in 685 bytes} [Fri Mar 6 23:06:23 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: 901/1940] 10.0.0.144 () {32 vars in 689 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1941] 10.0.0.144 () {32 vars in 701 bytes} [Fri Mar 6 23:06:23 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: 903/1942] 10.0.0.144 () {32 vars in 703 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1943] 10.0.0.144 () {32 vars in 713 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1944] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1945] 10.0.0.144 () {32 vars in 715 bytes} [Fri Mar 6 23:06:23 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: 907/1946] 10.0.0.144 () {32 vars in 727 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1947] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:23 2026] DELETE /v2.0/security-groups/fa6d56d1-c464-4916-bbb4-d74206a58d88 => 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: 908/1948] 10.0.0.144 () {32 vars in 741 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1949] 10.0.0.144 () {32 vars in 719 bytes} [Fri Mar 6 23:06:23 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: 7|app: 0|req: 909/1950] 10.0.0.144 () {32 vars in 683 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1951] 10.0.0.144 () {32 vars in 669 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/segment => generated 145 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1952] 10.0.0.144 () {32 vars in 719 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1953] 10.0.0.144 () {32 vars in 679 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1954] 10.0.0.144 () {32 vars in 669 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1955] 10.0.0.144 () {32 vars in 697 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1956] 10.0.0.144 () {32 vars in 705 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1957] 10.0.0.144 () {32 vars in 701 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1958] 10.0.0.144 () {32 vars in 701 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1959] 10.0.0.144 () {32 vars in 683 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1960] 10.0.0.144 () {32 vars in 705 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1961] 10.0.0.144 () {32 vars in 695 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1962] 10.0.0.144 () {32 vars in 689 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/1963] 10.0.0.144 () {32 vars in 697 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1964] 10.0.0.144 () {32 vars in 679 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1965] 10.0.0.144 () {32 vars in 689 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1966] 10.0.0.144 () {32 vars in 701 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1967] 10.0.0.144 () {32 vars in 665 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1968] 10.0.0.144 () {32 vars in 681 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1969] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/security-groups?tenant_id=9c09f7dd838e49b4b455d8948598ff6f&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: 1053/1970] 10.0.0.144 () {32 vars in 677 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/1971] 10.0.0.144 () {32 vars in 693 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1972] 10.0.0.144 () {32 vars in 677 bytes} [Fri Mar 6 23:06:23 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: 1056/1973] 10.0.0.144 () {32 vars in 667 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1974] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/1975] 10.0.0.144 () {32 vars in 675 bytes} [Fri Mar 6 23:06:23 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: 8|app: 0|req: 1059/1976] 10.0.0.144 () {32 vars in 687 bytes} [Fri Mar 6 23:06:23 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1977] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:23 2026] DELETE /v2.0/security-groups/80c6286a-06cd-41f9-9521-42aa6fe7c960 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:24.362 8 INFO neutron.services.segments.plugin [-] Segment 916d0db7-4e80-415e-bcd2-4c2d5ac4c5da resource provider aggregate not found 2026-03-06 23:06:24.378 8 INFO neutron.services.segments.plugin [-] Segment 916d0db7-4e80-415e-bcd2-4c2d5ac4c5da resource provider aggregate not found 2026-03-06 23:06:24.380 8 INFO neutron.services.segments.plugin [-] Segment 916d0db7-4e80-415e-bcd2-4c2d5ac4c5da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 916d0db7-4e80-415e-bcd2-4c2d5ac4c5da found for delete ", "request_id": "req-3528011d-ef6b-4768-bc42-428f25a84743"}]} 2026-03-06 23:06:24.394 8 INFO neutron.services.segments.plugin [-] Segment 916d0db7-4e80-415e-bcd2-4c2d5ac4c5da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 916d0db7-4e80-415e-bcd2-4c2d5ac4c5da found for delete ", "request_id": "req-edffe3b8-ed93-4d94-a668-677a05be59e3"}]} [pid: 7|app: 0|req: 919/1978] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:06:24 2026] POST /v2.0/subnetpools => generated 516 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1979] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:06:24 2026] PUT /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1980] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:06:24 2026] GET /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1981] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:24 2026] GET /v2.0/security-groups?tenant_id=8beb5180e95f4a67b8c500db8de8b3bc&name=default => generated 2925 bytes in 344 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1982] 10.0.0.144 () {34 vars in 770 bytes} [Fri Mar 6 23:06:24 2026] PUT /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1983] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:06:24 2026] GET /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags => generated 34 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1984] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:24 2026] DELETE /v2.0/security-groups/7c9159bc-640c-4797-a390-0ed90af9c24a => 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: 924/1985] 10.0.0.144 () {34 vars in 766 bytes} [Fri Mar 6 23:06:24 2026] PUT /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/1986] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:06:24 2026] GET /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags => generated 34 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1987] 10.0.0.144 () {34 vars in 788 bytes} [Fri Mar 6 23:06:24 2026] PUT /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags/black.or.white => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1988] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:06:24 2026] GET /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/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: 926/1989] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:06:24 2026] PUT /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1990] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:06:24 2026] GET /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1991] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:06:25 2026] GET /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:25.084 8 INFO neutron.api.v2.resource [None req-eeaf0d3f-6d92-4fe2-ba51-4c668a7fe023 bb117f9a9dd84fe7a633317580da61d9 de49a9c474d54ffa8f2d3d14a3497c55 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1065/1992] 10.0.0.144 () {32 vars in 751 bytes} [Fri Mar 6 23:06:25 2026] GET /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1993] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:06:25 2026] DELETE /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/1994] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:06:25 2026] GET /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:25.200 7 INFO neutron.api.v2.resource [None req-7ec0a5cd-a418-41f1-a6c7-b79856712952 bb117f9a9dd84fe7a633317580da61d9 de49a9c474d54ffa8f2d3d14a3497c55 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 929/1995] 10.0.0.144 () {32 vars in 754 bytes} [Fri Mar 6 23:06:25 2026] DELETE /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/1996] 10.0.0.144 () {32 vars in 742 bytes} [Fri Mar 6 23:06:25 2026] DELETE /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1997] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:06:25 2026] GET /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d/tags => 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: 1068/1998] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:06:25 2026] DELETE /v2.0/subnetpools/6af00218-25e8-4a1d-8529-dacfcf89c55d => 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: 931/1999] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:26 2026] GET /v2.0/security-groups?tenant_id=de49a9c474d54ffa8f2d3d14a3497c55&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2000] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:26 2026] DELETE /v2.0/security-groups/ed742077-f613-485f-aea7-b9e91dac3ad5 => 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: 1070/2001] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:26 2026] GET /v2.0/security-groups?tenant_id=3d5af7ea14ca4994abb67897cae21385&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/2002] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:26 2026] GET /v2.0/security-groups?tenant_id=e8f6338ae8744f9399c4906f5c835607&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/2003] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:26 2026] DELETE /v2.0/security-groups/45ccb9da-d66c-471f-8887-7c42c24e37a3 => 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: 934/2004] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:26 2026] DELETE /v2.0/security-groups/60807c18-0d9b-4219-9b87-6f477814b8c9 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:26.943 8 INFO neutron.db.segments_db [None req-fa348837-0c80-4fda-b24b-8752175fd576 dc3f59aa15884402a9945d53ad55e98f dc38314464ed4e8692749b4c1f3007a3 - - default default] Added segment c87937e2-3a89-491a-a3fb-3642ce575796 of type vxlan for network b0465262-36c1-4a35-8383-6c0f70c04f25 2026-03-06 23:06:27.021 8 INFO neutron.db.segments_db [None req-fa348837-0c80-4fda-b24b-8752175fd576 dc3f59aa15884402a9945d53ad55e98f dc38314464ed4e8692749b4c1f3007a3 - - default default] Added segment 33eaaac9-9c34-4821-a11b-e8bf358f211a of type vxlan for network 88cc93a5-bb1c-4333-8be4-62a186ba5ec9 [pid: 8|app: 0|req: 1071/2005] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:26 2026] POST /v2.0/networks => generated 1208 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/2006] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:06:27 2026] GET /v2.0/networks => generated 1845 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:27.326 8 INFO neutron.services.segments.plugin [-] Segment c87937e2-3a89-491a-a3fb-3642ce575796 resource provider aggregate not found 2026-03-06 23:06:27.330 8 INFO neutron.services.segments.plugin [-] Segment c87937e2-3a89-491a-a3fb-3642ce575796 resource provider aggregate not found 2026-03-06 23:06:27.343 8 INFO neutron.services.segments.plugin [-] Segment c87937e2-3a89-491a-a3fb-3642ce575796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c87937e2-3a89-491a-a3fb-3642ce575796 found for delete ", "request_id": "req-64b91879-570d-48e7-bee0-8070cc02d7a7"}]} 2026-03-06 23:06:27.353 8 INFO neutron.services.segments.plugin [-] Segment c87937e2-3a89-491a-a3fb-3642ce575796 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c87937e2-3a89-491a-a3fb-3642ce575796 found for delete ", "request_id": "req-321b491b-aa59-4652-b28f-ecdafe72febe"}]} [pid: 8|app: 0|req: 1072/2007] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:27 2026] DELETE /v2.0/networks/b0465262-36c1-4a35-8383-6c0f70c04f25 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:27.462 7 INFO neutron.services.segments.plugin [-] Segment 33eaaac9-9c34-4821-a11b-e8bf358f211a resource provider aggregate not found 2026-03-06 23:06:27.473 7 INFO neutron.services.segments.plugin [-] Segment 33eaaac9-9c34-4821-a11b-e8bf358f211a resource provider aggregate not found 2026-03-06 23:06:27.478 7 INFO neutron.services.segments.plugin [-] Segment 33eaaac9-9c34-4821-a11b-e8bf358f211a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33eaaac9-9c34-4821-a11b-e8bf358f211a found for delete ", "request_id": "req-737bec99-0919-43d7-9f39-27c2ba32e5fe"}]} 2026-03-06 23:06:27.491 7 INFO neutron.services.segments.plugin [-] Segment 33eaaac9-9c34-4821-a11b-e8bf358f211a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33eaaac9-9c34-4821-a11b-e8bf358f211a found for delete ", "request_id": "req-fa3d794b-c47f-4893-8d9d-158c367b0528"}]} [pid: 7|app: 0|req: 936/2008] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:27 2026] DELETE /v2.0/networks/88cc93a5-bb1c-4333-8be4-62a186ba5ec9 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2009] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:06:27 2026] GET /v2.0/networks => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:27.634 7 INFO neutron.db.segments_db [None req-f860f990-0e95-410d-913b-b9455dde3483 dc3f59aa15884402a9945d53ad55e98f dc38314464ed4e8692749b4c1f3007a3 - - default default] Added segment 7b0aaf61-5de3-4856-bbe6-e6977dc6fd9c of type vxlan for network 3b25b9b5-2494-4f56-b70b-78e5f0a69516 [pid: 7|app: 0|req: 937/2010] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:27 2026] POST /v2.0/networks => generated 630 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:27.781 8 INFO neutron.db.segments_db [None req-39ff35e3-a83d-4cb2-93ac-f06a502b5135 dc3f59aa15884402a9945d53ad55e98f dc38314464ed4e8692749b4c1f3007a3 - - default default] Added segment f421b217-45f6-4196-a93b-31e1c87804a8 of type vxlan for network 41842726-33b6-4990-afcc-551ec6276434 [pid: 8|app: 0|req: 1074/2013] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:27 2026] POST /v2.0/networks => generated 630 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/2014] 10.0.0.144 () {34 vars in 665 bytes} [Fri Mar 6 23:06:27 2026] POST /v2.0/ports => generated 1504 bytes in 583 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: 941/2015] 10.0.0.144 () {32 vars in 643 bytes} [Fri Mar 6 23:06:28 2026] GET /v2.0/ports => generated 1504 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:28.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-ee775c3d-2cec-4491-87ea-3a3ac70cef02 dc3f59aa15884402a9945d53ad55e98f dc38314464ed4e8692749b4c1f3007a3 - - default default] TaaS: Handle Delete Port: 604a33d4-060a-4988-b6f3-c9efd6796ff6 2026-03-06 23:06:28.618 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee775c3d-2cec-4491-87ea-3a3ac70cef02 dc3f59aa15884402a9945d53ad55e98f dc38314464ed4e8692749b4c1f3007a3 - - default default] Tap Mirror: Handle Delete Port: 604a33d4-060a-4988-b6f3-c9efd6796ff6 2026-03-06 23:06:28.644 8 INFO neutron.db.segments_db [None req-752f643c-cc25-4852-afc0-7a42d4470b4b 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] Added segment bbfae3ed-42c1-407b-9022-3deea72eade1 of type vxlan for network 483e58eb-ba4c-4a14-a294-eec2540767cc [pid: 7|app: 0|req: 942/2016] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:28 2026] DELETE /v2.0/ports/604a33d4-060a-4988-b6f3-c9efd6796ff6 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2017] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:28 2026] POST /v2.0/networks => generated 612 bytes in 450 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:28.805 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fd9cb6b-2008-4b54-9738-a133c2acb9e6 dc3f59aa15884402a9945d53ad55e98f dc38314464ed4e8692749b4c1f3007a3 - - default default] TaaS: Handle Delete Port: 26d9d53a-949a-4c07-ba1f-c0fbafb11031 2026-03-06 23:06:28.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fd9cb6b-2008-4b54-9738-a133c2acb9e6 dc3f59aa15884402a9945d53ad55e98f dc38314464ed4e8692749b4c1f3007a3 - - default default] Tap Mirror: Handle Delete Port: 26d9d53a-949a-4c07-ba1f-c0fbafb11031 [pid: 7|app: 0|req: 943/2018] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:28 2026] DELETE /v2.0/ports/26d9d53a-949a-4c07-ba1f-c0fbafb11031 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2019] 10.0.0.144 () {32 vars in 643 bytes} [Fri Mar 6 23:06:28 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) 2026-03-06 23:06:28.988 7 INFO neutron.db.segments_db [None req-5dfc922c-ab41-412c-8b6e-d796b7c7adeb dc3f59aa15884402a9945d53ad55e98f dc38314464ed4e8692749b4c1f3007a3 - - default default] Added segment d7eeb4fd-4563-463b-b5c4-b33bbee7617a of type vxlan for network 803b4ea3-7da7-4767-a913-3102efcd31aa [pid: 8|app: 0|req: 1076/2020] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:28 2026] POST /v2.0/ports => generated 743 bytes in 277 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: 945/2021] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:28 2026] POST /v2.0/networks => generated 630 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:29.146 7 INFO neutron.db.segments_db [None req-cf2ee93e-df9e-4e70-bbae-a3426a03dc2c dc3f59aa15884402a9945d53ad55e98f dc38314464ed4e8692749b4c1f3007a3 - - default default] Added segment 20579aa5-1ecb-4db0-b3cc-c883a8fca46f of type vxlan for network 69f664a3-d047-461c-a0cb-cd0db8527a6f [pid: 7|app: 0|req: 946/2022] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:29 2026] POST /v2.0/networks => generated 630 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2023] 10.0.0.144 () {34 vars in 666 bytes} [Fri Mar 6 23:06:29 2026] POST /v2.0/trunks => generated 407 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:29.285 7 INFO neutron.db.segments_db [None req-58285e47-5b74-4eb8-b3da-9e8856c7ad16 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] Added segment 204ed117-e6d5-4fdd-bd8f-edf22c052069 of type vxlan for network e2f72cfe-8258-41af-af76-cff031b19c3c [pid: 7|app: 0|req: 947/2024] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:29 2026] POST /v2.0/networks => generated 612 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2025] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:29 2026] POST /v2.0/ports => generated 743 bytes in 317 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/2026] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:06:29 2026] POST /v2.0/subnets => generated 1273 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2027] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:06:29 2026] GET /v2.0/subnets => generated 1909 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2028] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:29 2026] DELETE /v2.0/subnets/576e558a-e447-40fa-bd5a-2137169181b4 => 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: 949/2029] 10.0.0.144 () {34 vars in 666 bytes} [Fri Mar 6 23:06:29 2026] POST /v2.0/trunks => generated 407 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:30.009 7 INFO neutron.db.segments_db [None req-ab2dcbd3-da23-4a7e-8065-c0a2249879a1 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] Added segment bcbdedb3-db20-445d-88bb-326f00dcbe46 of type vxlan for network 9df804f1-81f6-41e6-a9e2-125ec78ba167 [pid: 8|app: 0|req: 1081/2030] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:29 2026] DELETE /v2.0/subnets/a77a1c7b-a11e-440e-bc38-cdbb54a61df4 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2031] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:06:30 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2032] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:29 2026] POST /v2.0/networks => generated 613 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:30.218 7 INFO neutron.services.segments.plugin [-] Segment 20579aa5-1ecb-4db0-b3cc-c883a8fca46f resource provider aggregate not found 2026-03-06 23:06:30.220 7 INFO neutron.services.segments.plugin [-] Segment 20579aa5-1ecb-4db0-b3cc-c883a8fca46f resource provider aggregate not found 2026-03-06 23:06:30.243 7 INFO neutron.services.segments.plugin [-] Segment 20579aa5-1ecb-4db0-b3cc-c883a8fca46f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20579aa5-1ecb-4db0-b3cc-c883a8fca46f found for delete ", "request_id": "req-6d1907d6-3a58-4ddb-bf3b-038400a5840d"}]} 2026-03-06 23:06:30.244 7 INFO neutron.services.segments.plugin [-] Segment 20579aa5-1ecb-4db0-b3cc-c883a8fca46f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20579aa5-1ecb-4db0-b3cc-c883a8fca46f found for delete ", "request_id": "req-90c67f39-7586-4927-aacf-b019c25d77fc"}]} [pid: 7|app: 0|req: 951/2033] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:30 2026] DELETE /v2.0/networks/69f664a3-d047-461c-a0cb-cd0db8527a6f => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2034] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:30 2026] GET /v2.0/security-groups?tenant_id=9cc87d711d8240c7a01d1ef085128a58&name=default => generated 2925 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2035] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:30 2026] POST /v2.0/ports => generated 743 bytes in 276 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-03-06 23:06:30.572 8 INFO neutron.db.segments_db [None req-45761e8f-7ec4-4f85-9c7a-b426932058a2 20056b6fd6434441aa2c20eeda04c223 65170b9181814aa8bcd4701e2da74c3b - - default default] Added segment f969ddec-9dcc-416b-ba39-8e51728c8405 of type vxlan for network 9cb846c4-fc3d-4e09-a7fc-4b27d8438541 [pid: 8|app: 0|req: 1084/2036] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:30 2026] POST /v2.0/networks => generated 612 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/2037] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:30 2026] DELETE /v2.0/networks/803b4ea3-7da7-4767-a913-3102efcd31aa => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2038] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:30 2026] DELETE /v2.0/security-groups/b39a7f4f-dc6e-403c-9a5b-f3471faa2c77 => 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: 954/2039] 10.0.0.144 () {34 vars in 666 bytes} [Fri Mar 6 23:06:30 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) [pid: 7|app: 0|req: 955/2040] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:30 2026] DELETE /v2.0/networks/41842726-33b6-4990-afcc-551ec6276434 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:30.952 7 INFO neutron.db.segments_db [None req-2d3905ff-8640-4274-a65e-3e1a8058e0c6 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] Added segment 4b214681-f641-46be-b371-e307cf15beb4 of type vxlan for network 06d2b430-aec7-4ba9-99df-922686884b70 [pid: 8|app: 0|req: 1086/2041] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:30 2026] POST /v2.0/ports => generated 743 bytes in 260 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: 956/2042] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:30 2026] POST /v2.0/networks => generated 613 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:31.110 8 INFO neutron.services.segments.plugin [-] Segment 7b0aaf61-5de3-4856-bbe6-e6977dc6fd9c resource provider aggregate not found 2026-03-06 23:06:31.116 8 INFO neutron.services.segments.plugin [-] Segment 7b0aaf61-5de3-4856-bbe6-e6977dc6fd9c resource provider aggregate not found 2026-03-06 23:06:31.131 8 INFO neutron.services.segments.plugin [-] Segment 7b0aaf61-5de3-4856-bbe6-e6977dc6fd9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b0aaf61-5de3-4856-bbe6-e6977dc6fd9c found for delete ", "request_id": "req-a2341031-d540-4b37-a7ac-1bda456a50c2"}]} 2026-03-06 23:06:31.137 8 INFO neutron.services.segments.plugin [-] Segment 7b0aaf61-5de3-4856-bbe6-e6977dc6fd9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b0aaf61-5de3-4856-bbe6-e6977dc6fd9c found for delete ", "request_id": "req-9093a50e-bd23-4596-b328-e76a6e79e47b"}]} [pid: 8|app: 0|req: 1087/2043] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:31 2026] DELETE /v2.0/networks/3b25b9b5-2494-4f56-b70b-78e5f0a69516 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2044] 10.0.0.144 () {34 vars in 666 bytes} [Fri Mar 6 23:06:31 2026] POST /v2.0/trunks => generated 407 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2045] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:06:31 2026] PUT /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2046] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags => generated 25 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2047] 10.0.0.144 () {34 vars in 760 bytes} [Fri Mar 6 23:06:31 2026] PUT /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2048] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2049] 10.0.0.144 () {34 vars in 756 bytes} [Fri Mar 6 23:06:31 2026] PUT /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags/red => generated 4 bytes in 23 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2050] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/2051] 10.0.0.144 () {34 vars in 778 bytes} [Fri Mar 6 23:06:31 2026] PUT /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags/black.or.white => generated 4 bytes in 38 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2052] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:31 2026] POST /v2.0/ports => generated 743 bytes in 253 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: 965/2053] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags => generated 52 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2054] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:06:31 2026] PUT /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/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: 967/2055] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags => generated 37 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2056] 10.0.0.144 () {32 vars in 737 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:31.526 7 INFO neutron.api.v2.resource [None req-7d973fc3-bac0-415c-8880-f181cea709d2 20056b6fd6434441aa2c20eeda04c223 65170b9181814aa8bcd4701e2da74c3b - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 969/2057] 10.0.0.144 () {32 vars in 741 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2058] 10.0.0.144 () {34 vars in 666 bytes} [Fri Mar 6 23:06:31 2026] POST /v2.0/trunks => generated 407 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2059] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:31 2026] DELETE /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2060] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:31.588 8 INFO neutron.db.segments_db [None req-51d4d542-76d4-4950-97c5-48671a118109 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] Added segment a3a7af12-4c7b-4c3d-895b-5e5eca9bae0b of type vxlan for network 20d10eff-db2f-4995-b7b0-0f50046af6ed 2026-03-06 23:06:31.610 7 INFO neutron.api.v2.resource [None req-ba33b3d0-39e1-435c-ac22-1cc3dd7b4af9 20056b6fd6434441aa2c20eeda04c223 65170b9181814aa8bcd4701e2da74c3b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 972/2061] 10.0.0.144 () {32 vars in 744 bytes} [Fri Mar 6 23:06:31 2026] DELETE /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags/green => generated 99 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2062] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:31 2026] POST /v2.0/networks => generated 613 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2063] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:06:31 2026] DELETE /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2064] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/security-groups?tenant_id=dc38314464ed4e8692749b4c1f3007a3&name=default => generated 2925 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2065] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066/tags => 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: 975/2066] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:31 2026] DELETE /v2.0/security-groups/bf4f58d0-6c63-4159-9b16-4a8b849f608b => 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: 976/2067] 10.0.0.144 () {32 vars in 719 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066 => generated 407 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/2068] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:06:31 2026] GET /v2.0/ports/c5ea5dcf-ec37-4025-ba67-4d820f8a1be6 => generated 826 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2069] 10.0.0.144 () {32 vars in 722 bytes} [Fri Mar 6 23:06:32 2026] DELETE /v2.0/trunks/babf7d19-2113-432f-97fb-248097d6a066 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:32.219 7 INFO neutron_taas.services.taas.taas_plugin [None req-585a0e63-bdd9-4713-9e9c-0fd5eac90e90 20056b6fd6434441aa2c20eeda04c223 65170b9181814aa8bcd4701e2da74c3b - - default default] TaaS: Handle Delete Port: c5ea5dcf-ec37-4025-ba67-4d820f8a1be6 2026-03-06 23:06:32.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-585a0e63-bdd9-4713-9e9c-0fd5eac90e90 20056b6fd6434441aa2c20eeda04c223 65170b9181814aa8bcd4701e2da74c3b - - default default] Tap Mirror: Handle Delete Port: c5ea5dcf-ec37-4025-ba67-4d820f8a1be6 2026-03-06 23:06:32.268 7 INFO neutron.services.segments.plugin [-] Segment d7eeb4fd-4563-463b-b5c4-b33bbee7617a resource provider aggregate not found 2026-03-06 23:06:32.273 7 INFO neutron.services.segments.plugin [-] Segment d7eeb4fd-4563-463b-b5c4-b33bbee7617a resource provider aggregate not found 2026-03-06 23:06:32.285 7 INFO neutron.services.segments.plugin [-] Segment d7eeb4fd-4563-463b-b5c4-b33bbee7617a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7eeb4fd-4563-463b-b5c4-b33bbee7617a found for delete ", "request_id": "req-120014b2-ec67-4a1f-8b0a-d0159ebe6eb2"}]} 2026-03-06 23:06:32.293 7 INFO neutron.services.segments.plugin [-] Segment d7eeb4fd-4563-463b-b5c4-b33bbee7617a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d7eeb4fd-4563-463b-b5c4-b33bbee7617a found for delete ", "request_id": "req-317d75e6-9a1a-4f6d-b3f3-47c93d9797aa"}]} 2026-03-06 23:06:32.302 7 INFO neutron.services.segments.plugin [-] Segment f421b217-45f6-4196-a93b-31e1c87804a8 resource provider aggregate not found 2026-03-06 23:06:32.316 7 INFO neutron.services.segments.plugin [-] Segment f421b217-45f6-4196-a93b-31e1c87804a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f421b217-45f6-4196-a93b-31e1c87804a8 found for delete ", "request_id": "req-c5609448-f048-4a70-a85e-b088e6f99914"}]} 2026-03-06 23:06:32.318 7 INFO neutron.services.segments.plugin [-] Segment f421b217-45f6-4196-a93b-31e1c87804a8 resource provider aggregate not found 2026-03-06 23:06:32.332 7 INFO neutron.services.segments.plugin [-] Segment f421b217-45f6-4196-a93b-31e1c87804a8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f421b217-45f6-4196-a93b-31e1c87804a8 found for delete ", "request_id": "req-b8117278-5571-4e79-8f92-45cefff318a1"}]} [pid: 7|app: 0|req: 979/2070] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:32 2026] DELETE /v2.0/ports/c5ea5dcf-ec37-4025-ba67-4d820f8a1be6 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2071] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:06:31 2026] POST /v2.0/ports => generated 743 bytes in 658 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: 980/2072] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:32 2026] DELETE /v2.0/networks/9cb846c4-fc3d-4e09-a7fc-4b27d8438541 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2073] 10.0.0.144 () {34 vars in 666 bytes} [Fri Mar 6 23:06:32 2026] POST /v2.0/trunks => generated 407 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2074] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:06:32 2026] PUT /v2.0/trunks/e05a38ac-8abe-4238-bd88-d9c6a1e63d95/tags => generated 17 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2075] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:06:32 2026] PUT /v2.0/trunks/d5bf5088-8f5b-4c3f-8670-6354b2dab765/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2076] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:06:32 2026] PUT /v2.0/trunks/c2112e78-ce86-4df4-bd25-767c5d6b8617/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2077] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:06:32 2026] PUT /v2.0/trunks/6b87799b-8b0f-46fd-82f5-276fccf4c75a/tags => 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: 983/2078] 10.0.0.144 () {32 vars in 662 bytes} [Fri Mar 6 23:06:32 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: 1096/2079] 10.0.0.144 () {32 vars in 676 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2080] 10.0.0.144 () {32 vars in 672 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2081] 10.0.0.144 () {32 vars in 684 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2082] 10.0.0.144 () {32 vars in 670 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2083] 10.0.0.144 () {32 vars in 684 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2084] 10.0.0.144 () {32 vars in 680 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2085] 10.0.0.144 () {32 vars in 692 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2086] 10.0.0.144 () {32 vars in 719 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/trunks/e05a38ac-8abe-4238-bd88-d9c6a1e63d95 => generated 412 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2087] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/ports/ab58e07a-fb39-4019-92cc-fde610179812 => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2088] 10.0.0.144 () {32 vars in 722 bytes} [Fri Mar 6 23:06:32 2026] DELETE /v2.0/trunks/e05a38ac-8abe-4238-bd88-d9c6a1e63d95 => 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: 989/2089] 10.0.0.144 () {32 vars in 719 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/trunks/d5bf5088-8f5b-4c3f-8670-6354b2dab765 => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2090] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:33 2026] GET /v2.0/security-groups?tenant_id=65170b9181814aa8bcd4701e2da74c3b&name=default => generated 2925 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2091] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:06:33 2026] GET /v2.0/ports/52104830-a126-42a1-b255-e3f0fba4010b => generated 826 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2092] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:32 2026] GET /v2.0/security-groups?tenant_id=4118523d83664286b603a6d4e1c7d4fd&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: 992/2093] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:33 2026] DELETE /v2.0/security-groups/2e519492-ec52-41f5-9efb-f660dbeda613 => 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: 1102/2094] 10.0.0.144 () {32 vars in 722 bytes} [Fri Mar 6 23:06:33 2026] DELETE /v2.0/trunks/d5bf5088-8f5b-4c3f-8670-6354b2dab765 => 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: 1103/2095] 10.0.0.144 () {32 vars in 719 bytes} [Fri Mar 6 23:06:33 2026] GET /v2.0/trunks/c2112e78-ce86-4df4-bd25-767c5d6b8617 => generated 429 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2096] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:33 2026] DELETE /v2.0/security-groups/c239a606-efb7-4932-8e1e-79170e6cd093 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2097] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:06:33 2026] GET /v2.0/ports/3df5a1a6-b0b0-4c20-b152-ea47b961f001 => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2098] 10.0.0.144 () {32 vars in 722 bytes} [Fri Mar 6 23:06:33 2026] DELETE /v2.0/trunks/c2112e78-ce86-4df4-bd25-767c5d6b8617 => 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: 1106/2099] 10.0.0.144 () {32 vars in 719 bytes} [Fri Mar 6 23:06:33 2026] GET /v2.0/trunks/6b87799b-8b0f-46fd-82f5-276fccf4c75a => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2100] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:33 2026] GET /v2.0/security-groups?tenant_id=dc40f85d607a47b6adb1d783cb501af1&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2101] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:06:33 2026] GET /v2.0/ports/2cbc0190-3899-49e1-bfdc-36669addb176 => generated 826 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2102] 10.0.0.144 () {32 vars in 722 bytes} [Fri Mar 6 23:06:33 2026] DELETE /v2.0/trunks/6b87799b-8b0f-46fd-82f5-276fccf4c75a => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2103] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:33 2026] DELETE /v2.0/security-groups/e07cd062-0bcd-471e-a672-6db767a5fca9 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2104] 10.0.0.144 () {32 vars in 719 bytes} [Fri Mar 6 23:06:33 2026] GET /v2.0/trunks/2e697ad0-8926-498c-a174-2c91574835b1 => 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: 996/2105] 10.0.0.144 () {32 vars in 717 bytes} [Fri Mar 6 23:06:33 2026] GET /v2.0/ports/c67d3dbc-58ab-4476-b7d0-6077432927f9 => generated 826 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2106] 10.0.0.144 () {32 vars in 722 bytes} [Fri Mar 6 23:06:33 2026] DELETE /v2.0/trunks/2e697ad0-8926-498c-a174-2c91574835b1 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:33.864 7 INFO neutron_taas.services.taas.taas_plugin [None req-787bd061-5af4-4444-9ece-5ed197f78932 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] TaaS: Handle Delete Port: ab58e07a-fb39-4019-92cc-fde610179812 2026-03-06 23:06:33.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-787bd061-5af4-4444-9ece-5ed197f78932 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] Tap Mirror: Handle Delete Port: ab58e07a-fb39-4019-92cc-fde610179812 [pid: 7|app: 0|req: 998/2107] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:33 2026] DELETE /v2.0/ports/ab58e07a-fb39-4019-92cc-fde610179812 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2108] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:06:33 2026] POST /v2.0/subnetpools => generated 548 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2109] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:33 2026] GET /v2.0/subnetpools/5d5779ce-657f-4387-8332-db03c6a041d1 => generated 548 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:34.035 7 INFO neutron_taas.services.taas.taas_plugin [None req-cefc7734-4028-4239-8ae9-76e63827cb80 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] TaaS: Handle Delete Port: 52104830-a126-42a1-b255-e3f0fba4010b 2026-03-06 23:06:34.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cefc7734-4028-4239-8ae9-76e63827cb80 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] Tap Mirror: Handle Delete Port: 52104830-a126-42a1-b255-e3f0fba4010b [pid: 8|app: 0|req: 1112/2110] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:06:33 2026] PUT /v2.0/subnetpools/5d5779ce-657f-4387-8332-db03c6a041d1 => generated 500 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2111] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:06:34 2026] DELETE /v2.0/subnetpools/5d5779ce-657f-4387-8332-db03c6a041d1 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:34.115 8 INFO neutron.api.v2.resource [None req-91a2d823-ca50-4504-9214-22a17d95fd58 c5a88f061a0b4452b61226c1f9e4ee48 88bef348e02b4302bbc43c8da25d0a49 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1114/2112] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:34 2026] GET /v2.0/subnetpools/5d5779ce-657f-4387-8332-db03c6a041d1 => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2113] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:33 2026] DELETE /v2.0/ports/52104830-a126-42a1-b255-e3f0fba4010b => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:34.128 8 INFO neutron.api.v2.resource [None req-5da7d11d-d4a2-4634-bf0e-2ae2b225ac5f c5a88f061a0b4452b61226c1f9e4ee48 88bef348e02b4302bbc43c8da25d0a49 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1115/2114] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:06:34 2026] DELETE /v2.0/subnetpools/5d5779ce-657f-4387-8332-db03c6a041d1 => generated 145 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:06:34.207 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c7759bc-9b3c-44d8-863f-327638689251 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] TaaS: Handle Delete Port: 3df5a1a6-b0b0-4c20-b152-ea47b961f001 2026-03-06 23:06:34.210 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c7759bc-9b3c-44d8-863f-327638689251 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] Tap Mirror: Handle Delete Port: 3df5a1a6-b0b0-4c20-b152-ea47b961f001 [pid: 7|app: 0|req: 1000/2115] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:34 2026] DELETE /v2.0/ports/3df5a1a6-b0b0-4c20-b152-ea47b961f001 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:34.336 7 INFO neutron.services.segments.plugin [-] Segment f969ddec-9dcc-416b-ba39-8e51728c8405 resource provider aggregate not found 2026-03-06 23:06:34.350 7 INFO neutron.services.segments.plugin [-] Segment f969ddec-9dcc-416b-ba39-8e51728c8405 resource provider aggregate not found 2026-03-06 23:06:34.361 7 INFO neutron.services.segments.plugin [-] Segment f969ddec-9dcc-416b-ba39-8e51728c8405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f969ddec-9dcc-416b-ba39-8e51728c8405 found for delete ", "request_id": "req-b5457134-261b-4e33-8384-789f62c1aa5b"}]} 2026-03-06 23:06:34.367 7 INFO neutron.services.segments.plugin [-] Segment f969ddec-9dcc-416b-ba39-8e51728c8405 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f969ddec-9dcc-416b-ba39-8e51728c8405 found for delete ", "request_id": "req-72736cd4-8e14-4016-869d-b241cdb64a66"}]} 2026-03-06 23:06:34.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-289a5ac4-06cb-4723-9ab0-bd3b7c887447 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] TaaS: Handle Delete Port: 2cbc0190-3899-49e1-bfdc-36669addb176 2026-03-06 23:06:34.409 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-289a5ac4-06cb-4723-9ab0-bd3b7c887447 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] Tap Mirror: Handle Delete Port: 2cbc0190-3899-49e1-bfdc-36669addb176 [pid: 8|app: 0|req: 1116/2116] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:34 2026] DELETE /v2.0/ports/2cbc0190-3899-49e1-bfdc-36669addb176 => generated 0 bytes in 207 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:34.595 7 INFO neutron_taas.services.taas.taas_plugin [None req-6ed92ed8-ea15-4067-aaff-8da6bd473df8 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] TaaS: Handle Delete Port: c67d3dbc-58ab-4476-b7d0-6077432927f9 2026-03-06 23:06:34.599 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6ed92ed8-ea15-4067-aaff-8da6bd473df8 75868a58298541db97cd838e8c480787 32481d63940a420798c4c4c6db8d1e67 - - default default] Tap Mirror: Handle Delete Port: c67d3dbc-58ab-4476-b7d0-6077432927f9 [pid: 7|app: 0|req: 1001/2117] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:06:34 2026] DELETE /v2.0/ports/c67d3dbc-58ab-4476-b7d0-6077432927f9 => 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: 1117/2118] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:34 2026] GET /v2.0/security-groups?tenant_id=88bef348e02b4302bbc43c8da25d0a49&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2119] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:34 2026] DELETE /v2.0/networks/483e58eb-ba4c-4a14-a294-eec2540767cc => 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: 1118/2120] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:34 2026] DELETE /v2.0/security-groups/ae18868e-6fb0-4481-a28b-37b3b5513498 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2121] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:34 2026] DELETE /v2.0/networks/e2f72cfe-8258-41af-af76-cff031b19c3c => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:35.059 8 INFO neutron.services.segments.plugin [-] Segment bcbdedb3-db20-445d-88bb-326f00dcbe46 resource provider aggregate not found 2026-03-06 23:06:35.067 8 INFO neutron.services.segments.plugin [-] Segment bcbdedb3-db20-445d-88bb-326f00dcbe46 resource provider aggregate not found 2026-03-06 23:06:35.074 8 INFO neutron.services.segments.plugin [-] Segment bcbdedb3-db20-445d-88bb-326f00dcbe46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcbdedb3-db20-445d-88bb-326f00dcbe46 found for delete ", "request_id": "req-8f632d3e-61a3-462e-8f11-de1304a72e8a"}]} [pid: 8|app: 0|req: 1119/2122] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:34 2026] DELETE /v2.0/networks/9df804f1-81f6-41e6-a9e2-125ec78ba167 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:35.085 8 INFO neutron.services.segments.plugin [-] Segment bcbdedb3-db20-445d-88bb-326f00dcbe46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcbdedb3-db20-445d-88bb-326f00dcbe46 found for delete ", "request_id": "req-0b51038a-7a59-4e52-a7cb-dcf967fb75d2"}]} [pid: 7|app: 0|req: 1004/2123] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:35 2026] DELETE /v2.0/networks/06d2b430-aec7-4ba9-99df-922686884b70 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2124] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:35 2026] DELETE /v2.0/networks/20d10eff-db2f-4995-b7b0-0f50046af6ed => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:36.379 7 INFO neutron.services.segments.plugin [-] Segment bbfae3ed-42c1-407b-9022-3deea72eade1 resource provider aggregate not found 2026-03-06 23:06:36.396 7 INFO neutron.services.segments.plugin [-] Segment bbfae3ed-42c1-407b-9022-3deea72eade1 resource provider aggregate not found 2026-03-06 23:06:36.401 7 INFO neutron.services.segments.plugin [-] Segment bbfae3ed-42c1-407b-9022-3deea72eade1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbfae3ed-42c1-407b-9022-3deea72eade1 found for delete ", "request_id": "req-c261b365-fb14-46de-b214-803e65e118f1"}]} 2026-03-06 23:06:36.429 7 INFO neutron.services.segments.plugin [-] Segment bbfae3ed-42c1-407b-9022-3deea72eade1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bbfae3ed-42c1-407b-9022-3deea72eade1 found for delete ", "request_id": "req-01d0a2c5-9a0c-429a-9c94-d8d01417614f"}]} 2026-03-06 23:06:36.432 7 INFO neutron.services.segments.plugin [-] Segment 204ed117-e6d5-4fdd-bd8f-edf22c052069 resource provider aggregate not found 2026-03-06 23:06:36.452 7 INFO neutron.services.segments.plugin [-] Segment 204ed117-e6d5-4fdd-bd8f-edf22c052069 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 204ed117-e6d5-4fdd-bd8f-edf22c052069 found for delete ", "request_id": "req-7cbb6696-ebe2-4e4b-ae07-89f1174254d5"}]} 2026-03-06 23:06:36.466 7 INFO neutron.services.segments.plugin [-] Segment 204ed117-e6d5-4fdd-bd8f-edf22c052069 resource provider aggregate not found 2026-03-06 23:06:36.469 7 INFO neutron.services.segments.plugin [-] Segment 4b214681-f641-46be-b371-e307cf15beb4 resource provider aggregate not found 2026-03-06 23:06:36.488 7 INFO neutron.services.segments.plugin [-] Segment 4b214681-f641-46be-b371-e307cf15beb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b214681-f641-46be-b371-e307cf15beb4 found for delete ", "request_id": "req-bc92ba1c-a07a-40ba-85e7-55ac5f83d673"}]} 2026-03-06 23:06:36.488 7 INFO neutron.services.segments.plugin [-] Segment 204ed117-e6d5-4fdd-bd8f-edf22c052069 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 204ed117-e6d5-4fdd-bd8f-edf22c052069 found for delete ", "request_id": "req-d79fb7cd-29eb-48a0-b804-e2e58d00603f"}]} 2026-03-06 23:06:36.505 7 INFO neutron.services.segments.plugin [-] Segment 4b214681-f641-46be-b371-e307cf15beb4 resource provider aggregate not found 2026-03-06 23:06:36.520 7 INFO neutron.services.segments.plugin [-] Segment 4b214681-f641-46be-b371-e307cf15beb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b214681-f641-46be-b371-e307cf15beb4 found for delete ", "request_id": "req-e61da9b2-ec98-4851-9313-35499f87c40b"}]} [pid: 7|app: 0|req: 1005/2125] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:36 2026] GET /v2.0/security-groups?tenant_id=c41f41e22b5f4d9fbaec9af39fe2fe3f&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2126] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:36 2026] DELETE /v2.0/security-groups/4456fccd-785b-437d-a4fa-b9e527799a2d => 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: 1122/2127] 10.0.0.144 () {32 vars in 623 bytes} [Fri Mar 6 23:06:36 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: 1123/2128] 10.0.0.144 () {32 vars in 633 bytes} [Fri Mar 6 23:06:36 2026] GET /v2.0/ => generated 632 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2129] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:36 2026] GET /v2.0/security-groups?tenant_id=784960ec5d554413a42e38c119671a2e&name=default => generated 2925 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:37.091 8 INFO neutron.services.segments.plugin [-] Segment a3a7af12-4c7b-4c3d-895b-5e5eca9bae0b resource provider aggregate not found 2026-03-06 23:06:37.104 8 INFO neutron.services.segments.plugin [-] Segment a3a7af12-4c7b-4c3d-895b-5e5eca9bae0b resource provider aggregate not found 2026-03-06 23:06:37.108 8 INFO neutron.services.segments.plugin [-] Segment a3a7af12-4c7b-4c3d-895b-5e5eca9bae0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3a7af12-4c7b-4c3d-895b-5e5eca9bae0b found for delete ", "request_id": "req-b16394ea-aabb-4a53-894a-bc07ae3b03f4"}]} 2026-03-06 23:06:37.119 8 INFO neutron.services.segments.plugin [-] Segment a3a7af12-4c7b-4c3d-895b-5e5eca9bae0b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3a7af12-4c7b-4c3d-895b-5e5eca9bae0b found for delete ", "request_id": "req-daeb0329-4342-4578-834e-1eefbc87ecd0"}]} 2026-03-06 23:06:37.131 7 INFO neutron.db.segments_db [None req-9017ace0-9efd-40de-8415-642dcde92bf0 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Added segment bebe5a4b-65b7-4916-b835-10fbcfcca0a3 of type vxlan for network 62f8b8c2-2bbd-433e-96ec-066bb0b4ebec [pid: 7|app: 0|req: 1006/2130] 10.0.0.144 () {34 vars in 671 bytes} [Fri Mar 6 23:06:36 2026] POST /v2.0/networks => generated 614 bytes in 585 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2131] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:37 2026] DELETE /v2.0/security-groups/f93816c4-2ace-4ad2-b23b-ead00f01d205 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:37.424 8 INFO neutron.db.segments_db [None req-12463151-1a3e-414f-ba72-4c3f6ad56ea7 360b39a5bc7c41d6a3d680ffb47f53c5 a36807a2169242adbd077f1bc49b7d8f - - default default] Added segment e7b63570-4a26-4036-9a13-9a24d7815af5 of type vxlan for network e66f173e-62a9-48f7-a11f-cd712b5968d7 2026-03-06 23:06:37.438 7 INFO neutron.db.segments_db [None req-bda76f68-09f5-4e3c-a8ff-459875261c57 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Added segment 3b80e5ab-b322-4a7c-9c38-73e30efd1486 of type vxlan for network bcf49d88-5d12-4f5e-bbcb-0a011501c86c [pid: 8|app: 0|req: 1125/2132] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:37 2026] POST /v2.0/networks => generated 613 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:37.756 7 INFO neutron.db.l3_hamode_db [None req-bda76f68-09f5-4e3c-a8ff-459875261c57 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1126/2133] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:37 2026] GET /v2.0/security-groups?tenant_id=6d03d8e09cbd4dae8ba17a775800cab5&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2134] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:37 2026] GET /v2.0/security-groups?tenant_id=32481d63940a420798c4c4c6db8d1e67&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:37.867 8 INFO neutron.db.segments_db [None req-71222eda-3f67-45af-b694-93f53bcc5a33 360b39a5bc7c41d6a3d680ffb47f53c5 a36807a2169242adbd077f1bc49b7d8f - - default default] Added segment cf24e6f4-f910-4ba6-b69a-233e0d555a19 of type vxlan for network 6200b666-e0c9-416b-99e4-70a69878986a [pid: 8|app: 0|req: 1128/2135] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:37 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2136] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:06:37 2026] GET /v2.0/networks => generated 4958 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2137] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:38 2026] DELETE /v2.0/security-groups/20bbda9e-c614-46bb-8beb-6a820819986e => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2138] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:38 2026] DELETE /v2.0/security-groups/4a52a0bc-27e3-4229-9e12-ec54ee35656b => 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: 1132/2139] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:06:38 2026] PUT /v2.0/networks/e66f173e-62a9-48f7-a11f-cd712b5968d7/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2140] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/security-groups => generated 23205 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2141] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/networks/e66f173e-62a9-48f7-a11f-cd712b5968d7/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:38.485 7 INFO neutron.db.l3_hamode_db [None req-bda76f68-09f5-4e3c-a8ff-459875261c57 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1135/2142] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/ports => generated 5720 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2143] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:06:38 2026] PUT /v2.0/networks/6200b666-e0c9-416b-99e4-70a69878986a/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: 1137/2144] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/subnets => generated 1930 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2145] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/networks/6200b666-e0c9-416b-99e4-70a69878986a/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2146] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2147] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:06:38 2026] PUT /v2.0/networks/6200b666-e0c9-416b-99e4-70a69878986a/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2148] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/floatingips => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2149] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/networks/6200b666-e0c9-416b-99e4-70a69878986a/tags => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1143/2150] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/subnets => generated 1930 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2151] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/networks/e66f173e-62a9-48f7-a11f-cd712b5968d7/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2152] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/agents => generated 3385 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2153] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:38 2026] DELETE /v2.0/networks/e66f173e-62a9-48f7-a11f-cd712b5968d7 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2154] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:06:38 2026] GET /v2.0/network-ip-availabilities => generated 2068 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2155] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:38 2026] DELETE /v2.0/networks/6200b666-e0c9-416b-99e4-70a69878986a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:39.125 8 INFO neutron.services.segments.plugin [-] Segment e7b63570-4a26-4036-9a13-9a24d7815af5 resource provider aggregate not found [pid: 8|app: 0|req: 1149/2156] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:06:39 2026] GET /v2.0/routers => generated 737 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:39.138 8 INFO neutron.services.segments.plugin [-] Segment e7b63570-4a26-4036-9a13-9a24d7815af5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7b63570-4a26-4036-9a13-9a24d7815af5 found for delete ", "request_id": "req-c0effea0-d327-4498-b4d3-707669a374a6"}]} 2026-03-06 23:06:39.139 8 INFO neutron.services.segments.plugin [-] Segment e7b63570-4a26-4036-9a13-9a24d7815af5 resource provider aggregate not found [pid: 8|app: 0|req: 1150/2157] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:06:39 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:39.157 8 INFO neutron.services.segments.plugin [-] Segment e7b63570-4a26-4036-9a13-9a24d7815af5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7b63570-4a26-4036-9a13-9a24d7815af5 found for delete ", "request_id": "req-116b97ec-b610-4039-b394-331dad3ab289"}]} 2026-03-06 23:06:39.162 8 INFO neutron.services.segments.plugin [-] Segment cf24e6f4-f910-4ba6-b69a-233e0d555a19 resource provider aggregate not found 2026-03-06 23:06:39.171 8 INFO neutron.services.segments.plugin [-] Segment cf24e6f4-f910-4ba6-b69a-233e0d555a19 resource provider aggregate not found 2026-03-06 23:06:39.183 8 INFO neutron.services.segments.plugin [-] Segment cf24e6f4-f910-4ba6-b69a-233e0d555a19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf24e6f4-f910-4ba6-b69a-233e0d555a19 found for delete ", "request_id": "req-85bb1b14-7330-46ec-a33b-cdd4838618ef"}]} 2026-03-06 23:06:39.197 8 INFO neutron.services.segments.plugin [-] Segment cf24e6f4-f910-4ba6-b69a-233e0d555a19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf24e6f4-f910-4ba6-b69a-233e0d555a19 found for delete ", "request_id": "req-b8104b81-b46e-4c3b-815c-fdcbdf96a7fb"}]} [pid: 8|app: 0|req: 1151/2158] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:06:39 2026] GET /v2.0/routers/8f8a8c09-af3e-4524-94db-735a6a4861ca/l3-agents => generated 682 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2159] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:06:37 2026] POST /v2.0/routers => generated 694 bytes in 1955 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1152/2160] 10.0.0.144 () {32 vars in 776 bytes} [Fri Mar 6 23:06:39 2026] GET /v2.0/subnets?project_id=1f60f564490a473b8125f3b8129b0142&cidr=10.100.0.0%2F28 => generated 14 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2161] 10.0.0.144 () {32 vars in 694 bytes} [Fri Mar 6 23:06:39 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2162] 10.0.0.144 () {32 vars in 784 bytes} [Fri Mar 6 23:06:39 2026] GET /v2.0/subnets?network_id=0e05124c-aa22-453b-b564-f0d75509bf47&cidr=10.100.0.0%2F28 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2163] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:06:39 2026] POST /v2.0/subnets => generated 655 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2164] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:39 2026] GET /v2.0/security-groups?tenant_id=e217e43f654844618f740d850a9c016c&name=default => generated 2925 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2165] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:40 2026] DELETE /v2.0/security-groups/b1b4b390-f484-437c-8546-97e98c5a19a4 => 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: 1156/2166] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:40 2026] GET /v2.0/security-groups?tenant_id=a36807a2169242adbd077f1bc49b7d8f&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2167] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:40 2026] DELETE /v2.0/security-groups/3ec45e2b-5759-47b1-aa71-d9999e255feb => 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: 1011/2168] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:06:39 2026] PUT /v2.0/routers/8f8a8c09-af3e-4524-94db-735a6a4861ca/add_router_interface => generated 309 bytes in 1388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2169] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:06:41 2026] GET /v2.0/networks => generated 3606 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2170] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:06:41 2026] GET /v2.0/subnets => generated 2593 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2171] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:06:41 2026] GET /v2.0/routers => generated 737 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2172] 10.0.0.144 () {34 vars in 685 bytes} [Fri Mar 6 23:06:41 2026] POST /v2.0/security-groups => generated 1675 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2173] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:06:41 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2174] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:06:41 2026] POST /v2.0/security-group-rules => generated 596 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2175] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:06:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:42.086 7 INFO neutron.db.segments_db [None req-e1dc3f10-9512-4116-aeda-2625be0a129d afa5f149a96f48c99378bde05efc2019 5d4176c2e0874dc685471cb1c84e6fa1 - - default default] Added segment 9e5afad7-4ad0-43e1-884f-072099e1522e of type vxlan for network 31d05afe-8ef7-4816-8e2c-bd3ea2149ed8 [pid: 8|app: 0|req: 1163/2176] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:06:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2177] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:41 2026] POST /v2.0/networks => generated 612 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:42.203 8 INFO neutron.db.securitygroups_db [None req-54b0b783-206e-428f-a3b9-56618a8b71e2 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Project 1f60f564490a473b8125f3b8129b0142 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: 1015/2178] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:06:42 2026] PUT /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2179] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:06:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2180] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:42 2026] GET /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:42.328 8 INFO neutron.db.securitygroups_db [None req-9a92eaf8-bfac-414f-81d1-49f79cfd5dc8 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Project 1f60f564490a473b8125f3b8129b0142 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: 1017/2181] 10.0.0.144 () {34 vars in 764 bytes} [Fri Mar 6 23:06:42 2026] PUT /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2182] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:06:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2183] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:42 2026] GET /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2184] 10.0.0.144 () {34 vars in 760 bytes} [Fri Mar 6 23:06:42 2026] PUT /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2185] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:42 2026] GET /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags => generated 34 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2186] 10.0.0.144 () {34 vars in 782 bytes} [Fri Mar 6 23:06:42 2026] PUT /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags/black.or.white => generated 4 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2187] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:42 2026] GET /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/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: 1168/2190] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:06:42 2026] PUT /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags => generated 37 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2191] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:42 2026] GET /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2192] 10.0.0.144 () {32 vars in 741 bytes} [Fri Mar 6 23:06:42 2026] GET /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags/red => generated 0 bytes in 37 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:42.938 7 INFO neutron.api.v2.resource [None req-ca6e0ef6-ad4c-44ea-af23-85ca401bb814 afa5f149a96f48c99378bde05efc2019 5d4176c2e0874dc685471cb1c84e6fa1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1025/2193] 10.0.0.144 () {32 vars in 745 bytes} [Fri Mar 6 23:06:42 2026] GET /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/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: 1026/2194] 10.0.0.144 () {32 vars in 744 bytes} [Fri Mar 6 23:06:42 2026] DELETE /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags/red => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2195] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:43 2026] GET /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2196] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:06:42 2026] GET /v2.0/networks => generated 1298 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:06:43.120 7 INFO neutron.api.v2.resource [None req-0fe0f13e-0cb1-4244-b261-de478b4ededf afa5f149a96f48c99378bde05efc2019 5d4176c2e0874dc685471cb1c84e6fa1 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1028/2197] 10.0.0.144 () {32 vars in 748 bytes} [Fri Mar 6 23:06:43 2026] DELETE /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags/green => generated 99 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2198] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:43 2026] DELETE /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags => 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: 1029/2199] 10.0.0.59 () {34 vars in 1099 bytes} [Fri Mar 6 23:06:43 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1257339148&fields=id&tenant_id=1f60f564490a473b8125f3b8129b0142 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2200] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:43 2026] GET /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2201] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:06:43 2026] GET /v2.0/networks?id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2202] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:06:43 2026] GET /v2.0/quotas/1f60f564490a473b8125f3b8129b0142 => 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: 1032/2203] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:06:43 2026] GET /v2.0/ports?tenant_id=1f60f564490a473b8125f3b8129b0142&fields=id => generated 103 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:43.375 8 INFO neutron.services.segments.plugin [-] Segment 9e5afad7-4ad0-43e1-884f-072099e1522e resource provider aggregate not found 2026-03-06 23:06:43.381 8 INFO neutron.services.segments.plugin [-] Segment 9e5afad7-4ad0-43e1-884f-072099e1522e resource provider aggregate not found [pid: 7|app: 0|req: 1033/2204] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:06:43 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:43.401 8 INFO neutron.services.segments.plugin [-] Segment 9e5afad7-4ad0-43e1-884f-072099e1522e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e5afad7-4ad0-43e1-884f-072099e1522e found for delete ", "request_id": "req-a3b73a1f-b21b-4894-9d8b-35f9795fb393"}]} 2026-03-06 23:06:43.405 8 INFO neutron.services.segments.plugin [-] Segment 9e5afad7-4ad0-43e1-884f-072099e1522e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e5afad7-4ad0-43e1-884f-072099e1522e found for delete ", "request_id": "req-e14e6240-a41d-4db8-ab02-d91b61ea3899"}]} [pid: 8|app: 0|req: 1172/2205] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:43 2026] DELETE /v2.0/networks/31d05afe-8ef7-4816-8e2c-bd3ea2149ed8 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2206] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:06:43 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1173/2207] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:43 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2208] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:44 2026] GET /v2.0/security-groups?tenant_id=4176effd03aa423e96069f9fe14b33da&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2209] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:44 2026] GET /v2.0/security-groups?tenant_id=bc5f9a6e83024978b32154afcf2ebb5a&name=default => generated 2925 bytes in 310 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2210] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:44 2026] DELETE /v2.0/security-groups/b98a9494-b0d3-46a2-9f3b-55d5756a08d3 => 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: 1036/2211] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:44 2026] DELETE /v2.0/security-groups/fb7b13bd-5dbc-45ae-8ec9-6218d3b148a6 => 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: 1037/2212] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:44 2026] GET /v2.0/security-groups?tenant_id=5d4176c2e0874dc685471cb1c84e6fa1&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2213] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:44 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1176/2214] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:44 2026] GET /v2.0/security-groups?tenant_id=050433d0ad0e47c2bc4d550b8bd9cb9c&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: 1039/2215] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:44 2026] DELETE /v2.0/security-groups/0c611a83-9564-4fc0-91f5-c95be4b908cc => 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: 1177/2216] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:44 2026] DELETE /v2.0/security-groups/04df4550-b062-4043-b0c3-37e984358cb9 => 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: 1040/2217] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:45 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1178/2218] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:46 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1179/2219] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:06:47 2026] GET /v2.0/networks?id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec => 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: 1180/2220] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:06:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1f60f564490a473b8125f3b8129b0142 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2221] 10.0.0.144 () {34 vars in 678 bytes} [Fri Mar 6 23:06:47 2026] POST /v2.0/qos/policies => generated 359 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2222] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:47 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1043/2223] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:06:48 2026] PUT /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2224] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:48 2026] GET /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2225] 10.0.0.144 () {34 vars in 764 bytes} [Fri Mar 6 23:06:48 2026] PUT /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags/green => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2226] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:48 2026] GET /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2227] 10.0.0.144 () {34 vars in 760 bytes} [Fri Mar 6 23:06:48 2026] PUT /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2228] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:06:47 2026] POST /v2.0/ports => generated 958 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: 7|app: 0|req: 1048/2229] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:48 2026] GET /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/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: 1049/2230] 10.0.0.144 () {34 vars in 782 bytes} [Fri Mar 6 23:06:48 2026] PUT /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2231] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:48 2026] GET /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2232] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:06:48 2026] PUT /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/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: 1052/2233] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:48 2026] GET /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2234] 10.0.0.144 () {32 vars in 741 bytes} [Fri Mar 6 23:06:48 2026] GET /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:48.507 7 INFO neutron.api.v2.resource [None req-a2b2f36a-1bcb-468d-a640-47f6df97cea5 ad59f1bf52b941be8e4cd9455e91b986 5e24e065f2d94bf6a5efe93a8026039e - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1054/2235] 10.0.0.144 () {32 vars in 745 bytes} [Fri Mar 6 23:06:48 2026] GET /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2236] 10.0.0.144 () {32 vars in 744 bytes} [Fri Mar 6 23:06:48 2026] DELETE /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2237] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:48 2026] GET /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:48.625 7 INFO neutron.api.v2.resource [None req-126366d5-53c6-49be-8e83-9acdb765e0d4 ad59f1bf52b941be8e4cd9455e91b986 5e24e065f2d94bf6a5efe93a8026039e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1057/2238] 10.0.0.144 () {32 vars in 748 bytes} [Fri Mar 6 23:06:48 2026] DELETE /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2239] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:06:48 2026] PUT /v2.0/ports/e5454e19-8c42-4d0b-b671-93eaba05d13a => generated 1239 bytes in 407 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2240] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:48 2026] DELETE /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags => generated 0 bytes in 55 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-03-06 23:06:48.697 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4877e0b3-d30d-4a9c-b7c7-2953330be9d0'] response: {'name': 'network-changed', 'server_uuid': 'bef4bd1f-b0ba-450f-86c8-e4b6a1002c98', 'tag': 'e5454e19-8c42-4d0b-b671-93eaba05d13a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1183/2241] 10.0.0.144 () {32 vars in 733 bytes} [Fri Mar 6 23:06:48 2026] GET /v2.0/policies/9309fae8-fa82-42f0-a687-5302e175eff1/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2242] 10.0.0.144 () {32 vars in 734 bytes} [Fri Mar 6 23:06:48 2026] DELETE /v2.0/qos/policies/9309fae8-fa82-42f0-a687-5302e175eff1 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2243] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:49 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2244] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:49 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2245] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:06:49 2026] GET /v2.0/ports?tenant_id=1f60f564490a473b8125f3b8129b0142&device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2246] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:06:49 2026] GET /v2.0/networks?tenant_id=1f60f564490a473b8125f3b8129b0142&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2247] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:06:49 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2248] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:49 2026] GET /v2.0/security-groups?tenant_id=5e24e065f2d94bf6a5efe93a8026039e&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2249] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:49 2026] DELETE /v2.0/security-groups/6cf8aefc-3415-4b86-9794-20f633bf879c => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2250] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:49 2026] GET /v2.0/security-groups?tenant_id=28df892c2bbb450c82643458ae3ba3ce&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2251] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:49 2026] DELETE /v2.0/security-groups/ed97cd82-7b1e-4f2f-a77c-ab0fc464061d => 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: 1064/2252] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:50 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 973 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2253] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:50 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2254] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:06:50 2026] GET /v2.0/ports?tenant_id=1f60f564490a473b8125f3b8129b0142&device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1190/2255] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:06:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e5454e19-8c42-4d0b-b671-93eaba05d13a => 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: 1066/2256] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:06:50 2026] GET /v2.0/subnets?id=f680f9fa-2b57-4fdd-a1ab-22167a117d73 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2257] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:06:50 2026] GET /v2.0/ports?network_id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2258] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:06:50 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1192/2259] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:06:50 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1068/2260] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:51 2026] GET /v2.0/security-groups?tenant_id=8fa80fa80a854329ad9cb095e3d4b741&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2261] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:51 2026] DELETE /v2.0/security-groups/ce891f8f-7aaa-49d1-827b-f79fefb86027 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2262] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:51 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2263] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:51 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2264] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:52 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2265] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:52 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:06:53.512 7 INFO neutron.db.segments_db [None req-1cac8c52-e0e3-4450-a4ca-8b31f4aee645 e7cac2f7d42b46a1845f0e6528a8cf7d a1e3b3b3eae247dcacfbe5b6097f3150 - - default default] Added segment 5ba0f044-75ad-434d-aa00-86c4474fde09 of type vxlan for network 409a95ef-b083-4068-8686-78bc674e2b7a [pid: 7|app: 0|req: 1071/2266] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:06:53 2026] POST /v2.0/networks => generated 613 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2267] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:53 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1073/2268] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:53 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2269] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:06:53 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2270] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:06:53 2026] PUT /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2271] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:06:53 2026] GET /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2272] 10.0.0.144 () {34 vars in 762 bytes} [Fri Mar 6 23:06:53 2026] PUT /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2273] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:06:54 2026] GET /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/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: 1076/2274] 10.0.0.144 () {34 vars in 758 bytes} [Fri Mar 6 23:06:54 2026] PUT /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags/red => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2275] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:06:54 2026] GET /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2276] 10.0.0.144 () {34 vars in 780 bytes} [Fri Mar 6 23:06:54 2026] PUT /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags/black.or.white => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2277] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:06:54 2026] GET /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2278] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:06:54 2026] PUT /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags => generated 37 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2279] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:06:54 2026] GET /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2280] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:06:54 2026] GET /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags/red => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:54.582 8 INFO neutron.api.v2.resource [None req-c54f67aa-9810-4de1-abff-7e65281640e3 e7cac2f7d42b46a1845f0e6528a8cf7d a1e3b3b3eae247dcacfbe5b6097f3150 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1202/2281] 10.0.0.144 () {32 vars in 743 bytes} [Fri Mar 6 23:06:54 2026] GET /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags/green => generated 99 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2282] 10.0.0.144 () {32 vars in 742 bytes} [Fri Mar 6 23:06:54 2026] DELETE /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags/red => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2283] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:06:54 2026] GET /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:06:54.766 7 INFO neutron.api.v2.resource [None req-72ef2457-56f4-4424-8f80-bebe94b4c55e e7cac2f7d42b46a1845f0e6528a8cf7d a1e3b3b3eae247dcacfbe5b6097f3150 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1081/2284] 10.0.0.144 () {32 vars in 746 bytes} [Fri Mar 6 23:06:54 2026] DELETE /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags/green => generated 99 bytes in 61 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2285] 10.0.0.144 () {32 vars in 734 bytes} [Fri Mar 6 23:06:54 2026] DELETE /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/tags => 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: 1082/2286] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:06:54 2026] GET /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2/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: 1205/2287] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:54 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2288] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:54 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&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: 1083/2289] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:06:54 2026] DELETE /v2.0/subnets/af4c2952-ee44-4119-a2e4-6bf62665dcc2 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:06:55.183 8 INFO neutron_taas.services.taas.taas_plugin [None req-5635c355-dd30-4013-a7cb-4b7f69f034c4 e7cac2f7d42b46a1845f0e6528a8cf7d a1e3b3b3eae247dcacfbe5b6097f3150 - - default default] TaaS: Handle Delete Port: d41304c1-04c1-4cd8-a8bf-286f4c45b972 2026-03-06 23:06:55.185 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5635c355-dd30-4013-a7cb-4b7f69f034c4 e7cac2f7d42b46a1845f0e6528a8cf7d a1e3b3b3eae247dcacfbe5b6097f3150 - - default default] Tap Mirror: Handle Delete Port: d41304c1-04c1-4cd8-a8bf-286f4c45b972 2026-03-06 23:06:55.343 8 INFO neutron.services.segments.plugin [-] Segment 5ba0f044-75ad-434d-aa00-86c4474fde09 resource provider aggregate not found 2026-03-06 23:06:55.351 8 INFO neutron.services.segments.plugin [-] Segment 5ba0f044-75ad-434d-aa00-86c4474fde09 resource provider aggregate not found 2026-03-06 23:06:55.361 8 INFO neutron.services.segments.plugin [-] Segment 5ba0f044-75ad-434d-aa00-86c4474fde09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ba0f044-75ad-434d-aa00-86c4474fde09 found for delete ", "request_id": "req-59e31423-7377-49de-b656-14d89b94fc45"}]} 2026-03-06 23:06:55.366 8 INFO neutron.services.segments.plugin [-] Segment 5ba0f044-75ad-434d-aa00-86c4474fde09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5ba0f044-75ad-434d-aa00-86c4474fde09 found for delete ", "request_id": "req-313b59b5-0a7d-46f8-b9e8-a947a453ceda"}]} [pid: 8|app: 0|req: 1207/2290] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:06:55 2026] DELETE /v2.0/networks/409a95ef-b083-4068-8686-78bc674e2b7a => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2291] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:56 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2292] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:56 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&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: 1208/2293] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:56 2026] GET /v2.0/security-groups?tenant_id=a1e3b3b3eae247dcacfbe5b6097f3150&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2294] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:06:56 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2295] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:06:56 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&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: 1086/2296] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:56 2026] DELETE /v2.0/security-groups/22c3c11d-8cad-4982-b634-87f602636c5b => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2297] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:06:56 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1212/2298] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:06:56 2026] GET /v2.0/security-groups?tenant_id=ebca38820b6845629562cdf72339a1ab&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2299] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:06:56 2026] DELETE /v2.0/security-groups/0347e82e-8c7b-482e-9df0-dbdae53eb1b3 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:06:57.179 7 INFO neutron.db.l3_db [None req-0a2f7274-5803-40fa-97f9-0bf65747a29b 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Floating IP 85190b33-87cd-4cec-87ad-b844d609f9bd associated. External IP: 10.96.250.201, port: e5454e19-8c42-4d0b-b671-93eaba05d13a. [pid: 7|app: 0|req: 1087/2300] 10.0.0.144 () {34 vars in 677 bytes} [Fri Mar 6 23:06:56 2026] POST /v2.0/floatingips => generated 856 bytes in 1156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:06:57.614 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-37685352-5b70-4600-8e60-5b079929b662'] response: {'name': 'network-changed', 'server_uuid': 'bef4bd1f-b0ba-450f-86c8-e4b6a1002c98', 'tag': 'e5454e19-8c42-4d0b-b671-93eaba05d13a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1214/2301] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:57 2026] GET /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 856 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2304] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:06:58 2026] GET /v2.0/ports?tenant_id=1f60f564490a473b8125f3b8129b0142&device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1216/2305] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:06:58 2026] GET /v2.0/networks?id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2306] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:06:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e5454e19-8c42-4d0b-b671-93eaba05d13a => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2307] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:06:58 2026] GET /v2.0/subnets?id=f680f9fa-2b57-4fdd-a1ab-22167a117d73 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2308] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:06:58 2026] GET /v2.0/ports?network_id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec&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: 1218/2309] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:06:58 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1092/2310] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:06:58 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1219/2311] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:58 2026] GET /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 856 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2312] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:06:59 2026] GET /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2313] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:01 2026] GET /v2.0/security-groups?tenant_id=016fca5a7b3346cda37a1447bddd1ba4&name=default => generated 2925 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2314] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:01 2026] DELETE /v2.0/security-groups/ef2255df-ad4d-4bbe-af3d-5a92d14d5dc6 => 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: 1221/2315] 10.0.0.77 () {32 vars in 801 bytes} [Fri Mar 6 23:07:04 2026] GET /v2.0/extensions => generated 21537 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2316] 10.0.0.77 () {30 vars in 723 bytes} [Fri Mar 6 23:07:04 2026] GET /v2.0/quotas/a51e69e4c9944f5da0c198ad0501e7e6/details => generated 847 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2317] 10.0.0.132 () {34 vars in 990 bytes} [Fri Mar 6 23:07:06 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2318] 10.0.0.132 () {34 vars in 1040 bytes} [Fri Mar 6 23:07:06 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&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: 1223/2319] 10.0.0.77 () {32 vars in 801 bytes} [Fri Mar 6 23:07:07 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2320] 10.0.0.77 () {30 vars in 723 bytes} [Fri Mar 6 23:07:07 2026] GET /v2.0/quotas/a51e69e4c9944f5da0c198ad0501e7e6/details => generated 847 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2321] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:10 2026] GET /v2.0/security-groups?tenant_id=a51e69e4c9944f5da0c198ad0501e7e6&name=default => generated 2925 bytes in 224 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2322] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:11 2026] DELETE /v2.0/security-groups/262fad63-3e0a-4ce0-b0bd-958372fbefa9 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:07:15.450 8 INFO neutron.db.segments_db [None req-a1987c9b-c7cd-47e8-ac68-4247766bb538 63a0145dedd04ef78680b464a2a8bb03 17b81b356b3f450090f3ba190d47bd08 - - default default] Added segment afa97e39-dce2-49f2-b7d5-3197161f7327 of type vxlan for network 8c82b538-175d-481d-bf3d-2eab055cca23 [pid: 8|app: 0|req: 1226/2325] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:07:15 2026] POST /v2.0/networks => generated 613 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:07:15.599 7 INFO neutron.db.segments_db [None req-e87a0ae2-b9c8-4717-b259-05a39b7e4f57 63a0145dedd04ef78680b464a2a8bb03 17b81b356b3f450090f3ba190d47bd08 - - default default] Added segment b6b84cc2-5c04-432d-b76f-88306198b748 of type vxlan for network f6531028-d927-48ea-b9b7-e90a0243540b [pid: 7|app: 0|req: 1100/2326] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:07:15 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: 8|app: 0|req: 1227/2327] 10.0.0.144 () {32 vars in 826 bytes} [Fri Mar 6 23:07:15 2026] GET /v2.0/ports?project_id=1f60f564490a473b8125f3b8129b0142&network_id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec => generated 3695 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:07:15.761 7 INFO neutron.db.segments_db [None req-8670602e-06c6-4f89-9113-fb5e0aaf3cc0 63a0145dedd04ef78680b464a2a8bb03 17b81b356b3f450090f3ba190d47bd08 - - default default] Added segment 2afbec8b-6e0a-443d-81e5-a78474a2a246 of type vxlan for network 8e2309ea-ae9a-4dc0-a69a-44de5787ba71 [pid: 7|app: 0|req: 1101/2328] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:07:15 2026] POST /v2.0/networks => generated 611 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:07:15.911 8 INFO neutron.db.segments_db [None req-99d2690a-923a-48df-863c-2d87452ded43 63a0145dedd04ef78680b464a2a8bb03 17b81b356b3f450090f3ba190d47bd08 - - default default] Added segment e87f5d4f-26a3-4f05-968c-6be30bd018ce of type vxlan for network 73e0271b-aa1f-4125-90c1-7369111c0df4 [pid: 8|app: 0|req: 1228/2329] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:07:15 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:07:16.061 7 INFO neutron.db.segments_db [None req-11cb5547-5863-45f6-abab-b7c0d11189ea 63a0145dedd04ef78680b464a2a8bb03 17b81b356b3f450090f3ba190d47bd08 - - default default] Added segment 54d11289-cfde-4a02-b724-84776a809c9f of type vxlan for network 17eb2b4f-afe8-4384-8db6-99ead8ea4407 [pid: 8|app: 0|req: 1229/2330] 10.0.0.144 () {32 vars in 742 bytes} [Fri Mar 6 23:07:16 2026] GET /v2.0/subnets?network_id=0e05124c-aa22-453b-b564-f0d75509bf47 => generated 667 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2331] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:07:16 2026] POST /v2.0/networks => generated 612 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2332] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:07:16 2026] PUT /v2.0/networks/8c82b538-175d-481d-bf3d-2eab055cca23/tags => generated 17 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2333] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:07:16 2026] PUT /v2.0/networks/f6531028-d927-48ea-b9b7-e90a0243540b/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2334] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:07:16 2026] PUT /v2.0/networks/8e2309ea-ae9a-4dc0-a69a-44de5787ba71/tags => generated 34 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2335] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:07:16 2026] PUT /v2.0/networks/73e0271b-aa1f-4125-90c1-7369111c0df4/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:07:16.401 7 INFO neutron.db.l3_db [None req-d3724a84-588f-4ee2-b863-33a72b1d863c 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Floating IP 85190b33-87cd-4cec-87ad-b844d609f9bd disassociated. External IP: 10.96.250.201, port: e5454e19-8c42-4d0b-b671-93eaba05d13a. [pid: 8|app: 0|req: 1233/2336] 10.0.0.144 () {32 vars in 666 bytes} [Fri Mar 6 23:07:16 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2337] 10.0.0.144 () {32 vars in 680 bytes} [Fri Mar 6 23:07:16 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2338] 10.0.0.144 () {32 vars in 676 bytes} [Fri Mar 6 23:07:16 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2339] 10.0.0.144 () {32 vars in 688 bytes} [Fri Mar 6 23:07:16 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2340] 10.0.0.144 () {32 vars in 674 bytes} [Fri Mar 6 23:07:16 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2341] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:07:16 2026] PUT /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 554 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2342] 10.0.0.144 () {32 vars in 688 bytes} [Fri Mar 6 23:07:16 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2343] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:07:16 2026] GET /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:07:16.749 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c3ad7f3e-9ccf-404e-b074-4c2d5507408d'] response: {'name': 'network-changed', 'server_uuid': 'bef4bd1f-b0ba-450f-86c8-e4b6a1002c98', 'tag': 'e5454e19-8c42-4d0b-b671-93eaba05d13a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1239/2344] 10.0.0.144 () {32 vars in 684 bytes} [Fri Mar 6 23:07:16 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2345] 10.0.0.144 () {32 vars in 696 bytes} [Fri Mar 6 23:07:16 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:07:16.954 8 INFO neutron.services.segments.plugin [-] Segment afa97e39-dce2-49f2-b7d5-3197161f7327 resource provider aggregate not found 2026-03-06 23:07:16.954 8 INFO neutron.services.segments.plugin [-] Segment afa97e39-dce2-49f2-b7d5-3197161f7327 resource provider aggregate not found 2026-03-06 23:07:16.973 8 INFO neutron.services.segments.plugin [-] Segment afa97e39-dce2-49f2-b7d5-3197161f7327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afa97e39-dce2-49f2-b7d5-3197161f7327 found for delete ", "request_id": "req-0c744590-d483-4f02-ba64-4e3f7d9c218c"}]} 2026-03-06 23:07:16.974 8 INFO neutron.services.segments.plugin [-] Segment afa97e39-dce2-49f2-b7d5-3197161f7327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid afa97e39-dce2-49f2-b7d5-3197161f7327 found for delete ", "request_id": "req-405cd760-dac7-4f63-abd9-e99309d4fb14"}]} [pid: 8|app: 0|req: 1240/2346] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:07:16 2026] DELETE /v2.0/networks/8c82b538-175d-481d-bf3d-2eab055cca23 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:07:17.092 7 INFO neutron.services.segments.plugin [-] Segment b6b84cc2-5c04-432d-b76f-88306198b748 resource provider aggregate not found 2026-03-06 23:07:17.098 7 INFO neutron.services.segments.plugin [-] Segment b6b84cc2-5c04-432d-b76f-88306198b748 resource provider aggregate not found 2026-03-06 23:07:17.112 7 INFO neutron.services.segments.plugin [-] Segment b6b84cc2-5c04-432d-b76f-88306198b748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6b84cc2-5c04-432d-b76f-88306198b748 found for delete ", "request_id": "req-cb826170-fd9a-4f35-8057-38b2104a48bc"}]} 2026-03-06 23:07:17.113 7 INFO neutron.services.segments.plugin [-] Segment b6b84cc2-5c04-432d-b76f-88306198b748 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b6b84cc2-5c04-432d-b76f-88306198b748 found for delete ", "request_id": "req-b8384614-8e2f-47e6-acae-1e32dd6c0b83"}]} [pid: 7|app: 0|req: 1107/2347] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:07:16 2026] DELETE /v2.0/networks/f6531028-d927-48ea-b9b7-e90a0243540b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2348] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:07:17 2026] DELETE /v2.0/networks/8e2309ea-ae9a-4dc0-a69a-44de5787ba71 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2349] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:07:17 2026] GET /v2.0/ports?tenant_id=1f60f564490a473b8125f3b8129b0142&device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1243/2350] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:07:17 2026] GET /v2.0/networks?id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec => generated 756 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2351] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:07:17 2026] DELETE /v2.0/networks/73e0271b-aa1f-4125-90c1-7369111c0df4 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2352] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:07:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e5454e19-8c42-4d0b-b671-93eaba05d13a => 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: 1245/2353] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:07:17 2026] GET /v2.0/subnets?id=f680f9fa-2b57-4fdd-a1ab-22167a117d73 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2354] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:07:17 2026] GET /v2.0/ports?network_id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2355] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:07:17 2026] DELETE /v2.0/networks/17eb2b4f-afe8-4384-8db6-99ead8ea4407 => 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: 1247/2356] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:07:17 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1110/2357] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:07:17 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1248/2358] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:07:17 2026] GET /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => 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: 1111/2359] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:18 2026] GET /v2.0/security-groups?tenant_id=6266d054a22f4c88a9097c5c4edcc1a4&name=default => generated 2925 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2360] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:18 2026] DELETE /v2.0/security-groups/6ccc5edb-3678-4398-9d32-ea0842ab0429 => 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: 1112/2361] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:07:18 2026] GET /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2362] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:18 2026] GET /v2.0/security-groups?tenant_id=17b81b356b3f450090f3ba190d47bd08&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2363] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:18 2026] DELETE /v2.0/security-groups/7fcc99d3-2156-4eae-ba02-0fa23c1f9edb => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:07:18.991 8 INFO neutron.services.segments.plugin [-] Segment 2afbec8b-6e0a-443d-81e5-a78474a2a246 resource provider aggregate not found 2026-03-06 23:07:18.994 8 INFO neutron.services.segments.plugin [-] Segment 2afbec8b-6e0a-443d-81e5-a78474a2a246 resource provider aggregate not found 2026-03-06 23:07:19.005 8 INFO neutron.services.segments.plugin [-] Segment 2afbec8b-6e0a-443d-81e5-a78474a2a246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2afbec8b-6e0a-443d-81e5-a78474a2a246 found for delete ", "request_id": "req-bc0fcc9a-28e0-445f-a076-f39e5d27c1a1"}]} 2026-03-06 23:07:19.009 8 INFO neutron.services.segments.plugin [-] Segment 2afbec8b-6e0a-443d-81e5-a78474a2a246 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2afbec8b-6e0a-443d-81e5-a78474a2a246 found for delete ", "request_id": "req-50de3a9b-6844-4b49-8431-7491e3404704"}]} 2026-03-06 23:07:19.133 7 INFO neutron.services.segments.plugin [-] Segment e87f5d4f-26a3-4f05-968c-6be30bd018ce resource provider aggregate not found 2026-03-06 23:07:19.140 7 INFO neutron.services.segments.plugin [-] Segment e87f5d4f-26a3-4f05-968c-6be30bd018ce resource provider aggregate not found 2026-03-06 23:07:19.144 7 INFO neutron.services.segments.plugin [-] Segment e87f5d4f-26a3-4f05-968c-6be30bd018ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e87f5d4f-26a3-4f05-968c-6be30bd018ce found for delete ", "request_id": "req-604ee724-45b4-4db4-90c8-b93b0c7fe856"}]} 2026-03-06 23:07:19.155 7 INFO neutron.services.segments.plugin [-] Segment 54d11289-cfde-4a02-b724-84776a809c9f resource provider aggregate not found 2026-03-06 23:07:19.159 7 INFO neutron.services.segments.plugin [-] Segment e87f5d4f-26a3-4f05-968c-6be30bd018ce resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e87f5d4f-26a3-4f05-968c-6be30bd018ce found for delete ", "request_id": "req-dc28099a-4e67-419a-ba98-cb8fd344a66a"}]} [pid: 8|app: 0|req: 1251/2364] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:19 2026] GET /v2.0/security-groups?tenant_id=0bba7a7c446942209ae03d646b83ddce&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:07:19.173 7 INFO neutron.services.segments.plugin [-] Segment 54d11289-cfde-4a02-b724-84776a809c9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54d11289-cfde-4a02-b724-84776a809c9f found for delete ", "request_id": "req-984647c5-1660-4d89-aede-ee13bfb4f29d"}]} 2026-03-06 23:07:19.181 7 INFO neutron.services.segments.plugin [-] Segment 54d11289-cfde-4a02-b724-84776a809c9f resource provider aggregate not found 2026-03-06 23:07:19.198 7 INFO neutron.services.segments.plugin [-] Segment 54d11289-cfde-4a02-b724-84776a809c9f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54d11289-cfde-4a02-b724-84776a809c9f found for delete ", "request_id": "req-2bcabdd2-f504-4211-9424-6a7069017d99"}]} [pid: 7|app: 0|req: 1114/2365] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:19 2026] DELETE /v2.0/security-groups/152a5340-8033-4d90-a1e7-bc183ed6d7da => 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: 1252/2366] 10.0.0.144 () {34 vars in 685 bytes} [Fri Mar 6 23:07:19 2026] POST /v2.0/security-groups => generated 1675 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2367] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:07:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2368] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:07:20 2026] POST /v2.0/security-group-rules => generated 596 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2369] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:07:20 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: 1254/2370] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:07:20 2026] POST /v2.0/security-group-rules => generated 601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:07:20.506 7 INFO neutron.db.securitygroups_db [None req-c3db015f-3e2c-4a63-aea1-5726f0a18bed 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Project 1f60f564490a473b8125f3b8129b0142 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: 1117/2371] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:07:20 2026] POST /v2.0/security-group-rules => generated 607 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:07:20.627 8 INFO neutron.db.securitygroups_db [None req-7f7152c6-730e-400f-9940-8e0ab5dea026 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Project 1f60f564490a473b8125f3b8129b0142 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: 1255/2372] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:07:20 2026] POST /v2.0/security-group-rules => generated 606 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2373] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:07:21 2026] GET /v2.0/networks => generated 1298 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2374] 10.0.0.59 () {34 vars in 1099 bytes} [Fri Mar 6 23:07:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1331647456&fields=id&tenant_id=1f60f564490a473b8125f3b8129b0142 => 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: 1119/2375] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:07:21 2026] GET /v2.0/networks?id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec => generated 661 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2376] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:07:21 2026] GET /v2.0/quotas/1f60f564490a473b8125f3b8129b0142 => 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: 1120/2377] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:07:21 2026] GET /v2.0/ports?tenant_id=1f60f564490a473b8125f3b8129b0142&fields=id => generated 149 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2378] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:07:21 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1121/2379] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:07:21 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1259/2380] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:21 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => 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: 1122/2381] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:22 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => 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: 1260/2382] 10.0.0.144 () {34 vars in 678 bytes} [Fri Mar 6 23:07:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2383] 10.0.0.144 () {34 vars in 678 bytes} [Fri Mar 6 23:07:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2384] 10.0.0.144 () {34 vars in 678 bytes} [Fri Mar 6 23:07:23 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: 1124/2385] 10.0.0.144 () {34 vars in 678 bytes} [Fri Mar 6 23:07:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2386] 10.0.0.144 () {34 vars in 678 bytes} [Fri Mar 6 23:07:23 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2387] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:07:23 2026] PUT /v2.0/policies/0abf0970-cc46-4e14-a26c-b4ed9c2feb36/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2388] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:07:23 2026] PUT /v2.0/policies/41db5a8b-a78d-4e81-8f57-b586160f41e9/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2389] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:07:23 2026] PUT /v2.0/policies/4f791ed4-c8fa-45c8-a78a-693df8302cc8/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2390] 10.0.0.144 () {34 vars in 753 bytes} [Fri Mar 6 23:07:23 2026] PUT /v2.0/policies/25c7d695-556d-41ce-a0c2-8a2e5f9a9ac0/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: 1127/2391] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:23 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => 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: 1265/2392] 10.0.0.144 () {32 vars in 674 bytes} [Fri Mar 6 23:07:24 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2393] 10.0.0.144 () {32 vars in 688 bytes} [Fri Mar 6 23:07:24 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2394] 10.0.0.144 () {32 vars in 684 bytes} [Fri Mar 6 23:07:24 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2395] 10.0.0.144 () {32 vars in 696 bytes} [Fri Mar 6 23:07:24 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2396] 10.0.0.144 () {32 vars in 682 bytes} [Fri Mar 6 23:07:24 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2397] 10.0.0.144 () {32 vars in 696 bytes} [Fri Mar 6 23:07:24 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2398] 10.0.0.144 () {32 vars in 692 bytes} [Fri Mar 6 23:07:24 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2399] 10.0.0.144 () {32 vars in 704 bytes} [Fri Mar 6 23:07:24 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2400] 10.0.0.144 () {32 vars in 734 bytes} [Fri Mar 6 23:07:24 2026] DELETE /v2.0/qos/policies/0abf0970-cc46-4e14-a26c-b4ed9c2feb36 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2401] 10.0.0.144 () {32 vars in 734 bytes} [Fri Mar 6 23:07:24 2026] DELETE /v2.0/qos/policies/41db5a8b-a78d-4e81-8f57-b586160f41e9 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2402] 10.0.0.144 () {32 vars in 734 bytes} [Fri Mar 6 23:07:24 2026] DELETE /v2.0/qos/policies/4f791ed4-c8fa-45c8-a78a-693df8302cc8 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2403] 10.0.0.144 () {32 vars in 734 bytes} [Fri Mar 6 23:07:24 2026] DELETE /v2.0/qos/policies/25c7d695-556d-41ce-a0c2-8a2e5f9a9ac0 => 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: 1271/2404] 10.0.0.144 () {32 vars in 734 bytes} [Fri Mar 6 23:07:24 2026] DELETE /v2.0/qos/policies/129dcf99-25f2-47d3-9f2c-877259448059 => 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: 1134/2405] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:25 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2406] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:25 2026] GET /v2.0/security-groups?tenant_id=be50a95ae68440b0a7e345c3dd713e09&name=default => generated 2929 bytes in 260 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2407] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:25 2026] DELETE /v2.0/security-groups/210c2823-8499-409e-9527-117dd22dbbfe => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2408] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:07:26 2026] GET /v2.0/networks?id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec => 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: 1136/2409] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:07:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1f60f564490a473b8125f3b8129b0142 => generated 274 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2410] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:26 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => 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: 1138/2411] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:26 2026] GET /v2.0/security-groups?tenant_id=ea902d2cccb14aeea5d6b72a46165a42&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2412] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:26 2026] DELETE /v2.0/security-groups/20cd79da-0003-402e-9140-43172e3bb26e => 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: 1274/2413] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:07:26 2026] POST /v2.0/ports => generated 958 bytes in 382 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: 1275/2414] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:26 2026] GET /v2.0/security-groups?tenant_id=76dad2184b704b2bba2b6d0dc92882aa&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2415] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:26 2026] DELETE /v2.0/security-groups/99e4bf77-b453-4cac-957f-1e7a0f4e6f31 => 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: 1140/2416] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:07:26 2026] PUT /v2.0/ports/edb0358f-0288-4dc0-ae2f-a85785a275ec => generated 1239 bytes in 406 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:07:26.954 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-502d2779-1b8c-42c9-b3b9-62b27656809c'] response: {'name': 'network-changed', 'server_uuid': 'cebafdfc-aa50-42f4-a1f0-bf8122568196', 'tag': 'edb0358f-0288-4dc0-ae2f-a85785a275ec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1277/2417] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:27 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1141/2418] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:27 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&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: 1278/2419] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:07:27 2026] GET /v2.0/ports?tenant_id=1f60f564490a473b8125f3b8129b0142&device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2420] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:07:27 2026] GET /v2.0/networks?tenant_id=1f60f564490a473b8125f3b8129b0142&shared=False => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2421] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:07:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1144/2424] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:28 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2425] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:28 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2426] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:07:28 2026] GET /v2.0/ports?tenant_id=1f60f564490a473b8125f3b8129b0142&device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2427] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:07:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=edb0358f-0288-4dc0-ae2f-a85785a275ec => 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: 1146/2428] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:07:28 2026] GET /v2.0/subnets?id=f680f9fa-2b57-4fdd-a1ab-22167a117d73 => generated 676 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2429] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:07:28 2026] GET /v2.0/ports?network_id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec&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: 1147/2430] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:07:28 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1284/2431] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:07:28 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1148/2432] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:29 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2433] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:29 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2434] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:30 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2435] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:30 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2436] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:07:31 2026] POST /v2.0/subnetpools => generated 516 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2437] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:07:31 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2438] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:07:31 2026] POST /v2.0/subnetpools => generated 516 bytes in 51 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2439] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:07:31 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2440] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:07:31 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: 8|app: 0|req: 1289/2441] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:07:31 2026] PUT /v2.0/subnetpools/d1eef728-5eaa-496b-bb57-b01463a789c2/tags => generated 17 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2442] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:07:31 2026] PUT /v2.0/subnetpools/2c1aff56-8adc-459b-9a6c-31405103be39/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2443] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:07:31 2026] PUT /v2.0/subnetpools/c751c6e9-b0bb-482f-9dbd-d59e51dc3574/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2444] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:07:31 2026] PUT /v2.0/subnetpools/0b01d09d-f93e-40dd-9690-a8c0d7470220/tags => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2445] 10.0.0.144 () {32 vars in 672 bytes} [Fri Mar 6 23:07:31 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2446] 10.0.0.144 () {32 vars in 686 bytes} [Fri Mar 6 23:07:31 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2447] 10.0.0.144 () {32 vars in 682 bytes} [Fri Mar 6 23:07:31 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2448] 10.0.0.144 () {32 vars in 694 bytes} [Fri Mar 6 23:07:31 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2449] 10.0.0.144 () {32 vars in 680 bytes} [Fri Mar 6 23:07:31 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2450] 10.0.0.144 () {32 vars in 694 bytes} [Fri Mar 6 23:07:31 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2451] 10.0.0.144 () {32 vars in 690 bytes} [Fri Mar 6 23:07:31 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2452] 10.0.0.144 () {32 vars in 702 bytes} [Fri Mar 6 23:07:31 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2453] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:07:31 2026] DELETE /v2.0/subnetpools/d1eef728-5eaa-496b-bb57-b01463a789c2 => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2454] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:31 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2455] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:07:31 2026] DELETE /v2.0/subnetpools/2c1aff56-8adc-459b-9a6c-31405103be39 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2456] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:32 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&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: 1161/2457] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:07:32 2026] DELETE /v2.0/subnetpools/c751c6e9-b0bb-482f-9dbd-d59e51dc3574 => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2458] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:07:32 2026] DELETE /v2.0/subnetpools/0b01d09d-f93e-40dd-9690-a8c0d7470220 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2459] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:07:32 2026] DELETE /v2.0/subnetpools/4d0dc33c-f331-4a5a-b1b9-e2c1e1e734b9 => 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: 1163/2460] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:33 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2461] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:32 2026] GET /v2.0/security-groups?tenant_id=5ccd66676c264c10892c24192cdf960b&name=default => generated 2929 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2462] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:33 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&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: 1299/2463] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:33 2026] DELETE /v2.0/security-groups/a0135b7d-6a29-4b76-ac72-268a362437a6 => 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: 1165/2464] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:33 2026] GET /v2.0/security-groups?tenant_id=e237da1913a946f881516b1b21f2caeb&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2465] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:33 2026] DELETE /v2.0/security-groups/f60ff12f-8702-468f-b01f-a8d845853518 => 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: 1166/2466] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:33 2026] GET /v2.0/security-groups?tenant_id=ccca6f4164df49baa305a7f8673ca63d&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: 1301/2467] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:33 2026] DELETE /v2.0/security-groups/9bb7c49e-bc7b-405c-b853-522b31739177 => 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: 1167/2468] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:34 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2469] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:34 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&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: 1168/2470] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:34 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 975 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2471] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:34 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&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: 1169/2472] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:07:34 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:07:34.932 8 INFO neutron.db.l3_db [None req-9afdc026-e434-4fbc-9fb9-4f2e536080d6 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Floating IP 85190b33-87cd-4cec-87ad-b844d609f9bd associated. External IP: 10.96.250.201, port: edb0358f-0288-4dc0-ae2f-a85785a275ec. [pid: 8|app: 0|req: 1304/2473] 10.0.0.144 () {34 vars in 749 bytes} [Fri Mar 6 23:07:34 2026] PUT /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 856 bytes in 651 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:07:35.339 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-41df95f5-f519-457f-99ba-ce7685652867'] response: {'name': 'network-changed', 'server_uuid': 'cebafdfc-aa50-42f4-a1f0-bf8122568196', 'tag': 'edb0358f-0288-4dc0-ae2f-a85785a275ec', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1170/2474] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:07:35 2026] GET /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 856 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2475] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:07:35 2026] GET /v2.0/ports?tenant_id=1f60f564490a473b8125f3b8129b0142&device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => 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: 1171/2476] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:07:35 2026] GET /v2.0/networks?id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec => generated 756 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2477] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:07:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=edb0358f-0288-4dc0-ae2f-a85785a275ec => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2478] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:07:36 2026] GET /v2.0/subnets?id=f680f9fa-2b57-4fdd-a1ab-22167a117d73 => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2479] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:07:36 2026] GET /v2.0/ports?network_id=62f8b8c2-2bbd-433e-96ec-066bb0b4ebec&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2480] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:07:36 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1308/2481] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:07:36 2026] GET /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec?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: 1174/2482] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:07:36 2026] GET /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 856 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2483] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2484] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/networks => generated 3606 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2485] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/security-groups => generated 30985 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2486] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/subnets => generated 2593 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2487] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:07:37 2026] POST /v2.0/floatingips => generated 552 bytes in 707 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2488] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/floatingips => generated 1399 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2489] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/network-ip-availabilities => generated 1976 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2490] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/subnets => generated 2593 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2491] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2492] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2493] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:07:37 2026] PUT /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/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: 1311/2494] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/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: 1184/2495] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/routers => generated 737 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2496] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2497] 10.0.0.144 () {34 vars in 770 bytes} [Fri Mar 6 23:07:37 2026] PUT /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags/green => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2498] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2499] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:07:37 2026] GET /v2.0/routers/8f8a8c09-af3e-4524-94db-735a6a4861ca/l3-agents => generated 681 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2500] 10.0.0.144 () {34 vars in 766 bytes} [Fri Mar 6 23:07:38 2026] PUT /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags/red => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2501] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2502] 10.0.0.59 () {34 vars in 1083 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196&device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 2477 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2503] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/ports => generated 13982 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2504] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2505] 10.0.0.144 () {34 vars in 788 bytes} [Fri Mar 6 23:07:38 2026] PUT /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags/black.or.white => generated 4 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2506] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags => generated 52 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2507] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:07:38 2026] PUT /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags => generated 37 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2508] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2509] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:07:38.513 7 INFO neutron.api.v2.resource [None req-c2c13b84-9828-480e-87eb-44aed1c971aa 53bc519e7d9d4ca09412cfbffc7422da 245d3494370f40718444785e72e159ed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1191/2510] 10.0.0.144 () {32 vars in 751 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/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: 1320/2511] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:07:38 2026] DELETE /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags/red => 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: 1192/2512] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags => generated 30 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:07:38.668 8 INFO neutron.api.v2.resource [None req-ac918869-aa01-437e-b1b9-f312d46a503b 53bc519e7d9d4ca09412cfbffc7422da 245d3494370f40718444785e72e159ed - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1321/2513] 10.0.0.144 () {32 vars in 754 bytes} [Fri Mar 6 23:07:38 2026] DELETE /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags/green => generated 99 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2514] 10.0.0.144 () {32 vars in 742 bytes} [Fri Mar 6 23:07:38 2026] DELETE /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2515] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:07:38 2026] GET /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:07:39.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-1ff00957-1c13-479e-9b8f-c3f400f94550 53bc519e7d9d4ca09412cfbffc7422da 245d3494370f40718444785e72e159ed - - default default] TaaS: Handle Delete Port: 1776f17a-7f95-4aae-929d-8c4783047e1e 2026-03-06 23:07:39.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1ff00957-1c13-479e-9b8f-c3f400f94550 53bc519e7d9d4ca09412cfbffc7422da 245d3494370f40718444785e72e159ed - - default default] Tap Mirror: Handle Delete Port: 1776f17a-7f95-4aae-929d-8c4783047e1e [pid: 7|app: 0|req: 1194/2516] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:07:38 2026] DELETE /v2.0/floatingips/7a21dfe0-cd90-4667-b58a-c10a53543c10 => generated 0 bytes in 583 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2517] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:39 2026] GET /v2.0/security-groups?tenant_id=86c529f0cd054548b7e883557d243a60&name=default => generated 2929 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2518] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:40 2026] DELETE /v2.0/security-groups/507db1f1-971b-45dd-917e-d1827780815c => 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: 1324/2519] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:40 2026] GET /v2.0/security-groups?tenant_id=245d3494370f40718444785e72e159ed&name=default => generated 2929 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2520] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:40 2026] DELETE /v2.0/security-groups/3d022e24-9781-4e29-8474-0e5e5a1c3356 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:07:43.952 7 INFO neutron.db.segments_db [None req-7a1919e4-2e0a-45d3-a38a-9232559a9db6 93cc140e5a92464e921c20cbe2e95355 ab4c1ea766054e5cbadf0fe3513d18c4 - - default default] Added segment 02edf3c3-d5b9-4e88-a9c5-7de0b4ec07fd of type vxlan for network e377095a-0157-429f-807d-ca1dfecc4902 [pid: 7|app: 0|req: 1198/2523] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:07:43 2026] POST /v2.0/networks => generated 613 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1326/2524] 10.0.0.144 () {34 vars in 664 bytes} [Fri Mar 6 23:07:44 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2525] 10.0.0.144 () {34 vars in 747 bytes} [Fri Mar 6 23:07:44 2026] PUT /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1327/2526] 10.0.0.144 () {32 vars in 727 bytes} [Fri Mar 6 23:07:44 2026] GET /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/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: 1200/2527] 10.0.0.144 () {34 vars in 758 bytes} [Fri Mar 6 23:07:44 2026] PUT /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1328/2528] 10.0.0.144 () {32 vars in 727 bytes} [Fri Mar 6 23:07:44 2026] GET /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1201/2529] 10.0.0.144 () {34 vars in 754 bytes} [Fri Mar 6 23:07:44 2026] PUT /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags/red => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1329/2530] 10.0.0.144 () {32 vars in 727 bytes} [Fri Mar 6 23:07:44 2026] GET /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags => generated 34 bytes in 41 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: 1202/2531] 10.0.0.144 () {34 vars in 776 bytes} [Fri Mar 6 23:07:44 2026] PUT /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags/black.or.white => generated 4 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1330/2532] 10.0.0.144 () {32 vars in 727 bytes} [Fri Mar 6 23:07:44 2026] GET /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1203/2533] 10.0.0.144 () {34 vars in 747 bytes} [Fri Mar 6 23:07:44 2026] PUT /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags => generated 37 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2534] 10.0.0.132 () {34 vars in 990 bytes} [Fri Mar 6 23:07:44 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 1244 bytes in 28 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: 1332/2535] 10.0.0.132 () {34 vars in 1040 bytes} [Fri Mar 6 23:07:44 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&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: 1204/2536] 10.0.0.144 () {32 vars in 727 bytes} [Fri Mar 6 23:07:44 2026] GET /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/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: 1333/2537] 10.0.0.144 () {32 vars in 735 bytes} [Fri Mar 6 23:07:45 2026] GET /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags/red => generated 0 bytes in 51 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-03-06 23:07:45.129 7 INFO neutron.api.v2.resource [None req-c431e60b-451d-4031-8414-eec9fbd0701b 93cc140e5a92464e921c20cbe2e95355 ab4c1ea766054e5cbadf0fe3513d18c4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1205/2538] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:07:45 2026] GET /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags/green => generated 99 bytes in 53 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: 1334/2539] 10.0.0.144 () {32 vars in 738 bytes} [Fri Mar 6 23:07:45 2026] DELETE /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags/red => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1206/2540] 10.0.0.144 () {32 vars in 727 bytes} [Fri Mar 6 23:07:45 2026] GET /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags => generated 30 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 23:07:45.309 8 INFO neutron.api.v2.resource [None req-a50d8287-a506-42a8-ba6a-06a42eefd1e6 93cc140e5a92464e921c20cbe2e95355 ab4c1ea766054e5cbadf0fe3513d18c4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1335/2541] 10.0.0.144 () {32 vars in 742 bytes} [Fri Mar 6 23:07:45 2026] DELETE /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags/green => generated 99 bytes in 45 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: 1207/2542] 10.0.0.144 () {32 vars in 730 bytes} [Fri Mar 6 23:07:45 2026] DELETE /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1336/2543] 10.0.0.144 () {32 vars in 727 bytes} [Fri Mar 6 23:07:45 2026] GET /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da/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-03-06 23:07:45.552 7 INFO neutron_taas.services.taas.taas_plugin [None req-7998a528-f4a4-40f5-b3e9-f650928deebf 93cc140e5a92464e921c20cbe2e95355 ab4c1ea766054e5cbadf0fe3513d18c4 - - default default] TaaS: Handle Delete Port: c9e38665-1d85-41a4-8031-1c90a72d94da 2026-03-06 23:07:45.556 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7998a528-f4a4-40f5-b3e9-f650928deebf 93cc140e5a92464e921c20cbe2e95355 ab4c1ea766054e5cbadf0fe3513d18c4 - - default default] Tap Mirror: Handle Delete Port: c9e38665-1d85-41a4-8031-1c90a72d94da [pid: 7|app: 0|req: 1208/2544] 10.0.0.144 () {32 vars in 720 bytes} [Fri Mar 6 23:07:45 2026] DELETE /v2.0/ports/c9e38665-1d85-41a4-8031-1c90a72d94da => generated 0 bytes in 205 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 23:07:45.768 8 INFO neutron.services.segments.plugin [-] Segment 02edf3c3-d5b9-4e88-a9c5-7de0b4ec07fd resource provider aggregate not found 2026-03-06 23:07:45.774 8 INFO neutron.services.segments.plugin [-] Segment 02edf3c3-d5b9-4e88-a9c5-7de0b4ec07fd resource provider aggregate not found 2026-03-06 23:07:45.793 8 INFO neutron.services.segments.plugin [-] Segment 02edf3c3-d5b9-4e88-a9c5-7de0b4ec07fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02edf3c3-d5b9-4e88-a9c5-7de0b4ec07fd found for delete ", "request_id": "req-19e93711-815e-4bf1-8d62-3f1654e09009"}]} [pid: 8|app: 0|req: 1337/2545] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:07:45 2026] DELETE /v2.0/networks/e377095a-0157-429f-807d-ca1dfecc4902 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:07:45.797 8 INFO neutron.services.segments.plugin [-] Segment 02edf3c3-d5b9-4e88-a9c5-7de0b4ec07fd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02edf3c3-d5b9-4e88-a9c5-7de0b4ec07fd found for delete ", "request_id": "req-e0063078-d7db-4d7d-be99-b7d957dafa85"}]} [pid: 7|app: 0|req: 1209/2546] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:46 2026] GET /v2.0/security-groups?tenant_id=ab4c1ea766054e5cbadf0fe3513d18c4&name=default => generated 2929 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2547] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:46 2026] DELETE /v2.0/security-groups/bb9a1442-7ff6-449f-bb18-a2fe510b05d7 => 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: 1210/2548] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:46 2026] GET /v2.0/security-groups?tenant_id=fc3b3301773d4ce4ba752135c4028ee7&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2549] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:46 2026] DELETE /v2.0/security-groups/07537eae-b24b-4038-82aa-549fb0cacbac => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2550] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:07:50 2026] POST /v2.0/security-groups => generated 1603 bytes in 409 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2551] 10.0.0.144 () {34 vars in 767 bytes} [Fri Mar 6 23:07:50 2026] PUT /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/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: 1212/2552] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:07:50 2026] GET /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/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: 1341/2553] 10.0.0.144 () {34 vars in 778 bytes} [Fri Mar 6 23:07:50 2026] PUT /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags/green => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2554] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:07:50 2026] GET /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2555] 10.0.0.144 () {34 vars in 774 bytes} [Fri Mar 6 23:07:50 2026] PUT /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags/red => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2556] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:07:50 2026] GET /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2557] 10.0.0.144 () {34 vars in 796 bytes} [Fri Mar 6 23:07:50 2026] PUT /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1215/2558] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:07:50 2026] GET /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2559] 10.0.0.144 () {34 vars in 767 bytes} [Fri Mar 6 23:07:50 2026] PUT /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2560] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:07:50 2026] GET /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/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: 1345/2561] 10.0.0.144 () {32 vars in 755 bytes} [Fri Mar 6 23:07:50 2026] GET /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:07:51.017 7 INFO neutron.api.v2.resource [None req-9a1a1f3b-0abc-47a3-b4d9-265e07cc643a ec712ad4e48543ee9f8fd865c36807b2 d69f93221cf94540a7a3dfdd334306d8 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1217/2562] 10.0.0.144 () {32 vars in 759 bytes} [Fri Mar 6 23:07:50 2026] GET /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2563] 10.0.0.144 () {32 vars in 758 bytes} [Fri Mar 6 23:07:51 2026] DELETE /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags/red => 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: 1218/2564] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:07:51 2026] GET /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:07:51.167 8 INFO neutron.api.v2.resource [None req-e12cee40-589a-493a-894f-8ec05db83ff1 ec712ad4e48543ee9f8fd865c36807b2 d69f93221cf94540a7a3dfdd334306d8 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1347/2565] 10.0.0.144 () {32 vars in 762 bytes} [Fri Mar 6 23:07:51 2026] DELETE /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2566] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:07:51 2026] DELETE /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2567] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:07:51 2026] GET /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2568] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:51 2026] DELETE /v2.0/security-groups/8c7ca807-8204-4b45-a1f9-ed7971676b8f => 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: 1349/2569] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:51 2026] GET /v2.0/security-groups?tenant_id=d69f93221cf94540a7a3dfdd334306d8&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1221/2570] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:52 2026] DELETE /v2.0/security-groups/b619845c-37f8-4106-aca4-fa5756f66d95 => 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: 1350/2571] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:07:52 2026] GET /v2.0/security-groups?tenant_id=861f99f29c69461c836596c4d62dc2e7&name=default => generated 2929 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2572] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:07:52 2026] DELETE /v2.0/security-groups/1d0fcb47-0b5d-4447-9f56-152dea138808 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2573] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:54 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2574] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:54 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&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: 1352/2575] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:55 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2576] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:55 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2577] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:57 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => 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: 1225/2578] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:07:57 2026] GET /v2.0/security-groups?id=6813948d-c33e-4c8b-b05e-cfe477b544b6&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2579] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:07:57 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:07:57.388 7 INFO neutron_taas.services.taas.taas_plugin [req-cb4f6c14-4ab8-489e-8d05-db2987edcdf9 req-13fd32f5-06da-4559-b914-4dcd25ad7040 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] TaaS: Handle Delete Port: edb0358f-0288-4dc0-ae2f-a85785a275ec 2026-03-06 23:07:57.391 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cb4f6c14-4ab8-489e-8d05-db2987edcdf9 req-13fd32f5-06da-4559-b914-4dcd25ad7040 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Tap Mirror: Handle Delete Port: edb0358f-0288-4dc0-ae2f-a85785a275ec 2026-03-06 23:07:57.522 7 INFO neutron.db.l3_db [req-cb4f6c14-4ab8-489e-8d05-db2987edcdf9 req-13fd32f5-06da-4559-b914-4dcd25ad7040 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Floating IP 85190b33-87cd-4cec-87ad-b844d609f9bd disassociated. External IP: 10.96.250.201, port: edb0358f-0288-4dc0-ae2f-a85785a275ec. [pid: 7|app: 0|req: 1226/2582] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:07:57 2026] DELETE /v2.0/ports/edb0358f-0288-4dc0-ae2f-a85785a275ec => generated 0 bytes in 659 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:07:57.911 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b64955f-806c-4540-ae9e-98866c77b12d'] response: {'server_uuid': 'cebafdfc-aa50-42f4-a1f0-bf8122568196', 'name': 'network-vif-deleted', 'tag': 'edb0358f-0288-4dc0-ae2f-a85785a275ec', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1357/2583] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:58 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => 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: 1227/2584] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:07:59 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => 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: 1358/2585] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:00 2026] GET /v2.0/ports?device_id=cebafdfc-aa50-42f4-a1f0-bf8122568196 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:08:01.491 7 INFO neutron.db.segments_db [None req-72b7c0a2-e425-410d-b1bf-1c542a542c9b 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Added segment ea17fb77-7252-48d8-b73a-a81cbebe318f of type vxlan for network 97537d3a-32c6-4a5b-bdf8-b05f219cd01d [pid: 7|app: 0|req: 1228/2586] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:08:01 2026] POST /v2.0/networks => generated 620 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2587] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:01 2026] DELETE /v2.0/security-groups/6813948d-c33e-4c8b-b05e-cfe477b544b6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:08:01.801 8 INFO neutron_taas.services.taas.taas_plugin [None req-68924ed1-2535-4274-9be3-6fdc309ca535 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] TaaS: Handle Delete Port: fbda40a8-12dc-47c8-8d32-6d6f1806887a 2026-03-06 23:08:01.804 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68924ed1-2535-4274-9be3-6fdc309ca535 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Tap Mirror: Handle Delete Port: fbda40a8-12dc-47c8-8d32-6d6f1806887a [pid: 7|app: 0|req: 1229/2588] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:01 2026] POST /v2.0/subnets => generated 657 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2589] 10.0.0.144 () {32 vars in 722 bytes} [Fri Mar 6 23:08:01 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2590] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:08:01 2026] DELETE /v2.0/floatingips/85190b33-87cd-4cec-87ad-b844d609f9bd => generated 0 bytes in 256 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2591] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:01 2026] POST /v2.0/subnets => generated 732 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2592] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:02 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:08:02.192 7 INFO neutron.db.segments_db [None req-3fa5f1bf-20eb-436d-ad6c-d1e7eb350d5e 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Added segment 47a4fc3b-db4a-4c72-a191-dd754fc720d9 of type vxlan for network 9b924377-6b54-4579-aa76-559acd51f77a [pid: 8|app: 0|req: 1362/2593] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:08:02 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2594] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:08:02 2026] POST /v2.0/networks => generated 618 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2595] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:02 2026] POST /v2.0/subnets => generated 656 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2596] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:02 2026] POST /v2.0/subnets => generated 725 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:02.847 8 INFO neutron.db.segments_db [None req-34d83bcb-45e9-4b5e-a418-a31766a561d2 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Added segment 608213f6-8561-4431-96f1-bdde1742689d of type vxlan for network f70c0bab-cb0d-474c-af25-0f7dc71a42f4 [pid: 8|app: 0|req: 1364/2597] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:08:02 2026] POST /v2.0/networks => generated 618 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2598] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:02 2026] POST /v2.0/subnets => generated 655 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2599] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:03 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2600] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:08:03 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2601] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:03 2026] POST /v2.0/subnets => generated 730 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:03.581 7 INFO neutron.db.segments_db [None req-1cc2da53-7568-4323-965e-d5d1a46495f8 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Added segment 09d22637-ee53-4e45-8589-6052430b4e7e of type vxlan for network 3e340aa9-5556-461b-b93e-78a7cd2352c8 2026-03-06 23:08:03.874 7 INFO neutron.db.l3_hamode_db [None req-1cc2da53-7568-4323-965e-d5d1a46495f8 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1366/2602] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:04 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2603] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:08:04 2026] GET /v2.0/security-groups?id=2fc17568-a5d2-4775-b2c8-aae5f41d8941&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-03-06 23:08:04.611 7 INFO neutron.db.l3_hamode_db [None req-1cc2da53-7568-4323-965e-d5d1a46495f8 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1368/2604] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:08:04 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:08:04.721 8 INFO neutron_taas.services.taas.taas_plugin [req-84c5239c-bcbd-41fe-a53f-6340b06a3440 req-a4c69172-23a7-46fd-8273-ac264da12f31 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] TaaS: Handle Delete Port: e5454e19-8c42-4d0b-b671-93eaba05d13a 2026-03-06 23:08:04.724 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-84c5239c-bcbd-41fe-a53f-6340b06a3440 req-a4c69172-23a7-46fd-8273-ac264da12f31 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Tap Mirror: Handle Delete Port: e5454e19-8c42-4d0b-b671-93eaba05d13a [pid: 8|app: 0|req: 1369/2605] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:08:04 2026] DELETE /v2.0/ports/e5454e19-8c42-4d0b-b671-93eaba05d13a => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:08:04.898 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-16481594-5d16-4655-a00e-91262b65cfb9'] response: {'server_uuid': 'bef4bd1f-b0ba-450f-86c8-e4b6a1002c98', 'name': 'network-vif-deleted', 'tag': 'e5454e19-8c42-4d0b-b671-93eaba05d13a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1237/2606] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:03 2026] POST /v2.0/routers => generated 684 bytes in 1927 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2607] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:05 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1370/2608] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:08:05 2026] PUT /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2609] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:06 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => 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: 1372/2610] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:07 2026] GET /v2.0/ports?device_id=bef4bd1f-b0ba-450f-86c8-e4b6a1002c98 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2611] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:08:06 2026] PUT /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/add_router_interface => generated 309 bytes in 1346 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2612] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:08 2026] DELETE /v2.0/security-groups/2fc17568-a5d2-4775-b2c8-aae5f41d8941 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2613] 10.0.0.144 () {34 vars in 783 bytes} [Fri Mar 6 23:08:08 2026] PUT /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/add_router_interface => generated 309 bytes in 1422 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:08:09.480 7 INFO neutron_taas.services.taas.taas_plugin [None req-46310f0d-287c-4ea6-9cb6-63d3fdd17bdc 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] TaaS: Handle Delete Port: 5659f2a7-4ccd-4c37-aa87-59c4647a0a95 2026-03-06 23:08:09.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46310f0d-287c-4ea6-9cb6-63d3fdd17bdc 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Tap Mirror: Handle Delete Port: 5659f2a7-4ccd-4c37-aa87-59c4647a0a95 [pid: 8|app: 0|req: 1374/2614] 10.0.0.144 () {34 vars in 684 bytes} [Fri Mar 6 23:08:09 2026] POST /v2.0/security-groups => generated 1630 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2615] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2616] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2617] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2618] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2619] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:08:09 2026] PUT /v2.0/routers/8f8a8c09-af3e-4524-94db-735a6a4861ca/remove_router_interface => generated 309 bytes in 1143 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2620] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2621] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2622] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:10 2026] DELETE /v2.0/subnets/f680f9fa-2b57-4fdd-a1ab-22167a117d73 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2623] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2624] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:10 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:10.678 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1bd99ff-52a1-4859-8b41-c8850c918840 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] TaaS: Handle Delete Port: e0cd164e-5d20-493e-80b4-658a873d48df 2026-03-06 23:08:10.681 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1bd99ff-52a1-4859-8b41-c8850c918840 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Tap Mirror: Handle Delete Port: e0cd164e-5d20-493e-80b4-658a873d48df [pid: 8|app: 0|req: 1383/2625] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:10 2026] POST /v2.0/security-group-rules => generated 599 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:10.981 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1bd99ff-52a1-4859-8b41-c8850c918840 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] TaaS: Handle Delete Port: d41288ec-fe29-4fd1-a53f-b05d2842799c 2026-03-06 23:08:10.985 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1bd99ff-52a1-4859-8b41-c8850c918840 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Tap Mirror: Handle Delete Port: d41288ec-fe29-4fd1-a53f-b05d2842799c [pid: 8|app: 0|req: 1384/2626] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2627] 10.0.0.144 () {34 vars in 695 bytes} [Fri Mar 6 23:08:11 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2628] 10.0.0.59 () {34 vars in 1095 bytes} [Fri Mar 6 23:08:11 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1539723649&fields=id&tenant_id=361ec09dae7449a3aa300a432ff583f6 => 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: 1387/2629] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:08:11 2026] GET /v2.0/networks?id=9b924377-6b54-4579-aa76-559acd51f77a => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:08:11.490 7 INFO neutron.services.segments.plugin [-] Segment 3b80e5ab-b322-4a7c-9c38-73e30efd1486 resource provider aggregate not found [pid: 8|app: 0|req: 1388/2630] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:08:11 2026] GET /v2.0/quotas/361ec09dae7449a3aa300a432ff583f6 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:08:11.502 7 INFO neutron.services.segments.plugin [-] Segment 3b80e5ab-b322-4a7c-9c38-73e30efd1486 resource provider aggregate not found 2026-03-06 23:08:11.515 7 INFO neutron.services.segments.plugin [-] Segment 3b80e5ab-b322-4a7c-9c38-73e30efd1486 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b80e5ab-b322-4a7c-9c38-73e30efd1486 found for delete ", "request_id": "req-6757fe84-1468-45ff-8360-708000d78b98"}]} 2026-03-06 23:08:11.520 7 INFO neutron.services.segments.plugin [-] Segment 3b80e5ab-b322-4a7c-9c38-73e30efd1486 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3b80e5ab-b322-4a7c-9c38-73e30efd1486 found for delete ", "request_id": "req-c8104d7a-3ea0-408a-9cfb-333d4627df9c"}]} 2026-03-06 23:08:11.526 7 INFO neutron.db.l3_hamode_db [None req-c1bd99ff-52a1-4859-8b41-c8850c918840 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] HA network bcf49d88-5d12-4f5e-bbcb-0a011501c86c was deleted as no HA routers are present in tenant 1f60f564490a473b8125f3b8129b0142. [pid: 7|app: 0|req: 1243/2631] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:10 2026] DELETE /v2.0/routers/8f8a8c09-af3e-4524-94db-735a6a4861ca => generated 0 bytes in 1101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:08:11.662 7 INFO neutron_taas.services.taas.taas_plugin [None req-0032e10d-a427-4a27-92bd-ae87507b08f7 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] TaaS: Handle Delete Port: af7db5c6-b405-49a3-ab14-97d151151d04 2026-03-06 23:08:11.665 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0032e10d-a427-4a27-92bd-ae87507b08f7 14ca2b42789c456b8b36b5d57f586df7 1f60f564490a473b8125f3b8129b0142 - - default default] Tap Mirror: Handle Delete Port: af7db5c6-b405-49a3-ab14-97d151151d04 [pid: 8|app: 0|req: 1389/2632] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:08:11 2026] GET /v2.0/ports?tenant_id=361ec09dae7449a3aa300a432ff583f6&fields=id => generated 287 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2633] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:08:11 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1391/2634] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:08:11 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1244/2635] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:08:11 2026] DELETE /v2.0/networks/62f8b8c2-2bbd-433e-96ec-066bb0b4ebec => generated 0 bytes in 357 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2636] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:11 2026] GET /v2.0/ports?device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => 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: 1246/2639] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:12 2026] GET /v2.0/security-groups?tenant_id=e5e291e7b64046e0b79998af767f01e0&name=default => generated 2929 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2640] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:13 2026] DELETE /v2.0/security-groups/9fbc9194-2498-4b12-8166-7cbfe8dc44ec => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2641] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:13 2026] GET /v2.0/security-groups?tenant_id=1f60f564490a473b8125f3b8129b0142&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2642] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:13 2026] DELETE /v2.0/security-groups/fb15b865-6a80-4f7c-b89f-d3ae2d78dcca => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:08:13.533 7 INFO neutron.services.segments.plugin [-] Segment bebe5a4b-65b7-4916-b835-10fbcfcca0a3 resource provider aggregate not found 2026-03-06 23:08:13.538 7 INFO neutron.services.segments.plugin [-] Segment bebe5a4b-65b7-4916-b835-10fbcfcca0a3 resource provider aggregate not found 2026-03-06 23:08:13.558 7 INFO neutron.services.segments.plugin [-] Segment bebe5a4b-65b7-4916-b835-10fbcfcca0a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bebe5a4b-65b7-4916-b835-10fbcfcca0a3 found for delete ", "request_id": "req-082de144-626e-42fb-b158-b6dc52440df9"}]} 2026-03-06 23:08:13.560 7 INFO neutron.services.segments.plugin [-] Segment bebe5a4b-65b7-4916-b835-10fbcfcca0a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bebe5a4b-65b7-4916-b835-10fbcfcca0a3 found for delete ", "request_id": "req-1dc6d30a-2383-4968-a597-ef78fbe40200"}]} [pid: 7|app: 0|req: 1248/2643] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:08:16 2026] GET /v2.0/networks?id=9b924377-6b54-4579-aa76-559acd51f77a => 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: 1396/2644] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:08:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=361ec09dae7449a3aa300a432ff583f6 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2645] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:08:16 2026] POST /v2.0/ports => generated 1175 bytes in 321 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: 1397/2646] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:08:16 2026] PUT /v2.0/ports/ec83b8bf-9160-4d01-91dc-5481800ece82 => generated 1456 bytes in 454 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2647] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:16 2026] GET /v2.0/ports?device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 1190 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 23:08:17.067 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4575dac6-80e5-4972-babb-e20a4f1209c7'] response: {'name': 'network-changed', 'server_uuid': '9c484fe6-f388-46ec-bb28-c64d9d9fae31', 'tag': 'ec83b8bf-9160-4d01-91dc-5481800ece82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1398/2648] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:08:17 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&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: 1399/2649] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:08:17 2026] GET /v2.0/ports?tenant_id=361ec09dae7449a3aa300a432ff583f6&device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 1459 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2650] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:08:17 2026] GET /v2.0/networks?tenant_id=361ec09dae7449a3aa300a432ff583f6&shared=False => generated 2374 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2651] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:08:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2652] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:08:17 2026] POST /v2.0/floatingips => generated 552 bytes in 666 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2653] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:08:18 2026] POST /v2.0/floatingips => generated 552 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2654] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:08:18 2026] GET /v2.0/ports?tenant_id=361ec09dae7449a3aa300a432ff583f6&device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 1459 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2655] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:08:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=ec83b8bf-9160-4d01-91dc-5481800ece82 => 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: 1405/2656] 162.253.55.52 () {34 vars in 1101 bytes} [Fri Mar 6 23:08:18 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A97&port_id=ec83b8bf-9160-4d01-91dc-5481800ece82 => 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: 1406/2657] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:08:18 2026] GET /v2.0/subnets?id=5d559b97-fa20-4f8b-b2ee-74c49c852890&id=fb1db55f-8100-4dc5-a2c5-e63426df30a4 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2658] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:08:18 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&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: 8|app: 0|req: 1408/2659] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:08:18 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2660] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:08:18 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2661] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:08:18 2026] POST /v2.0/floatingips => generated 552 bytes in 466 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2662] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:08:19 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1253/2663] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:08:19 2026] POST /v2.0/floatingips => generated 552 bytes in 495 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2664] 10.0.0.144 () {34 vars in 676 bytes} [Fri Mar 6 23:08:19 2026] POST /v2.0/floatingips => generated 552 bytes in 525 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2665] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:08:20 2026] PUT /v2.0/floatingips/b9675e27-b7f8-495d-b6ec-67c9c7349f24/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2666] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:08:20 2026] PUT /v2.0/floatingips/8c23fb81-7a87-4d57-ab1b-059704f72b23/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2667] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:08:20 2026] PUT /v2.0/floatingips/6a9093f9-e7f7-4eca-9119-0105e1c8585e/tags => generated 34 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2668] 10.0.0.144 () {34 vars in 759 bytes} [Fri Mar 6 23:08:20 2026] PUT /v2.0/floatingips/925d05ed-5597-4030-83bf-4d693c644641/tags => 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: 1256/2669] 10.0.0.144 () {32 vars in 672 bytes} [Fri Mar 6 23:08:20 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2670] 10.0.0.144 () {32 vars in 686 bytes} [Fri Mar 6 23:08:20 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2671] 10.0.0.144 () {32 vars in 682 bytes} [Fri Mar 6 23:08:20 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2672] 10.0.0.144 () {32 vars in 694 bytes} [Fri Mar 6 23:08:20 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2673] 10.0.0.144 () {32 vars in 680 bytes} [Fri Mar 6 23:08:20 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2674] 10.0.0.144 () {32 vars in 694 bytes} [Fri Mar 6 23:08:20 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2675] 10.0.0.144 () {32 vars in 690 bytes} [Fri Mar 6 23:08:20 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2676] 10.0.0.144 () {32 vars in 702 bytes} [Fri Mar 6 23:08:20 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:08:20.806 7 INFO neutron_taas.services.taas.taas_plugin [None req-33f815cc-5525-46a7-9edf-b3bdfaec0baa 07527f4898d3499faf51a3334837efda db9a59f45db94b3ea407d61debeedc9d - - default default] TaaS: Handle Delete Port: d3db3460-e21c-4c7b-8103-6129e6f32473 2026-03-06 23:08:20.809 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33f815cc-5525-46a7-9edf-b3bdfaec0baa 07527f4898d3499faf51a3334837efda db9a59f45db94b3ea407d61debeedc9d - - default default] Tap Mirror: Handle Delete Port: d3db3460-e21c-4c7b-8103-6129e6f32473 [pid: 7|app: 0|req: 1260/2677] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:08:20 2026] DELETE /v2.0/floatingips/b9675e27-b7f8-495d-b6ec-67c9c7349f24 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:08:21.467 8 INFO neutron_taas.services.taas.taas_plugin [None req-8e453a77-a69c-4b17-9f66-5609cd11abf6 07527f4898d3499faf51a3334837efda db9a59f45db94b3ea407d61debeedc9d - - default default] TaaS: Handle Delete Port: 5d4d5df7-7ab2-4d30-9ec1-53df1f34c3b8 2026-03-06 23:08:21.470 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8e453a77-a69c-4b17-9f66-5609cd11abf6 07527f4898d3499faf51a3334837efda db9a59f45db94b3ea407d61debeedc9d - - default default] Tap Mirror: Handle Delete Port: 5d4d5df7-7ab2-4d30-9ec1-53df1f34c3b8 [pid: 8|app: 0|req: 1418/2678] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:08:20 2026] DELETE /v2.0/floatingips/8c23fb81-7a87-4d57-ab1b-059704f72b23 => generated 0 bytes in 656 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:08:21.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a99770c-e349-42be-a288-34a12df2f692 07527f4898d3499faf51a3334837efda db9a59f45db94b3ea407d61debeedc9d - - default default] TaaS: Handle Delete Port: b621cbdd-3984-47fc-83b6-fba8a83acc1f 2026-03-06 23:08:21.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a99770c-e349-42be-a288-34a12df2f692 07527f4898d3499faf51a3334837efda db9a59f45db94b3ea407d61debeedc9d - - default default] Tap Mirror: Handle Delete Port: b621cbdd-3984-47fc-83b6-fba8a83acc1f [pid: 7|app: 0|req: 1261/2679] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:08:21 2026] DELETE /v2.0/floatingips/6a9093f9-e7f7-4eca-9119-0105e1c8585e => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:08:21.982 8 INFO neutron_taas.services.taas.taas_plugin [None req-4f2afa26-6e2a-485d-a0bb-a58b8df451d6 07527f4898d3499faf51a3334837efda db9a59f45db94b3ea407d61debeedc9d - - default default] TaaS: Handle Delete Port: 11cab3c0-5b3d-41ea-bce8-665d9e90f51a 2026-03-06 23:08:21.984 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f2afa26-6e2a-485d-a0bb-a58b8df451d6 07527f4898d3499faf51a3334837efda db9a59f45db94b3ea407d61debeedc9d - - default default] Tap Mirror: Handle Delete Port: 11cab3c0-5b3d-41ea-bce8-665d9e90f51a [pid: 8|app: 0|req: 1419/2680] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:08:21 2026] DELETE /v2.0/floatingips/925d05ed-5597-4030-83bf-4d693c644641 => generated 0 bytes in 236 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2681] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:22 2026] GET /v2.0/ports?device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 1192 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:08:22.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-f4634f95-2757-4c2b-9de6-a8b1b3af508a 07527f4898d3499faf51a3334837efda db9a59f45db94b3ea407d61debeedc9d - - default default] TaaS: Handle Delete Port: 49bf5e96-385f-40c5-b2e7-212b15326c40 2026-03-06 23:08:22.231 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4634f95-2757-4c2b-9de6-a8b1b3af508a 07527f4898d3499faf51a3334837efda db9a59f45db94b3ea407d61debeedc9d - - default default] Tap Mirror: Handle Delete Port: 49bf5e96-385f-40c5-b2e7-212b15326c40 [pid: 8|app: 0|req: 1421/2682] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:08:22 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2683] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:08:22 2026] DELETE /v2.0/floatingips/658d2a5a-e5b0-44b3-a4c8-c0fa6801e702 => generated 0 bytes in 221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2684] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:23 2026] GET /v2.0/security-groups?tenant_id=157a71e808e04349a8fceed944679c15&name=default => generated 2929 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2685] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:23 2026] DELETE /v2.0/security-groups/0ad70101-bb3f-441f-ba9b-725745eef67d => 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: 1423/2686] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:23 2026] GET /v2.0/security-groups?tenant_id=db9a59f45db94b3ea407d61debeedc9d&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2687] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:23 2026] DELETE /v2.0/security-groups/06503486-4bd6-449e-86ba-b5f5dbb7d657 => 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: 1424/2688] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:24 2026] GET /v2.0/security-groups?tenant_id=b79cfaf510394a40a082c7b280a5cb23&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2689] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:24 2026] DELETE /v2.0/security-groups/4f3d1dc8-8877-4b02-a9d8-57a96d3150bb => 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: 1425/2690] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:27 2026] GET /v2.0/ports?device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 1192 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2691] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:08:27 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&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: 1426/2692] 10.0.0.144 () {32 vars in 818 bytes} [Fri Mar 6 23:08:27 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&mac_address=fa%3A16%3A3e%3Add%3Ae2%3Afc => generated 1192 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:08:28.350 7 INFO neutron.db.l3_db [None req-3df7522a-fa8b-4501-9125-53041c5af390 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Floating IP 5318c20c-eb26-40b7-947d-3855c4d5e875 associated. External IP: 10.96.250.207, port: ec83b8bf-9160-4d01-91dc-5481800ece82. 2026-03-06 23:08:28.553 8 INFO neutron.db.segments_db [None req-aff67dc3-dde5-44e4-afac-406da35d3a33 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Added segment a88e57a9-c283-43de-8026-8ea4f49cc80a of type vxlan for network 6ad62b51-33d3-4d59-bc7d-471a619084d8 [pid: 7|app: 0|req: 1267/2695] 10.0.0.144 () {34 vars in 677 bytes} [Fri Mar 6 23:08:27 2026] POST /v2.0/floatingips => generated 854 bytes in 1081 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:28.681 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c989ba41-7310-45e2-9542-82dde9296938'] response: {'name': 'network-changed', 'server_uuid': '9c484fe6-f388-46ec-bb28-c64d9d9fae31', 'tag': 'ec83b8bf-9160-4d01-91dc-5481800ece82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1268/2696] 10.0.0.59 () {34 vars in 1095 bytes} [Fri Mar 6 23:08:28 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1539723649&fields=id&tenant_id=361ec09dae7449a3aa300a432ff583f6 => generated 69 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:08:28.826 8 INFO neutron.db.l3_hamode_db [None req-aff67dc3-dde5-44e4-afac-406da35d3a33 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1269/2697] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:08:28 2026] GET /v2.0/networks?id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 704 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2698] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:08:28 2026] GET /v2.0/quotas/361ec09dae7449a3aa300a432ff583f6 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:08:28.947 8 INFO neutron.db.l3_hamode_db [None req-aff67dc3-dde5-44e4-afac-406da35d3a33 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1271/2699] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:08:28 2026] GET /v2.0/ports?tenant_id=361ec09dae7449a3aa300a432ff583f6&fields=id => generated 333 bytes in 178 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2700] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1273/2701] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2702] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/ports?tenant_id=361ec09dae7449a3aa300a432ff583f6&device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2703] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/networks?id=9b924377-6b54-4579-aa76-559acd51f77a => generated 800 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1276/2704] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/ports?device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => 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: 1277/2705] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=ec83b8bf-9160-4d01-91dc-5481800ece82 => generated 857 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2706] 162.253.55.52 () {34 vars in 1101 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A97&port_id=ec83b8bf-9160-4d01-91dc-5481800ece82 => 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: 1279/2707] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/subnets?id=5d559b97-fa20-4f8b-b2ee-74c49c852890&id=fb1db55f-8100-4dc5-a2c5-e63426df30a4 => generated 1410 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2708] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&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: 1281/2709] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2710] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2711] 10.0.0.144 () {34 vars in 668 bytes} [Fri Mar 6 23:08:28 2026] POST /v2.0/routers => generated 474 bytes in 1117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2712] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:08:29 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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) 2026-03-06 23:08:29.577 8 INFO neutron.db.l3_hamode_db [None req-b21a867b-1ce1-4f6b-a709-fec8f73d45f3 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:08:29.731 8 INFO neutron.db.l3_hamode_db [None req-b21a867b-1ce1-4f6b-a709-fec8f73d45f3 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1430/2713] 10.0.0.144 () {34 vars in 668 bytes} [Fri Mar 6 23:08:29 2026] POST /v2.0/routers => generated 474 bytes in 778 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:30.385 7 INFO neutron.db.l3_hamode_db [None req-9eac4caa-b592-4f80-aa4b-c7f48e1088b8 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:08:30.510 7 INFO neutron.db.l3_hamode_db [None req-9eac4caa-b592-4f80-aa4b-c7f48e1088b8 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1284/2714] 10.0.0.144 () {34 vars in 668 bytes} [Fri Mar 6 23:08:30 2026] POST /v2.0/routers => generated 474 bytes in 757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:31.112 8 INFO neutron.db.l3_hamode_db [None req-4738e270-f57d-403f-8a09-aa301db6ac50 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:08:31.232 8 INFO neutron.db.l3_hamode_db [None req-4738e270-f57d-403f-8a09-aa301db6ac50 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1431/2715] 10.0.0.144 () {34 vars in 668 bytes} [Fri Mar 6 23:08:31 2026] POST /v2.0/routers => generated 474 bytes in 711 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:31.836 7 INFO neutron.db.l3_hamode_db [None req-49b04f11-54f4-4a4b-855a-eb930f27da7c bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:08:31.948 7 INFO neutron.db.l3_hamode_db [None req-49b04f11-54f4-4a4b-855a-eb930f27da7c bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1285/2716] 10.0.0.144 () {34 vars in 668 bytes} [Fri Mar 6 23:08:31 2026] POST /v2.0/routers => generated 474 bytes in 717 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2717] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:08:32 2026] PUT /v2.0/routers/b870bba3-4958-45a2-8174-ff2b057eb127/tags => generated 17 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2718] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:08:32 2026] PUT /v2.0/routers/3d3c5e17-a2cf-47c4-8951-895f4a0eb3b4/tags => generated 25 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2719] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:08:32 2026] PUT /v2.0/routers/bb498ab2-39a7-4d30-8d38-ad7385852fce/tags => generated 34 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1287/2720] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:08:32 2026] PUT /v2.0/routers/9008273a-5500-4836-9dba-e85ff2e83bae/tags => generated 19 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2721] 10.0.0.144 () {32 vars in 664 bytes} [Fri Mar 6 23:08:32 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2722] 10.0.0.144 () {32 vars in 678 bytes} [Fri Mar 6 23:08:33 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2723] 10.0.0.144 () {32 vars in 674 bytes} [Fri Mar 6 23:08:33 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2724] 10.0.0.144 () {32 vars in 686 bytes} [Fri Mar 6 23:08:33 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2725] 10.0.0.144 () {32 vars in 672 bytes} [Fri Mar 6 23:08:33 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2726] 10.0.0.144 () {32 vars in 686 bytes} [Fri Mar 6 23:08:33 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2727] 10.0.0.144 () {32 vars in 682 bytes} [Fri Mar 6 23:08:33 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2728] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:08:33 2026] GET /v2.0/networks?id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 704 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2729] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:08:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=361ec09dae7449a3aa300a432ff583f6 => generated 179 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2730] 10.0.0.144 () {32 vars in 694 bytes} [Fri Mar 6 23:08:33 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2731] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:08:33 2026] GET /v2.0/routers/b870bba3-4958-45a2-8174-ff2b057eb127 => generated 485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2732] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:08:33 2026] POST /v2.0/ports => generated 1187 bytes in 389 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: 1440/2733] 10.0.0.144 () {34 vars in 742 bytes} [Fri Mar 6 23:08:33 2026] PUT /v2.0/routers/b870bba3-4958-45a2-8174-ff2b057eb127 => generated 485 bytes in 601 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2734] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:08:34 2026] GET /v2.0/ports?device_id=b870bba3-4958-45a2-8174-ff2b057eb127 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:08:34.458 8 INFO neutron_taas.services.taas.taas_plugin [None req-4014feb2-2a3c-4e64-bf69-3b988c6ee980 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] TaaS: Handle Delete Port: e150c333-ec23-46a6-be6b-b0d9c065d058 2026-03-06 23:08:34.461 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4014feb2-2a3c-4e64-bf69-3b988c6ee980 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Tap Mirror: Handle Delete Port: e150c333-ec23-46a6-be6b-b0d9c065d058 [pid: 7|app: 0|req: 1294/2735] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:08:34 2026] PUT /v2.0/ports/d1249d8c-6045-4268-83fd-b450313495f9 => generated 1468 bytes in 465 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-03-06 23:08:34.519 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-5869ac77-5b73-4e61-a32e-ac95b4fa085e'] response: {'name': 'network-changed', 'server_uuid': '7f1f4377-f2c7-483f-bee9-dee220e33b23', 'tag': 'd1249d8c-6045-4268-83fd-b450313495f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1295/2736] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:34 2026] GET /v2.0/ports?device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 1202 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2737] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:08:34 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&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: 1442/2738] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:34 2026] DELETE /v2.0/routers/b870bba3-4958-45a2-8174-ff2b057eb127 => generated 0 bytes in 378 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2739] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:08:34 2026] GET /v2.0/routers/3d3c5e17-a2cf-47c4-8951-895f4a0eb3b4 => generated 493 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2740] 10.0.0.132 () {34 vars in 990 bytes} [Fri Mar 6 23:08:34 2026] GET /v2.0/ports?device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => 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: 1299/2741] 10.0.0.132 () {34 vars in 1040 bytes} [Fri Mar 6 23:08:34 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2742] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:08:35 2026] GET /v2.0/ports?tenant_id=361ec09dae7449a3aa300a432ff583f6&device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 1471 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2743] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:08:35 2026] GET /v2.0/networks?tenant_id=361ec09dae7449a3aa300a432ff583f6&shared=False => generated 2374 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2744] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:08:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2745] 10.0.0.144 () {34 vars in 742 bytes} [Fri Mar 6 23:08:34 2026] PUT /v2.0/routers/3d3c5e17-a2cf-47c4-8951-895f4a0eb3b4 => generated 493 bytes in 504 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2746] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:08:35 2026] GET /v2.0/ports?device_id=3d3c5e17-a2cf-47c4-8951-895f4a0eb3b4 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:08:35.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-47a41c5e-26d2-48ba-9bab-7ff2be81766d bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] TaaS: Handle Delete Port: 5e777d65-e109-4713-9c12-b05034f4d764 2026-03-06 23:08:35.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47a41c5e-26d2-48ba-9bab-7ff2be81766d bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Tap Mirror: Handle Delete Port: 5e777d65-e109-4713-9c12-b05034f4d764 [pid: 8|app: 0|req: 1444/2747] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:35 2026] DELETE /v2.0/routers/3d3c5e17-a2cf-47c4-8951-895f4a0eb3b4 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2748] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:08:35 2026] GET /v2.0/routers/bb498ab2-39a7-4d30-8d38-ad7385852fce => generated 502 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2749] 10.0.0.144 () {34 vars in 742 bytes} [Fri Mar 6 23:08:35 2026] PUT /v2.0/routers/bb498ab2-39a7-4d30-8d38-ad7385852fce => generated 502 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2750] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/ports?device_id=bb498ab2-39a7-4d30-8d38-ad7385852fce => 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: 1305/2751] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/ports?tenant_id=361ec09dae7449a3aa300a432ff583f6&device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 1471 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2752] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=d1249d8c-6045-4268-83fd-b450313495f9 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2753] 162.253.55.52 () {34 vars in 1105 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A149&port_id=d1249d8c-6045-4268-83fd-b450313495f9 => 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: 1308/2754] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/subnets?id=6ee107cf-a2ee-4483-beaf-3f44b3cb2e7f&id=648fbf8c-04d8-40e7-a870-84d8aef35f39 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2755] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:08:36.395 8 INFO neutron_taas.services.taas.taas_plugin [None req-4846487a-f5bc-4823-b53d-4f41543f26ab bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] TaaS: Handle Delete Port: 0c21b27f-5eea-4df7-b561-e28c75034c1f 2026-03-06 23:08:36.398 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4846487a-f5bc-4823-b53d-4f41543f26ab bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Tap Mirror: Handle Delete Port: 0c21b27f-5eea-4df7-b561-e28c75034c1f [pid: 7|app: 0|req: 1310/2756] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&device_owner=network%3Adhcp => generated 1461 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2757] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1312/2758] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1447/2759] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:36 2026] DELETE /v2.0/routers/bb498ab2-39a7-4d30-8d38-ad7385852fce => generated 0 bytes in 348 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2760] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/routers/9008273a-5500-4836-9dba-e85ff2e83bae => generated 487 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2761] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:08:36 2026] GET /v2.0/agents => generated 3385 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2762] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/subnets => generated 6755 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2763] 10.0.0.144 () {34 vars in 742 bytes} [Fri Mar 6 23:08:36 2026] PUT /v2.0/routers/9008273a-5500-4836-9dba-e85ff2e83bae => generated 487 bytes in 523 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2764] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/ports?device_id=9008273a-5500-4836-9dba-e85ff2e83bae => 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: 1316/2765] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/routers => generated 1742 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2766] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2767] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/routers/9008273a-5500-4836-9dba-e85ff2e83bae/l3-agents => generated 682 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2768] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/routers/a7747990-5166-4348-b482-2026c27940e8/l3-agents => generated 682 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:08:37.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-e1cb54ae-694d-4743-801f-eeca6dee80f0 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] TaaS: Handle Delete Port: 43635916-364f-4685-994d-f68a78783d5b 2026-03-06 23:08:37.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e1cb54ae-694d-4743-801f-eeca6dee80f0 bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Tap Mirror: Handle Delete Port: 43635916-364f-4685-994d-f68a78783d5b [pid: 7|app: 0|req: 1320/2769] 10.0.0.59 () {34 vars in 1083 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/ports?device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23&device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2770] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/l3-agents => generated 681 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2771] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2772] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/networks => generated 5920 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2773] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/security-groups => generated 28653 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2774] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:37 2026] DELETE /v2.0/routers/9008273a-5500-4836-9dba-e85ff2e83bae => generated 0 bytes in 395 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2775] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/routers/a7747990-5166-4348-b482-2026c27940e8 => generated 480 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2776] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/ports => generated 20020 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2777] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/network-ip-availabilities => generated 4039 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2778] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/floatingips => generated 859 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2779] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:08:37 2026] GET /v2.0/subnets => generated 6755 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2780] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:08:37 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) [pid: 8|app: 0|req: 1452/2781] 10.0.0.144 () {34 vars in 742 bytes} [Fri Mar 6 23:08:37 2026] PUT /v2.0/routers/a7747990-5166-4348-b482-2026c27940e8 => generated 480 bytes in 560 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2782] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:08:38 2026] GET /v2.0/ports?device_id=a7747990-5166-4348-b482-2026c27940e8 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:08:38.438 8 INFO neutron_taas.services.taas.taas_plugin [None req-c9bc564b-0a73-4a15-9824-ab6e0cf61a8b bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] TaaS: Handle Delete Port: 2a11f29a-9b0a-41a5-8b27-1cf052f23274 2026-03-06 23:08:38.441 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c9bc564b-0a73-4a15-9824-ab6e0cf61a8b bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] Tap Mirror: Handle Delete Port: 2a11f29a-9b0a-41a5-8b27-1cf052f23274 2026-03-06 23:08:38.787 8 INFO neutron.services.segments.plugin [-] Segment a88e57a9-c283-43de-8026-8ea4f49cc80a resource provider aggregate not found 2026-03-06 23:08:38.792 8 INFO neutron.services.segments.plugin [-] Segment a88e57a9-c283-43de-8026-8ea4f49cc80a resource provider aggregate not found 2026-03-06 23:08:38.803 8 INFO neutron.services.segments.plugin [-] Segment a88e57a9-c283-43de-8026-8ea4f49cc80a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a88e57a9-c283-43de-8026-8ea4f49cc80a found for delete ", "request_id": "req-d69b4ca9-4b8e-4639-9910-09a2a2aa9a7f"}]} 2026-03-06 23:08:38.808 8 INFO neutron.services.segments.plugin [-] Segment a88e57a9-c283-43de-8026-8ea4f49cc80a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a88e57a9-c283-43de-8026-8ea4f49cc80a found for delete ", "request_id": "req-55a1df6e-c3c0-45a2-b647-8ba9e6fe5ec7"}]} 2026-03-06 23:08:38.822 8 INFO neutron.db.l3_hamode_db [None req-c9bc564b-0a73-4a15-9824-ab6e0cf61a8b bfefc2fd0b9c4ff8accee7f9628c5ba1 9cd0fa1f26344c4e97019594694dd69e - - default default] HA network 6ad62b51-33d3-4d59-bc7d-471a619084d8 was deleted as no HA routers are present in tenant 9cd0fa1f26344c4e97019594694dd69e. [pid: 8|app: 0|req: 1453/2783] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:38 2026] DELETE /v2.0/routers/a7747990-5166-4348-b482-2026c27940e8 => generated 0 bytes in 573 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2784] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:39 2026] GET /v2.0/ports?device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 1204 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2785] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:08:39 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&fields=id&fields=name => generated 112 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2786] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:39 2026] GET /v2.0/security-groups?tenant_id=7518de76ed404430a107bf6313fc5b3b&name=default => generated 2929 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2787] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:39 2026] DELETE /v2.0/security-groups/ae231d6a-e3f4-4da1-af27-4728422b75ee => 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: 1332/2788] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:40 2026] GET /v2.0/security-groups?tenant_id=0f9aa53aa8624d28a12ed174f0bbe8fc&name=default => generated 2929 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2789] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:40 2026] DELETE /v2.0/security-groups/08f5b91a-2565-44fc-a902-65aa11434363 => 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: 1333/2790] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:40 2026] GET /v2.0/security-groups?tenant_id=9cd0fa1f26344c4e97019594694dd69e&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2791] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:40 2026] DELETE /v2.0/security-groups/71f14b5a-72b7-41a8-aea9-562b295ccc76 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2794] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:08:44 2026] GET /v2.0/ports?device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 1204 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2795] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:08:45 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:08:45.111 8 INFO neutron.db.segments_db [None req-e42f1a83-13bb-4c0b-bf07-05dace7489f0 25345d88487045529c9b202f8c8e656a 85b7385e1f6842ae9ed7d44840466de7 - - default default] Added segment eadd9630-8df9-45d1-a9e4-b647dba780f6 of type vxlan for network 1c25ec6b-43dc-42db-96ca-266e6be74efb [pid: 7|app: 0|req: 1337/2796] 10.0.0.144 () {32 vars in 818 bytes} [Fri Mar 6 23:08:45 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&mac_address=fa%3A16%3A3e%3A9c%3A90%3Ad1 => generated 1204 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2797] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:08:44 2026] POST /v2.0/networks => generated 613 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2798] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:45 2026] POST /v2.0/subnets => generated 626 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:45.481 8 INFO neutron.db.segments_db [None req-6fb710f6-8d09-4f86-a95a-d764717d1116 25345d88487045529c9b202f8c8e656a 85b7385e1f6842ae9ed7d44840466de7 - - default default] Added segment 4926c81b-40b8-4443-806e-738fbd0016d1 of type vxlan for network 9e9a24fa-9e9b-4761-bd07-487f7024c2f2 [pid: 8|app: 0|req: 1462/2799] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:08:45 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: 8|app: 0|req: 1463/2800] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:45 2026] POST /v2.0/subnets => generated 629 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:45.873 8 INFO neutron.db.segments_db [None req-a0a4f898-7132-4df0-8f03-e0d3225cd1ab 25345d88487045529c9b202f8c8e656a 85b7385e1f6842ae9ed7d44840466de7 - - default default] Added segment 3ed3b7d3-ee1b-42a4-9446-be146c2b4b7e of type vxlan for network 0c569f09-4e9b-45fd-92fe-17055547401f [pid: 8|app: 0|req: 1464/2801] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:08:45 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2802] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:45 2026] POST /v2.0/subnets => generated 629 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:46.236 8 INFO neutron.db.segments_db [None req-1b20aecb-c7cb-417e-9a13-d8dd482a2f38 25345d88487045529c9b202f8c8e656a 85b7385e1f6842ae9ed7d44840466de7 - - default default] Added segment 876669e4-773c-4b1f-b3f0-039d3df7864a of type vxlan for network e39a6c0c-2fda-42c5-96fe-69024037d5e4 [pid: 8|app: 0|req: 1466/2803] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:08:46 2026] POST /v2.0/networks => generated 611 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:46.375 7 INFO neutron.db.l3_db [None req-f1c0df6a-d44a-4fb8-a01a-0aafb043f8a2 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Floating IP bfe697d3-26f3-43d3-a398-88129beef4cd associated. External IP: 10.96.250.218, port: d1249d8c-6045-4268-83fd-b450313495f9. [pid: 8|app: 0|req: 1467/2804] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:46 2026] POST /v2.0/subnets => generated 629 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:46.612 8 INFO neutron.db.segments_db [None req-042ddd42-b98a-404d-a578-9d355e9fed6c 25345d88487045529c9b202f8c8e656a 85b7385e1f6842ae9ed7d44840466de7 - - default default] Added segment 7cc69e89-76e6-4206-8bca-813e1adadfcc of type vxlan for network 3446824d-5dad-4efa-aed8-5fd49c2c6402 [pid: 8|app: 0|req: 1468/2805] 10.0.0.144 () {34 vars in 670 bytes} [Fri Mar 6 23:08:46 2026] POST /v2.0/networks => generated 613 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2806] 10.0.0.144 () {34 vars in 677 bytes} [Fri Mar 6 23:08:45 2026] POST /v2.0/floatingips => generated 855 bytes in 1535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 23:08:46.722 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-22bf6b24-d99d-4dd3-825c-445c5c46dbb5'] response: {'name': 'network-changed', 'server_uuid': '7f1f4377-f2c7-483f-bee9-dee220e33b23', 'tag': 'd1249d8c-6045-4268-83fd-b450313495f9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1469/2807] 10.0.0.144 () {34 vars in 669 bytes} [Fri Mar 6 23:08:46 2026] POST /v2.0/subnets => generated 629 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2808] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:08:46 2026] PUT /v2.0/subnets/d06fc64b-03e0-43e9-9d1f-f57e9915182f/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: 1470/2809] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:08:46 2026] PUT /v2.0/subnets/0b33bc71-0d0b-4959-879d-960686d2fe5e/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: 1340/2810] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:08:47 2026] PUT /v2.0/subnets/3de7182a-efad-4bc5-aced-b31874a1e775/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2811] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:08:47 2026] PUT /v2.0/subnets/efc51551-376e-410c-bb7b-5550a23b4d59/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2812] 10.0.0.144 () {32 vars in 664 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2813] 10.0.0.144 () {32 vars in 678 bytes} [Fri Mar 6 23:08:47 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: 8|app: 0|req: 1473/2814] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/ports?tenant_id=361ec09dae7449a3aa300a432ff583f6&device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2815] 10.0.0.144 () {32 vars in 674 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2816] 10.0.0.144 () {32 vars in 686 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2817] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/networks?id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2818] 10.0.0.144 () {32 vars in 672 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2819] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=d1249d8c-6045-4268-83fd-b450313495f9 => generated 858 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2820] 162.253.55.52 () {34 vars in 1105 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A149&port_id=d1249d8c-6045-4268-83fd-b450313495f9 => 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: 1345/2821] 10.0.0.144 () {32 vars in 686 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2822] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/subnets?id=6ee107cf-a2ee-4483-beaf-3f44b3cb2e7f&id=648fbf8c-04d8-40e7-a870-84d8aef35f39 => generated 1414 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2823] 10.0.0.144 () {32 vars in 682 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2824] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2825] 10.0.0.144 () {32 vars in 694 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2826] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2827] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1481/2828] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:08:47 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1348/2829] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:47 2026] DELETE /v2.0/subnets/d06fc64b-03e0-43e9-9d1f-f57e9915182f => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2830] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:47 2026] DELETE /v2.0/subnets/0b33bc71-0d0b-4959-879d-960686d2fe5e => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2831] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:47 2026] DELETE /v2.0/subnets/3de7182a-efad-4bc5-aced-b31874a1e775 => 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: 1483/2832] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:47 2026] DELETE /v2.0/subnets/efc51551-376e-410c-bb7b-5550a23b4d59 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2833] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:48 2026] DELETE /v2.0/subnets/d3bd69b8-53ea-4839-a25e-b548e369f102 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:08:48.306 8 INFO neutron_taas.services.taas.taas_plugin [None req-c05b0159-dab5-4cc3-8e28-401424e471f1 25345d88487045529c9b202f8c8e656a 85b7385e1f6842ae9ed7d44840466de7 - - default default] TaaS: Handle Delete Port: f6a5581d-1296-4508-b91d-a55cbc9ece0d 2026-03-06 23:08:48.309 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c05b0159-dab5-4cc3-8e28-401424e471f1 25345d88487045529c9b202f8c8e656a 85b7385e1f6842ae9ed7d44840466de7 - - default default] Tap Mirror: Handle Delete Port: f6a5581d-1296-4508-b91d-a55cbc9ece0d 2026-03-06 23:08:48.495 8 INFO neutron.services.segments.plugin [-] Segment eadd9630-8df9-45d1-a9e4-b647dba780f6 resource provider aggregate not found 2026-03-06 23:08:48.497 8 INFO neutron.services.segments.plugin [-] Segment eadd9630-8df9-45d1-a9e4-b647dba780f6 resource provider aggregate not found 2026-03-06 23:08:48.516 8 INFO neutron.services.segments.plugin [-] Segment eadd9630-8df9-45d1-a9e4-b647dba780f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eadd9630-8df9-45d1-a9e4-b647dba780f6 found for delete ", "request_id": "req-dc3de02a-d796-4c34-ad54-e71f5c01754e"}]} 2026-03-06 23:08:48.517 8 INFO neutron.services.segments.plugin [-] Segment eadd9630-8df9-45d1-a9e4-b647dba780f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eadd9630-8df9-45d1-a9e4-b647dba780f6 found for delete ", "request_id": "req-de080b2d-0730-440a-8639-ec7d2318cf5e"}]} [pid: 8|app: 0|req: 1484/2834] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:08:48 2026] DELETE /v2.0/networks/1c25ec6b-43dc-42db-96ca-266e6be74efb => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:08:48.636 7 INFO neutron.services.segments.plugin [-] Segment 4926c81b-40b8-4443-806e-738fbd0016d1 resource provider aggregate not found 2026-03-06 23:08:48.637 7 INFO neutron.services.segments.plugin [-] Segment 4926c81b-40b8-4443-806e-738fbd0016d1 resource provider aggregate not found 2026-03-06 23:08:48.659 7 INFO neutron.services.segments.plugin [-] Segment 4926c81b-40b8-4443-806e-738fbd0016d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4926c81b-40b8-4443-806e-738fbd0016d1 found for delete ", "request_id": "req-4c5c304f-9da1-4d3e-8f81-0e2041bd8ff9"}]} 2026-03-06 23:08:48.661 7 INFO neutron.services.segments.plugin [-] Segment 4926c81b-40b8-4443-806e-738fbd0016d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4926c81b-40b8-4443-806e-738fbd0016d1 found for delete ", "request_id": "req-ad1c5271-8ba7-42c8-bd80-873a4ae7c2f7"}]} [pid: 7|app: 0|req: 1351/2835] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:08:48 2026] DELETE /v2.0/networks/9e9a24fa-9e9b-4761-bd07-487f7024c2f2 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2836] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:08:48 2026] DELETE /v2.0/networks/0c569f09-4e9b-45fd-92fe-17055547401f => 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: 1352/2837] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:08:48 2026] DELETE /v2.0/networks/e39a6c0c-2fda-42c5-96fe-69024037d5e4 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2838] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:08:48 2026] DELETE /v2.0/networks/3446824d-5dad-4efa-aed8-5fd49c2c6402 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2839] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:49 2026] GET /v2.0/security-groups?tenant_id=85b7385e1f6842ae9ed7d44840466de7&name=default => generated 2929 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2840] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:50 2026] DELETE /v2.0/security-groups/50d252cc-5b18-4141-b2d3-31acf7290e25 => 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: 1354/2841] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:50 2026] GET /v2.0/security-groups?tenant_id=f1c02a4c87a24ddca93db06b0da6eb52&name=default => generated 2929 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2842] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:50 2026] DELETE /v2.0/security-groups/9620b29d-6abe-4bc1-8dc2-a8426de8a387 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:08:50.536 8 INFO neutron.services.segments.plugin [-] Segment 3ed3b7d3-ee1b-42a4-9446-be146c2b4b7e resource provider aggregate not found 2026-03-06 23:08:50.541 8 INFO neutron.services.segments.plugin [-] Segment 3ed3b7d3-ee1b-42a4-9446-be146c2b4b7e resource provider aggregate not found 2026-03-06 23:08:50.552 8 INFO neutron.services.segments.plugin [-] Segment 3ed3b7d3-ee1b-42a4-9446-be146c2b4b7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ed3b7d3-ee1b-42a4-9446-be146c2b4b7e found for delete ", "request_id": "req-899af322-e061-4a91-8ad0-5dbb664d9993"}]} 2026-03-06 23:08:50.560 8 INFO neutron.services.segments.plugin [-] Segment 3ed3b7d3-ee1b-42a4-9446-be146c2b4b7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ed3b7d3-ee1b-42a4-9446-be146c2b4b7e found for delete ", "request_id": "req-7d42a159-90b9-4423-a02f-2d81a2c82803"}]} 2026-03-06 23:08:50.572 8 INFO neutron.services.segments.plugin [-] Segment 7cc69e89-76e6-4206-8bca-813e1adadfcc resource provider aggregate not found 2026-03-06 23:08:50.579 8 INFO neutron.services.segments.plugin [-] Segment 7cc69e89-76e6-4206-8bca-813e1adadfcc resource provider aggregate not found 2026-03-06 23:08:50.591 8 INFO neutron.services.segments.plugin [-] Segment 7cc69e89-76e6-4206-8bca-813e1adadfcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cc69e89-76e6-4206-8bca-813e1adadfcc found for delete ", "request_id": "req-b0018143-9135-41df-a7be-dc0a56808242"}]} 2026-03-06 23:08:50.600 8 INFO neutron.services.segments.plugin [-] Segment 7cc69e89-76e6-4206-8bca-813e1adadfcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cc69e89-76e6-4206-8bca-813e1adadfcc found for delete ", "request_id": "req-05454afc-3009-4e19-876b-d915122d1a0d"}]} 2026-03-06 23:08:50.681 7 INFO neutron.services.segments.plugin [-] Segment 876669e4-773c-4b1f-b3f0-039d3df7864a resource provider aggregate not found 2026-03-06 23:08:50.688 7 INFO neutron.services.segments.plugin [-] Segment 876669e4-773c-4b1f-b3f0-039d3df7864a resource provider aggregate not found 2026-03-06 23:08:50.705 7 INFO neutron.services.segments.plugin [-] Segment 876669e4-773c-4b1f-b3f0-039d3df7864a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 876669e4-773c-4b1f-b3f0-039d3df7864a found for delete ", "request_id": "req-ba290a6d-873c-4191-b128-a8884e9b98a2"}]} 2026-03-06 23:08:50.706 7 INFO neutron.services.segments.plugin [-] Segment 876669e4-773c-4b1f-b3f0-039d3df7864a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 876669e4-773c-4b1f-b3f0-039d3df7864a found for delete ", "request_id": "req-ad2edbe6-1c3c-4266-978e-7fba362e6a5f"}]} [pid: 7|app: 0|req: 1355/2843] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:50 2026] GET /v2.0/security-groups?tenant_id=fadf83d6d10d4c3da1d4cad7427961c1&name=default => generated 2929 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2844] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:50 2026] DELETE /v2.0/security-groups/cbed59d4-cdc7-46ed-8e49-8da32e07253e => 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: 1356/2845] 10.0.0.132 () {34 vars in 990 bytes} [Fri Mar 6 23:08:52 2026] GET /v2.0/ports?device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 1473 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2846] 10.0.0.132 () {34 vars in 1040 bytes} [Fri Mar 6 23:08:52 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:08:54.097 7 INFO neutron.db.segments_db [None req-e0a9277b-cdb7-41ec-b3b6-c16342b2a43e 4f54a62d279e470bb022eb491a94a864 9e25ac63770a4f51a79b92e425824d05 - - default default] Added segment 68ba2d44-3b52-4202-bfea-b25faf212dfd of type vxlan for network 685ea6d5-e655-4b80-8fed-341c7e9b17ed 2026-03-06 23:08:54.338 7 INFO neutron.db.l3_hamode_db [None req-e0a9277b-cdb7-41ec-b3b6-c16342b2a43e 4f54a62d279e470bb022eb491a94a864 9e25ac63770a4f51a79b92e425824d05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 23:08:54.473 7 INFO neutron.db.l3_hamode_db [None req-e0a9277b-cdb7-41ec-b3b6-c16342b2a43e 4f54a62d279e470bb022eb491a94a864 9e25ac63770a4f51a79b92e425824d05 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1357/2847] 10.0.0.144 () {34 vars in 668 bytes} [Fri Mar 6 23:08:53 2026] POST /v2.0/routers => generated 474 bytes in 1165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2848] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:08:55 2026] PUT /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2849] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:08:55 2026] GET /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags => generated 25 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2850] 10.0.0.144 () {34 vars in 762 bytes} [Fri Mar 6 23:08:55 2026] PUT /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags/green => generated 4 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2851] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:08:55 2026] GET /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags => generated 34 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2852] 10.0.0.144 () {34 vars in 758 bytes} [Fri Mar 6 23:08:55 2026] PUT /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags/red => generated 4 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2853] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:08:55 2026] GET /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags => generated 34 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2854] 10.0.0.144 () {34 vars in 780 bytes} [Fri Mar 6 23:08:55 2026] PUT /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags/black.or.white => generated 4 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2855] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:08:55 2026] GET /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags => generated 52 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2856] 10.0.0.144 () {34 vars in 751 bytes} [Fri Mar 6 23:08:56 2026] PUT /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags => generated 37 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2857] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:08:56 2026] GET /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags => generated 37 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2858] 10.0.0.144 () {32 vars in 739 bytes} [Fri Mar 6 23:08:56 2026] GET /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags/red => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:08:56.358 7 INFO neutron.api.v2.resource [None req-e0408d59-7307-4db8-9513-c4b34f533109 4f54a62d279e470bb022eb491a94a864 9e25ac63770a4f51a79b92e425824d05 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1363/2859] 10.0.0.144 () {32 vars in 743 bytes} [Fri Mar 6 23:08:56 2026] GET /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags/green => generated 99 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2860] 10.0.0.144 () {32 vars in 742 bytes} [Fri Mar 6 23:08:56 2026] DELETE /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags/red => 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: 1364/2861] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:08:56 2026] GET /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags => generated 30 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:08:56.637 8 INFO neutron.api.v2.resource [None req-5321abd8-3efc-4395-abd4-435f5f814115 4f54a62d279e470bb022eb491a94a864 9e25ac63770a4f51a79b92e425824d05 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1498/2862] 10.0.0.144 () {32 vars in 746 bytes} [Fri Mar 6 23:08:56 2026] DELETE /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags/green => generated 99 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2863] 10.0.0.144 () {32 vars in 734 bytes} [Fri Mar 6 23:08:56 2026] DELETE /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags => 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: 1499/2864] 10.0.0.144 () {32 vars in 731 bytes} [Fri Mar 6 23:08:56 2026] GET /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416/tags => generated 12 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2865] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:08:56 2026] GET /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416 => generated 480 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2868] 10.0.0.144 () {34 vars in 742 bytes} [Fri Mar 6 23:08:56 2026] PUT /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416 => generated 480 bytes in 996 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2869] 10.0.0.144 () {32 vars in 736 bytes} [Fri Mar 6 23:08:57 2026] GET /v2.0/ports?device_id=c79efac6-beb5-48e7-993e-1a1434609416 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:08:58.101 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc5b0029-e7c5-46ba-bf66-cd9b0f87de3f 4f54a62d279e470bb022eb491a94a864 9e25ac63770a4f51a79b92e425824d05 - - default default] TaaS: Handle Delete Port: 3f2f050c-f994-4ff6-b262-fb10616d12c6 2026-03-06 23:08:58.105 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc5b0029-e7c5-46ba-bf66-cd9b0f87de3f 4f54a62d279e470bb022eb491a94a864 9e25ac63770a4f51a79b92e425824d05 - - default default] Tap Mirror: Handle Delete Port: 3f2f050c-f994-4ff6-b262-fb10616d12c6 2026-03-06 23:08:58.461 8 INFO neutron.db.l3_hamode_db [None req-dc5b0029-e7c5-46ba-bf66-cd9b0f87de3f 4f54a62d279e470bb022eb491a94a864 9e25ac63770a4f51a79b92e425824d05 - - default default] HA network 685ea6d5-e655-4b80-8fed-341c7e9b17ed was deleted as no HA routers are present in tenant 9e25ac63770a4f51a79b92e425824d05. [pid: 8|app: 0|req: 1501/2870] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:08:57 2026] DELETE /v2.0/routers/c79efac6-beb5-48e7-993e-1a1434609416 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:08:58.529 8 INFO neutron.services.segments.plugin [-] Segment 68ba2d44-3b52-4202-bfea-b25faf212dfd resource provider aggregate not found 2026-03-06 23:08:58.533 8 INFO neutron.services.segments.plugin [-] Segment 68ba2d44-3b52-4202-bfea-b25faf212dfd resource provider aggregate not found 2026-03-06 23:08:58.548 8 INFO neutron.services.segments.plugin [-] Segment 68ba2d44-3b52-4202-bfea-b25faf212dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68ba2d44-3b52-4202-bfea-b25faf212dfd found for delete ", "request_id": "req-74b31587-d663-4dc0-b92e-e1c7f12393af"}]} 2026-03-06 23:08:58.548 8 INFO neutron.services.segments.plugin [-] Segment 68ba2d44-3b52-4202-bfea-b25faf212dfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68ba2d44-3b52-4202-bfea-b25faf212dfd found for delete ", "request_id": "req-7be2b619-7d42-4847-ad41-879f0871780f"}]} [pid: 7|app: 0|req: 1370/2871] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:59 2026] GET /v2.0/security-groups?tenant_id=ddbd539b33f9423e8bbbd0ab18c77946&name=default => generated 2929 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2872] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:59 2026] DELETE /v2.0/security-groups/570ceb97-f1ea-467c-98ca-3ed96823fec5 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2873] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:08:59 2026] GET /v2.0/security-groups?tenant_id=9e25ac63770a4f51a79b92e425824d05&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: 1503/2874] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:08:59 2026] DELETE /v2.0/security-groups/80a348d0-2ed5-47df-b1dc-083bbb3b9055 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2875] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:09:03 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2876] 10.0.0.189 () {30 vars in 690 bytes} [Fri Mar 6 23:09:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2877] 10.0.0.189 () {30 vars in 692 bytes} [Fri Mar 6 23:09:04 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: 1505/2878] 10.0.0.189 () {30 vars in 668 bytes} [Fri Mar 6 23:09:04 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: 1374/2879] 10.0.0.189 () {30 vars in 704 bytes} [Fri Mar 6 23:09:04 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: 1506/2880] 10.0.0.189 () {28 vars in 439 bytes} [Fri Mar 6 23:09:05 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: 1375/2881] 10.0.0.189 () {30 vars in 728 bytes} [Fri Mar 6 23:09:05 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 657 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2882] 10.0.0.189 () {30 vars in 690 bytes} [Fri Mar 6 23:09:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2883] 10.0.0.189 () {30 vars in 692 bytes} [Fri Mar 6 23:09:05 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: 1508/2884] 10.0.0.189 () {30 vars in 668 bytes} [Fri Mar 6 23:09:05 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2885] 10.0.0.189 () {30 vars in 704 bytes} [Fri Mar 6 23:09:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2886] 10.0.0.189 () {30 vars in 728 bytes} [Fri Mar 6 23:09:05 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2887] 10.0.0.189 () {30 vars in 690 bytes} [Fri Mar 6 23:09:05 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2888] 10.0.0.189 () {30 vars in 692 bytes} [Fri Mar 6 23:09:05 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2889] 10.0.0.189 () {30 vars in 668 bytes} [Fri Mar 6 23:09:05 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: 1511/2890] 10.0.0.189 () {30 vars in 704 bytes} [Fri Mar 6 23:09:05 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: 1380/2891] 10.0.0.189 () {30 vars in 730 bytes} [Fri Mar 6 23:09:05 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/2892] 10.0.0.189 () {30 vars in 682 bytes} [Fri Mar 6 23:09:05 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2893] 10.0.0.189 () {34 vars in 704 bytes} [Fri Mar 6 23:09:05 2026] POST /v2.0/ports => generated 1132 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2894] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:09:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1382/2895] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:09:08 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: 1514/2896] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:09:08 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: 1383/2897] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:09:08 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: 1515/2898] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:09:08 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2899] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:09: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: 8|app: 0|req: 1516/2900] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:09:08 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: 1385/2901] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:09:08 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: 1517/2902] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:09:09 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-03-06 23:09:09.033 7 INFO neutron.api.v2.resource [None req-a43a2388-a66e-492d-80be-8598ec9a7dc4 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1386/2903] 162.253.55.52 () {30 vars in 762 bytes} [Fri Mar 6 23:09:09 2026] GET /v2.0/security-groups/lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2904] 162.253.55.52 () {30 vars in 784 bytes} [Fri Mar 6 23:09:09 2026] GET /v2.0/security-groups?name=lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 23 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2905] 162.253.55.52 () {34 vars in 735 bytes} [Fri Mar 6 23:09:09 2026] POST /v2.0/security-groups => generated 1638 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2906] 162.253.55.52 () {30 vars in 814 bytes} [Fri Mar 6 23:09:09 2026] GET /v2.0/security-group-rules?security_group_id=37e43ebf-6cb7-46d6-a147-ef334223fe33 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2907] 162.253.55.52 () {34 vars in 788 bytes} [Fri Mar 6 23:09:09 2026] PUT /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 206 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2908] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:09:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1389/2909] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:09:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2910] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:09:09 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: 1390/2911] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:09:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2912] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:09:09 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2915] 10.0.0.59 () {34 vars in 1015 bytes} [Fri Mar 6 23:09:17 2026] GET /v2.0/security-groups?id=18e0beca-9193-4f00-aaa1-020e0e7a83b2&fields=id => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2916] 10.0.0.59 () {34 vars in 981 bytes} [Fri Mar 6 23:09:17 2026] GET /v2.0/networks?id=bec22333-028b-419c-933b-9fa85345facf => generated 735 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2917] 10.0.0.59 () {34 vars in 964 bytes} [Fri Mar 6 23:09:17 2026] GET /v2.0/quotas/b341277cdab1420e9161f5b37585cbed => generated 291 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2918] 10.0.0.59 () {34 vars in 1001 bytes} [Fri Mar 6 23:09:17 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&fields=id => generated 149 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2919] 10.0.0.59 () {34 vars in 1007 bytes} [Fri Mar 6 23:09:17 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?fields=segments => generated 14 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2920] 10.0.0.59 () {34 vars in 1107 bytes} [Fri Mar 6 23:09:17 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1395/2921] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:18 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2922] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:18 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => 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: 1396/2923] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:21 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => 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: 1528/2924] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:21 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => 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: 1397/2925] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:09:22 2026] GET /v2.0/networks?id=bec22333-028b-419c-933b-9fa85345facf => generated 735 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2926] 162.253.55.52 () {34 vars in 1049 bytes} [Fri Mar 6 23:09:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b341277cdab1420e9161f5b37585cbed => generated 343 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2927] 162.253.55.52 () {38 vars in 954 bytes} [Fri Mar 6 23:09:22 2026] POST /v2.0/ports => generated 1082 bytes in 253 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2928] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:09:22 2026] PUT /v2.0/ports/008fec67-d494-4f13-b037-40b710503691 => generated 1243 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:09:23.056 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b112dcdc-8d9c-44f3-8925-34f0b7412218'] response: {'name': 'network-changed', 'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'tag': '008fec67-d494-4f13-b037-40b710503691', '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: 1399/2929] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:09:23 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1531/2930] 162.253.55.52 () {34 vars in 1017 bytes} [Fri Mar 6 23:09:23 2026] GET /v2.0/networks?tenant_id=b341277cdab1420e9161f5b37585cbed&shared=False => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2931] 162.253.55.52 () {34 vars in 929 bytes} [Fri Mar 6 23:09:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2932] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:24 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2933] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:09:24 2026] GET /v2.0/security-groups?id=18e0beca-9193-4f00-aaa1-020e0e7a83b2&fields=id&fields=name => generated 96 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/2934] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:24 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1246 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2935] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:09:24 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2936] 162.253.55.52 () {34 vars in 1061 bytes} [Fri Mar 6 23:09:24 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.234&port_id=008fec67-d494-4f13-b037-40b710503691 => 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: 1403/2937] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:09:24 2026] GET /v2.0/subnets?id=ae99aedc-1793-48f0-b38e-823d22f0e53a => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/2938] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:09:24 2026] GET /v2.0/ports?network_id=bec22333-028b-419c-933b-9fa85345facf&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2939] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:09:24 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1536/2940] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:09:24 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1405/2941] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:26 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/2942] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:09:26 2026] GET /v2.0/security-groups?id=18e0beca-9193-4f00-aaa1-020e0e7a83b2&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2943] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:27 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1246 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2946] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:09:28 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1246 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2947] 162.253.55.52 () {34 vars in 1043 bytes} [Fri Mar 6 23:09:28 2026] GET /v2.0/security-groups?id=18e0beca-9193-4f00-aaa1-020e0e7a83b2&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: 1540/2948] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:30 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2949] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:09:30 2026] GET /v2.0/security-groups?id=18e0beca-9193-4f00-aaa1-020e0e7a83b2&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2950] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:30 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1248 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2951] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:32 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2952] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:09:32 2026] GET /v2.0/security-groups?id=18e0beca-9193-4f00-aaa1-020e0e7a83b2&fields=id&fields=name => generated 96 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2953] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:09:33 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2954] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/subnets => generated 6133 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2955] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/security-groups => generated 30271 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/2956] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/routers => generated 727 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2957] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/2958] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/l3-agents => generated 681 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2959] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/agents => generated 3385 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/2960] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/networks => generated 5224 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2961] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/ports => generated 22318 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2962] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2963] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/subnets => generated 6133 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/2964] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2965] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/floatingips => generated 1702 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2966] 10.0.0.59 () {34 vars in 1177 bytes} [Fri Mar 6 23:09:37 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac&device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23&device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 4160 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2967] 10.0.0.59 () {34 vars in 1119 bytes} [Fri Mar 6 23:09:38 2026] GET /v2.0/security-groups?id=18e0beca-9193-4f00-aaa1-020e0e7a83b2&id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&fields=id&fields=name => generated 187 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2972] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:10:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2973] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:10:08 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: 1422/2974] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:10:08 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: 1553/2975] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:10:08 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: 1423/2976] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:08 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/2977] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:10:08 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2978] 162.253.55.52 () {34 vars in 716 bytes} [Fri Mar 6 23:10:08 2026] POST /v2.0/ports => generated 1055 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/2979] 10.0.0.59 () {34 vars in 970 bytes} [Fri Mar 6 23:10:08 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1055 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2980] 10.0.0.59 () {34 vars in 906 bytes} [Fri Mar 6 23:10:09 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/2981] 162.253.55.52 () {34 vars in 1261 bytes} [Fri Mar 6 23:10:10 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2?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: 1426/2982] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:10 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1557/2983] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:10 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1427/2984] 162.253.55.52 () {34 vars in 974 bytes} [Fri Mar 6 23:10:10 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1055 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2985] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:10:10 2026] GET /v2.0/networks?id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 802 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2986] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:10:10 2026] PUT /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1245 bytes in 346 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:10:11.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e03fc218-dd23-4fb5-b1cf-1255a024a612'] response: {'name': 'network-changed', 'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'tag': 'a78d5b47-3794-4a05-9a1c-683efdc06ce2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1559/2987] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:10:11 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2485 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2988] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:10:11 2026] GET /v2.0/networks?id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2989] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:10:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.32&port_id=a78d5b47-3794-4a05-9a1c-683efdc06ce2 => 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: 1430/2990] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:10:11 2026] GET /v2.0/subnets?id=27b21149-488d-4540-ad40-f8d0e460ca13 => generated 678 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/2991] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:11 2026] GET /v2.0/ports?network_id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d&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: 1431/2992] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:11 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2993] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:12 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/2996] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2485 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2997] 162.253.55.52 () {34 vars in 1061 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.234&port_id=008fec67-d494-4f13-b037-40b710503691 => 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: 1565/2998] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/subnets?id=ae99aedc-1793-48f0-b38e-823d22f0e53a => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2999] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/ports?network_id=bec22333-028b-419c-933b-9fa85345facf&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: 1566/3000] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1435/3001] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1567/3002] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.32&port_id=a78d5b47-3794-4a05-9a1c-683efdc06ce2 => 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: 1436/3003] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/subnets?id=27b21149-488d-4540-ad40-f8d0e460ca13 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3004] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/ports?network_id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d&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: 1437/3005] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1569/3006] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:13 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1438/3007] 10.0.0.59 () {34 vars in 970 bytes} [Fri Mar 6 23:10:17 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1247 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3008] 162.253.55.52 () {34 vars in 788 bytes} [Fri Mar 6 23:10:17 2026] PUT /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1272 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:10:17.860 7 INFO neutron.api.v2.resource [None req-c1437693-1619-41e3-a527-6bc25c38f485 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1439/3009] 162.253.55.52 () {30 vars in 762 bytes} [Fri Mar 6 23:10:17 2026] GET /v2.0/security-groups/lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:10:17.872 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-25c380ea-4252-4972-b2df-663ddf9f3768'] response: {'name': 'network-changed', 'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'tag': 'a78d5b47-3794-4a05-9a1c-683efdc06ce2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1571/3010] 162.253.55.52 () {30 vars in 784 bytes} [Fri Mar 6 23:10:17 2026] GET /v2.0/security-groups?name=lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/3011] 162.253.55.52 () {34 vars in 788 bytes} [Fri Mar 6 23:10:17 2026] PUT /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1310 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:10:18.196 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ebc4dd9-c91d-49fe-b4e0-a58a9b4185b3'] response: {'name': 'network-changed', 'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'tag': 'a78d5b47-3794-4a05-9a1c-683efdc06ce2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1572/3012] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1441/3013] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/3014] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:10:18 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: 1443/3015] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:10:18 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: 8|app: 0|req: 1573/3016] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3017] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3018] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/networks?id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 802 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/3019] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3020] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.32&port_id=a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/3021] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3022] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/subnets?id=27b21149-488d-4540-ad40-f8d0e460ca13 => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3023] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/3024] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/ports?network_id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3025] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 799 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3026] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3027] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/3028] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3029] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:18 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3030] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:10:19 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2586 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3031] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:10:19 2026] GET /v2.0/networks?id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 802 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/3032] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:10:19 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.32&port_id=a78d5b47-3794-4a05-9a1c-683efdc06ce2 => 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: 1582/3033] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:10:19 2026] GET /v2.0/subnets?id=27b21149-488d-4540-ad40-f8d0e460ca13 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3034] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:19 2026] GET /v2.0/ports?network_id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d&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: 1583/3035] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:19 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1453/3036] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:19 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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) 2026-03-06 23:10:26.973 8 INFO neutron.db.l3_db [None req-0569d5c1-8024-4d1e-8476-81fc481da31d 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Floating IP bba7d634-9cfd-4379-b296-7ce7fc5fa4ea associated. External IP: 10.96.250.215, port: 98fe309b-dd41-472c-babd-51fd71ec191a. [pid: 8|app: 0|req: 1584/3037] 10.0.0.144 () {34 vars in 677 bytes} [Fri Mar 6 23:10:26 2026] POST /v2.0/floatingips => generated 899 bytes in 1001 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/3040] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:10:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3041] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:10:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3042] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:10:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3043] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:10:30 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) 2026-03-06 23:10:30.171 7 INFO neutron.api.v2.resource [None req-f85ae5a2-9aa2-4226-b6b6-e8655e4f664c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1457/3044] 162.253.55.52 () {30 vars in 762 bytes} [Fri Mar 6 23:10:30 2026] GET /v2.0/security-groups/lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3045] 162.253.55.52 () {30 vars in 784 bytes} [Fri Mar 6 23:10:30 2026] GET /v2.0/security-groups?name=lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3046] 162.253.55.52 () {30 vars in 814 bytes} [Fri Mar 6 23:10:30 2026] GET /v2.0/security-group-rules?security_group_id=37e43ebf-6cb7-46d6-a147-ef334223fe33 => generated 1182 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3047] 162.253.55.52 () {34 vars in 746 bytes} [Fri Mar 6 23:10:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3048] 162.253.55.52 () {34 vars in 746 bytes} [Fri Mar 6 23:10:30 2026] POST /v2.0/security-group-rules => generated 601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3049] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/ports => generated 24650 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/3050] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/networks => generated 5224 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3051] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/security-groups => generated 31497 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/3052] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/floatingips => generated 2589 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3053] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/subnets => generated 6133 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/3054] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/routers => generated 727 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3055] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3056] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/l3-agents => generated 681 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3057] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/agents => generated 3385 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3058] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1595/3059] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/subnets => generated 6133 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3060] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3061] 10.0.0.59 () {34 vars in 1177 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac&device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23&device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 5498 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3062] 10.0.0.59 () {34 vars in 1199 bytes} [Fri Mar 6 23:10:37 2026] GET /v2.0/security-groups?id=18e0beca-9193-4f00-aaa1-020e0e7a83b2&id=37e43ebf-6cb7-46d6-a147-ef334223fe33&id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&fields=id&fields=name => generated 286 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3063] 10.0.0.189 () {30 vars in 690 bytes} [Fri Mar 6 23:10:39 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/3064] 10.0.0.189 () {30 vars in 692 bytes} [Fri Mar 6 23:10:39 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3065] 10.0.0.189 () {30 vars in 668 bytes} [Fri Mar 6 23:10:39 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3066] 10.0.0.189 () {30 vars in 704 bytes} [Fri Mar 6 23:10:39 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: 1599/3067] 10.0.0.189 () {28 vars in 439 bytes} [Fri Mar 6 23:10:39 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3068] 10.0.0.189 () {30 vars in 728 bytes} [Fri Mar 6 23:10:39 2026] GET /v2.0/subnets/5d559b97-fa20-4f8b-b2ee-74c49c852890 => generated 656 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3069] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:10:40 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: 1470/3070] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:10:40 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3071] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:10:40 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: 7|app: 0|req: 1471/3072] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:10:40 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3073] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:40 2026] GET /v2.0/subnets/5d559b97-fa20-4f8b-b2ee-74c49c852890 => 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: 1472/3074] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:10:40 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3075] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:10:40 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3076] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:10:40 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: 1604/3077] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:10:40 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: 1474/3078] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:10:40 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: 1605/3079] 162.253.55.52 () {34 vars in 716 bytes} [Fri Mar 6 23:10:40 2026] POST /v2.0/ports => generated 1324 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3080] 10.0.0.59 () {34 vars in 970 bytes} [Fri Mar 6 23:10:41 2026] GET /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 1324 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1606/3081] 162.253.55.52 () {34 vars in 1261 bytes} [Fri Mar 6 23:10:42 2026] GET /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3082] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:42 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1607/3083] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:42 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1478/3086] 162.253.55.52 () {34 vars in 974 bytes} [Fri Mar 6 23:10:42 2026] GET /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 1324 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3087] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:10:42 2026] GET /v2.0/networks?id=9b924377-6b54-4579-aa76-559acd51f77a => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3088] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:10:42 2026] PUT /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 1514 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:10:43.412 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-97c092d6-cf21-44f8-900c-4152840fdb87'] response: {'name': 'network-changed', 'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'tag': '4050ff5c-3677-4897-911a-d1d596a0518f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1610/3089] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:10:43 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 4092 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1480/3090] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:10:43 2026] GET /v2.0/networks?id=9b924377-6b54-4579-aa76-559acd51f77a => 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: 1611/3091] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:10:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.167&port_id=4050ff5c-3677-4897-911a-d1d596a0518f => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3092] 162.253.55.52 () {34 vars in 1101 bytes} [Fri Mar 6 23:10:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af0&port_id=4050ff5c-3677-4897-911a-d1d596a0518f => 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: 1612/3093] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:10:44 2026] GET /v2.0/subnets?id=5d559b97-fa20-4f8b-b2ee-74c49c852890&id=fb1db55f-8100-4dc5-a2c5-e63426df30a4 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3094] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:44 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&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: 1613/3095] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:44 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3096] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:44 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1614/3097] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:44 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1484/3098] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 4092 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3099] 162.253.55.52 () {34 vars in 1061 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.234&port_id=008fec67-d494-4f13-b037-40b710503691 => 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: 1485/3100] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/subnets?id=ae99aedc-1793-48f0-b38e-823d22f0e53a => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3101] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/ports?network_id=bec22333-028b-419c-933b-9fa85345facf&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3102] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1617/3103] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1487/3104] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.32&port_id=a78d5b47-3794-4a05-9a1c-683efdc06ce2 => 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: 1618/3105] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/subnets?id=27b21149-488d-4540-ad40-f8d0e460ca13 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3106] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/ports?network_id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3107] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1489/3108] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1620/3109] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.167&port_id=4050ff5c-3677-4897-911a-d1d596a0518f => 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: 1490/3110] 162.253.55.52 () {34 vars in 1101 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af0&port_id=4050ff5c-3677-4897-911a-d1d596a0518f => 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: 1621/3111] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/subnets?id=5d559b97-fa20-4f8b-b2ee-74c49c852890&id=fb1db55f-8100-4dc5-a2c5-e63426df30a4 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3112] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3113] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3114] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:45 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1623/3115] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:46 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3116] 10.0.0.59 () {34 vars in 970 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 1516 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3117] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a => generated 797 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3118] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/subnets/5d559b97-fa20-4f8b-b2ee-74c49c852890 => 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: 1625/3119] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/subnets/fb1db55f-8100-4dc5-a2c5-e63426df30a4 => generated 743 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3120] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:10:50 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: 1626/3121] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3122] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:10:50 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: 1627/3123] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:10:50 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: 1497/3124] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3125] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3126] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1346 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3127] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3128] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3129] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3130] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:50 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3131] 10.0.0.189 () {30 vars in 690 bytes} [Fri Mar 6 23:10:55 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: 1501/3132] 10.0.0.189 () {30 vars in 692 bytes} [Fri Mar 6 23:10:55 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: 1632/3133] 10.0.0.189 () {30 vars in 668 bytes} [Fri Mar 6 23:10:55 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: 1502/3134] 10.0.0.189 () {30 vars in 704 bytes} [Fri Mar 6 23:10:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3135] 10.0.0.189 () {28 vars in 439 bytes} [Fri Mar 6 23:10:55 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3136] 10.0.0.189 () {30 vars in 728 bytes} [Fri Mar 6 23:10:55 2026] GET /v2.0/subnets/648fbf8c-04d8-40e7-a870-84d8aef35f39 => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3137] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:10:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3138] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:10:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3139] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:10:57 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: 1505/3140] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:10:57 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: 1636/3141] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:57 2026] GET /v2.0/subnets/5d559b97-fa20-4f8b-b2ee-74c49c852890 => generated 674 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3142] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:10:57 2026] GET /v2.0/subnets/648fbf8c-04d8-40e7-a870-84d8aef35f39 => generated 673 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3143] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:10:57 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 4094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3146] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:10:57 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: 1639/3147] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:10:57 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3148] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:10:57 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: 1640/3149] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:10:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3150] 162.253.55.52 () {34 vars in 716 bytes} [Fri Mar 6 23:10:57 2026] POST /v2.0/ports => generated 1332 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1641/3151] 10.0.0.59 () {34 vars in 970 bytes} [Fri Mar 6 23:10:58 2026] GET /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1511/3152] 10.0.0.59 () {34 vars in 906 bytes} [Fri Mar 6 23:10:58 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3153] 162.253.55.52 () {34 vars in 1261 bytes} [Fri Mar 6 23:10:59 2026] GET /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3154] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:10:59 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1643/3155] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:10:59 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1513/3156] 162.253.55.52 () {34 vars in 974 bytes} [Fri Mar 6 23:11:00 2026] GET /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 1332 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3157] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:11:00 2026] GET /v2.0/networks?id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => 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: 1514/3158] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:11:00 2026] PUT /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 1522 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:11:00.958 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1e397eb8-4a13-41be-8299-6f29b70ef478'] response: {'name': 'network-changed', 'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'tag': '42df6840-77bc-4938-bfb9-b2baa0e6d797', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1645/3159] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:11:01 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 5608 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, ' [pid: 7|app: 0|req: 1515/3160] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:11:01 2026] GET /v2.0/networks?id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3161] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:11:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.254&port_id=42df6840-77bc-4938-bfb9-b2baa0e6d797 => 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: 1516/3162] 162.253.55.52 () {34 vars in 1105 bytes} [Fri Mar 6 23:11:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a5&port_id=42df6840-77bc-4938-bfb9-b2baa0e6d797 => 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: 1647/3163] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:11:01 2026] GET /v2.0/subnets?id=6ee107cf-a2ee-4483-beaf-3f44b3cb2e7f&id=648fbf8c-04d8-40e7-a870-84d8aef35f39 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3164] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:01 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3165] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:01 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3166] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:01 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3167] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:01 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1519/3168] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:11:02 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 5608 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1650/3169] 162.253.55.52 () {34 vars in 1061 bytes} [Fri Mar 6 23:11:02 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.234&port_id=008fec67-d494-4f13-b037-40b710503691 => 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: 1520/3170] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:11:02 2026] GET /v2.0/subnets?id=ae99aedc-1793-48f0-b38e-823d22f0e53a => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3171] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/ports?network_id=bec22333-028b-419c-933b-9fa85345facf&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3172] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1652/3173] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3174] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.32&port_id=a78d5b47-3794-4a05-9a1c-683efdc06ce2 => 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: 1653/3175] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/subnets?id=27b21149-488d-4540-ad40-f8d0e460ca13 => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3176] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/ports?network_id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d&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: 1654/3177] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1524/3178] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3179] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.167&port_id=4050ff5c-3677-4897-911a-d1d596a0518f => 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: 1525/3180] 162.253.55.52 () {34 vars in 1101 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Af0&port_id=4050ff5c-3677-4897-911a-d1d596a0518f => 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: 1656/3181] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/subnets?id=5d559b97-fa20-4f8b-b2ee-74c49c852890&id=fb1db55f-8100-4dc5-a2c5-e63426df30a4 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3182] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3183] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3184] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1658/3185] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1528/3186] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.254&port_id=42df6840-77bc-4938-bfb9-b2baa0e6d797 => 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: 1659/3187] 162.253.55.52 () {34 vars in 1105 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3a5&port_id=42df6840-77bc-4938-bfb9-b2baa0e6d797 => 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: 1529/3188] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/subnets?id=6ee107cf-a2ee-4483-beaf-3f44b3cb2e7f&id=648fbf8c-04d8-40e7-a870-84d8aef35f39 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3189] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&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: 1530/3190] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&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: 1661/3191] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1531/3192] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:03 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1662/3193] 10.0.0.59 () {34 vars in 970 bytes} [Fri Mar 6 23:11:07 2026] GET /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 1524 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3194] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:11:07 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 797 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3195] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:07 2026] GET /v2.0/subnets/648fbf8c-04d8-40e7-a870-84d8aef35f39 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3196] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:07 2026] GET /v2.0/subnets/6ee107cf-a2ee-4483-beaf-3f44b3cb2e7f => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3197] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:07 2026] GET /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 1516 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3198] 162.253.55.52 () {34 vars in 789 bytes} [Fri Mar 6 23:11:07 2026] PUT /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 1255 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:11:08.326 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-93a62ff1-9d7b-4766-89a9-f9945ca87115'] response: {'name': 'network-changed', 'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'tag': '4050ff5c-3677-4897-911a-d1d596a0518f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1665/3199] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a => generated 797 bytes in 61 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: 1535/3200] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/subnets/5d559b97-fa20-4f8b-b2ee-74c49c852890 => 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: 1666/3201] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:08 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: 1536/3202] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:08 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: 1667/3203] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11:08 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: 1537/3204] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:08 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: 1668/3205] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1538/3206] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3207] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1346 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3208] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3209] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 799 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3210] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1671/3211] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3212] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 5385 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3213] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/networks?id=9b924377-6b54-4579-aa76-559acd51f77a => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1542/3214] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.167&port_id=4050ff5c-3677-4897-911a-d1d596a0518f => 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: 1673/3215] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:11:08 2026] GET /v2.0/subnets?id=5d559b97-fa20-4f8b-b2ee-74c49c852890 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3216] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:09 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3217] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:09 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3218] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:09 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1546/3221] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:20 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: 1676/3222] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:20 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: 1547/3223] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11:20 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: 1677/3224] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:20 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: 1548/3225] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:20 2026] GET /v2.0/subnets/5d559b97-fa20-4f8b-b2ee-74c49c852890 => 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: 1678/3226] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:20 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 5385 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3227] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:20 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: 1679/3228] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3229] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11: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) [pid: 8|app: 0|req: 1680/3230] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:20 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: 1551/3231] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:20 2026] GET /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 1524 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3232] 162.253.55.52 () {34 vars in 789 bytes} [Fri Mar 6 23:11:20 2026] PUT /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 1311 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:11:21.032 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7af20d30-962b-480d-997f-e7050d552158'] response: {'name': 'network-changed', 'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'tag': '42df6840-77bc-4938-bfb9-b2baa0e6d797', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1552/3233] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:11:20 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 797 bytes in 52 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: 1682/3234] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:21 2026] GET /v2.0/subnets/6ee107cf-a2ee-4483-beaf-3f44b3cb2e7f => generated 748 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3235] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:21 2026] GET /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 1347 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3236] 162.253.55.52 () {34 vars in 788 bytes} [Fri Mar 6 23:11:21 2026] PUT /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 1080 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3237] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:11:21 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 797 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1684/3238] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:21 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 4977 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3239] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:11:21 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 4977 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3240] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:11:21 2026] GET /v2.0/networks?id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3241] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:21 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 4977 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3242] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:21 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1557/3243] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:21 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1687/3244] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:22 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 4977 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:11:23.082 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-580e8a5e-10e5-48ca-a865-87ee07f10a64'] response: {'name': 'network-changed', 'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'tag': '42df6840-77bc-4938-bfb9-b2baa0e6d797', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1558/3245] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:11:23 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 4977 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3246] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:11:23 2026] GET /v2.0/networks?id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 800 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3247] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:23 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1689/3248] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:23 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1560/3249] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:23 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 4977 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3250] 162.253.55.52 () {34 vars in 974 bytes} [Fri Mar 6 23:11:23 2026] GET /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 1116 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3251] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:11:24 2026] GET /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3252] 162.253.55.52 () {34 vars in 1015 bytes} [Fri Mar 6 23:11:24 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1562/3253] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:11:24 2026] PUT /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 917 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1692/3254] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:24 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 3869 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 23:11:25.034 7 INFO neutron_taas.services.taas.taas_plugin [None req-255648b3-e14f-40ab-a3a9-b7301a9fcd7b d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 42df6840-77bc-4938-bfb9-b2baa0e6d797 2026-03-06 23:11:25.038 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-255648b3-e14f-40ab-a3a9-b7301a9fcd7b d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 42df6840-77bc-4938-bfb9-b2baa0e6d797 [pid: 7|app: 0|req: 1563/3255] 162.253.55.52 () {32 vars in 758 bytes} [Fri Mar 6 23:11:24 2026] DELETE /v2.0/ports/42df6840-77bc-4938-bfb9-b2baa0e6d797 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3256] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:25 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: 1564/3257] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1694/3258] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3259] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:25 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: 1695/3260] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3261] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3262] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1346 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3263] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3264] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 799 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3265] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3266] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3267] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 3869 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1699/3268] 162.253.55.52 () {34 vars in 1225 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/networks?id=bec22333-028b-419c-933b-9fa85345facf&id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d&id=9b924377-6b54-4579-aa76-559acd51f77a&id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 3095 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1570/3269] 162.253.55.52 () {34 vars in 1061 bytes} [Fri Mar 6 23:11:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.234&port_id=008fec67-d494-4f13-b037-40b710503691 => 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: 1700/3270] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/subnets?id=ae99aedc-1793-48f0-b38e-823d22f0e53a => generated 654 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1571/3271] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/ports?network_id=bec22333-028b-419c-933b-9fa85345facf&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: 1701/3272] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3273] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1702/3274] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.32&port_id=a78d5b47-3794-4a05-9a1c-683efdc06ce2 => 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: 1573/3275] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/subnets?id=27b21149-488d-4540-ad40-f8d0e460ca13 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1703/3276] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/ports?network_id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3277] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1704/3278] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1575/3279] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.167&port_id=4050ff5c-3677-4897-911a-d1d596a0518f => 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: 1705/3280] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/subnets?id=5d559b97-fa20-4f8b-b2ee-74c49c852890 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3281] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&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: 8|app: 0|req: 1706/3282] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3283] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:26 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1708/3286] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3287] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3288] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11:30 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: 1580/3289] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:30 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: 1710/3290] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:30 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 3869 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3291] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:30 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: 1711/3292] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:30 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: 1582/3293] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11:30 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3294] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:30 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3295] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:30 2026] GET /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 1291 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3296] 162.253.55.52 () {34 vars in 788 bytes} [Fri Mar 6 23:11:30 2026] PUT /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 1080 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:11:31.266 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b55728eb-6f43-4309-957c-ba1cabc2db8b'] response: {'name': 'network-changed', 'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'tag': '4050ff5c-3677-4897-911a-d1d596a0518f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1584/3297] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:11:31 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a => generated 797 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1714/3298] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:31 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 3694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3299] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:31 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 3694 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3300] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:11:31 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 3694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3301] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:11:31 2026] GET /v2.0/networks?id=9b924377-6b54-4579-aa76-559acd51f77a => generated 800 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1716/3302] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:31 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3303] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:32 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1717/3304] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:32 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 3694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3305] 162.253.55.52 () {34 vars in 974 bytes} [Fri Mar 6 23:11:33 2026] GET /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 1116 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1718/3306] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:11:33 2026] GET /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3307] 162.253.55.52 () {34 vars in 1015 bytes} [Fri Mar 6 23:11:33 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?fields=dns_domain => generated 29 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3308] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:33 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 3694 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1719/3309] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:11:33 2026] PUT /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 917 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3310] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:34 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2586 bytes in 28 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-03-06 23:11:34.807 8 INFO neutron_taas.services.taas.taas_plugin [None req-afba38b6-6daf-486a-8031-9710e2b2a266 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 4050ff5c-3677-4897-911a-d1d596a0518f 2026-03-06 23:11:34.811 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afba38b6-6daf-486a-8031-9710e2b2a266 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 4050ff5c-3677-4897-911a-d1d596a0518f [pid: 8|app: 0|req: 1720/3311] 162.253.55.52 () {32 vars in 758 bytes} [Fri Mar 6 23:11:34 2026] DELETE /v2.0/ports/4050ff5c-3677-4897-911a-d1d596a0518f => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3312] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:35 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: 1721/3313] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:35 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: 1593/3314] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11:35 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: 1722/3315] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:35 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: 1594/3316] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3317] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3318] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1346 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3319] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3320] 162.253.55.52 () {30 vars in 742 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3321] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3322] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3323] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2586 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3324] 162.253.55.52 () {34 vars in 1145 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/networks?id=bec22333-028b-419c-933b-9fa85345facf&id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d&id=9b924377-6b54-4579-aa76-559acd51f77a => generated 2309 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3325] 162.253.55.52 () {34 vars in 1061 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.234&port_id=008fec67-d494-4f13-b037-40b710503691 => 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: 1599/3326] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/subnets?id=ae99aedc-1793-48f0-b38e-823d22f0e53a => 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: 1728/3327] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/ports?network_id=bec22333-028b-419c-933b-9fa85345facf&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3328] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1729/3329] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?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: 1601/3330] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.32&port_id=a78d5b47-3794-4a05-9a1c-683efdc06ce2 => 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: 1730/3331] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/subnets?id=27b21149-488d-4540-ad40-f8d0e460ca13 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3332] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/ports?network_id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3333] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1603/3334] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:35 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?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: 1732/3335] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/networks => generated 5224 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3336] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/agents => generated 3385 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3337] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/floatingips => generated 2589 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1605/3338] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/ports => generated 24650 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3339] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/routers => generated 727 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3340] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3341] 10.0.0.112 () {28 vars in 677 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/l3-agents => generated 681 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3342] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/network-ip-availabilities => generated 3612 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3343] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/subnets => generated 6133 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1608/3344] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3345] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/security-groups => generated 31497 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3346] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/subnets => generated 6133 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1738/3347] 10.0.0.59 () {34 vars in 1177 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac&device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23&device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 5498 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3348] 10.0.0.59 () {34 vars in 1199 bytes} [Fri Mar 6 23:11:37 2026] GET /v2.0/security-groups?id=18e0beca-9193-4f00-aaa1-020e0e7a83b2&id=37e43ebf-6cb7-46d6-a147-ef334223fe33&id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&fields=id&fields=name => generated 286 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1612/3351] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:46 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: 1740/3352] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:46 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: 1613/3353] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1741/3354] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:46 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-03-06 23:11:46.893 7 INFO neutron.api.v2.resource [None req-9306614c-730a-43a0-8714-f683386a27f6 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1614/3355] 162.253.55.52 () {30 vars in 762 bytes} [Fri Mar 6 23:11:46 2026] GET /v2.0/security-groups/lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3356] 162.253.55.52 () {30 vars in 784 bytes} [Fri Mar 6 23:11:46 2026] GET /v2.0/security-groups?name=lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 2865 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3357] 162.253.55.52 () {30 vars in 814 bytes} [Fri Mar 6 23:11:46 2026] GET /v2.0/security-group-rules?security_group_id=37e43ebf-6cb7-46d6-a147-ef334223fe33 => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1743/3358] 162.253.55.52 () {32 vars in 788 bytes} [Fri Mar 6 23:11:46 2026] DELETE /v2.0/security-group-rules/4ab23981-02c3-4412-9140-1ed672825398 => 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: 1616/3359] 162.253.55.52 () {32 vars in 788 bytes} [Fri Mar 6 23:11:47 2026] DELETE /v2.0/security-group-rules/4d60f921-9e3f-459c-b272-5c2fbb46212c => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:11:50.824 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1503a90-086d-48f3-8dce-81d606acc2f4 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: bfe5c015-9711-48fd-837e-a6ea268df2fd 2026-03-06 23:11:50.827 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1503a90-086d-48f3-8dce-81d606acc2f4 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: bfe5c015-9711-48fd-837e-a6ea268df2fd 2026-03-06 23:11:51.013 8 INFO neutron.db.l3_db [None req-f1503a90-086d-48f3-8dce-81d606acc2f4 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Floating IP bba7d634-9cfd-4379-b296-7ce7fc5fa4ea disassociated (deleted). External IP: 10.96.250.215, port: 98fe309b-dd41-472c-babd-51fd71ec191a. [pid: 8|app: 0|req: 1744/3360] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:11:50 2026] DELETE /v2.0/floatingips/bba7d634-9cfd-4379-b296-7ce7fc5fa4ea => generated 0 bytes in 646 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:11:51.349 7 INFO neutron.api.v2.resource [None req-4ce9c881-d6d8-48a4-bb3f-12fd2fd0e73d 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1617/3361] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:11:51 2026] GET /v2.0/floatingips/bba7d634-9cfd-4379-b296-7ce7fc5fa4ea => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1745/3362] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:51 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: 1618/3363] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1746/3364] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11:52 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: 1619/3365] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:11:52.063 8 INFO neutron.api.v2.resource [None req-dacf1477-5013-44fc-b0ec-38da6117805c d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1747/3366] 162.253.55.52 () {30 vars in 762 bytes} [Fri Mar 6 23:11:52 2026] GET /v2.0/security-groups/lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3367] 162.253.55.52 () {30 vars in 784 bytes} [Fri Mar 6 23:11:52 2026] GET /v2.0/security-groups?name=lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1748/3368] 162.253.55.52 () {30 vars in 814 bytes} [Fri Mar 6 23:11:52 2026] GET /v2.0/security-group-rules?security_group_id=37e43ebf-6cb7-46d6-a147-ef334223fe33 => 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: 1621/3369] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:52 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: 1749/3370] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:52 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: 1622/3371] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11:52 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: 1750/3372] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:52 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: 1623/3373] 162.253.55.52 () {30 vars in 740 bytes} [Fri Mar 6 23:11:52 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3374] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:52 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3375] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:52 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2586 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3376] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:52 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3377] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:53 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2586 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1753/3378] 162.253.55.52 () {34 vars in 974 bytes} [Fri Mar 6 23:11:54 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1346 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3379] 162.253.55.52 () {34 vars in 1059 bytes} [Fri Mar 6 23:11:54 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1754/3380] 162.253.55.52 () {34 vars in 1015 bytes} [Fri Mar 6 23:11:54 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d?fields=dns_domain => generated 29 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3381] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:54 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 2586 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3382] 162.253.55.52 () {38 vars in 1027 bytes} [Fri Mar 6 23:11:54 2026] PUT /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1147 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3383] 162.253.55.52 () {30 vars in 768 bytes} [Fri Mar 6 23:11:55 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1756/3384] 162.253.55.52 () {34 vars in 788 bytes} [Fri Mar 6 23:11:55 2026] PUT /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1086 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1629/3385] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:55 2026] GET /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 1086 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 23:11:56.039 8 INFO neutron_taas.services.taas.taas_plugin [None req-8eb06616-94cd-4ae2-b115-5864e929ec73 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: a78d5b47-3794-4a05-9a1c-683efdc06ce2 2026-03-06 23:11:56.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8eb06616-94cd-4ae2-b115-5864e929ec73 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: a78d5b47-3794-4a05-9a1c-683efdc06ce2 [pid: 8|app: 0|req: 1757/3386] 162.253.55.52 () {32 vars in 758 bytes} [Fri Mar 6 23:11:55 2026] DELETE /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3387] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/ports?tenant_id=b341277cdab1420e9161f5b37585cbed&device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1248 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1758/3388] 162.253.55.52 () {34 vars in 1065 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/networks?id=bec22333-028b-419c-933b-9fa85345facf&id=97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 1523 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3389] 162.253.55.52 () {34 vars in 1061 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.234&port_id=008fec67-d494-4f13-b037-40b710503691 => 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: 1759/3390] 162.253.55.52 () {30 vars in 702 bytes} [Fri Mar 6 23:11:56 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: 1760/3391] 162.253.55.52 () {30 vars in 704 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3393] 162.253.55.52 () {34 vars in 983 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/subnets?id=ae99aedc-1793-48f0-b38e-823d22f0e53a => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3393] 162.253.55.52 () {30 vars in 680 bytes} [Fri Mar 6 23:11:56 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: 1762/3394] 162.253.55.52 () {30 vars in 716 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:11:56.562 8 INFO neutron.pecan_wsgi.hooks.translation [None req-929ca3bc-5a4f-4a8a-933c-360cb33c83e2 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1763/3395] 162.253.55.52 () {32 vars in 758 bytes} [Fri Mar 6 23:11:56 2026] DELETE /v2.0/ports/a78d5b47-3794-4a05-9a1c-683efdc06ce2 => 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: 1633/3396] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/ports?network_id=bec22333-028b-419c-933b-9fa85345facf&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: 1764/3397] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1634/3398] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:11:56.626 8 INFO neutron.api.v2.resource [None req-dfa13e97-8e01-43f5-a23a-20064e479221 d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1765/3399] 162.253.55.52 () {30 vars in 762 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/security-groups/lb-fe2974db-3153-4161-928f-55a17b6ecc0d => 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: 1635/3400] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/networks/bec22333-028b-419c-933b-9fa85345facf?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1766/3401] 162.253.55.52 () {30 vars in 784 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/security-groups?name=lb-fe2974db-3153-4161-928f-55a17b6ecc0d => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3402] 162.253.55.52 () {30 vars in 736 bytes} [Fri Mar 6 23:11:56 2026] GET /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1767/3403] 162.253.55.52 () {34 vars in 788 bytes} [Fri Mar 6 23:11:56 2026] PUT /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 1094 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3404] 162.253.55.52 () {32 vars in 778 bytes} [Fri Mar 6 23:11:56 2026] DELETE /v2.0/security-groups/37e43ebf-6cb7-46d6-a147-ef334223fe33 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:11:57.041 8 INFO neutron_taas.services.taas.taas_plugin [None req-243ffe68-dc20-49e4-b323-d2e37da9ed6f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 98fe309b-dd41-472c-babd-51fd71ec191a 2026-03-06 23:11:57.043 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-243ffe68-dc20-49e4-b323-d2e37da9ed6f d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 98fe309b-dd41-472c-babd-51fd71ec191a [pid: 8|app: 0|req: 1768/3405] 162.253.55.52 () {32 vars in 758 bytes} [Fri Mar 6 23:11:56 2026] DELETE /v2.0/ports/98fe309b-dd41-472c-babd-51fd71ec191a => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3408] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:12:00 2026] GET /v2.0/ports?device_id=282f9ffb-bf2b-499d-92be-8f00f9a210ac => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:12:00.200 8 INFO neutron_taas.services.taas.taas_plugin [req-903800f9-4b0e-460b-b5ca-bfbd62350cb5 req-ba5c2ba7-d35d-4479-840f-3685903c1c9e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] TaaS: Handle Delete Port: 008fec67-d494-4f13-b037-40b710503691 2026-03-06 23:12:00.202 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-903800f9-4b0e-460b-b5ca-bfbd62350cb5 req-ba5c2ba7-d35d-4479-840f-3685903c1c9e d75db7492a2746b7b3486e69197ec325 b341277cdab1420e9161f5b37585cbed - - default default] Tap Mirror: Handle Delete Port: 008fec67-d494-4f13-b037-40b710503691 [pid: 8|app: 0|req: 1770/3409] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:12:00 2026] DELETE /v2.0/ports/008fec67-d494-4f13-b037-40b710503691 => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:00.355 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cd1e82fc-6f3a-473d-ae60-35cf709bbf18'] response: {'server_uuid': '282f9ffb-bf2b-499d-92be-8f00f9a210ac', 'name': 'network-vif-deleted', 'tag': '008fec67-d494-4f13-b037-40b710503691', 'status': 'completed', 'code': 200} 2026-03-06 23:12:01.689 7 INFO neutron_taas.services.taas.taas_plugin [None req-78139ade-14a8-4262-889d-f622869cdf33 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: d28260cf-f884-49d8-9589-f3c6c35f38e2 2026-03-06 23:12:01.692 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78139ade-14a8-4262-889d-f622869cdf33 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: d28260cf-f884-49d8-9589-f3c6c35f38e2 2026-03-06 23:12:01.878 7 INFO neutron.db.l3_db [None req-78139ade-14a8-4262-889d-f622869cdf33 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Floating IP bfe697d3-26f3-43d3-a398-88129beef4cd disassociated (deleted). External IP: 10.96.250.218, port: d1249d8c-6045-4268-83fd-b450313495f9. [pid: 7|app: 0|req: 1640/3410] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:12:01 2026] DELETE /v2.0/floatingips/bfe697d3-26f3-43d3-a398-88129beef4cd => generated 0 bytes in 615 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:02.189 8 INFO neutron.api.v2.resource [None req-14a296cb-212e-4cc9-ad27-08cc01b6c49b 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1771/3411] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:12:02 2026] GET /v2.0/floatingips/bfe697d3-26f3-43d3-a398-88129beef4cd => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:02.200 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-9fd376c2-88cf-4a3c-b600-145f63b5236e'] response: {'name': 'network-changed', 'server_uuid': '7f1f4377-f2c7-483f-bee9-dee220e33b23', 'tag': 'd1249d8c-6045-4268-83fd-b450313495f9', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1641/3412] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:12:02 2026] GET /v2.0/ports?device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 1204 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1772/3413] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:12:02 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&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: 1642/3414] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:12:02 2026] GET /v2.0/ports?tenant_id=361ec09dae7449a3aa300a432ff583f6&device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1773/3415] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:12:02 2026] GET /v2.0/networks?id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3416] 162.253.55.52 () {34 vars in 1057 bytes} [Fri Mar 6 23:12:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.211&port_id=d1249d8c-6045-4268-83fd-b450313495f9 => 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: 1774/3417] 162.253.55.52 () {34 vars in 1105 bytes} [Fri Mar 6 23:12:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A149&port_id=d1249d8c-6045-4268-83fd-b450313495f9 => 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: 1644/3418] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:12:02 2026] GET /v2.0/subnets?id=6ee107cf-a2ee-4483-beaf-3f44b3cb2e7f&id=648fbf8c-04d8-40e7-a870-84d8aef35f39 => 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: 1775/3419] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:12:02 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3420] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:12:02 2026] GET /v2.0/ports?network_id=f70c0bab-cb0d-474c-af25-0f7dc71a42f4&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1776/3421] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:12:03 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?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: 1646/3422] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:12:03 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1777/3423] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:12:04 2026] GET /v2.0/ports?device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 1204 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:12:04.940 7 INFO neutron_taas.services.taas.taas_plugin [req-947f4bda-5809-4f52-9c60-c736da7d0319 req-51310ce2-8f58-4d42-8baa-883fc9ff780e 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: d1249d8c-6045-4268-83fd-b450313495f9 2026-03-06 23:12:04.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-947f4bda-5809-4f52-9c60-c736da7d0319 req-51310ce2-8f58-4d42-8baa-883fc9ff780e 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: d1249d8c-6045-4268-83fd-b450313495f9 [pid: 7|app: 0|req: 1647/3424] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:12:04 2026] DELETE /v2.0/ports/d1249d8c-6045-4268-83fd-b450313495f9 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:05.132 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-737bb296-6eed-4bd9-8f13-d7e11564f9cd'] response: {'server_uuid': '7f1f4377-f2c7-483f-bee9-dee220e33b23', 'name': 'network-vif-deleted', 'tag': 'd1249d8c-6045-4268-83fd-b450313495f9', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1778/3425] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:12:07 2026] GET /v2.0/ports?device_id=7f1f4377-f2c7-483f-bee9-dee220e33b23 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 23:12:12.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d3eecfc-eeeb-4a0e-80bc-715fa064b96c 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: 214baa90-df17-4c5c-b814-81732acaa0fb 2026-03-06 23:12:12.744 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d3eecfc-eeeb-4a0e-80bc-715fa064b96c 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: 214baa90-df17-4c5c-b814-81732acaa0fb 2026-03-06 23:12:12.918 7 INFO neutron.db.l3_db [None req-0d3eecfc-eeeb-4a0e-80bc-715fa064b96c 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Floating IP 5318c20c-eb26-40b7-947d-3855c4d5e875 disassociated (deleted). External IP: 10.96.250.207, port: ec83b8bf-9160-4d01-91dc-5481800ece82. [pid: 7|app: 0|req: 1648/3428] 10.0.0.144 () {32 vars in 732 bytes} [Fri Mar 6 23:12:12 2026] DELETE /v2.0/floatingips/5318c20c-eb26-40b7-947d-3855c4d5e875 => generated 0 bytes in 617 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:13.256 8 INFO neutron.api.v2.resource [None req-8ac0385d-b8d9-4801-b45d-c0eafd8cf2c2 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1781/3429] 10.0.0.144 () {32 vars in 729 bytes} [Fri Mar 6 23:12:13 2026] GET /v2.0/floatingips/5318c20c-eb26-40b7-947d-3855c4d5e875 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:13.290 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ad099c6-3a0a-4da3-b3b2-287d6308fab6'] response: {'name': 'network-changed', 'server_uuid': '9c484fe6-f388-46ec-bb28-c64d9d9fae31', 'tag': 'ec83b8bf-9160-4d01-91dc-5481800ece82', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1649/3430] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:12:13 2026] GET /v2.0/ports?device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 1192 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1782/3431] 10.0.0.59 () {34 vars in 1039 bytes} [Fri Mar 6 23:12:13 2026] GET /v2.0/security-groups?id=4801d73c-8b30-4fe8-ab27-4ae36dbc4b22&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: 7|app: 0|req: 1650/3432] 162.253.55.52 () {34 vars in 1079 bytes} [Fri Mar 6 23:12:13 2026] GET /v2.0/ports?tenant_id=361ec09dae7449a3aa300a432ff583f6&device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => 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: 1783/3433] 162.253.55.52 () {34 vars in 985 bytes} [Fri Mar 6 23:12:13 2026] GET /v2.0/networks?id=9b924377-6b54-4579-aa76-559acd51f77a => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3434] 162.253.55.52 () {34 vars in 1055 bytes} [Fri Mar 6 23:12:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.28&port_id=ec83b8bf-9160-4d01-91dc-5481800ece82 => 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: 1784/3435] 162.253.55.52 () {34 vars in 1101 bytes} [Fri Mar 6 23:12:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A97&port_id=ec83b8bf-9160-4d01-91dc-5481800ece82 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1652/3436] 162.253.55.52 () {34 vars in 1063 bytes} [Fri Mar 6 23:12:13 2026] GET /v2.0/subnets?id=5d559b97-fa20-4f8b-b2ee-74c49c852890&id=fb1db55f-8100-4dc5-a2c5-e63426df30a4 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1785/3437] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:12:13 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3438] 162.253.55.52 () {34 vars in 1051 bytes} [Fri Mar 6 23:12:14 2026] GET /v2.0/ports?network_id=9b924377-6b54-4579-aa76-559acd51f77a&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: 1786/3439] 162.253.55.52 () {34 vars in 1011 bytes} [Fri Mar 6 23:12:14 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1654/3440] 162.253.55.52 () {34 vars in 1111 bytes} [Fri Mar 6 23:12:14 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a?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: 1787/3441] 162.253.55.52 () {34 vars in 993 bytes} [Fri Mar 6 23:12:15 2026] GET /v2.0/ports?device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => generated 1192 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 23:12:16.022 7 INFO neutron_taas.services.taas.taas_plugin [req-3193c193-5e46-4eda-957c-fda2378a3ff2 req-56d44267-72a6-4020-b7c0-73fabc0e006e 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: ec83b8bf-9160-4d01-91dc-5481800ece82 2026-03-06 23:12:16.024 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3193c193-5e46-4eda-957c-fda2378a3ff2 req-56d44267-72a6-4020-b7c0-73fabc0e006e 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: ec83b8bf-9160-4d01-91dc-5481800ece82 [pid: 7|app: 0|req: 1655/3442] 162.253.55.52 () {36 vars in 996 bytes} [Fri Mar 6 23:12:15 2026] DELETE /v2.0/ports/ec83b8bf-9160-4d01-91dc-5481800ece82 => generated 0 bytes in 231 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:16.192 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c9fe9e32-a0a2-4dc4-8ee5-6aceddf571ce'] response: {'server_uuid': '9c484fe6-f388-46ec-bb28-c64d9d9fae31', 'name': 'network-vif-deleted', 'tag': 'ec83b8bf-9160-4d01-91dc-5481800ece82', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1788/3443] 10.0.0.59 () {34 vars in 989 bytes} [Fri Mar 6 23:12:18 2026] GET /v2.0/ports?device_id=9c484fe6-f388-46ec-bb28-c64d9d9fae31 => 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: 1656/3444] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:23 2026] DELETE /v2.0/security-group-rules/19f1fb26-cf76-4710-a095-2dd0cf5d7483 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:23.764 8 INFO neutron.api.v2.resource [None req-eff46b43-4112-48fb-b815-bb4c3cbeee9d 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1789/3445] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:23 2026] GET /v2.0/security-group-rules/19f1fb26-cf76-4710-a095-2dd0cf5d7483 => 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: 1657/3446] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:23 2026] DELETE /v2.0/security-group-rules/f7febb9f-63e2-4ef9-9bca-72183fcd10ff => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:23.844 8 INFO neutron.api.v2.resource [None req-47ee4463-b4da-43e8-a2c4-d4ee7e6c7953 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1790/3447] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:23 2026] GET /v2.0/security-group-rules/f7febb9f-63e2-4ef9-9bca-72183fcd10ff => 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: 1658/3448] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:23 2026] DELETE /v2.0/security-group-rules/35b672ca-ed65-4750-82c9-cab2e9c24483 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:23.928 8 INFO neutron.api.v2.resource [None req-681f12a4-91c4-4d69-b475-e7afc04434fd 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1791/3449] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:23 2026] GET /v2.0/security-group-rules/35b672ca-ed65-4750-82c9-cab2e9c24483 => 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: 1659/3450] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:23 2026] DELETE /v2.0/security-group-rules/596a3c10-79e9-4f3f-8503-a5d5ac3c2f25 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:24.010 8 INFO neutron.api.v2.resource [None req-f196aba9-a762-4db8-beef-1ee08a066771 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1792/3451] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:23 2026] GET /v2.0/security-group-rules/596a3c10-79e9-4f3f-8503-a5d5ac3c2f25 => 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: 1660/3452] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:24 2026] DELETE /v2.0/security-group-rules/f6d66a9e-9b69-491d-8deb-31e188b83cf6 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:24.086 8 INFO neutron.api.v2.resource [None req-14b89029-ae18-48eb-847e-a749d3bf95cf 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1793/3453] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:24 2026] GET /v2.0/security-group-rules/f6d66a9e-9b69-491d-8deb-31e188b83cf6 => 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: 1661/3454] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:24 2026] DELETE /v2.0/security-group-rules/b35bb007-c32c-462f-815d-7bc909e470f9 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:24.168 8 INFO neutron.api.v2.resource [None req-73391b0e-c8bf-445d-82ac-98366a701ca9 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1794/3455] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:24 2026] GET /v2.0/security-group-rules/b35bb007-c32c-462f-815d-7bc909e470f9 => 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: 1662/3456] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:24 2026] DELETE /v2.0/security-group-rules/02c18d32-91e6-4b55-a05b-9dd256fd86c9 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:24.248 8 INFO neutron.api.v2.resource [None req-ec740e91-27aa-44a5-baec-a0d2f895d955 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1795/3457] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:24 2026] GET /v2.0/security-group-rules/02c18d32-91e6-4b55-a05b-9dd256fd86c9 => 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: 1663/3458] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:24 2026] DELETE /v2.0/security-group-rules/0f322d7c-4dde-426b-a178-fa0bcf94cb1c => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:24.324 8 INFO neutron.api.v2.resource [None req-1fc0bc33-42e5-406b-bcf9-3de734b88c6a 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1796/3459] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:24 2026] GET /v2.0/security-group-rules/0f322d7c-4dde-426b-a178-fa0bcf94cb1c => 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: 1664/3460] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:24 2026] DELETE /v2.0/security-group-rules/b969915d-64b5-4b90-8bea-fb22dbe8e0fc => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:24.408 8 INFO neutron.api.v2.resource [None req-f99fa8e9-2fb3-4e0b-aeec-dcbdbdd12dce 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1797/3461] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:24 2026] GET /v2.0/security-group-rules/b969915d-64b5-4b90-8bea-fb22dbe8e0fc => 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: 1665/3462] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:24 2026] DELETE /v2.0/security-group-rules/2136c214-7df8-4edb-873a-79e8ce96b460 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:24.491 8 INFO neutron.api.v2.resource [None req-292038ab-35ec-4678-84ed-9b87f7977748 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1798/3463] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:24 2026] GET /v2.0/security-group-rules/2136c214-7df8-4edb-873a-79e8ce96b460 => 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: 1666/3464] 10.0.0.144 () {32 vars in 750 bytes} [Fri Mar 6 23:12:24 2026] DELETE /v2.0/security-group-rules/27be4bda-9286-4a29-95b5-7fc48f90993c => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:24.567 8 INFO neutron.api.v2.resource [None req-90803604-0863-494c-b454-0c43cb9eaeba 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1799/3465] 10.0.0.144 () {32 vars in 747 bytes} [Fri Mar 6 23:12:24 2026] GET /v2.0/security-group-rules/27be4bda-9286-4a29-95b5-7fc48f90993c => 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: 1667/3466] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:12:24 2026] DELETE /v2.0/security-groups/4801d73c-8b30-4fe8-ab27-4ae36dbc4b22 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:24.670 8 INFO neutron.api.v2.resource [None req-5b8fc314-2f22-4637-bfa8-230e2452226b 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1800/3467] 10.0.0.144 () {32 vars in 737 bytes} [Fri Mar 6 23:12:24 2026] GET /v2.0/security-groups/4801d73c-8b30-4fe8-ab27-4ae36dbc4b22 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:25.080 7 INFO neutron_taas.services.taas.taas_plugin [None req-5ed8f0d1-6bf3-4ead-b3bf-129d7a064c1b 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: 64499034-3b91-484d-9f7e-c7fa918a1afa 2026-03-06 23:12:25.083 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5ed8f0d1-6bf3-4ead-b3bf-129d7a064c1b 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: 64499034-3b91-484d-9f7e-c7fa918a1afa [pid: 7|app: 0|req: 1668/3468] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:12:24 2026] PUT /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/remove_router_interface => generated 309 bytes in 901 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:12:25.778 8 INFO neutron.api.v2.resource [None req-5b67dc0f-c610-4b56-b292-6ce7a03570b7 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1801/3469] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:12:25 2026] PUT /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/remove_router_interface => generated 198 bytes in 155 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:26.157 7 INFO neutron_taas.services.taas.taas_plugin [None req-69b89f2d-d418-42e7-b47e-ca97ab64c5a1 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: 64167c02-2404-4f1b-8cf6-5fa6164114f8 2026-03-06 23:12:26.161 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69b89f2d-d418-42e7-b47e-ca97ab64c5a1 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: 64167c02-2404-4f1b-8cf6-5fa6164114f8 [pid: 7|app: 0|req: 1669/3470] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:12:25 2026] PUT /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/remove_router_interface => generated 309 bytes in 922 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:12:26.870 8 INFO neutron.api.v2.resource [None req-66ca6b32-dfbf-468e-8e73-d7b0d4145b2c 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1802/3471] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:12:26 2026] PUT /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/remove_router_interface => generated 198 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:27.308 7 INFO neutron_taas.services.taas.taas_plugin [None req-bc9bb7ae-eec9-4b98-a293-ad173357f260 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: 074061c5-a606-4e8f-b0b9-d3d94cf9db1b 2026-03-06 23:12:27.311 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bc9bb7ae-eec9-4b98-a293-ad173357f260 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: 074061c5-a606-4e8f-b0b9-d3d94cf9db1b [pid: 7|app: 0|req: 1670/3474] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:12:26 2026] PUT /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/remove_router_interface => generated 309 bytes in 960 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 23:12:28.003 8 INFO neutron.api.v2.resource [None req-1371c897-4cf9-4faf-970f-c8d3b6cee775 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1805/3475] 10.0.0.144 () {34 vars in 789 bytes} [Fri Mar 6 23:12:27 2026] PUT /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1/remove_router_interface => generated 198 bytes in 165 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:28.200 7 INFO neutron_taas.services.taas.taas_plugin [None req-e516f3a4-2d11-46e6-8d0d-f155e308fea8 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: 5162c602-a045-493d-80d3-c8b2a7686def 2026-03-06 23:12:28.203 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e516f3a4-2d11-46e6-8d0d-f155e308fea8 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: 5162c602-a045-493d-80d3-c8b2a7686def 2026-03-06 23:12:28.456 7 INFO neutron_taas.services.taas.taas_plugin [None req-e516f3a4-2d11-46e6-8d0d-f155e308fea8 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: 5c30c242-d2ed-47ee-bfe8-449e88604f93 2026-03-06 23:12:28.459 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e516f3a4-2d11-46e6-8d0d-f155e308fea8 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: 5c30c242-d2ed-47ee-bfe8-449e88604f93 2026-03-06 23:12:28.811 7 INFO neutron.db.l3_hamode_db [None req-e516f3a4-2d11-46e6-8d0d-f155e308fea8 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] HA network 3e340aa9-5556-461b-b93e-78a7cd2352c8 was deleted as no HA routers are present in tenant 361ec09dae7449a3aa300a432ff583f6. [pid: 7|app: 0|req: 1671/3476] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:12:28 2026] DELETE /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1 => generated 0 bytes in 810 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 23:12:28.822 7 INFO neutron.services.segments.plugin [-] Segment 09d22637-ee53-4e45-8589-6052430b4e7e resource provider aggregate not found 2026-03-06 23:12:28.836 7 INFO neutron.services.segments.plugin [-] Segment 09d22637-ee53-4e45-8589-6052430b4e7e resource provider aggregate not found 2026-03-06 23:12:28.838 8 INFO neutron.api.v2.resource [None req-9ba3b972-49bf-41a5-9d84-9494d236c62d 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1806/3477] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:12:28 2026] GET /v2.0/routers/d9d27fcb-11f2-4208-a2e9-c9d9964cc8c1 => generated 135 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:28.840 7 INFO neutron.services.segments.plugin [-] Segment 09d22637-ee53-4e45-8589-6052430b4e7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09d22637-ee53-4e45-8589-6052430b4e7e found for delete ", "request_id": "req-84702de4-d7a6-4b55-85e0-4316c805b32e"}]} 2026-03-06 23:12:28.849 7 INFO neutron.services.segments.plugin [-] Segment 09d22637-ee53-4e45-8589-6052430b4e7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 09d22637-ee53-4e45-8589-6052430b4e7e found for delete ", "request_id": "req-4307fce5-84d3-49c0-a46c-48a1214df37e"}]} [pid: 7|app: 0|req: 1672/3478] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:12:28 2026] DELETE /v2.0/subnets/6ee107cf-a2ee-4483-beaf-3f44b3cb2e7f => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:29.024 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f090d1c2-42e7-425e-9647-702193384f5f 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1807/3479] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:12:29 2026] GET /v2.0/subnets/6ee107cf-a2ee-4483-beaf-3f44b3cb2e7f => 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: 1673/3480] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:12:29 2026] DELETE /v2.0/subnets/648fbf8c-04d8-40e7-a870-84d8aef35f39 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:29.190 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b08a1893-cd3b-4aee-9e47-b1d42fb967ab 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1808/3481] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:12:29 2026] GET /v2.0/subnets/648fbf8c-04d8-40e7-a870-84d8aef35f39 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:29.280 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3ed8913-11b3-411f-959f-bef4f9ab8fd5 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: 9a715f07-4e98-4f85-a00c-28ba02d784e4 2026-03-06 23:12:29.284 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3ed8913-11b3-411f-959f-bef4f9ab8fd5 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: 9a715f07-4e98-4f85-a00c-28ba02d784e4 [pid: 7|app: 0|req: 1674/3482] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:12:29 2026] DELETE /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:29.481 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e01bf581-c2cd-4cfe-9ed8-80cf22f5a51b 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1809/3483] 10.0.0.144 () {32 vars in 723 bytes} [Fri Mar 6 23:12:29 2026] GET /v2.0/networks/f70c0bab-cb0d-474c-af25-0f7dc71a42f4 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3484] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:12:29 2026] DELETE /v2.0/subnets/fb1db55f-8100-4dc5-a2c5-e63426df30a4 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:29.653 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6ae2edfc-5ea5-4702-b389-388837f24587 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1810/3485] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:12:29 2026] GET /v2.0/subnets/fb1db55f-8100-4dc5-a2c5-e63426df30a4 => 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: 1676/3486] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:12:29 2026] DELETE /v2.0/subnets/5d559b97-fa20-4f8b-b2ee-74c49c852890 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:29.819 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b8397f57-4279-41ea-903a-6c1c99e36093 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1811/3487] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:12:29 2026] GET /v2.0/subnets/5d559b97-fa20-4f8b-b2ee-74c49c852890 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:29.898 7 INFO neutron_taas.services.taas.taas_plugin [None req-884b160b-4103-4109-8125-1863090a54d5 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: f1e0a80a-7c0b-4ba6-9154-c3fc5689f293 2026-03-06 23:12:29.904 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-884b160b-4103-4109-8125-1863090a54d5 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: f1e0a80a-7c0b-4ba6-9154-c3fc5689f293 [pid: 7|app: 0|req: 1677/3488] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:12:29 2026] DELETE /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:30.124 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1bba282f-10fd-4800-b901-0356b7e98962 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1812/3489] 10.0.0.144 () {32 vars in 723 bytes} [Fri Mar 6 23:12:30 2026] GET /v2.0/networks/9b924377-6b54-4579-aa76-559acd51f77a => 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: 1678/3490] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:12:30 2026] DELETE /v2.0/subnets/c14fc66b-7740-4757-8630-25dfef98311b => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:30.298 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f52ac3fb-dba9-440a-b920-29863af7525f 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1813/3491] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:12:30 2026] GET /v2.0/subnets/c14fc66b-7740-4757-8630-25dfef98311b => 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: 1679/3492] 10.0.0.144 () {32 vars in 724 bytes} [Fri Mar 6 23:12:30 2026] DELETE /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:30.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5e1913d0-87d4-407c-9da7-6404c1b547ed 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1814/3493] 10.0.0.144 () {32 vars in 721 bytes} [Fri Mar 6 23:12:30 2026] GET /v2.0/subnets/27b21149-488d-4540-ad40-f8d0e460ca13 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:30.602 7 INFO neutron_taas.services.taas.taas_plugin [None req-af2e0db1-68fb-4cc4-8239-37eeffb76401 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] TaaS: Handle Delete Port: 2adc1336-9ffa-45bb-9d15-009d5888eabd 2026-03-06 23:12:30.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af2e0db1-68fb-4cc4-8239-37eeffb76401 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] Tap Mirror: Handle Delete Port: 2adc1336-9ffa-45bb-9d15-009d5888eabd [pid: 7|app: 0|req: 1680/3494] 10.0.0.144 () {32 vars in 726 bytes} [Fri Mar 6 23:12:30 2026] DELETE /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 23:12:30.842 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d8289864-78e9-4b65-84ad-28df33c39890 1a41bde723c54b52b4cba9269790320c 361ec09dae7449a3aa300a432ff583f6 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1815/3495] 10.0.0.144 () {32 vars in 723 bytes} [Fri Mar 6 23:12:30 2026] GET /v2.0/networks/97537d3a-32c6-4a5b-bdf8-b05f219cd01d => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 23:12:30.859 7 INFO neutron.services.segments.plugin [-] Segment 608213f6-8561-4431-96f1-bdde1742689d resource provider aggregate not found 2026-03-06 23:12:30.867 7 INFO neutron.services.segments.plugin [-] Segment 608213f6-8561-4431-96f1-bdde1742689d resource provider aggregate not found 2026-03-06 23:12:30.873 7 INFO neutron.services.segments.plugin [-] Segment 608213f6-8561-4431-96f1-bdde1742689d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 608213f6-8561-4431-96f1-bdde1742689d found for delete ", "request_id": "req-21610908-63c0-48b1-acd0-aa18eec9b52a"}]} 2026-03-06 23:12:30.879 7 INFO neutron.services.segments.plugin [-] Segment 608213f6-8561-4431-96f1-bdde1742689d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 608213f6-8561-4431-96f1-bdde1742689d found for delete ", "request_id": "req-e6335a24-a763-449d-91ec-e8430bea3a44"}]} 2026-03-06 23:12:30.891 7 INFO neutron.services.segments.plugin [-] Segment 47a4fc3b-db4a-4c72-a191-dd754fc720d9 resource provider aggregate not found 2026-03-06 23:12:30.895 7 INFO neutron.services.segments.plugin [-] Segment 47a4fc3b-db4a-4c72-a191-dd754fc720d9 resource provider aggregate not found 2026-03-06 23:12:30.909 7 INFO neutron.services.segments.plugin [-] Segment 47a4fc3b-db4a-4c72-a191-dd754fc720d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47a4fc3b-db4a-4c72-a191-dd754fc720d9 found for delete ", "request_id": "req-25e2cb53-46f7-472a-913c-ba76d4fd8350"}]} 2026-03-06 23:12:30.914 7 INFO neutron.services.segments.plugin [-] Segment 47a4fc3b-db4a-4c72-a191-dd754fc720d9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 47a4fc3b-db4a-4c72-a191-dd754fc720d9 found for delete ", "request_id": "req-7e0511b8-2d53-4096-9f3e-c10191ede85f"}]} 2026-03-06 23:12:30.930 7 INFO neutron.services.segments.plugin [-] Segment ea17fb77-7252-48d8-b73a-a81cbebe318f resource provider aggregate not found 2026-03-06 23:12:30.935 7 INFO neutron.services.segments.plugin [-] Segment ea17fb77-7252-48d8-b73a-a81cbebe318f resource provider aggregate not found 2026-03-06 23:12:30.952 7 INFO neutron.services.segments.plugin [-] Segment ea17fb77-7252-48d8-b73a-a81cbebe318f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea17fb77-7252-48d8-b73a-a81cbebe318f found for delete ", "request_id": "req-6440fcfa-551d-4fc9-9cf6-93b1f6596572"}]} 2026-03-06 23:12:30.955 7 INFO neutron.services.segments.plugin [-] Segment ea17fb77-7252-48d8-b73a-a81cbebe318f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea17fb77-7252-48d8-b73a-a81cbebe318f found for delete ", "request_id": "req-414affaf-e3e3-470e-a502-69cb2aa7ee75"}]} [pid: 7|app: 0|req: 1681/3496] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:12:32 2026] GET /v2.0/security-groups?tenant_id=ed25c6b0ed334103a5b3dc4801b48dbb&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1816/3497] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:12:32 2026] DELETE /v2.0/security-groups/801e9341-d3fc-4651-a218-098326882a69 => 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: 1682/3498] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:12:33 2026] GET /v2.0/security-groups?tenant_id=be8935bd2a1d493ea891197f15d5cd4f&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1817/3499] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:12:33 2026] DELETE /v2.0/security-groups/37395a3e-9bae-416e-a909-048cab2ed01f => 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: 1683/3500] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:12:33 2026] GET /v2.0/security-groups?tenant_id=c1ef0649d1994dfdac27da919c53e240&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1818/3501] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:12:33 2026] DELETE /v2.0/security-groups/3677990b-f383-480a-bd88-b8c6e0663dd6 => 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: 1684/3502] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:12:33 2026] GET /v2.0/security-groups?tenant_id=5fbc868fd5474d69bb3105f7ad1b1970&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: 1819/3503] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:12:33 2026] DELETE /v2.0/security-groups/bd2b9bc2-86ea-4449-8bed-575b2dddfcbe => 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: 1685/3504] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:12:34 2026] GET /v2.0/security-groups?tenant_id=23ed7dfc84c4415e91eab419249fd18e&name=default => generated 2929 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1820/3505] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:12:34 2026] DELETE /v2.0/security-groups/66842184-c48d-4bed-a980-d6b9ae47e502 => 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: 1686/3506] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:12:34 2026] GET /v2.0/security-groups?tenant_id=361ec09dae7449a3aa300a432ff583f6&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: 1821/3507] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:12:34 2026] DELETE /v2.0/security-groups/8c04d46d-a8b4-4297-9d63-c3690b2d03bd => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3508] 10.0.0.144 () {32 vars in 774 bytes} [Fri Mar 6 23:12:34 2026] GET /v2.0/security-groups?tenant_id=50fb20d518174fb8bf3ad9a1c04c9c7a&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1822/3509] 10.0.0.144 () {32 vars in 740 bytes} [Fri Mar 6 23:12:34 2026] DELETE /v2.0/security-groups/db1d6d20-b4ee-494e-bd23-a2ffd2881c21 => 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: 1688/3510] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/networks => generated 2168 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1823/3511] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/subnets => generated 1308 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3512] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/ports => generated 4721 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1824/3513] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:12:37 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: 1690/3514] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/agents => generated 3385 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1825/3515] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1691/3516] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/floatingips => 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: 1826/3517] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3518] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1827/3519] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1693/3520] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1828/3521] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:12:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1694/3522] 10.0.0.144 () {32 vars in 655 bytes} [Fri Mar 6 23:12:38 2026] GET /v2.0/floatingips => 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: 1829/3523] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:12:38 2026] GET /v2.0/routers => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1695/3524] 10.0.0.144 () {32 vars in 643 bytes} [Fri Mar 6 23:12:38 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1830/3525] 10.0.0.144 () {32 vars in 647 bytes} [Fri Mar 6 23:12:38 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3526] 10.0.0.144 () {32 vars in 649 bytes} [Fri Mar 6 23:12:38 2026] GET /v2.0/networks => generated 2168 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1831/3527] 10.0.0.144 () {32 vars in 663 bytes} [Fri Mar 6 23:12:38 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3528] 10.0.0.144 () {32 vars in 655 bytes} [Fri Mar 6 23:12:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1702/3537] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/subnets => generated 1308 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1836/3538] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/ports => generated 4721 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3539] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1837/3540] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/routers => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3541] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1838/3542] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/floatingips => 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: 1705/3543] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1839/3544] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/agents => generated 3384 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3545] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/networks => generated 2168 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1840/3546] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/subnets => generated 1308 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3547] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:13:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3556] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/networks => generated 2168 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1845/3557] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/subnets => generated 1308 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3558] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1846/3559] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/subnets => generated 1308 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3560] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1847/3561] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/ports => generated 4721 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1715/3562] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1848/3563] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3564] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1849/3565] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1717/3566] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:14:37 2026] GET /v2.0/floatingips => 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: 1854/3575] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3576] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/routers => generated 15 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1855/3577] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1723/3578] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1856/3579] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/ports => generated 4721 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3580] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/agents => generated 3384 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1857/3581] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/floatingips => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3582] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1858/3583] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/networks => generated 2168 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1726/3584] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/subnets => generated 1308 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1859/3585] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:15:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1731/3594] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:16:36 2026] GET /v2.0/subnets => generated 1308 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1864/3595] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:16:37 2026] GET /v2.0/ports => generated 4721 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1732/3596] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:16:37 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: 1865/3597] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:16:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3598] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:16:37 2026] GET /v2.0/agents => generated 3384 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1866/3599] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:16:37 2026] GET /v2.0/floatingips => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3600] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:16:37 2026] GET /v2.0/networks => generated 2168 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1867/3601] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:16:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1735/3602] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:16:37 2026] GET /v2.0/subnets => generated 1308 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1868/3603] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:16:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3604] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:16:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1741/3613] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:17:36 2026] GET /v2.0/subnets => generated 1308 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1873/3614] 10.0.0.112 () {28 vars in 579 bytes} [Fri Mar 6 23:17:37 2026] GET /v2.0/ports => generated 4721 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3615] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:17:37 2026] GET /v2.0/routers => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1874/3616] 10.0.0.112 () {28 vars in 624 bytes} [Fri Mar 6 23:17:37 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3617] 10.0.0.112 () {28 vars in 583 bytes} [Fri Mar 6 23:17:37 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1875/3618] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:17:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1744/3619] 10.0.0.112 () {28 vars in 599 bytes} [Fri Mar 6 23:17:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1876/3620] 10.0.0.112 () {28 vars in 619 bytes} [Fri Mar 6 23:17:37 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1745/3621] 10.0.0.112 () {28 vars in 591 bytes} [Fri Mar 6 23:17:37 2026] GET /v2.0/floatingips => 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: 1877/3622] 10.0.0.112 () {28 vars in 585 bytes} [Fri Mar 6 23:17:37 2026] GET /v2.0/networks => generated 2168 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1746/3623] 10.0.0.112 () {28 vars in 581 bytes} [Fri Mar 6 23:17:37 2026] GET /v2.0/agents => generated 3384 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0)