+ 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 20:54:25 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-6c7fd8cc79-7s2cz 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 0x7fbc4d8b8668 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 20:54:29.698 7 INFO neutron.common.config [-] Logging enabled! 2026-03-06 20:54:29.698 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-06 20:54:29.802 8 INFO neutron.common.config [-] Logging enabled! 2026-03-06 20:54:29.802 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-03-06 20:54:30.066 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-06 20:54:30.169 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-03-06 20:54:31.566 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 20:54:31.569 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-06 20:54:31.572 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-06 20:54:31.573 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 20:54:31.573 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-06 20:54:31.574 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-06 20:54:31.574 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 20:54:31.581 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 20:54:31.581 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 20:54:31.581 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 20:54:31.603 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-06 20:54:31.604 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 20:54:31.604 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-06 20:54:31.634 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-06 20:54:31.634 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-06 20:54:31.634 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-06 20:54:31.634 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-06 20:54:31.659 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 20:54:31.662 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-03-06 20:54:31.665 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-03-06 20:54:31.666 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-03-06 20:54:31.667 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-03-06 20:54:31.667 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-03-06 20:54:31.667 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 20:54:31.675 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 20:54:31.675 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-03-06 20:54:31.675 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 20:54:31.697 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-03-06 20:54:31.698 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-03-06 20:54:31.699 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-03-06 20:54:31.729 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-03-06 20:54:31.729 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-03-06 20:54:31.729 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-03-06 20:54:31.729 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-03-06 20:54:31.917 7 INFO neutron.plugins.ml2.managers [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] Initializing driver for type 'vlan' 2026-03-06 20:54:32.031 8 INFO neutron.plugins.ml2.managers [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] Initializing driver for type 'vlan' 2026-03-06 20:54:32.228 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] VlanTypeDriver initialization complete 2026-03-06 20:54:32.228 7 INFO neutron.plugins.ml2.managers [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] Initializing driver for type 'vxlan' 2026-03-06 20:54:32.228 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-06 20:54:32.241 7 INFO neutron.plugins.ml2.managers [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-06 20:54:32.241 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-06 20:54:32.242 7 INFO neutron.plugins.ml2.managers [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] Initializing extension driver 'port_security' 2026-03-06 20:54:32.242 7 INFO neutron.plugins.ml2.extensions.port_security [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-06 20:54:32.242 7 INFO neutron.plugins.ml2.managers [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] Initializing extension driver 'qos' 2026-03-06 20:54:32.242 7 INFO neutron.plugins.ml2.managers [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-06 20:54:32.242 7 INFO neutron.plugins.ml2.managers [None req-b4292faf-f433-4a86-bb53-c3dab4005f72 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-06 20:54:32.254 7 INFO neutron.quota [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded quota_driver: . 2026-03-06 20:54:32.254 7 INFO neutron.plugins.ml2.plugin [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Modular L2 Plugin initialization complete 2026-03-06 20:54:32.254 7 INFO neutron.plugins.ml2.managers [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-06 20:54:32.254 7 INFO neutron.plugins.ml2.managers [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-06 20:54:32.255 7 INFO neutron.plugins.ml2.managers [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Got port-security extension from driver 'port_security' 2026-03-06 20:54:32.255 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: qos 2026-03-06 20:54:32.267 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: router 2026-03-06 20:54:32.307 7 INFO neutron.services.service_base [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-06 20:54:32.307 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: segments 2026-03-06 20:54:32.310 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] VlanTypeDriver initialization complete 2026-03-06 20:54:32.310 8 INFO neutron.plugins.ml2.managers [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] Initializing driver for type 'vxlan' 2026-03-06 20:54:32.310 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-03-06 20:54:32.323 8 INFO neutron.plugins.ml2.managers [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-03-06 20:54:32.324 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-03-06 20:54:32.324 8 INFO neutron.plugins.ml2.managers [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] Initializing extension driver 'port_security' 2026-03-06 20:54:32.324 8 INFO neutron.plugins.ml2.extensions.port_security [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-03-06 20:54:32.324 8 INFO neutron.plugins.ml2.managers [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] Initializing extension driver 'qos' 2026-03-06 20:54:32.324 8 INFO neutron.plugins.ml2.managers [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-03-06 20:54:32.324 8 INFO neutron.plugins.ml2.managers [None req-43ee1daf-e0e2-4afb-b117-cbbabc9ffa40 - - - - - -] Initializing mechanism driver 'l2population' 2026-03-06 20:54:32.336 8 INFO neutron.quota [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded quota_driver: . 2026-03-06 20:54:32.337 8 INFO neutron.plugins.ml2.plugin [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Modular L2 Plugin initialization complete 2026-03-06 20:54:32.337 8 INFO neutron.plugins.ml2.managers [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-03-06 20:54:32.337 8 INFO neutron.plugins.ml2.managers [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-03-06 20:54:32.337 8 INFO neutron.plugins.ml2.managers [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Got port-security extension from driver 'port_security' 2026-03-06 20:54:32.337 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: qos 2026-03-06 20:54:32.352 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: router 2026-03-06 20:54:32.393 8 INFO neutron.services.service_base [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-03-06 20:54:32.393 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: segments 2026-03-06 20:54:32.403 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: trunk 2026-03-06 20:54:32.417 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: vpnaas 2026-03-06 20:54:32.456 7 WARNING stevedore.named [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 20:54:32.495 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: trunk 2026-03-06 20:54:32.514 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: vpnaas 2026-03-06 20:54:32.518 7 INFO neutron_vpnaas.services.vpn.plugin [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-06 20:54:32.519 7 INFO neutron.common.utils [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-06 20:54:32.519 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: taas 2026-03-06 20:54:32.542 7 WARNING stevedore.named [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 20:54:32.543 7 WARNING stevedore.named [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 20:54:32.556 8 WARNING stevedore.named [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 20:54:32.565 7 INFO neutron_taas.services.taas.taas_plugin [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-06 20:54:32.566 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: tapmirror 2026-03-06 20:54:32.578 7 WARNING stevedore.named [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 20:54:32.578 7 WARNING stevedore.named [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 20:54:32.592 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-06 20:54:32.592 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: auto_allocate 2026-03-06 20:54:32.602 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: tag 2026-03-06 20:54:32.611 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: timestamp 2026-03-06 20:54:32.614 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: network_ip_availability 2026-03-06 20:54:32.616 8 INFO neutron_vpnaas.services.vpn.plugin [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-03-06 20:54:32.617 8 INFO neutron.common.utils [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-03-06 20:54:32.617 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: taas 2026-03-06 20:54:32.618 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: flavors 2026-03-06 20:54:32.622 7 INFO neutron.manager [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loading Plugin: revisions 2026-03-06 20:54:32.625 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Initializing extension manager. 2026-03-06 20:54:32.626 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: address-group 2026-03-06 20:54:32.627 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: address-scope 2026-03-06 20:54:32.628 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-06 20:54:32.629 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: agent 2026-03-06 20:54:32.629 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: agent-resources-synced 2026-03-06 20:54:32.630 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: allowed-address-pairs 2026-03-06 20:54:32.631 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: auto-allocated-topology 2026-03-06 20:54:32.632 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: availability_zone 2026-03-06 20:54:32.633 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: availability_zone_filter 2026-03-06 20:54:32.633 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-06 20:54:32.634 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: default-subnetpools 2026-03-06 20:54:32.635 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-06 20:54:32.636 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: dns-integration 2026-03-06 20:54:32.636 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: dns-domain-ports 2026-03-06 20:54:32.637 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-06 20:54:32.638 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: dvr 2026-03-06 20:54:32.638 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-06 20:54:32.639 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: empty-string-filtering 2026-03-06 20:54:32.639 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 20:54:32.640 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-06 20:54:32.641 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: external-net 2026-03-06 20:54:32.641 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-06 20:54:32.642 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: extraroute 2026-03-06 20:54:32.642 8 WARNING stevedore.named [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 20:54:32.642 8 WARNING stevedore.named [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 20:54:32.642 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: extraroute-atomic 2026-03-06 20:54:32.643 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-06 20:54:32.644 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-06 20:54:32.644 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-06 20:54:32.645 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-06 20:54:32.646 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: fip-port-details 2026-03-06 20:54:32.646 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: flavors 2026-03-06 20:54:32.647 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-06 20:54:32.648 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: floatingip-pools 2026-03-06 20:54:32.649 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: ip_allocation 2026-03-06 20:54:32.649 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: ip-substring-filtering 2026-03-06 20:54:32.651 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: l2_adjacency 2026-03-06 20:54:32.655 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: router 2026-03-06 20:54:32.658 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 20:54:32.659 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-06 20:54:32.660 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-06 20:54:32.661 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: ext-gw-mode 2026-03-06 20:54:32.661 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-03-06 20:54:32.662 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: l3-ha 2026-03-06 20:54:32.662 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: tapmirror 2026-03-06 20:54:32.662 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-06 20:54:32.663 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-06 20:54:32.664 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: l3-flavors 2026-03-06 20:54:32.665 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-06 20:54:32.665 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-06 20:54:32.668 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-06 20:54:32.669 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-06 20:54:32.670 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-06 20:54:32.671 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-06 20:54:32.672 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-06 20:54:32.673 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: multi-provider 2026-03-06 20:54:32.673 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: net-mtu 2026-03-06 20:54:32.673 8 WARNING stevedore.named [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-03-06 20:54:32.674 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: net-mtu-writable 2026-03-06 20:54:32.674 8 WARNING stevedore.named [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-03-06 20:54:32.674 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: network_availability_zone 2026-03-06 20:54:32.675 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: network_ha 2026-03-06 20:54:32.675 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: network-ip-availability 2026-03-06 20:54:32.676 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-06 20:54:32.677 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: pagination 2026-03-06 20:54:32.677 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: port-device-profile 2026-03-06 20:54:32.678 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-06 20:54:32.678 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-06 20:54:32.679 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-06 20:54:32.679 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: port-mac-override 2026-03-06 20:54:32.680 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-06 20:54:32.680 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-06 20:54:32.681 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-06 20:54:32.681 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: port-resource-request 2026-03-06 20:54:32.682 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: port-resource-request-groups 2026-03-06 20:54:32.682 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-06 20:54:32.683 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: binding 2026-03-06 20:54:32.683 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: binding-extended 2026-03-06 20:54:32.684 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: port-security 2026-03-06 20:54:32.684 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: project-id 2026-03-06 20:54:32.685 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: provider 2026-03-06 20:54:32.686 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-06 20:54:32.688 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos 2026-03-06 20:54:32.689 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-06 20:54:32.689 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-06 20:54:32.690 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-default 2026-03-06 20:54:32.690 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-fip 2026-03-06 20:54:32.690 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-03-06 20:54:32.690 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: auto_allocate 2026-03-06 20:54:32.691 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-06 20:54:32.691 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-gateway-ip 2026-03-06 20:54:32.692 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-port-network-policy 2026-03-06 20:54:32.692 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-pps-minimum 2026-03-06 20:54:32.693 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-06 20:54:32.694 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-pps 2026-03-06 20:54:32.694 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-rule-type-details 2026-03-06 20:54:32.694 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-06 20:54:32.695 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: qos-rules-alias 2026-03-06 20:54:32.696 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: quota-check-limit 2026-03-06 20:54:32.696 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: quota-check-limit-default 2026-03-06 20:54:32.698 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: quotas 2026-03-06 20:54:32.699 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: quota_details 2026-03-06 20:54:32.700 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: tag 2026-03-06 20:54:32.701 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: rbac-policies 2026-03-06 20:54:32.701 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: rbac-address-group 2026-03-06 20:54:32.702 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: rbac-address-scope 2026-03-06 20:54:32.702 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: rbac-security-groups 2026-03-06 20:54:32.703 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: rbac-subnetpool 2026-03-06 20:54:32.703 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: revision-if-match 2026-03-06 20:54:32.704 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: standard-attr-revisions 2026-03-06 20:54:32.704 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: router_availability_zone 2026-03-06 20:54:32.705 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-06 20:54:32.708 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: security-groups-default-rules 2026-03-06 20:54:32.709 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-06 20:54:32.709 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-06 20:54:32.710 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-06 20:54:32.710 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: timestamp 2026-03-06 20:54:32.711 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-06 20:54:32.711 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-06 20:54:32.713 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: network_ip_availability 2026-03-06 20:54:32.716 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: security-group 2026-03-06 20:54:32.717 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: segment 2026-03-06 20:54:32.717 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: flavors 2026-03-06 20:54:32.717 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-06 20:54:32.718 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: service-type 2026-03-06 20:54:32.718 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: sorting 2026-03-06 20:54:32.719 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: standard-attr-segment 2026-03-06 20:54:32.719 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: standard-attr-description 2026-03-06 20:54:32.720 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: stateful-security-group 2026-03-06 20:54:32.720 7 WARNING neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-06 20:54:32.721 8 INFO neutron.manager [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loading Plugin: revisions 2026-03-06 20:54:32.721 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-06 20:54:32.721 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: subnet-external-network 2026-03-06 20:54:32.722 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: subnet_onboard 2026-03-06 20:54:32.722 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-06 20:54:32.723 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: subnet-service-types 2026-03-06 20:54:32.724 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: subnet_allocation 2026-03-06 20:54:32.724 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Initializing extension manager. 2026-03-06 20:54:32.724 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-06 20:54:32.725 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: tag-creation 2026-03-06 20:54:32.725 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-06 20:54:32.725 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: address-group 2026-03-06 20:54:32.726 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: address-scope 2026-03-06 20:54:32.727 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-03-06 20:54:32.728 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: agent 2026-03-06 20:54:32.728 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: agent-resources-synced 2026-03-06 20:54:32.729 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: standard-attr-tag 2026-03-06 20:54:32.730 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: allowed-address-pairs 2026-03-06 20:54:32.730 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-06 20:54:32.730 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: auto-allocated-topology 2026-03-06 20:54:32.730 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: trunk 2026-03-06 20:54:32.731 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: trunk-details 2026-03-06 20:54:32.731 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: availability_zone 2026-03-06 20:54:32.731 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-06 20:54:32.732 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: availability_zone_filter 2026-03-06 20:54:32.732 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-06 20:54:32.732 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-03-06 20:54:32.732 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-06 20:54:32.733 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: default-subnetpools 2026-03-06 20:54:32.733 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-06 20:54:32.735 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-03-06 20:54:32.735 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-06 20:54:32.735 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: dns-integration 2026-03-06 20:54:32.736 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: dns-domain-ports 2026-03-06 20:54:32.736 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-06 20:54:32.736 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-03-06 20:54:32.737 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: vpn-flavors 2026-03-06 20:54:32.737 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: dvr 2026-03-06 20:54:32.738 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-03-06 20:54:32.738 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: vpnaas 2026-03-06 20:54:32.738 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: empty-string-filtering 2026-03-06 20:54:32.739 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 20:54:32.739 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: taas 2026-03-06 20:54:32.739 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-03-06 20:54:32.740 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: external-net 2026-03-06 20:54:32.740 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: tap-mirror 2026-03-06 20:54:32.741 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: extra_dhcp_opt 2026-03-06 20:54:32.741 7 INFO neutron.api.extensions [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Loaded extension: taas-vlan-filter 2026-03-06 20:54:32.741 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: extraroute 2026-03-06 20:54:32.742 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: extraroute-atomic 2026-03-06 20:54:32.743 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-03-06 20:54:32.743 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-06 20:54:32.744 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-06 20:54:32.744 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 20:54:32.744 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-06 20:54:32.744 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-03-06 20:54:32.745 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-03-06 20:54:32.745 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-03-06 20:54:32.746 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: fip-port-details 2026-03-06 20:54:32.746 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: flavors 2026-03-06 20:54:32.747 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 20:54:32.747 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 20:54:32.747 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-03-06 20:54:32.748 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: floatingip-pools 2026-03-06 20:54:32.749 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: ip_allocation 2026-03-06 20:54:32.749 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: ip-substring-filtering 2026-03-06 20:54:32.750 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: l2_adjacency 2026-03-06 20:54:32.751 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: router 2026-03-06 20:54:32.752 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 20:54:32.752 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 20:54:32.753 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 20:54:32.753 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-03-06 20:54:32.754 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-03-06 20:54:32.754 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 20:54:32.754 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] subnetpool is already registered 2026-03-06 20:54:32.754 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-03-06 20:54:32.754 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 20:54:32.754 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] subnetpool is already registered 2026-03-06 20:54:32.755 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: ext-gw-mode 2026-03-06 20:54:32.755 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 20:54:32.755 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: l3-ha 2026-03-06 20:54:32.755 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 20:54:32.756 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 20:54:32.756 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-03-06 20:54:32.756 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 20:54:32.756 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-03-06 20:54:32.756 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 20:54:32.757 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: l3-flavors 2026-03-06 20:54:32.757 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 20:54:32.757 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 20:54:32.757 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] ipsecpolicy is already registered 2026-03-06 20:54:32.758 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 20:54:32.758 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-03-06 20:54:32.758 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] ikepolicy is already registered 2026-03-06 20:54:32.759 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-03-06 20:54:32.761 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: l3_agent_scheduler 2026-03-06 20:54:32.762 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-03-06 20:54:32.762 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 20:54:32.762 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] router is already registered 2026-03-06 20:54:32.763 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 20:54:32.763 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] floatingip is already registered 2026-03-06 20:54:32.763 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension logging not supported by any of loaded plugins 2026-03-06 20:54:32.764 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension metering not supported by any of loaded plugins 2026-03-06 20:54:32.765 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-03-06 20:54:32.765 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: multi-provider 2026-03-06 20:54:32.766 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: net-mtu 2026-03-06 20:54:32.766 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: net-mtu-writable 2026-03-06 20:54:32.766 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 20:54:32.766 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] rbac_policy is already registered 2026-03-06 20:54:32.767 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: network_availability_zone 2026-03-06 20:54:32.767 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 20:54:32.767 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] security_group is already registered 2026-03-06 20:54:32.767 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: network_ha 2026-03-06 20:54:32.767 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 20:54:32.768 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] security_group_rule is already registered 2026-03-06 20:54:32.768 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: network-ip-availability 2026-03-06 20:54:32.768 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 20:54:32.769 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] subnetpool is already registered 2026-03-06 20:54:32.769 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 20:54:32.769 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] subnetpool is already registered 2026-03-06 20:54:32.769 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-03-06 20:54:32.769 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 20:54:32.770 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] trunk is already registered 2026-03-06 20:54:32.770 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 20:54:32.770 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] ikepolicy is already registered 2026-03-06 20:54:32.770 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: pagination 2026-03-06 20:54:32.770 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 20:54:32.771 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] ipsecpolicy is already registered 2026-03-06 20:54:32.771 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: port-device-profile 2026-03-06 20:54:32.771 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 20:54:32.771 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] endpoint_group is already registered 2026-03-06 20:54:32.771 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-03-06 20:54:32.771 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 20:54:32.771 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] vpnservice is already registered 2026-03-06 20:54:32.771 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-03-06 20:54:32.772 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 20:54:32.772 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] ipsec_site_connection is already registered 2026-03-06 20:54:32.772 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-03-06 20:54:32.772 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 20:54:32.772 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] ipsecpolicy is already registered 2026-03-06 20:54:32.773 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: port-mac-override 2026-03-06 20:54:32.773 7 INFO neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 20:54:32.773 7 WARNING neutron.quota.resource_registry [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] ikepolicy is already registered 2026-03-06 20:54:32.773 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: port-mac-address-regenerate 2026-03-06 20:54:32.774 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: port-numa-affinity-policy 2026-03-06 20:54:32.774 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-03-06 20:54:32.774 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: port-resource-request 2026-03-06 20:54:32.775 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: port-resource-request-groups 2026-03-06 20:54:32.775 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-03-06 20:54:32.776 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: binding 2026-03-06 20:54:32.777 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: binding-extended 2026-03-06 20:54:32.777 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: port-security 2026-03-06 20:54:32.778 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: project-id 2026-03-06 20:54:32.778 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: provider 2026-03-06 20:54:32.779 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension qinq not supported by any of loaded plugins 2026-03-06 20:54:32.781 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos 2026-03-06 20:54:32.782 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-bw-limit-direction 2026-03-06 20:54:32.783 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-03-06 20:54:32.783 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-default 2026-03-06 20:54:32.784 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-fip 2026-03-06 20:54:32.785 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-03-06 20:54:32.785 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-gateway-ip 2026-03-06 20:54:32.786 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-port-network-policy 2026-03-06 20:54:32.786 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-pps-minimum 2026-03-06 20:54:32.787 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-03-06 20:54:32.788 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-pps 2026-03-06 20:54:32.788 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-rule-type-details 2026-03-06 20:54:32.789 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-rule-type-filter 2026-03-06 20:54:32.789 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: qos-rules-alias 2026-03-06 20:54:32.790 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: quota-check-limit 2026-03-06 20:54:32.790 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: quota-check-limit-default 2026-03-06 20:54:32.792 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: quotas 2026-03-06 20:54:32.793 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: quota_details 2026-03-06 20:54:32.795 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: rbac-policies 2026-03-06 20:54:32.795 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: rbac-address-group 2026-03-06 20:54:32.796 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: rbac-address-scope 2026-03-06 20:54:32.796 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: rbac-security-groups 2026-03-06 20:54:32.797 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: rbac-subnetpool 2026-03-06 20:54:32.797 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: revision-if-match 2026-03-06 20:54:32.798 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: standard-attr-revisions 2026-03-06 20:54:32.798 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: router_availability_zone 2026-03-06 20:54:32.799 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-03-06 20:54:32.802 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: security-groups-default-rules 2026-03-06 20:54:32.802 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-03-06 20:54:32.803 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: port-security-groups-filtering 2026-03-06 20:54:32.803 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: security-groups-remote-address-group 2026-03-06 20:54:32.804 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-03-06 20:54:32.804 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: security-groups-shared-filtering 2026-03-06 20:54:32.809 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: security-group 2026-03-06 20:54:32.810 7 WARNING keystonemiddleware._common.config [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-06 20:54:32.810 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: segment 2026-03-06 20:54:32.811 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-03-06 20:54:32.811 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: service-type 2026-03-06 20:54:32.812 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: sorting 2026-03-06 20:54:32.812 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: standard-attr-segment 2026-03-06 20:54:32.813 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: standard-attr-description 2026-03-06 20:54:32.814 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: stateful-security-group 2026-03-06 20:54:32.814 8 WARNING neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-03-06 20:54:32.814 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-03-06 20:54:32.815 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: subnet-external-network 2026-03-06 20:54:32.816 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: subnet_onboard 2026-03-06 20:54:32.816 7 WARNING oslo_config.cfg [None req-a506dfe1-81e0-4bf4-895c-8a4df2af383a - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-03-06 20:54:32.816 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: subnet-segmentid-writable 2026-03-06 20:54:32.816 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: subnet-service-types 2026-03-06 20:54:32.817 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: subnet_allocation 2026-03-06 20:54:32.818 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-03-06 20:54:32.818 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: tag-creation WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7fbc4d8b8668 pid: 7 (default app) 2026-03-06 20:54:32.819 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-03-06 20:54:32.823 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: standard-attr-tag 2026-03-06 20:54:32.823 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: standard-attr-timestamp 2026-03-06 20:54:32.824 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: trunk 2026-03-06 20:54:32.825 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: trunk-details 2026-03-06 20:54:32.825 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-03-06 20:54:32.826 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-03-06 20:54:32.826 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-03-06 20:54:32.827 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: vpn-aes-ctr 2026-03-06 20:54:32.829 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-03-06 20:54:32.830 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: vpn-endpoint-groups 2026-03-06 20:54:32.831 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: vpn-flavors 2026-03-06 20:54:32.832 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: vpnaas 2026-03-06 20:54:32.834 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: taas 2026-03-06 20:54:32.835 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: tap-mirror 2026-03-06 20:54:32.835 8 INFO neutron.api.extensions [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Loaded extension: taas-vlan-filter 2026-03-06 20:54:32.838 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:network 2026-03-06 20:54:32.839 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-03-06 20:54:32.839 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 20:54:32.839 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:port 2026-03-06 20:54:32.844 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 20:54:32.845 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 20:54:32.849 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 20:54:32.850 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 20:54:32.850 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 20:54:32.851 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 20:54:32.851 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] subnetpool is already registered 2026-03-06 20:54:32.852 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 20:54:32.852 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] subnetpool is already registered 2026-03-06 20:54:32.852 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 20:54:32.853 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 20:54:32.853 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 20:54:32.853 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 20:54:32.854 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 20:54:32.854 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 20:54:32.855 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 20:54:32.855 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] ipsecpolicy is already registered 2026-03-06 20:54:32.855 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 20:54:32.855 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] ikepolicy is already registered 2026-03-06 20:54:32.860 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:router 2026-03-06 20:54:32.860 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] router is already registered 2026-03-06 20:54:32.860 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-03-06 20:54:32.860 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] floatingip is already registered 2026-03-06 20:54:32.864 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-03-06 20:54:32.864 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] rbac_policy is already registered 2026-03-06 20:54:32.865 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-03-06 20:54:32.865 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] security_group is already registered 2026-03-06 20:54:32.865 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-03-06 20:54:32.865 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] security_group_rule is already registered 2026-03-06 20:54:32.866 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 20:54:32.866 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] subnetpool is already registered 2026-03-06 20:54:32.866 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-03-06 20:54:32.867 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] subnetpool is already registered 2026-03-06 20:54:32.867 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:trunk 2026-03-06 20:54:32.867 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] trunk is already registered 2026-03-06 20:54:32.867 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 20:54:32.868 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] ikepolicy is already registered 2026-03-06 20:54:32.868 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 20:54:32.868 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] ipsecpolicy is already registered 2026-03-06 20:54:32.869 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-03-06 20:54:32.869 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] endpoint_group is already registered 2026-03-06 20:54:32.869 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-03-06 20:54:32.869 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] vpnservice is already registered 2026-03-06 20:54:32.870 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-03-06 20:54:32.870 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] ipsec_site_connection is already registered 2026-03-06 20:54:32.870 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-03-06 20:54:32.870 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] ipsecpolicy is already registered 2026-03-06 20:54:32.871 8 INFO neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-03-06 20:54:32.871 8 WARNING neutron.quota.resource_registry [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] ikepolicy is already registered 2026-03-06 20:54:32.909 8 WARNING keystonemiddleware._common.config [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-03-06 20:54:32.915 8 WARNING oslo_config.cfg [None req-5c01f6a2-ba0a-4212-98bf-2a62ae4977cb - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7fbc4d8b8668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 20:54:36.160 7 INFO neutron.pecan_wsgi.hooks.translation [None req-623e0a74-fde3-4be7-81b9-150ed01dbce5 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 162.253.55.49 () {44 vars in 923 bytes} [Fri Mar 6 20:54:35 2026] GET /v2.0/networks/public => generated 108 bytes in 774 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 162.253.55.49 () {44 vars in 945 bytes} [Fri Mar 6 20:54:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 566 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 20:54:37.085 7 WARNING neutron.services.revisions.revision_plugin [None req-f37c3ebf-5186-497d-9739-e3b3aaa7230e 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Could not find related network for resource to bump revision. 2026-03-06 20:54:37.103 7 INFO neutron.db.segments_db [None req-f37c3ebf-5186-497d-9739-e3b3aaa7230e 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment e26c12f7-a97f-40c6-9483-26b4058d158b of type flat for network 0cebd425-feec-4e40-9a7d-157fcb372892 2026-03-06 20:54:37.147 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f37c3ebf-5186-497d-9739-e3b3aaa7230e 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 162.253.55.49 () {48 vars in 963 bytes} [Fri Mar 6 20:54:36 2026] POST /v2.0/networks => generated 124 bytes in 423 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 20:54:43.308 8 INFO neutron.pecan_wsgi.hooks.translation [None req-23450b19-a04e-4fa3-844b-df92ab6e67de 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 162.253.55.49 () {44 vars in 923 bytes} [Fri Mar 6 20:54:42 2026] GET /v2.0/networks/public => generated 108 bytes in 373 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 162.253.55.49 () {44 vars in 945 bytes} [Fri Mar 6 20:54:43 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 20:54:43.577 8 WARNING neutron.services.revisions.revision_plugin [None req-f25829be-5fa5-4112-9fa0-27a73e418a0c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Could not find related network for resource to bump revision. 2026-03-06 20:54:43.596 8 INFO neutron.db.segments_db [None req-f25829be-5fa5-4112-9fa0-27a73e418a0c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment fd7d55f7-8441-4b1f-a083-a09388e32e10 of type flat for network 1eba06d2-8a44-4649-bb1f-2b509986e5a1 2026-03-06 20:54:43.641 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f25829be-5fa5-4112-9fa0-27a73e418a0c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 162.253.55.49 () {48 vars in 963 bytes} [Fri Mar 6 20:54:43 2026] POST /v2.0/networks => generated 124 bytes in 317 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 20:54:49.468 7 INFO neutron.pecan_wsgi.hooks.translation [None req-01533e01-f160-4a83-a8a4-cc24ecaf5310 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 162.253.55.49 () {44 vars in 923 bytes} [Fri Mar 6 20:54:49 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 162.253.55.49 () {44 vars in 945 bytes} [Fri Mar 6 20:54:49 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 20:54:49.535 7 WARNING neutron.services.revisions.revision_plugin [None req-c76c8afe-b3ad-4a23-8091-cab6426278d7 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Could not find related network for resource to bump revision. 2026-03-06 20:54:49.548 7 INFO neutron.db.segments_db [None req-c76c8afe-b3ad-4a23-8091-cab6426278d7 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment bda90f7f-264d-4e30-890b-9ab0b5679f79 of type flat for network 01634532-f52d-4616-8950-6ff66020c740 2026-03-06 20:54:49.572 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c76c8afe-b3ad-4a23-8091-cab6426278d7 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 162.253.55.49 () {48 vars in 963 bytes} [Fri Mar 6 20:54:49 2026] POST /v2.0/networks => generated 124 bytes in 98 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 20:54:55.398 7 INFO neutron.pecan_wsgi.hooks.translation [None req-fec26885-b42d-40e4-b33c-304e93006ccc 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 162.253.55.49 () {44 vars in 923 bytes} [Fri Mar 6 20:54:55 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/15] 162.253.55.49 () {44 vars in 945 bytes} [Fri Mar 6 20:54:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 20:54:55.467 7 WARNING neutron.services.revisions.revision_plugin [None req-f4ba4804-ee5a-47d2-8331-49e540f35bd8 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Could not find related network for resource to bump revision. 2026-03-06 20:54:55.487 7 INFO neutron.db.segments_db [None req-f4ba4804-ee5a-47d2-8331-49e540f35bd8 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 68aaaec6-563c-497e-b114-e2f79c8de596 of type flat for network 8f0cead3-274a-417d-b768-102bc29523f2 2026-03-06 20:54:55.518 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f4ba4804-ee5a-47d2-8331-49e540f35bd8 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 162.253.55.49 () {48 vars in 963 bytes} [Fri Mar 6 20:54:55 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 20:55:01.349 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c61db9f3-af9a-47cf-a743-64fb23a2d0fe 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 162.253.55.49 () {44 vars in 923 bytes} [Fri Mar 6 20:55:01 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 162.253.55.49 () {44 vars in 945 bytes} [Fri Mar 6 20:55:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 20:55:01.443 8 WARNING neutron.services.revisions.revision_plugin [None req-1e948a46-2c58-406f-b915-fa7045bf4fbd 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Could not find related network for resource to bump revision. 2026-03-06 20:55:01.459 8 INFO neutron.db.segments_db [None req-1e948a46-2c58-406f-b915-fa7045bf4fbd 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 4468a576-ddb1-492d-a072-9279e1c32b74 of type flat for network acfaf207-eee0-4caa-8187-436f878b23e9 2026-03-06 20:55:01.487 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1e948a46-2c58-406f-b915-fa7045bf4fbd 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 162.253.55.49 () {48 vars in 963 bytes} [Fri Mar 6 20:55:01 2026] POST /v2.0/networks => generated 124 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 20:55:07.384 8 INFO neutron.pecan_wsgi.hooks.translation [None req-dd48a72d-28c7-4078-9eca-0101caaf1623 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 162.253.55.49 () {44 vars in 923 bytes} [Fri Mar 6 20:55:07 2026] GET /v2.0/networks/public => generated 108 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/22] 162.253.55.49 () {44 vars in 945 bytes} [Fri Mar 6 20:55:07 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 20:55:07.456 8 WARNING neutron.services.revisions.revision_plugin [None req-3465b6bd-fb2a-4028-a098-5c4f31fd9e30 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Could not find related network for resource to bump revision. 2026-03-06 20:55:07.473 8 INFO neutron.db.segments_db [None req-3465b6bd-fb2a-4028-a098-5c4f31fd9e30 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 4df4a4bc-fbd3-4e5d-b75e-4f98e60cf29a of type flat for network adfc0cb8-f6ac-45e3-a7d7-3e0a8680e4be [pid: 8|app: 0|req: 11/23] 162.253.55.49 () {48 vars in 963 bytes} [Fri Mar 6 20:55:07 2026] POST /v2.0/networks => generated 706 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 20:55:08.700 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65a9ff08-afd2-41e2-b35d-1ce315b71c38 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 162.253.55.49 () {44 vars in 923 bytes} [Fri Mar 6 20:55:08 2026] GET /v2.0/networks/public => generated 108 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 162.253.55.49 () {44 vars in 945 bytes} [Fri Mar 6 20:55:08 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 20:55:08.771 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b53aab1d-49a7-4d48-9ebc-60ac3c776377 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 14/26] 162.253.55.49 () {44 vars in 1030 bytes} [Fri Mar 6 20:55:08 2026] GET /v2.0/subnets/public-subnet?network_id=adfc0cb8-f6ac-45e3-a7d7-3e0a8680e4be => generated 113 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/27] 162.253.55.49 () {44 vars in 1053 bytes} [Fri Mar 6 20:55:08 2026] GET /v2.0/subnets?name=public-subnet&network_id=adfc0cb8-f6ac-45e3-a7d7-3e0a8680e4be => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/28] 162.253.55.49 () {48 vars in 961 bytes} [Fri Mar 6 20:55:08 2026] POST /v2.0/subnets => generated 664 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 20:59:49.256 7 INFO neutron.pecan_wsgi.hooks.translation [None req-98f06490-574a-4187-8407-d6318b2fa588 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/64] 162.253.55.49 () {44 vars in 933 bytes} [Fri Mar 6 20:59:49 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 32/65] 162.253.55.49 () {44 vars in 955 bytes} [Fri Mar 6 20:59:49 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 20:59:49.317 7 INFO neutron.db.segments_db [None req-24b40c1a-c2b9-4225-b76e-7027de0245d6 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 9fbeac1f-f541-4079-b65f-0298c2364103 of type vxlan for network 2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 [pid: 7|app: 0|req: 34/66] 162.253.55.49 () {48 vars in 962 bytes} [Fri Mar 6 20:59:49 2026] POST /v2.0/networks => generated 688 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 20:59:50.264 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f3863ab4-bc6e-4db5-96af-3a2ddd1af900 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 33/67] 162.253.55.49 () {44 vars in 933 bytes} [Fri Mar 6 20:59:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/68] 162.253.55.49 () {44 vars in 955 bytes} [Fri Mar 6 20:59:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 20:59:50.331 8 INFO neutron.pecan_wsgi.hooks.translation [None req-09c99ca7-c35c-418f-8913-4cacdd00083b 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/69] 162.253.55.49 () {44 vars in 1032 bytes} [Fri Mar 6 20:59:50 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 114 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/70] 162.253.55.49 () {44 vars in 1055 bytes} [Fri Mar 6 20:59:50 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/71] 162.253.55.49 () {48 vars in 961 bytes} [Fri Mar 6 20:59:50 2026] POST /v2.0/subnets => generated 651 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 20:59:51.663 7 INFO neutron.api.v2.resource [None req-23858aeb-49c8-4761-b08d-258115ee6469 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/72] 162.253.55.49 () {44 vars in 967 bytes} [Fri Mar 6 20:59:51 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/73] 162.253.55.49 () {44 vars in 989 bytes} [Fri Mar 6 20:59:51 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/74] 162.253.55.49 () {48 vars in 976 bytes} [Fri Mar 6 20:59:51 2026] POST /v2.0/security-groups => generated 1616 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:52 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 1616 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:52 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 1616 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:52 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 1616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/80] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 20:59:52 2026] POST /v2.0/security-group-rules => generated 601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:53 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 2230 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:53 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:53 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 2230 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 20:59:53 2026] POST /v2.0/security-group-rules => generated 603 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:54 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:54 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 2846 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/87] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:54 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 2846 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 20:59:54 2026] POST /v2.0/security-group-rules => generated 603 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:55 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:55 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 3462 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:55 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 20:59:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:56 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4078 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:56 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4078 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:56 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4078 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 20:59:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 162.253.55.49 () {44 vars in 983 bytes} [Fri Mar 6 20:59:57 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 732 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 20:59:58.068 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2848f300-8d27-40d8-b21b-ea9e81667f9d 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/98] 162.253.55.49 () {44 vars in 1072 bytes} [Fri Mar 6 20:59:58 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 162.253.55.49 () {44 vars in 1095 bytes} [Fri Mar 6 20:59:58 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 20:59:58 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4694 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 162.253.55.49 () {48 vars in 957 bytes} [Fri Mar 6 20:59:58 2026] POST /v2.0/ports => generated 1100 bytes in 543 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 21:00:05.899 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8541bbac-7169-4f1a-b9d5-34336f7a2807 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/102] 162.253.55.49 () {44 vars in 975 bytes} [Fri Mar 6 21:00:05 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 126 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 53/103] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:00:05 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 162.253.55.49 () {48 vars in 1027 bytes} [Fri Mar 6 21:00:05 2026] PUT /v2.0/ports/fd3016b4-ecad-452f-87f2-7b3012d67fde => generated 1249 bytes in 650 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 55/107] 162.253.55.49 () {44 vars in 916 bytes} [Fri Mar 6 21:00:08 2026] GET /v2.0/ports => generated 3730 bytes in 102 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 21:00:09.170 8 INFO neutron.api.v2.resource [None req-6334c00a-a004-4b58-8d06-9895b17938b7 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/108] 162.253.55.49 () {44 vars in 955 bytes} [Fri Mar 6 21:00:09 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/109] 162.253.55.49 () {44 vars in 977 bytes} [Fri Mar 6 21:00:09 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/110] 162.253.55.49 () {48 vars in 976 bytes} [Fri Mar 6 21:00:09 2026] POST /v2.0/security-groups => generated 1610 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/111] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:00:10 2026] GET /v2.0/security-groups/f5767f87-283d-4c0a-810e-a82ab8c657fb => generated 1610 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/112] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:00:10 2026] GET /v2.0/security-groups/f5767f87-283d-4c0a-810e-a82ab8c657fb => generated 1610 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/113] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:00:10 2026] GET /v2.0/security-groups/f5767f87-283d-4c0a-810e-a82ab8c657fb => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/114] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 21:00:10 2026] POST /v2.0/security-group-rules => generated 623 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/115] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:00:11 2026] GET /v2.0/security-groups/f5767f87-283d-4c0a-810e-a82ab8c657fb => generated 2246 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/116] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:00:11 2026] GET /v2.0/security-groups/f5767f87-283d-4c0a-810e-a82ab8c657fb => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/117] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:00:11 2026] GET /v2.0/security-groups/f5767f87-283d-4c0a-810e-a82ab8c657fb => generated 2246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/118] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 21:00:11 2026] POST /v2.0/security-group-rules => generated 627 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/131] 162.253.55.49 () {44 vars in 971 bytes} [Fri Mar 6 21:01:41 2026] GET /v2.0/quotas/ef2dcee05d744f818015a58145198acd => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 65/132] 162.253.55.49 () {48 vars in 1023 bytes} [Fri Mar 6 21:01:41 2026] PUT /v2.0/quotas/ef2dcee05d744f818015a58145198acd => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 21:04:12.311 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4baec4cf-fb81-48d5-b3b0-edcfe5315d97 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 76/153] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:04:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 251 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: 78/154] 162.253.55.49 () {30 vars in 762 bytes} [Fri Mar 6 21:04:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:04:14.141 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f306e2ed-fa16-415f-bbc7-72ee930f7b4f 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 77/155] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:04:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 47 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 79/156] 162.253.55.49 () {30 vars in 762 bytes} [Fri Mar 6 21:04:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:11:20.876 7 INFO neutron.api.v2.resource [None req-62624e3e-80f5-4a74-8666-aac95e4cecb3 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 108/213] 162.253.55.49 () {44 vars in 1070 bytes} [Fri Mar 6 21:11:20 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 139 bytes in 113 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/214] 162.253.55.49 () {44 vars in 1093 bytes} [Fri Mar 6 21:11:20 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 23 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/215] 162.253.55.49 () {48 vars in 977 bytes} [Fri Mar 6 21:11:21 2026] POST /v2.0/security-groups => generated 1624 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/218] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:11:22 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 1624 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/219] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:11:22 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc => generated 1624 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/220] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:11:22 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => 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: 112/221] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 21:11:22 2026] POST /v2.0/security-group-rules => generated 597 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/222] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:11:23 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 2234 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/223] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:11:23 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc => generated 2234 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/224] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:11:23 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 2234 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 114/225] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 21:11:23 2026] POST /v2.0/security-group-rules => generated 599 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/226] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:11:24 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 2846 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/227] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:11:24 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/228] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:11:24 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/229] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 21:11:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/230] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:11:25 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 3460 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/231] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:11:25 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/232] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:11:25 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 3460 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/233] 162.253.55.49 () {48 vars in 987 bytes} [Fri Mar 6 21:11:25 2026] POST /v2.0/security-group-rules => generated 602 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 126/254] 162.253.55.49 () {30 vars in 739 bytes} [Fri Mar 6 21:13:53 2026] GET /v2.0/networks?tenant_id=7f680e05d01f48e39a26d3de7a6eb4d6&shared=False => generated 15 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:13:53.718 7 INFO neutron.db.segments_db [None req-f0d134c6-5672-468e-914a-3b44e0222672 7aa338ec9cab43169f221e4215e72200 7f680e05d01f48e39a26d3de7a6eb4d6 - - bf122b8c508843e8b94dd76ecbed8cb4 bf122b8c508843e8b94dd76ecbed8cb4] Added segment 92ef1c06-11e7-4e8e-a4b2-0cf2791ad0c1 of type vxlan for network e19e013e-8a32-48d6-b6a9-9a5caa94ab83 [pid: 7|app: 0|req: 129/255] 162.253.55.49 () {34 vars in 681 bytes} [Fri Mar 6 21:13:53 2026] POST /v2.0/networks => generated 699 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/256] 162.253.55.49 () {30 vars in 721 bytes} [Fri Mar 6 21:13:53 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: 7|app: 0|req: 130/257] 162.253.55.49 () {30 vars in 632 bytes} [Fri Mar 6 21:13:53 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/258] 162.253.55.49 () {34 vars in 676 bytes} [Fri Mar 6 21:13:53 2026] POST /v2.0/ports => generated 999 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/259] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:13:54 2026] GET /v2.0/networks/e19e013e-8a32-48d6-b6a9-9a5caa94ab83 => 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: 129/260] 162.253.55.49 () {30 vars in 721 bytes} [Fri Mar 6 21:13:56 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/261] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:13:56 2026] GET /v2.0/networks/e19e013e-8a32-48d6-b6a9-9a5caa94ab83 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 134/264] 162.253.55.49 () {44 vars in 971 bytes} [Fri Mar 6 21:14:09 2026] GET /v2.0/quotas/7f680e05d01f48e39a26d3de7a6eb4d6 => generated 292 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/265] 162.253.55.49 () {48 vars in 1023 bytes} [Fri Mar 6 21:14:09 2026] PUT /v2.0/quotas/7f680e05d01f48e39a26d3de7a6eb4d6 => generated 291 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 135/272] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:14:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 138/273] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:14:55 2026] GET /v2.0/networks => generated 2168 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 136/274] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:14:55 2026] GET /v2.0/subnets => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 139/275] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:14:55 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 137/276] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:14:55 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 140/277] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:14:55 2026] GET /v2.0/subnetpools => 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: 138/278] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:14:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 141/279] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:14:55 2026] GET /v2.0/floatingips => generated 19 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 139/280] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:14:55 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: 7|app: 0|req: 142/281] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:14:55 2026] GET /v2.0/routers => generated 15 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 140/282] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:14:55 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: 145/291] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:15:55 2026] GET /v2.0/subnets => generated 1308 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 147/292] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:15:55 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: 146/293] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:15:55 2026] GET /v2.0/ports => generated 4725 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 148/294] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:15:55 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 147/295] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:15:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 149/296] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:15:55 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: 8|app: 0|req: 148/297] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:15:55 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: 150/298] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:15:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 149/299] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:15:55 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: 7|app: 0|req: 151/300] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:15:55 2026] GET /v2.0/floatingips => 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: 150/301] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:15:55 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: 8|app: 0|req: 155/310] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:16:55 2026] GET /v2.0/agents => generated 3384 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 156/311] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:16:55 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: 8|app: 0|req: 156/312] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:16:55 2026] GET /v2.0/subnets => generated 1308 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 157/313] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:16:55 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 157/314] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:16:55 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: 158/315] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:16:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 158/316] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:16:55 2026] GET /v2.0/routers => generated 15 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 159/317] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:16:55 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: 159/318] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:16:55 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: 7|app: 0|req: 160/319] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:16:55 2026] GET /v2.0/subnets => generated 1308 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 160/320] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:16:55 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: 165/329] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:17:55 2026] GET /v2.0/subnets => generated 1308 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 165/330] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:17:55 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: 8|app: 0|req: 166/331] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:17:55 2026] GET /v2.0/floatingips => generated 19 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 166/332] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:17:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 167/333] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:17:55 2026] GET /v2.0/subnets => generated 1308 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 167/334] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:17:55 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: 168/335] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:17:55 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: 168/336] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:17:55 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: 169/337] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:17:55 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 169/338] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:17:55 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: 170/339] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:17:55 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/348] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:18:55 2026] GET /v2.0/ports => generated 4725 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/349] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:18:55 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 175/350] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:18:55 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: 176/351] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:18:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 176/352] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:18:55 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: 177/353] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:18:55 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: 177/354] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:18:55 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: 178/355] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:18:55 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: 178/356] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:18:55 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: 179/357] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:18:55 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: 179/358] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:18:55 2026] GET /v2.0/subnets => generated 1308 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/367] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:19:55 2026] GET /v2.0/subnets => generated 1308 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/368] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:19:55 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/369] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:19:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/370] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:19:55 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/371] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:19:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/372] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:19:55 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: 187/373] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:19:55 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: 187/374] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:19:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/375] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:19:55 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/376] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:19:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/377] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:19:55 2026] GET /v2.0/floatingips => 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: 194/386] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:20:55 2026] GET /v2.0/floatingips => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:20:55 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/388] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:20:55 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: 194/389] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:20:55 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: 196/390] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:20:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/391] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:20:55 2026] GET /v2.0/ports => generated 4725 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 197/392] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:20:55 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: 196/393] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:20:55 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: 8|app: 0|req: 198/394] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:20:55 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: 197/395] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:20:55 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: 199/396] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:20:55 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: 202/405] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:21:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/406] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:21:55 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/407] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:21:55 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: 205/408] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:21:55 2026] GET /v2.0/floatingips => 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: 204/409] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:21:55 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: 206/410] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:21:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/411] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:21:55 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: 207/412] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:21:55 2026] GET /v2.0/agents => generated 3384 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/413] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:21:55 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: 8|app: 0|req: 208/414] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:21:55 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: 7|app: 0|req: 207/415] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:21:55 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/424] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:22:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/425] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:22:55 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: 213/426] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:22:55 2026] GET /v2.0/ports => generated 4725 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/427] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:22:55 2026] GET /v2.0/floatingips => 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: 214/428] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:22:55 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: 215/429] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:22:55 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: 215/430] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:22:55 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: 216/431] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:22:55 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: 216/432] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:22:55 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: 217/433] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:22:55 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/434] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:22:55 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: 222/443] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:23:55 2026] GET /v2.0/subnets => generated 1308 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 222/444] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:23:55 2026] GET /v2.0/ports => generated 4725 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/445] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:23:55 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: 223/446] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:23:55 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: 224/447] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:23:55 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/448] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:23:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/449] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:23:55 2026] GET /v2.0/routers => generated 15 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/450] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:23:55 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: 226/451] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:23:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/452] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:23:55 2026] GET /v2.0/agents => generated 3384 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/453] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:23:55 2026] GET /v2.0/networks => generated 2168 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:24:36.856 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8f192e11-5f5f-407c-89c6-50c4dfa65b41 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 229/458] 162.253.55.49 () {44 vars in 923 bytes} [Fri Mar 6 21:24:36 2026] GET /v2.0/networks/public => generated 108 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/461] 162.253.55.49 () {44 vars in 945 bytes} [Fri Mar 6 21:24:36 2026] GET /v2.0/networks?name=public => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:24:38.029 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c72762d5-48bd-4813-8471-59fb415ea9a1 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 232/462] 162.253.55.49 () {44 vars in 923 bytes} [Fri Mar 6 21:24:37 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/463] 162.253.55.49 () {44 vars in 945 bytes} [Fri Mar 6 21:24:38 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:24:38.096 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d2f1e4e0-acae-4b5a-a51c-acc80e2e43b6 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 233/464] 162.253.55.49 () {44 vars in 1030 bytes} [Fri Mar 6 21:24:38 2026] GET /v2.0/subnets/public-subnet?network_id=adfc0cb8-f6ac-45e3-a7d7-3e0a8680e4be => generated 113 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/465] 162.253.55.49 () {44 vars in 1053 bytes} [Fri Mar 6 21:24:38 2026] GET /v2.0/subnets?name=public-subnet&network_id=adfc0cb8-f6ac-45e3-a7d7-3e0a8680e4be => generated 667 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/468] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:24:55 2026] GET /v2.0/subnets => generated 1308 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/469] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:24:55 2026] GET /v2.0/routers => generated 15 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/470] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:24:55 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: 236/471] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:24:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/472] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:24:55 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: 237/473] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:24:55 2026] GET /v2.0/networks => generated 2168 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/474] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:24:55 2026] GET /v2.0/ports => generated 4725 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/475] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:24:55 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: 238/476] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:24:55 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: 239/477] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:24:55 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: 239/478] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:24:55 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) 2026-03-06 21:25:03.914 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e0ba5fc-a352-4305-a100-b965371f6613 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 240/479] 162.253.55.49 () {44 vars in 933 bytes} [Fri Mar 6 21:25:03 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/480] 162.253.55.49 () {44 vars in 955 bytes} [Fri Mar 6 21:25:03 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:25:04.902 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dc76358f-5259-4f24-9a81-e90ced321e6c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 241/481] 162.253.55.49 () {44 vars in 933 bytes} [Fri Mar 6 21:25:04 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/482] 162.253.55.49 () {44 vars in 955 bytes} [Fri Mar 6 21:25:04 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:25:04.971 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bf4ad94f-95f2-426a-82a1-ba861c0fd878 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 242/483] 162.253.55.49 () {44 vars in 1032 bytes} [Fri Mar 6 21:25:04 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => 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: 242/484] 162.253.55.49 () {44 vars in 1055 bytes} [Fri Mar 6 21:25:04 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:25:06.231 7 INFO neutron.api.v2.resource [None req-5fea9d69-b018-4621-b366-fafd831e9255 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/485] 162.253.55.49 () {44 vars in 967 bytes} [Fri Mar 6 21:25:06 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/486] 162.253.55.49 () {44 vars in 989 bytes} [Fri Mar 6 21:25:06 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/489] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:07 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4694 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/490] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:07 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/491] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:25:07 2026] GET /v2.0/security-group-rules/4b1e7d61-da35-4f39-b263-cf0fd6ad8991 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/492] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:08 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => 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: 247/493] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:08 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4694 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/494] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:25:08 2026] GET /v2.0/security-group-rules/5e33c14a-6aff-4c2d-81a8-5b226fe00f31 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/495] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:09 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4694 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/496] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:09 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/497] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:25:09 2026] GET /v2.0/security-group-rules/96aab90f-b5d0-4e76-9f24-223f371cf04f => 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: 249/498] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:10 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4694 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/499] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:10 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => 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: 250/500] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:25:10 2026] GET /v2.0/security-group-rules/7aa94472-6ae5-424d-8472-8699e1374936 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/501] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:11 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/502] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:11 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => 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: 252/503] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:25:11 2026] GET /v2.0/security-group-rules/2cae15dc-7a8b-409a-9afe-ca0c1ebe3534 => generated 603 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/504] 162.253.55.49 () {44 vars in 983 bytes} [Fri Mar 6 21:25:12 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 732 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:25:12.544 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7a2a0b51-4c3d-48e3-80cc-a1aa1d11de80 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 253/505] 162.253.55.49 () {44 vars in 1072 bytes} [Fri Mar 6 21:25:12 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 132 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/506] 162.253.55.49 () {44 vars in 1095 bytes} [Fri Mar 6 21:25:12 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 1254 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/507] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:12 2026] GET /v2.0/security-groups/66b5f717-e089-432b-9221-bedee309674b => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:25:20.114 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5d494dd5-1f8e-4578-a241-ac22a28456ab 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 254/508] 162.253.55.49 () {44 vars in 975 bytes} [Fri Mar 6 21:25:20 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: 255/509] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 255/510] 162.253.55.49 () {44 vars in 916 bytes} [Fri Mar 6 21:25:21 2026] GET /v2.0/ports => generated 4725 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:25:23.087 7 INFO neutron.api.v2.resource [None req-5e7f87e0-637b-4e15-9047-b152fa2995bd 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 257/513] 162.253.55.49 () {44 vars in 955 bytes} [Fri Mar 6 21:25:23 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/514] 162.253.55.49 () {44 vars in 977 bytes} [Fri Mar 6 21:25:23 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/515] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:23 2026] GET /v2.0/security-groups/f5767f87-283d-4c0a-810e-a82ab8c657fb => generated 2886 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/516] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:24 2026] GET /v2.0/security-groups/f5767f87-283d-4c0a-810e-a82ab8c657fb => generated 2886 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/517] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:25:24 2026] GET /v2.0/security-group-rules/1131a3b2-b5f8-4626-9560-cef8d3285f6e => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/518] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:24 2026] GET /v2.0/security-groups/f5767f87-283d-4c0a-810e-a82ab8c657fb => generated 2886 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/519] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:25:24 2026] GET /v2.0/security-groups/f5767f87-283d-4c0a-810e-a82ab8c657fb => generated 2886 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/520] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:25:25 2026] GET /v2.0/security-group-rules/8158319c-fd21-4036-8440-9529a8bfdbd7 => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/521] 162.253.55.49 () {44 vars in 971 bytes} [Fri Mar 6 21:25:35 2026] GET /v2.0/quotas/ef2dcee05d744f818015a58145198acd => 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: 264/526] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:25:55 2026] GET /v2.0/floatingips => generated 19 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/527] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:25:55 2026] GET /v2.0/ports => generated 4725 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/528] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:25:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/529] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:25:55 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: 7|app: 0|req: 266/530] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:25:55 2026] GET /v2.0/agents => generated 3384 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/531] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:25:55 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: 267/532] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:25:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/533] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:25:55 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: 7|app: 0|req: 268/534] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:25:55 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: 267/535] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:25:55 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: 7|app: 0|req: 269/536] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:25:55 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) 2026-03-06 21:26:26.764 8 INFO neutron.api.v2.resource [None req-958e8054-6fad-4669-badf-8aad29f82fc5 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 270/541] 162.253.55.49 () {44 vars in 1070 bytes} [Fri Mar 6 21:26:26 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 139 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/542] 162.253.55.49 () {44 vars in 1093 bytes} [Fri Mar 6 21:26:26 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 4072 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/543] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:26:27 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 4075 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/544] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:26:27 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc => 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: 272/545] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:26:27 2026] GET /v2.0/security-group-rules/d868e3a2-6544-4b66-90e0-2e42eb042043 => generated 597 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/546] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:26:28 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 4075 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/547] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:26:28 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc => generated 4075 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/548] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:26:28 2026] GET /v2.0/security-group-rules/1011e404-55cd-43f9-8c46-50053e852691 => generated 599 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/549] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:26:29 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/550] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:26:29 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc => generated 4075 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/551] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:26:29 2026] GET /v2.0/security-group-rules/27eacd77-1776-4fd4-903c-41c42c62c757 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/552] 162.253.55.49 () {44 vars in 1084 bytes} [Fri Mar 6 21:26:30 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc?project_id=7f680e05d01f48e39a26d3de7a6eb4d6 => 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: 276/553] 162.253.55.49 () {44 vars in 997 bytes} [Fri Mar 6 21:26:30 2026] GET /v2.0/security-groups/101a797b-119f-41e9-93fa-b2545c32a7dc => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/554] 162.253.55.49 () {44 vars in 1007 bytes} [Fri Mar 6 21:26:30 2026] GET /v2.0/security-group-rules/6f69c0a6-4184-49a9-b202-0adeafd14059 => generated 602 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/557] 162.253.55.49 () {44 vars in 971 bytes} [Fri Mar 6 21:26:37 2026] GET /v2.0/quotas/7f680e05d01f48e39a26d3de7a6eb4d6 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/560] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:26:55 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: 7|app: 0|req: 281/561] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:26:55 2026] GET /v2.0/subnetpools => 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: 281/562] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:26:55 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: 282/563] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:26:55 2026] GET /v2.0/networks => generated 2168 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/564] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:26:55 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: 7|app: 0|req: 283/565] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:26:55 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) [pid: 8|app: 0|req: 283/566] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:26:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/567] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:26:55 2026] GET /v2.0/agents => generated 3384 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/568] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:26:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/569] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:26:55 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: 285/570] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:26:55 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/573] 162.253.55.49 () {44 vars in 945 bytes} [Fri Mar 6 21:27:19 2026] GET /v2.0/networks?name=public => generated 753 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/580] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:27:55 2026] GET /v2.0/agents => generated 3384 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/581] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:27:55 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/582] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:27:55 2026] GET /v2.0/networks => generated 2168 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/583] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:27:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/584] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:27:55 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: 293/585] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:27:55 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: 293/586] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:27:55 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/587] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:27:55 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: 294/588] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:27:55 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: 295/589] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:27:55 2026] GET /v2.0/ports => generated 4725 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/590] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:27:55 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: 296/591] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:27:58 2026] GET /v2.0/networks => generated 2168 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/592] 10.0.0.215 () {32 vars in 655 bytes} [Fri Mar 6 21:27:59 2026] GET /v2.0/floatingips => 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: 297/593] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:27:59 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: 297/594] 10.0.0.215 () {32 vars in 643 bytes} [Fri Mar 6 21:27:59 2026] GET /v2.0/ports => generated 4725 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/595] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:27:59 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: 298/596] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:27:59 2026] GET /v2.0/networks => generated 2168 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/597] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:27:59 2026] GET /v2.0/security-groups => generated 17401 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/598] 10.0.0.215 () {32 vars in 655 bytes} [Fri Mar 6 21:27:59 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) 2026-03-06 21:28:10.425 8 INFO neutron.db.segments_db [None req-05d8aec5-0321-4dc8-8d40-7fda39765654 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 644f6e70-887d-44c8-9155-4794a01dd597 of type vxlan for network 3d0db1ac-b78c-49a0-9062-3f7e99d40caa [pid: 8|app: 0|req: 301/601] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:28:10 2026] POST /v2.0/networks => generated 724 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/602] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:10 2026] POST /v2.0/subnets => generated 690 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:28:10.743 8 INFO neutron.db.segments_db [None req-1e32fe15-d2fd-44af-945b-eb7986a000e0 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment c3b58711-d53b-4c1b-ba1e-368b6236d85e of type vxlan for network 5ec6ccc2-127c-44ed-a560-9d4a32b2c8dd 2026-03-06 21:28:10.781 7 INFO neutron.db.segments_db [None req-d4b79c0c-0889-4764-b6af-4c6ffe6225c1 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 05293acf-b764-48f7-9ffc-83e83b4d59e8 of type vxlan for network b85bca10-a811-4bae-8c43-1f449bca412c [pid: 7|app: 0|req: 301/603] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:28:10 2026] POST /v2.0/networks => generated 730 bytes in 503 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:28:10.941 8 INFO neutron.db.l3_hamode_db [None req-1e32fe15-d2fd-44af-945b-eb7986a000e0 6b94713896564ff7be8a46d0bc63d74e f1fc082e0d384ddbae8120a51edd01b8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 302/604] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:10 2026] GET /v2.0/security-groups?tenant_id=dc364015ca2d42d19d170a97c6c7e6e4&name=default => generated 2921 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/605] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:11 2026] POST /v2.0/subnets => generated 696 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/606] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:11 2026] DELETE /v2.0/security-groups/a1e38f9e-e881-4cf8-bfe8-900205a6d079 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:11.510 7 INFO neutron.db.segments_db [None req-8f7c574e-2385-4f46-aded-4e221fa7b152 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 8eee01a1-63f9-4e2a-8fec-94442891c383 of type vxlan for network 9aba8981-93e2-4beb-895d-b6aafcb6b14b 2026-03-06 21:28:11.752 7 INFO neutron.db.l3_hamode_db [None req-8f7c574e-2385-4f46-aded-4e221fa7b152 6b94713896564ff7be8a46d0bc63d74e 6e16a67cfb454bb9960f367eb01e06be - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:28:12.142 8 INFO neutron.db.l3_hamode_db [None req-1e32fe15-d2fd-44af-945b-eb7986a000e0 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:28:13.090 7 INFO neutron.db.l3_hamode_db [None req-8f7c574e-2385-4f46-aded-4e221fa7b152 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 303/607] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:10 2026] POST /v2.0/routers => generated 730 bytes in 2448 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/608] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:13 2026] GET /v2.0/security-groups?tenant_id=930e9ad0eea54baf86ebfc6cf2103c76&name=default => generated 2921 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/609] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:11 2026] POST /v2.0/routers => generated 736 bytes in 2607 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:28:14.247 7 INFO neutron.db.segments_db [None req-e537de64-68d8-43e8-8b9b-f5874cb1249c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment fbcab78f-6ab9-46b6-8814-903bd82ae25f of type vxlan for network b8b45ab9-7101-4b50-b27c-02a1859cd3d1 [pid: 7|app: 0|req: 306/610] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:28:14 2026] POST /v2.0/networks => generated 726 bytes in 259 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.215 () {34 vars in 783 bytes} [Fri Mar 6 21:28:13 2026] PUT /v2.0/routers/90265c97-31ed-411c-97cf-706d98e895fc/add_router_interface => generated 309 bytes in 978 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/612] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:14 2026] DELETE /v2.0/security-groups/a8ca1fe9-393e-4421-a5b4-47b2b6767efc => 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: 308/613] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:14 2026] POST /v2.0/subnets => generated 692 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/614] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:14 2026] GET /v2.0/security-groups?tenant_id=5e610c0e0cde471dafec147915c5a544&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:14.795 7 INFO neutron.db.segments_db [None req-dd8f69a2-b8cb-462e-80af-0f104dd57948 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 081d5ce8-409e-485a-9f10-798dbfb7f48a of type vxlan for network 315d52f9-3107-4380-b559-7c7452a9e384 2026-03-06 21:28:15.076 7 INFO neutron.db.l3_hamode_db [None req-dd8f69a2-b8cb-462e-80af-0f104dd57948 6b94713896564ff7be8a46d0bc63d74e d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 306/615] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:28:14 2026] PUT /v2.0/routers/882e26e3-d2e7-4cd1-97a3-cf40a743c421/add_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/616] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:15 2026] DELETE /v2.0/security-groups/508b7f72-21f5-479f-8523-4586a03913be => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/617] 10.0.0.215 () {34 vars in 685 bytes} [Fri Mar 6 21:28:15 2026] POST /v2.0/security-groups => generated 1659 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 21:28:15.923 7 INFO neutron.db.l3_hamode_db [None req-dd8f69a2-b8cb-462e-80af-0f104dd57948 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 309/618] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:28:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/619] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:28:15 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/620] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:28:16 2026] POST /v2.0/floatingips => generated 552 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/621] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:14 2026] POST /v2.0/routers => generated 732 bytes in 2096 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 312/622] 10.0.0.56 () {38 vars in 970 bytes} [Fri Mar 6 21:28:16 2026] POST /v2.0/security-groups => generated 1685 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/623] 10.0.0.56 () {34 vars in 1097 bytes} [Fri Mar 6 21:28:17 2026] GET /v2.0/security-groups?name=tempest-securitygroup--507974989&fields=id&tenant_id=f1fc082e0d384ddbae8120a51edd01b8 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/624] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:28:17 2026] GET /v2.0/networks?id=3d0db1ac-b78c-49a0-9062-3f7e99d40caa => generated 675 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/625] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:28:17 2026] GET /v2.0/quotas/f1fc082e0d384ddbae8120a51edd01b8 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/626] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:28:17 2026] GET /v2.0/ports?tenant_id=f1fc082e0d384ddbae8120a51edd01b8&fields=id => generated 103 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/627] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:17 2026] GET /v2.0/security-groups/6702c6ed-7438-4d34-a81b-8e87a703a775 => generated 1685 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/628] 10.0.0.56 () {34 vars in 906 bytes} [Fri Mar 6 21:28:17 2026] GET /v2.0/extensions => generated 21537 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/629] 10.0.0.56 () {38 vars in 980 bytes} [Fri Mar 6 21:28:17 2026] POST /v2.0/security-group-rules => generated 614 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/630] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:28:17 2026] GET /v2.0/networks/3d0db1ac-b78c-49a0-9062-3f7e99d40caa?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: 321/631] 10.0.0.56 () {38 vars in 970 bytes} [Fri Mar 6 21:28:17 2026] POST /v2.0/security-groups => generated 1684 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/632] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:28:17 2026] GET /v2.0/networks/3d0db1ac-b78c-49a0-9062-3f7e99d40caa?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: 323/633] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:17 2026] GET /v2.0/security-groups/93fbf045-9b26-4ecf-b645-6a5e853b79d0 => generated 1684 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/634] 10.0.0.56 () {38 vars in 980 bytes} [Fri Mar 6 21:28:18 2026] POST /v2.0/security-group-rules => generated 614 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/635] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:18 2026] GET /v2.0/security-groups/93fbf045-9b26-4ecf-b645-6a5e853b79d0 => generated 2309 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/636] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:18 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/637] 10.0.0.56 () {38 vars in 980 bytes} [Fri Mar 6 21:28:18 2026] POST /v2.0/security-group-rules => generated 619 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/638] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:18 2026] GET /v2.0/security-groups/93fbf045-9b26-4ecf-b645-6a5e853b79d0 => generated 2939 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/639] 10.0.0.56 () {34 vars in 1000 bytes} [Fri Mar 6 21:28:18 2026] GET /v2.0/security-group-rules/31e73056-9721-493d-9584-f9a5583a2cb8 => generated 616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/640] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:18 2026] GET /v2.0/security-groups/93fbf045-9b26-4ecf-b645-6a5e853b79d0 => generated 2939 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/641] 10.0.0.56 () {36 vars in 1022 bytes} [Fri Mar 6 21:28:18 2026] DELETE /v2.0/security-group-rules/31e73056-9721-493d-9584-f9a5583a2cb8 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/642] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:28:16 2026] PUT /v2.0/routers/6b0bd50d-25c7-4f19-b38e-d9efb43d6973/add_router_interface => generated 309 bytes in 1739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/643] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:18 2026] GET /v2.0/security-groups/93fbf045-9b26-4ecf-b645-6a5e853b79d0 => generated 2309 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/644] 10.0.0.56 () {36 vars in 1012 bytes} [Fri Mar 6 21:28:18 2026] DELETE /v2.0/security-groups/93fbf045-9b26-4ecf-b645-6a5e853b79d0 => 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: 333/645] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:18 2026] GET /v2.0/security-groups/6702c6ed-7438-4d34-a81b-8e87a703a775 => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/646] 10.0.0.56 () {36 vars in 1012 bytes} [Fri Mar 6 21:28:18 2026] DELETE /v2.0/security-groups/6702c6ed-7438-4d34-a81b-8e87a703a775 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:19.174 7 WARNING keystonemiddleware.audit [req-2c0e8c9d-7988-40de-901f-93aabd18c772 req-29cb8a28-32e0-4070-aae9-2ed9481d9dda 90b5b26ea4ae4aa98850529e72c8eb43 6e16a67cfb454bb9960f367eb01e06be - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 314/647] 10.0.0.56 () {38 vars in 970 bytes} [Fri Mar 6 21:28:19 2026] POST /v2.0/security-groups => generated 1682 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/648] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:19 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:28:19.352 7 WARNING keystonemiddleware.audit [req-38096c7a-d270-4235-ad10-c6af17f38ccc req-5ed4e3f0-4b2f-41d2-bae8-b567110d3d36 e9e3781dcf244f6596eead35ff0400f9 f1fc082e0d384ddbae8120a51edd01b8 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. 2026-03-06 21:28:19.394 8 INFO neutron_taas.services.taas.taas_plugin [None req-077e0657-1cb6-4706-835b-78e65381d966 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: b70cba11-48e7-4264-baa7-95704f5a74ab 2026-03-06 21:28:19.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-077e0657-1cb6-4706-835b-78e65381d966 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: b70cba11-48e7-4264-baa7-95704f5a74ab [pid: 7|app: 0|req: 316/649] 10.0.0.56 () {38 vars in 970 bytes} [Fri Mar 6 21:28:19 2026] POST /v2.0/security-groups => generated 1681 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 21:28:19.509 7 WARNING keystonemiddleware.audit [req-cb545955-64f3-4261-a476-5bee548a3cb6 req-2ca7b3e6-4ca4-423d-9899-56901f9f9caa 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 317/650] 10.0.0.56 () {38 vars in 970 bytes} [Fri Mar 6 21:28:19 2026] POST /v2.0/security-groups => generated 1680 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 21:28:19.672 7 WARNING keystonemiddleware.audit [req-0429c0a4-57b0-4458-b869-1d4f54c26300 req-d5015031-bdfa-48be-899a-32e4f046d2a4 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 318/651] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:28:19 2026] GET /v2.0/security-groups?tenant_id=d9ef1c00df3d42a394f451ebf8a199d7 => generated 7906 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:19.738 7 WARNING keystonemiddleware.audit [req-d480505f-fe35-4608-8333-0220d070eef9 req-19bbb00f-603c-45ed-b6e7-52ef439ba006 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 319/652] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:19 2026] GET /v2.0/security-groups/2f433bce-6bc9-49f2-8a5f-a2663caedb81 => generated 2920 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:19.777 7 WARNING keystonemiddleware.audit [req-d480505f-fe35-4608-8333-0220d070eef9 req-f5c285c5-1c26-4e56-8d1c-609c3d9cc5da 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 320/653] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:19 2026] GET /v2.0/security-groups/2f433bce-6bc9-49f2-8a5f-a2663caedb81 => generated 2920 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:19.838 7 WARNING keystonemiddleware.audit [req-d480505f-fe35-4608-8333-0220d070eef9 req-a0742219-c873-4dd1-8b8b-fbba9815695b 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 321/654] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:19 2026] GET /v2.0/security-groups/0391eb10-bcbc-4fdd-9269-3bbb80fb922b => generated 1682 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:19.882 7 WARNING keystonemiddleware.audit [req-3de9253e-c849-4ba2-82c1-4dbfdae7bf39 req-c102daef-6498-4b70-96de-634035726da2 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 322/655] 10.0.0.56 () {36 vars in 1012 bytes} [Fri Mar 6 21:28:19 2026] DELETE /v2.0/security-groups/0391eb10-bcbc-4fdd-9269-3bbb80fb922b => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:19.992 7 WARNING keystonemiddleware.audit [req-3de9253e-c849-4ba2-82c1-4dbfdae7bf39 req-d1c18f97-aef8-40fe-a501-06cd74995b6b 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. 2026-03-06 21:28:20.003 7 INFO neutron.api.v2.resource [req-ee09494d-4686-4ccf-984c-c9dbf041f618 req-b89a5329-b113-42d1-9cb1-49a881af2a56 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 323/656] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:19 2026] GET /v2.0/security-groups/0391eb10-bcbc-4fdd-9269-3bbb80fb922b => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:28:20.029 7 WARNING keystonemiddleware.audit [req-ee09494d-4686-4ccf-984c-c9dbf041f618 req-b89a5329-b113-42d1-9cb1-49a881af2a56 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 8|app: 0|req: 334/657] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:28:18 2026] PUT /v2.0/routers/882e26e3-d2e7-4cd1-97a3-cf40a743c421/remove_router_interface => generated 309 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/658] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/security-groups/3975513d-0e72-408a-9307-5f2095d43494 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:20.077 7 WARNING keystonemiddleware.audit [req-6ee29523-ff5f-4e88-a2be-67e6d38aeefe req-1bb6aa86-6f1b-4ba3-8cab-25e01ab44747 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 325/659] 10.0.0.56 () {36 vars in 1012 bytes} [Fri Mar 6 21:28:20 2026] DELETE /v2.0/security-groups/3975513d-0e72-408a-9307-5f2095d43494 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:20.229 7 WARNING keystonemiddleware.audit [req-6ee29523-ff5f-4e88-a2be-67e6d38aeefe req-e46e3561-a9ae-4110-bb2d-c823bee1dbd8 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. 2026-03-06 21:28:20.240 7 INFO neutron.api.v2.resource [req-496599b8-4bb7-4441-aaab-2675ad993b75 req-de1e3d24-3cad-467b-a3dc-8bdfe88bd4ef 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 326/660] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/security-groups/3975513d-0e72-408a-9307-5f2095d43494 => generated 146 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:28:20.257 8 INFO neutron_taas.services.taas.taas_plugin [None req-87e043b2-ffd2-4f95-bdcf-21dc8df7a465 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: c86bd250-d045-44b6-a416-207b7815fa9f 2026-03-06 21:28:20.260 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87e043b2-ffd2-4f95-bdcf-21dc8df7a465 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: c86bd250-d045-44b6-a416-207b7815fa9f 2026-03-06 21:28:20.264 7 WARNING keystonemiddleware.audit [req-496599b8-4bb7-4441-aaab-2675ad993b75 req-de1e3d24-3cad-467b-a3dc-8bdfe88bd4ef 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 327/661] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/security-groups/9be72148-4aea-4a3d-90ca-3bf0023d568f => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:20.300 7 WARNING keystonemiddleware.audit [req-95144191-048a-4519-906e-819d1a93c037 req-b67a14c7-f2ad-4406-94af-4a179b4e6368 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 328/662] 10.0.0.56 () {36 vars in 1012 bytes} [Fri Mar 6 21:28:20 2026] DELETE /v2.0/security-groups/9be72148-4aea-4a3d-90ca-3bf0023d568f => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:20.413 7 WARNING keystonemiddleware.audit [req-95144191-048a-4519-906e-819d1a93c037 req-92b01895-7c3e-4f39-9375-a5835e43d279 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. 2026-03-06 21:28:20.429 7 INFO neutron.api.v2.resource [req-17512128-90a3-4e06-8704-1e3c9a287219 req-318af5cb-8b27-4110-b699-bdfdfc0686eb 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 329/663] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/security-groups/9be72148-4aea-4a3d-90ca-3bf0023d568f => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:28:20.454 7 WARNING keystonemiddleware.audit [req-17512128-90a3-4e06-8704-1e3c9a287219 req-318af5cb-8b27-4110-b699-bdfdfc0686eb 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 330/664] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/security-groups?tenant_id=d9ef1c00df3d42a394f451ebf8a199d7 => generated 2923 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/665] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:28:20.511 7 WARNING keystonemiddleware.audit [req-47c87e71-1f53-4ba5-bedc-c7fe80591456 req-f6405e31-cd85-43f8-bc49-1848f2be650e e9e3781dcf244f6596eead35ff0400f9 f1fc082e0d384ddbae8120a51edd01b8 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 332/666] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/security-groups/2f433bce-6bc9-49f2-8a5f-a2663caedb81 => generated 2920 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:20.551 8 INFO neutron_taas.services.taas.taas_plugin [None req-87e043b2-ffd2-4f95-bdcf-21dc8df7a465 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: ac43f708-1ba9-444e-ba8e-d59e02544b83 2026-03-06 21:28:20.557 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87e043b2-ffd2-4f95-bdcf-21dc8df7a465 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: ac43f708-1ba9-444e-ba8e-d59e02544b83 2026-03-06 21:28:20.635 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-87e043b2-ffd2-4f95-bdcf-21dc8df7a465 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 333/667] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/security-groups?tenant_id=c353db4ca54b451697e9e92a5b6b216b&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 21:28:20.835 7 WARNING keystonemiddleware.audit [None req-989c1464-fc17-4d4f-aeff-3babecca40ba 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. [pid: 7|app: 0|req: 334/668] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/security-groups/2f433bce-6bc9-49f2-8a5f-a2663caedb81 => generated 2920 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/669] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:20 2026] DELETE /v2.0/security-groups/4e36f83a-39ee-4f35-a114-035cf4ad7f14 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:20.957 7 WARNING keystonemiddleware.audit [None req-76b8e1f7-05b9-4763-8196-75038f286ec7 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. 2026-03-06 21:28:20.964 7 INFO neutron.api.v2.resource [req-3e6830ba-44d2-445d-8ef1-ddb98ea2bf16 req-4a007452-6544-4be5-99ef-8213e0aba2e8 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 336/670] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/security-groups/9be72148-4aea-4a3d-90ca-3bf0023d568f => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:28:20.993 7 WARNING keystonemiddleware.audit [req-3e6830ba-44d2-445d-8ef1-ddb98ea2bf16 req-4a007452-6544-4be5-99ef-8213e0aba2e8 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. 2026-03-06 21:28:21.007 7 INFO neutron.api.v2.resource [req-1126180d-0346-44db-837f-71b1befc1e47 req-5131cf32-21d7-4855-b057-238b9c4aeffe 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 337/671] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:20 2026] GET /v2.0/security-groups/3975513d-0e72-408a-9307-5f2095d43494 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:28:21.030 7 WARNING keystonemiddleware.audit [req-1126180d-0346-44db-837f-71b1befc1e47 req-5131cf32-21d7-4855-b057-238b9c4aeffe 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] Skipping service tempest-service-1685353671 as it have no endpoints. 2026-03-06 21:28:21.039 8 INFO neutron.db.l3_hamode_db [None req-87e043b2-ffd2-4f95-bdcf-21dc8df7a465 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network 9aba8981-93e2-4beb-895d-b6aafcb6b14b was deleted as no HA routers are present in tenant 6e16a67cfb454bb9960f367eb01e06be. [pid: 8|app: 0|req: 335/672] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:28:20 2026] DELETE /v2.0/routers/882e26e3-d2e7-4cd1-97a3-cf40a743c421 => generated 0 bytes in 1000 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:21.048 7 INFO neutron.api.v2.resource [req-b471ab2e-5140-4026-baf3-6de14d56ce9f req-9dc950d0-9077-4be7-90cb-c1abb8828415 208359b958af45438c938e5a472266b1 d9ef1c00df3d42a394f451ebf8a199d7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 338/673] 10.0.0.56 () {34 vars in 990 bytes} [Fri Mar 6 21:28:21 2026] GET /v2.0/security-groups/0391eb10-bcbc-4fdd-9269-3bbb80fb922b => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/674] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:28:21 2026] DELETE /v2.0/subnets/403c90ae-6767-4794-baa9-e61167a707c7 => 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: 337/675] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:21 2026] GET /v2.0/security-groups?tenant_id=327f38b3760c4ed9bab6ad03e849b679&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: 338/676] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:28:21 2026] DELETE /v2.0/networks/b85bca10-a811-4bae-8c43-1f449bca412c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:28:21.484 8 INFO neutron.services.segments.plugin [-] Segment 8eee01a1-63f9-4e2a-8fec-94442891c383 resource provider aggregate not found 2026-03-06 21:28:21.498 8 INFO neutron.services.segments.plugin [-] Segment 8eee01a1-63f9-4e2a-8fec-94442891c383 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8eee01a1-63f9-4e2a-8fec-94442891c383 found for delete ", "request_id": "req-6b91dabb-e0ff-46d2-9bec-fa7d181466ff"}]} 2026-03-06 21:28:21.518 8 INFO neutron.services.segments.plugin [-] Segment 8eee01a1-63f9-4e2a-8fec-94442891c383 resource provider aggregate not found 2026-03-06 21:28:21.543 8 INFO neutron.services.segments.plugin [-] Segment 8eee01a1-63f9-4e2a-8fec-94442891c383 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8eee01a1-63f9-4e2a-8fec-94442891c383 found for delete ", "request_id": "req-a202bc9b-cce1-47a2-bcbb-7363050be477"}]} [pid: 8|app: 0|req: 339/677] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:21 2026] DELETE /v2.0/security-groups/a9eb0ef1-c78c-47fa-b8a2-d878bd4e9b5b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:21.569 7 INFO neutron_taas.services.taas.taas_plugin [None req-176d6a4e-d8c2-4b77-b537-91a0b715876d 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: b5ea2a4b-859f-4f56-808f-31b28951f27f 2026-03-06 21:28:21.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-176d6a4e-d8c2-4b77-b537-91a0b715876d 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: b5ea2a4b-859f-4f56-808f-31b28951f27f [pid: 8|app: 0|req: 340/678] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:21 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => 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: 341/679] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:21 2026] GET /v2.0/security-groups?tenant_id=6e16a67cfb454bb9960f367eb01e06be&name=default => generated 2921 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/680] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:21 2026] DELETE /v2.0/security-groups/42ed0da9-cd28-4231-9530-c6b3417f897f => 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: 339/683] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:28:21 2026] PUT /v2.0/routers/6b0bd50d-25c7-4f19-b38e-d9efb43d6973/remove_router_interface => generated 309 bytes in 1162 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:22.424 8 INFO neutron_taas.services.taas.taas_plugin [None req-111edb95-1600-4a6b-9512-9abf17533633 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 55aa6388-76c2-4a90-8ee3-9ad5764ca954 2026-03-06 21:28:22.428 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-111edb95-1600-4a6b-9512-9abf17533633 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 55aa6388-76c2-4a90-8ee3-9ad5764ca954 2026-03-06 21:28:22.710 8 INFO neutron_taas.services.taas.taas_plugin [None req-111edb95-1600-4a6b-9512-9abf17533633 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 568bd077-244f-4add-aa0b-a289a36483e7 [pid: 7|app: 0|req: 340/684] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:22 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:28:22.713 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-111edb95-1600-4a6b-9512-9abf17533633 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 568bd077-244f-4add-aa0b-a289a36483e7 2026-03-06 21:28:23.088 8 INFO neutron.db.l3_hamode_db [None req-111edb95-1600-4a6b-9512-9abf17533633 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network 315d52f9-3107-4380-b559-7c7452a9e384 was deleted as no HA routers are present in tenant d9ef1c00df3d42a394f451ebf8a199d7. [pid: 8|app: 0|req: 345/685] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:28:22 2026] DELETE /v2.0/routers/6b0bd50d-25c7-4f19-b38e-d9efb43d6973 => generated 0 bytes in 869 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/686] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:28:23 2026] DELETE /v2.0/subnets/ec54e830-0b1b-4efb-ac23-971efd26e4c0 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:28:23.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-22975a70-1381-4c73-ae17-c1a41965a528 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: f5f3de8f-c6a4-46b1-9baf-0b6f12b27849 2026-03-06 21:28:23.376 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22975a70-1381-4c73-ae17-c1a41965a528 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: f5f3de8f-c6a4-46b1-9baf-0b6f12b27849 2026-03-06 21:28:23.528 8 INFO neutron.services.segments.plugin [-] Segment 05293acf-b764-48f7-9ffc-83e83b4d59e8 resource provider aggregate not found 2026-03-06 21:28:23.554 8 INFO neutron.services.segments.plugin [-] Segment 05293acf-b764-48f7-9ffc-83e83b4d59e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05293acf-b764-48f7-9ffc-83e83b4d59e8 found for delete ", "request_id": "req-be6fa4ce-c439-4273-b15f-04bb2375b1b9"}]} 2026-03-06 21:28:23.581 8 INFO neutron.services.segments.plugin [-] Segment 05293acf-b764-48f7-9ffc-83e83b4d59e8 resource provider aggregate not found 2026-03-06 21:28:23.582 8 INFO neutron.services.segments.plugin [-] Segment 081d5ce8-409e-485a-9f10-798dbfb7f48a resource provider aggregate not found 2026-03-06 21:28:23.614 8 INFO neutron.services.segments.plugin [-] Segment 05293acf-b764-48f7-9ffc-83e83b4d59e8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05293acf-b764-48f7-9ffc-83e83b4d59e8 found for delete ", "request_id": "req-f4e8bcbd-0d2b-4fb3-a58a-40fc5cc4894e"}]} 2026-03-06 21:28:23.628 8 INFO neutron.services.segments.plugin [-] Segment 081d5ce8-409e-485a-9f10-798dbfb7f48a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 081d5ce8-409e-485a-9f10-798dbfb7f48a found for delete ", "request_id": "req-f7a497b7-5b79-4766-af4f-5ba6a36179f9"}]} 2026-03-06 21:28:23.640 8 INFO neutron.services.segments.plugin [-] Segment 081d5ce8-409e-485a-9f10-798dbfb7f48a resource provider aggregate not found [pid: 8|app: 0|req: 346/687] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:28:23 2026] DELETE /v2.0/networks/b8b45ab9-7101-4b50-b27c-02a1859cd3d1 => generated 0 bytes in 372 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/688] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:28:23 2026] GET /v2.0/networks?id=3d0db1ac-b78c-49a0-9062-3f7e99d40caa => generated 675 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:23.658 8 INFO neutron.services.segments.plugin [-] Segment 081d5ce8-409e-485a-9f10-798dbfb7f48a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 081d5ce8-409e-485a-9f10-798dbfb7f48a found for delete ", "request_id": "req-fac31d04-284f-48b8-b0b7-326e385ebdfd"}]} [pid: 8|app: 0|req: 347/689] 162.253.55.49 () {34 vars in 910 bytes} [Fri Mar 6 21:28:23 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: 348/690] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:28:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f1fc082e0d384ddbae8120a51edd01b8 => generated 180 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:23.957 7 INFO neutron.db.segments_db [None req-bac81b66-1e42-47e6-bb80-8b028926caeb 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment ffccb1d8-4e8d-4b64-a2e2-05095d46aaf9 of type vxlan for network ed390b74-a683-4732-8edd-b652c6049d6a [pid: 7|app: 0|req: 343/691] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:28:23 2026] POST /v2.0/networks => generated 729 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/692] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:24 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 961 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/693] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:24 2026] GET /v2.0/security-groups?tenant_id=d9ef1c00df3d42a394f451ebf8a199d7&name=default => generated 2923 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/694] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:28:23 2026] POST /v2.0/ports => generated 958 bytes in 464 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: 350/695] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:24 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/696] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:24 2026] POST /v2.0/subnets => generated 695 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/697] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:24 2026] DELETE /v2.0/security-groups/2f433bce-6bc9-49f2-8a5f-a2663caedb81 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:24.404 7 INFO neutron.db.segments_db [None req-771ffe47-68f9-449b-be9c-8240abe1fce0 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment faafad69-291f-4aab-a4f1-d4f6120d759f of type vxlan for network 98a9e89d-8650-4174-b118-0b266fa82333 2026-03-06 21:28:24.658 7 INFO neutron.db.l3_hamode_db [None req-771ffe47-68f9-449b-be9c-8240abe1fce0 6b94713896564ff7be8a46d0bc63d74e 31985dde6af94782946edd3aba748acc - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 352/698] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:28:24 2026] PUT /v2.0/ports/e7baed41-f6f8-454c-8363-26dfd945ebb1 => generated 1239 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 353/699] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:25 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/700] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:25 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&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 21:28:25.531 7 INFO neutron.db.l3_hamode_db [None req-771ffe47-68f9-449b-be9c-8240abe1fce0 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:28:25.648 8 INFO neutron.services.segments.plugin [-] Segment fbcab78f-6ab9-46b6-8814-903bd82ae25f resource provider aggregate not found 2026-03-06 21:28:25.670 8 INFO neutron.services.segments.plugin [-] Segment fbcab78f-6ab9-46b6-8814-903bd82ae25f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbcab78f-6ab9-46b6-8814-903bd82ae25f found for delete ", "request_id": "req-52c6f03a-3078-4d81-b13f-b35e8833c3b5"}]} 2026-03-06 21:28:25.676 8 INFO neutron.services.segments.plugin [-] Segment fbcab78f-6ab9-46b6-8814-903bd82ae25f resource provider aggregate not found 2026-03-06 21:28:25.702 8 INFO neutron.services.segments.plugin [-] Segment fbcab78f-6ab9-46b6-8814-903bd82ae25f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbcab78f-6ab9-46b6-8814-903bd82ae25f found for delete ", "request_id": "req-f8d49508-15e7-4322-8a69-98507bc5b52f"}]} 2026-03-06 21:28:25.820 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdb7f190-a9c0-4532-83f9-4946e838b613'] response: {'name': 'network-changed', 'server_uuid': 'ab36280b-e716-44ba-a534-75fa7d8679c0', 'tag': 'e7baed41-f6f8-454c-8363-26dfd945ebb1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 355/701] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:28:26 2026] GET /v2.0/ports?tenant_id=f1fc082e0d384ddbae8120a51edd01b8&device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 1242 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/702] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:28:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e7baed41-f6f8-454c-8363-26dfd945ebb1 => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/703] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:28:26 2026] GET /v2.0/subnets?id=1c5c43a1-04bf-4376-ab22-96bea491c0e1 => generated 693 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/704] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:28:26 2026] GET /v2.0/ports?network_id=3d0db1ac-b78c-49a0-9062-3f7e99d40caa&device_owner=network%3Adhcp => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/705] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:28:26 2026] GET /v2.0/networks/3d0db1ac-b78c-49a0-9062-3f7e99d40caa?fields=segments => 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: 347/706] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:24 2026] POST /v2.0/routers => generated 735 bytes in 2005 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/707] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:28:26 2026] GET /v2.0/networks/3d0db1ac-b78c-49a0-9062-3f7e99d40caa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:28:26.732 8 INFO neutron.db.segments_db [None req-f26d12ba-8d8c-4981-86b1-e19aed4be5a3 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment d565515e-893f-4e1e-a0fb-6ef9f02524f0 of type vxlan for network df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a [pid: 8|app: 0|req: 361/708] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:28:26 2026] POST /v2.0/networks => generated 733 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/709] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:26 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 973 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/710] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:28:26 2026] PUT /v2.0/routers/cd8ccbf1-d73b-4024-8e41-b186aaf8b2b0/add_router_interface => generated 309 bytes in 960 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/711] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:27 2026] POST /v2.0/subnets => generated 699 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/712] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:27 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:27.399 8 INFO neutron.db.segments_db [None req-75f5cf1f-c9a2-4585-9e77-58ee1c669bb4 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 20b1a75e-14ad-4764-bf75-081a590df4b6 of type vxlan for network b627fd25-9631-4ac8-84d7-82cc34898125 [pid: 7|app: 0|req: 350/713] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:28:27 2026] GET /v2.0/ports?tenant_id=f1fc082e0d384ddbae8120a51edd01b8&device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 1242 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/714] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:28:27 2026] GET /v2.0/networks?id=3d0db1ac-b78c-49a0-9062-3f7e99d40caa => generated 771 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/715] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:28:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e7baed41-f6f8-454c-8363-26dfd945ebb1 => 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: 353/716] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:28:27 2026] GET /v2.0/subnets?id=1c5c43a1-04bf-4376-ab22-96bea491c0e1 => generated 693 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/717] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:28:27 2026] GET /v2.0/ports?network_id=3d0db1ac-b78c-49a0-9062-3f7e99d40caa&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: 355/718] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:28:27 2026] GET /v2.0/networks/3d0db1ac-b78c-49a0-9062-3f7e99d40caa?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 21:28:27.684 8 INFO neutron.db.l3_hamode_db [None req-75f5cf1f-c9a2-4585-9e77-58ee1c669bb4 6b94713896564ff7be8a46d0bc63d74e 2269fb897e03484995d4061c87738049 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 356/719] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:28:27 2026] GET /v2.0/networks/3d0db1ac-b78c-49a0-9062-3f7e99d40caa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/720] 10.0.0.215 () {34 vars in 685 bytes} [Fri Mar 6 21:28:27 2026] POST /v2.0/security-groups => generated 1661 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/721] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:28:28 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) [pid: 7|app: 0|req: 359/722] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:28:28 2026] POST /v2.0/security-group-rules => generated 602 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:28:28.461 8 INFO neutron.db.l3_hamode_db [None req-75f5cf1f-c9a2-4585-9e77-58ee1c669bb4 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 360/723] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:28:28 2026] POST /v2.0/floatingips => generated 552 bytes in 703 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/724] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:28 2026] GET /v2.0/security-groups?tenant_id=762623691c9b4fb8812aecb5bf681e7b&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/725] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:29 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 973 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/726] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:29 2026] DELETE /v2.0/security-groups/fe106419-0727-4e41-acb7-d3d2676d4c93 => generated 0 bytes in 488 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/727] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:27 2026] POST /v2.0/routers => generated 739 bytes in 2446 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/728] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:29 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&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: 7|app: 0|req: 365/729] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:29 2026] GET /v2.0/security-groups?tenant_id=8005ba2f2ac44e39a6b776471071cabc&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/730] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:30 2026] DELETE /v2.0/security-groups/a9ab4f8d-f1c9-4102-a264-51d23414527d => 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: 367/731] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:30 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/732] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:30 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/733] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:28:29 2026] PUT /v2.0/routers/03e5bcbc-6b20-44cc-8b48-233ae73d9542/add_router_interface => generated 309 bytes in 1283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 369/734] 10.0.0.215 () {34 vars in 685 bytes} [Fri Mar 6 21:28:31 2026] POST /v2.0/security-groups => generated 1660 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/735] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:32 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/736] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:28:31 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/737] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:32 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/738] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:28:32 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/739] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:28:32 2026] POST /v2.0/floatingips => generated 552 bytes in 578 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/740] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:32 2026] GET /v2.0/security-groups?tenant_id=a2bfee03787d45a6a3582e60573b3ff9&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: 369/741] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:33 2026] DELETE /v2.0/security-groups/65f090b6-9e7b-4059-bda5-bf1c7281cd04 => 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: 373/742] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:33 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 973 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/743] 10.0.0.56 () {34 vars in 1099 bytes} [Fri Mar 6 21:28:33 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1501685910&fields=id&tenant_id=2269fb897e03484995d4061c87738049 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/744] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:33 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/745] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:28:33 2026] GET /v2.0/networks?id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/746] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:28:33 2026] GET /v2.0/quotas/2269fb897e03484995d4061c87738049 => 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: 372/747] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:28:33 2026] GET /v2.0/ports?tenant_id=2269fb897e03484995d4061c87738049&fields=id => generated 57 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/748] 10.0.0.56 () {34 vars in 906 bytes} [Fri Mar 6 21:28:33 2026] GET /v2.0/extensions => generated 21537 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/749] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:28:33 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?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: 377/750] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:28:33 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?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: 374/751] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:34 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 375/752] 10.0.0.56 () {34 vars in 1099 bytes} [Fri Mar 6 21:28:34 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1431481097&fields=id&tenant_id=31985dde6af94782946edd3aba748acc => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/753] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:34 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/754] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:28:34 2026] GET /v2.0/networks?id=ed390b74-a683-4732-8edd-b652c6049d6a => generated 680 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/755] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:34 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&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: 377/756] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:28:34 2026] GET /v2.0/quotas/31985dde6af94782946edd3aba748acc => 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: 380/757] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:28:34 2026] GET /v2.0/ports?tenant_id=31985dde6af94782946edd3aba748acc&fields=id => generated 103 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/758] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:28:34 2026] GET /v2.0/networks/ed390b74-a683-4732-8edd-b652c6049d6a?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: 381/759] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:28:34 2026] GET /v2.0/networks/ed390b74-a683-4732-8edd-b652c6049d6a?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: 382/760] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:35 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => 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: 383/761] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:35 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:28:35.321 8 INFO neutron.db.segments_db [None req-97a02d0c-0472-4c95-8334-807881fa7092 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Added segment 753b81e0-84cf-4dee-bf8f-17bc8ff52aa7 of type vxlan for network 55c08167-e518-4733-bdae-e7d40093f713 [pid: 8|app: 0|req: 379/762] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:28:34 2026] POST /v2.0/networks => generated 630 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/763] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:35 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 975 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/764] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:35 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/765] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:35 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 21:28:35.797 8 INFO neutron.db.segments_db [None req-e58d4e01-27e5-44b9-924c-f4ffaa3f29c9 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Added segment b4c36f2f-eef5-4748-8140-eca7400db535 of type vxlan for network 923f5cd6-ed24-404e-9355-3d2f0391f497 [pid: 7|app: 0|req: 385/766] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:35 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:36.144 8 INFO neutron.db.l3_hamode_db [None req-e58d4e01-27e5-44b9-924c-f4ffaa3f29c9 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:28:36.356 7 INFO neutron.db.l3_db [None req-77dda2fa-fb38-4d65-8061-63bc01b006be e9e3781dcf244f6596eead35ff0400f9 f1fc082e0d384ddbae8120a51edd01b8 - - default default] Floating IP 49be0d63-05c4-4453-ad53-71fc06cf7406 associated. External IP: 10.96.250.211, port: e7baed41-f6f8-454c-8363-26dfd945ebb1. [pid: 7|app: 0|req: 386/767] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:28:35 2026] PUT /v2.0/floatingips/49be0d63-05c4-4453-ad53-71fc06cf7406 => generated 856 bytes in 843 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/768] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:36 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => 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: 388/769] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:36 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/770] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:36 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 390/771] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:36 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&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 21:28:36.915 8 INFO neutron.db.l3_hamode_db [None req-e58d4e01-27e5-44b9-924c-f4ffaa3f29c9 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:28:37.181 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89dac046-0b1d-443c-9653-039b611037b4'] response: {'name': 'network-changed', 'server_uuid': 'ab36280b-e716-44ba-a534-75fa7d8679c0', 'tag': 'e7baed41-f6f8-454c-8363-26dfd945ebb1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 393/774] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => 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: 394/775] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/776] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/ports?tenant_id=f1fc082e0d384ddbae8120a51edd01b8&device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/777] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:35 2026] POST /v2.0/routers => generated 694 bytes in 2040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/778] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/networks?id=3d0db1ac-b78c-49a0-9062-3f7e99d40caa => generated 771 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/779] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=e7baed41-f6f8-454c-8363-26dfd945ebb1 => generated 859 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/780] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => 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: 399/781] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 400/782] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/subnets?id=1c5c43a1-04bf-4376-ab22-96bea491c0e1 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/783] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/ports?network_id=3d0db1ac-b78c-49a0-9062-3f7e99d40caa&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: 402/784] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/networks/3d0db1ac-b78c-49a0-9062-3f7e99d40caa?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: 403/785] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:28:37 2026] GET /v2.0/networks/3d0db1ac-b78c-49a0-9062-3f7e99d40caa?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/786] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:38 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/787] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:38 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/788] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:28:38 2026] GET /v2.0/networks?id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a => generated 684 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/789] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:28:38 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=2269fb897e03484995d4061c87738049 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/790] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:28:38 2026] POST /v2.0/ports => generated 954 bytes in 395 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: 409/791] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:39 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => 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: 383/792] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:28:37 2026] PUT /v2.0/routers/4d321159-2dc2-442e-8cc1-b44d2befd7e4/add_router_interface => generated 309 bytes in 1275 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/793] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:39 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 957 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/794] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:28:39 2026] PUT /v2.0/ports/0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 1235 bytes in 345 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: 385/795] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:39 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:39.451 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-261fb141-7802-4589-ac47-f068054e0290'] response: {'name': 'network-changed', 'server_uuid': 'bbfacc6c-8307-4c6a-8e2c-05bbb45beffe', 'tag': '0a64ff39-4c1a-45b2-a687-fd4e730e5b2f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 411/796] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:28:39 2026] POST /v2.0/ports => generated 954 bytes in 410 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: 412/797] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:39 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/798] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:39 2026] GET /v2.0/security-groups?id=7089fa06-ab50-4d9b-bed4-dc78f3772160&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: 414/799] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:28:39 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:39.790 7 INFO neutron_taas.services.taas.taas_plugin [req-d06ffbd6-fa28-4ae6-8ac0-f39f52f9ccf5 req-462384c6-d9c2-416e-adad-82722f2b6ac6 e9e3781dcf244f6596eead35ff0400f9 f1fc082e0d384ddbae8120a51edd01b8 - - default default] TaaS: Handle Delete Port: e7baed41-f6f8-454c-8363-26dfd945ebb1 2026-03-06 21:28:39.797 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d06ffbd6-fa28-4ae6-8ac0-f39f52f9ccf5 req-462384c6-d9c2-416e-adad-82722f2b6ac6 e9e3781dcf244f6596eead35ff0400f9 f1fc082e0d384ddbae8120a51edd01b8 - - default default] Tap Mirror: Handle Delete Port: e7baed41-f6f8-454c-8363-26dfd945ebb1 [pid: 8|app: 0|req: 386/800] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:28:39 2026] POST /v2.0/ports => generated 958 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, ' 2026-03-06 21:28:39.967 7 INFO neutron.db.l3_db [req-d06ffbd6-fa28-4ae6-8ac0-f39f52f9ccf5 req-462384c6-d9c2-416e-adad-82722f2b6ac6 e9e3781dcf244f6596eead35ff0400f9 f1fc082e0d384ddbae8120a51edd01b8 - - default default] Floating IP 49be0d63-05c4-4453-ad53-71fc06cf7406 disassociated. External IP: 10.96.250.211, port: e7baed41-f6f8-454c-8363-26dfd945ebb1. [pid: 7|app: 0|req: 415/801] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:28:39 2026] DELETE /v2.0/ports/e7baed41-f6f8-454c-8363-26dfd945ebb1 => generated 0 bytes in 734 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/802] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:28:40 2026] GET /v2.0/ports?tenant_id=2269fb897e03484995d4061c87738049&device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:40.429 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-22003440-041a-4f29-870b-ceab14826e6f'] response: {'server_uuid': 'ab36280b-e716-44ba-a534-75fa7d8679c0', 'name': 'network-vif-deleted', 'tag': 'e7baed41-f6f8-454c-8363-26dfd945ebb1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 417/803] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:40 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => 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: 418/804] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:28:40 2026] GET /v2.0/networks?tenant_id=2269fb897e03484995d4061c87738049&shared=False => generated 780 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/805] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:28:40 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) [pid: 7|app: 0|req: 420/806] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:40 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 421/807] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:40 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&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: 422/808] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:28:40 2026] GET /v2.0/networks?id=ed390b74-a683-4732-8edd-b652c6049d6a => generated 680 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/809] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:40 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/810] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:28:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=31985dde6af94782946edd3aba748acc => generated 181 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:40.790 8 INFO neutron.db.l3_db [None req-58c8c30c-7293-4de9-9114-169c57eeefb6 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Floating IP 98f6669e-ac09-4319-adfe-f055267670db associated. External IP: 10.96.250.213, port: ba0a3f9c-6fa1-4b48-9e36-17845702ba6e. [pid: 7|app: 0|req: 425/811] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:28:40 2026] POST /v2.0/ports => generated 958 bytes in 282 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: 387/812] 10.0.0.215 () {34 vars in 677 bytes} [Fri Mar 6 21:28:39 2026] POST /v2.0/floatingips => generated 842 bytes in 1233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:28:41.277 8 INFO neutron.db.l3_db [None req-beed69fd-19e6-48cd-85cd-8cc139526d5d 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Floating IP 98f6669e-ac09-4319-adfe-f055267670db disassociated. External IP: 10.96.250.213, port: ba0a3f9c-6fa1-4b48-9e36-17845702ba6e. [pid: 7|app: 0|req: 426/813] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:28:41 2026] PUT /v2.0/ports/d145ddf3-c268-4157-81a4-790e181ba02c => generated 1239 bytes in 401 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: 427/814] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/815] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/816] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:28:41 2026] PUT /v2.0/floatingips/98f6669e-ac09-4319-adfe-f055267670db => generated 552 bytes in 453 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/817] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/ports?tenant_id=2269fb897e03484995d4061c87738049&device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 1238 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/818] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => 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: 431/819] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/subnets?id=c92e5428-8628-427e-be7b-bd819f8e2a2d => generated 702 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/820] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/ports?network_id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:41.708 8 INFO neutron_taas.services.taas.taas_plugin [None req-27925bb3-885b-46d7-a59f-52b0ed562c5e 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] TaaS: Handle Delete Port: 7497ce59-e096-452a-8d5b-63f7c283a47d 2026-03-06 21:28:41.710 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-27925bb3-885b-46d7-a59f-52b0ed562c5e 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Tap Mirror: Handle Delete Port: 7497ce59-e096-452a-8d5b-63f7c283a47d [pid: 7|app: 0|req: 433/821] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 434/822] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?fields=segments => generated 14 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/823] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&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: 436/824] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?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: 437/825] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:41 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => 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: 389/826] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:28:41 2026] DELETE /v2.0/floatingips/98f6669e-ac09-4319-adfe-f055267670db => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:42.484 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-825e025e-bc78-492e-a572-5f79346b5e4f'] response: {'name': 'network-changed', 'server_uuid': 'f8f8e956-8187-4a84-a955-c2d0070d5b52', 'tag': 'd145ddf3-c268-4157-81a4-790e181ba02c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 390/827] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/ports?tenant_id=31985dde6af94782946edd3aba748acc&device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/828] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d145ddf3-c268-4157-81a4-790e181ba02c => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/829] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/subnets?id=47136987-9a72-46a2-9901-7d8de6f201bc => generated 698 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:42.574 7 INFO neutron.db.l3_db [None req-16d2460c-15b7-4424-b730-7a661b112c45 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Floating IP 58f07224-adfd-4646-a86b-f1258d676c9e associated. External IP: 10.96.250.209, port: 2de6086d-3758-4828-b79c-60e98ec1b7e2. [pid: 8|app: 0|req: 393/830] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/ports?network_id=ed390b74-a683-4732-8edd-b652c6049d6a&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: 394/831] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/networks/ed390b74-a683-4732-8edd-b652c6049d6a?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/832] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/833] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/networks/ed390b74-a683-4732-8edd-b652c6049d6a?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: 397/834] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&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: 438/835] 10.0.0.215 () {34 vars in 677 bytes} [Fri Mar 6 21:28:41 2026] POST /v2.0/floatingips => generated 841 bytes in 981 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 439/836] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 969 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/837] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/floatingips/58f07224-adfd-4646-a86b-f1258d676c9e => generated 841 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/838] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/ports?device_id=ab36280b-e716-44ba-a534-75fa7d8679c0 => 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: 440/839] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&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: 400/840] 10.0.0.215 () {32 vars in 655 bytes} [Fri Mar 6 21:28:42 2026] GET /v2.0/floatingips => generated 844 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:43.379 7 INFO neutron.db.l3_db [None req-23436c1b-e332-4e49-a13c-21cb4d20bd57 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Floating IP 58f07224-adfd-4646-a86b-f1258d676c9e associated. External IP: 10.96.250.209, port: 2de6086d-3758-4828-b79c-60e98ec1b7e2. [pid: 8|app: 0|req: 401/841] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:28:43 2026] GET /v2.0/ports?tenant_id=31985dde6af94782946edd3aba748acc&device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/842] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:28:43 2026] GET /v2.0/networks?id=ed390b74-a683-4732-8edd-b652c6049d6a => generated 776 bytes in 80 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.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:43 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 973 bytes in 366 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/844] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:28:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d145ddf3-c268-4157-81a4-790e181ba02c => 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: 441/845] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:28:43 2026] PUT /v2.0/floatingips/58f07224-adfd-4646-a86b-f1258d676c9e => generated 842 bytes in 1306 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/846] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:44 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/847] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:44 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 971 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/848] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:28:44 2026] GET /v2.0/subnets?id=47136987-9a72-46a2-9901-7d8de6f201bc => generated 698 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:44.538 7 INFO neutron.db.l3_db [None req-c70352ac-f8b6-4b63-95d2-2ecd97a23675 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Floating IP 58f07224-adfd-4646-a86b-f1258d676c9e disassociated. External IP: 10.96.250.209, port: ba0a3f9c-6fa1-4b48-9e36-17845702ba6e. [pid: 8|app: 0|req: 407/849] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:44 2026] DELETE /v2.0/security-groups/7089fa06-ab50-4d9b-bed4-dc78f3772160 => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/850] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:44 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&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: 409/851] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:28:44 2026] GET /v2.0/ports?network_id=ed390b74-a683-4732-8edd-b652c6049d6a&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:44.671 8 INFO neutron.api.v2.resource [None req-c5569851-3e59-459d-b157-1d16267d9bff e9e3781dcf244f6596eead35ff0400f9 f1fc082e0d384ddbae8120a51edd01b8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 410/852] 10.0.0.215 () {32 vars in 737 bytes} [Fri Mar 6 21:28:44 2026] GET /v2.0/security-groups/7089fa06-ab50-4d9b-bed4-dc78f3772160 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/853] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:28:44 2026] GET /v2.0/networks/ed390b74-a683-4732-8edd-b652c6049d6a?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:28:44.789 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3c73c87-724c-4e93-838e-43c522e716a3 e9e3781dcf244f6596eead35ff0400f9 f1fc082e0d384ddbae8120a51edd01b8 - - default default] TaaS: Handle Delete Port: 1116004a-dc17-4a59-ae5f-c7b03bd88840 2026-03-06 21:28:44.791 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3c73c87-724c-4e93-838e-43c522e716a3 e9e3781dcf244f6596eead35ff0400f9 f1fc082e0d384ddbae8120a51edd01b8 - - default default] Tap Mirror: Handle Delete Port: 1116004a-dc17-4a59-ae5f-c7b03bd88840 [pid: 7|app: 0|req: 443/854] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:28:44 2026] PUT /v2.0/floatingips/58f07224-adfd-4646-a86b-f1258d676c9e => generated 552 bytes in 497 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/855] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:28:44 2026] GET /v2.0/networks/ed390b74-a683-4732-8edd-b652c6049d6a?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: 412/856] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:28:44 2026] DELETE /v2.0/floatingips/49be0d63-05c4-4453-ad53-71fc06cf7406 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:45.014 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb8dac4b-259d-4e4c-b796-8f78ededa380 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] TaaS: Handle Delete Port: 372ae52d-b7a6-45d2-b3e0-f818f8871f77 2026-03-06 21:28:45.017 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb8dac4b-259d-4e4c-b796-8f78ededa380 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Tap Mirror: Handle Delete Port: 372ae52d-b7a6-45d2-b3e0-f818f8871f77 [pid: 7|app: 0|req: 445/857] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:28:44 2026] DELETE /v2.0/floatingips/58f07224-adfd-4646-a86b-f1258d676c9e => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:45.185 7 INFO neutron.api.v2.resource [None req-0eb1e3d7-825d-4641-ac3b-303a901604fb 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 446/858] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:28:45 2026] DELETE /v2.0/floatingips/58f07224-adfd-4646-a86b-f1258d676c9e => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:28:45.342 7 INFO neutron_taas.services.taas.taas_plugin [None req-05e8071b-029e-4e7c-90d7-0bf604bd9d50 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] TaaS: Handle Delete Port: ba0a3f9c-6fa1-4b48-9e36-17845702ba6e 2026-03-06 21:28:45.344 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-05e8071b-029e-4e7c-90d7-0bf604bd9d50 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Tap Mirror: Handle Delete Port: ba0a3f9c-6fa1-4b48-9e36-17845702ba6e 2026-03-06 21:28:45.353 8 INFO neutron_taas.services.taas.taas_plugin [None req-da7f6ad1-2679-48ad-adbe-6d52fdcd87ca 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 3cb2c2b0-5877-40bd-9708-c1bfd32108ae 2026-03-06 21:28:45.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da7f6ad1-2679-48ad-adbe-6d52fdcd87ca 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 3cb2c2b0-5877-40bd-9708-c1bfd32108ae [pid: 7|app: 0|req: 447/859] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:28:45 2026] DELETE /v2.0/ports/ba0a3f9c-6fa1-4b48-9e36-17845702ba6e => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/860] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:45 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:45.663 7 INFO neutron_taas.services.taas.taas_plugin [None req-7dcd931f-54df-4853-916c-96331ecd4c50 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] TaaS: Handle Delete Port: 2de6086d-3758-4828-b79c-60e98ec1b7e2 2026-03-06 21:28:45.666 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7dcd931f-54df-4853-916c-96331ecd4c50 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Tap Mirror: Handle Delete Port: 2de6086d-3758-4828-b79c-60e98ec1b7e2 [pid: 7|app: 0|req: 449/861] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:28:45 2026] DELETE /v2.0/ports/2de6086d-3758-4828-b79c-60e98ec1b7e2 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/862] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:45 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/863] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:45 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/864] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:28:45 2026] GET /v2.0/ports?device_id=4d321159-2dc2-442e-8cc1-b44d2befd7e4 => generated 958 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/865] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:28:44 2026] PUT /v2.0/routers/90265c97-31ed-411c-97cf-706d98e895fc/remove_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/866] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:45 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:46.147 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a7e6f9d-e0f4-46ae-9cbd-eed7454e1964 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 7e4d9e96-e5cb-440a-a0ea-41d158a67d69 2026-03-06 21:28:46.150 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7e6f9d-e0f4-46ae-9cbd-eed7454e1964 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 7e4d9e96-e5cb-440a-a0ea-41d158a67d69 2026-03-06 21:28:46.378 7 INFO neutron_taas.services.taas.taas_plugin [None req-6a7e6f9d-e0f4-46ae-9cbd-eed7454e1964 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 7c392860-8dad-40d7-b255-0d34b20a08ae 2026-03-06 21:28:46.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7e6f9d-e0f4-46ae-9cbd-eed7454e1964 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 7c392860-8dad-40d7-b255-0d34b20a08ae 2026-03-06 21:28:46.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-2aa5fa0b-7066-4ccd-8dfc-6cb6cd51e758 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] TaaS: Handle Delete Port: 473dc3e4-1023-4d25-93e6-efa5f774eec4 2026-03-06 21:28:46.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2aa5fa0b-7066-4ccd-8dfc-6cb6cd51e758 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Tap Mirror: Handle Delete Port: 473dc3e4-1023-4d25-93e6-efa5f774eec4 2026-03-06 21:28:46.472 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-6a7e6f9d-e0f4-46ae-9cbd-eed7454e1964 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - 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 21:28:46.919 7 INFO neutron.db.l3_hamode_db [None req-6a7e6f9d-e0f4-46ae-9cbd-eed7454e1964 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network 5ec6ccc2-127c-44ed-a560-9d4a32b2c8dd was deleted as no HA routers are present in tenant f1fc082e0d384ddbae8120a51edd01b8. [pid: 7|app: 0|req: 454/867] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:28:46 2026] DELETE /v2.0/routers/90265c97-31ed-411c-97cf-706d98e895fc => generated 0 bytes in 924 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/868] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:28:45 2026] PUT /v2.0/routers/4d321159-2dc2-442e-8cc1-b44d2befd7e4/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/869] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:46 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/870] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:28:46 2026] DELETE /v2.0/subnets/1c5c43a1-04bf-4376-ab22-96bea491c0e1 => 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: 456/871] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:47 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:47.185 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3686d10-b3f1-41b7-a34a-c20dd87523a0 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] TaaS: Handle Delete Port: 6608a5f5-30fd-449c-9af7-029de632f84a 2026-03-06 21:28:47.187 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3686d10-b3f1-41b7-a34a-c20dd87523a0 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Tap Mirror: Handle Delete Port: 6608a5f5-30fd-449c-9af7-029de632f84a [pid: 7|app: 0|req: 457/872] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:47 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:47.301 7 INFO neutron_taas.services.taas.taas_plugin [None req-e4b83ffe-6f16-49bc-a8f7-0b3297e519ef 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: ea00ae7c-87f4-434a-823c-56bcdeecc593 2026-03-06 21:28:47.306 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4b83ffe-6f16-49bc-a8f7-0b3297e519ef 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: ea00ae7c-87f4-434a-823c-56bcdeecc593 2026-03-06 21:28:47.322 7 INFO neutron.services.segments.plugin [-] Segment c3b58711-d53b-4c1b-ba1e-368b6236d85e resource provider aggregate not found 2026-03-06 21:28:47.359 7 INFO neutron.services.segments.plugin [-] Segment c3b58711-d53b-4c1b-ba1e-368b6236d85e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3b58711-d53b-4c1b-ba1e-368b6236d85e found for delete ", "request_id": "req-6164e422-1605-4cd7-b868-49874426f5bf"}]} 2026-03-06 21:28:47.365 7 INFO neutron.services.segments.plugin [-] Segment c3b58711-d53b-4c1b-ba1e-368b6236d85e resource provider aggregate not found 2026-03-06 21:28:47.383 7 INFO neutron.services.segments.plugin [-] Segment c3b58711-d53b-4c1b-ba1e-368b6236d85e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3b58711-d53b-4c1b-ba1e-368b6236d85e found for delete ", "request_id": "req-98663e66-e927-48d7-8bcd-616abca48c09"}]} 2026-03-06 21:28:47.425 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3686d10-b3f1-41b7-a34a-c20dd87523a0 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] TaaS: Handle Delete Port: b8f0158d-6f8f-4b61-ac49-f1c485806354 2026-03-06 21:28:47.427 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3686d10-b3f1-41b7-a34a-c20dd87523a0 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] Tap Mirror: Handle Delete Port: b8f0158d-6f8f-4b61-ac49-f1c485806354 [pid: 7|app: 0|req: 458/873] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:28:47 2026] DELETE /v2.0/networks/3d0db1ac-b78c-49a0-9062-3f7e99d40caa => generated 0 bytes in 282 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/874] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:47 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/875] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:47 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:47.776 8 INFO neutron.services.segments.plugin [-] Segment b4c36f2f-eef5-4748-8140-eca7400db535 resource provider aggregate not found 2026-03-06 21:28:47.780 8 INFO neutron.services.segments.plugin [-] Segment b4c36f2f-eef5-4748-8140-eca7400db535 resource provider aggregate not found 2026-03-06 21:28:47.803 8 INFO neutron.services.segments.plugin [-] Segment b4c36f2f-eef5-4748-8140-eca7400db535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c36f2f-eef5-4748-8140-eca7400db535 found for delete ", "request_id": "req-0bf7a6c2-4284-4727-b72f-bc1b918d9030"}]} 2026-03-06 21:28:47.809 8 INFO neutron.services.segments.plugin [-] Segment b4c36f2f-eef5-4748-8140-eca7400db535 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b4c36f2f-eef5-4748-8140-eca7400db535 found for delete ", "request_id": "req-7d88000f-2d5d-4516-8807-542c5b969fe7"}]} 2026-03-06 21:28:47.818 8 INFO neutron.db.l3_hamode_db [None req-d3686d10-b3f1-41b7-a34a-c20dd87523a0 37b90402f43842daa2b4433add771f08 7147b328b24f4d498abc73dd36767071 - - default default] HA network 923f5cd6-ed24-404e-9355-3d2f0391f497 was deleted as no HA routers are present in tenant 7147b328b24f4d498abc73dd36767071. [pid: 8|app: 0|req: 416/876] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:28:47 2026] DELETE /v2.0/routers/4d321159-2dc2-442e-8cc1-b44d2befd7e4 => generated 0 bytes in 809 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/877] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:47 2026] GET /v2.0/security-groups?tenant_id=f1fc082e0d384ddbae8120a51edd01b8&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:28:47.978 7 INFO neutron.db.l3_db [None req-ab9d7d53-f2eb-4a5c-be61-62bd4aa2b912 da223d9e567046479a682923ec3d5c79 2269fb897e03484995d4061c87738049 - - default default] Floating IP 99a83bdf-56ee-44db-b36c-830b3deca7b0 associated. External IP: 10.96.250.219, port: 0a64ff39-4c1a-45b2-a687-fd4e730e5b2f. [pid: 8|app: 0|req: 418/878] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:28:47 2026] DELETE /v2.0/subnets/8a95e316-4206-4ea5-bd16-2c1b55b5590f => 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: 419/879] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:48 2026] DELETE /v2.0/security-groups/6ca89925-038d-4b9e-a590-5bc5f1f6e5b2 => 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: 420/880] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:28:48 2026] DELETE /v2.0/networks/55c08167-e518-4733-bdae-e7d40093f713 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 461/881] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:28:47 2026] PUT /v2.0/floatingips/99a83bdf-56ee-44db-b36c-830b3deca7b0 => generated 855 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/882] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:48 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:48.383 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d26df236-0cd2-4508-b9f7-5aeb87654be7'] response: {'name': 'network-changed', 'server_uuid': 'bbfacc6c-8307-4c6a-8e2c-05bbb45beffe', 'tag': '0a64ff39-4c1a-45b2-a687-fd4e730e5b2f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 462/883] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:48 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/884] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:48 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 463/885] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:48 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&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: 423/886] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:48 2026] GET /v2.0/security-groups?tenant_id=7147b328b24f4d498abc73dd36767071&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/887] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:28:48 2026] GET /v2.0/ports?tenant_id=2269fb897e03484995d4061c87738049&device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 425/888] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:28:48 2026] GET /v2.0/networks?id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a => generated 780 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/889] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:48 2026] DELETE /v2.0/security-groups/ef4eab62-c229-4974-b58c-e049f3e61ed7 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/890] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:28:48 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 858 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/891] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:28:49 2026] GET /v2.0/subnets?id=c92e5428-8628-427e-be7b-bd819f8e2a2d => generated 702 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/892] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:28:49 2026] GET /v2.0/ports?network_id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/893] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:28:49 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/894] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:28:49 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:28:49.389 7 INFO neutron.services.segments.plugin [-] Segment 644f6e70-887d-44c8-9155-4794a01dd597 resource provider aggregate not found 2026-03-06 21:28:49.402 7 INFO neutron.services.segments.plugin [-] Segment 644f6e70-887d-44c8-9155-4794a01dd597 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 644f6e70-887d-44c8-9155-4794a01dd597 found for delete ", "request_id": "req-1f62ca7c-9ceb-48a3-a98f-770aec1bd67e"}]} 2026-03-06 21:28:49.406 7 INFO neutron.services.segments.plugin [-] Segment 644f6e70-887d-44c8-9155-4794a01dd597 resource provider aggregate not found 2026-03-06 21:28:49.421 7 INFO neutron.services.segments.plugin [-] Segment 644f6e70-887d-44c8-9155-4794a01dd597 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 644f6e70-887d-44c8-9155-4794a01dd597 found for delete ", "request_id": "req-0ee5354b-39c2-4d28-81fb-441e044264bf"}]} [pid: 7|app: 0|req: 467/895] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:49 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 973 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/896] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:49 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:49.849 8 INFO neutron.services.segments.plugin [-] Segment 753b81e0-84cf-4dee-bf8f-17bc8ff52aa7 resource provider aggregate not found 2026-03-06 21:28:49.854 8 INFO neutron.services.segments.plugin [-] Segment 753b81e0-84cf-4dee-bf8f-17bc8ff52aa7 resource provider aggregate not found 2026-03-06 21:28:49.870 8 INFO neutron.services.segments.plugin [-] Segment 753b81e0-84cf-4dee-bf8f-17bc8ff52aa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 753b81e0-84cf-4dee-bf8f-17bc8ff52aa7 found for delete ", "request_id": "req-14e4c2e7-ec84-49ac-97aa-ab6aee9baff0"}]} 2026-03-06 21:28:49.873 8 INFO neutron.services.segments.plugin [-] Segment 753b81e0-84cf-4dee-bf8f-17bc8ff52aa7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 753b81e0-84cf-4dee-bf8f-17bc8ff52aa7 found for delete ", "request_id": "req-a0a1b860-6144-422d-8ce0-3bf50bdfcac9"}]} [pid: 7|app: 0|req: 468/897] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:50 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 975 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/898] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:50 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:51.501 7 INFO neutron.db.segments_db [None req-ba0cb47e-18db-4611-878c-b7a4deddd788 07c43c284d2640fbaead707b8d4136b9 c738e82e076047c0b653dc9777d96f86 - - default default] Added segment 64ae327e-5ddf-4b3d-8b06-410b88d24770 of type vxlan for network 1a3b8099-7466-4773-aa80-80867ffc6f95 [pid: 8|app: 0|req: 431/899] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:51 2026] GET /v2.0/security-groups?tenant_id=d734736cbdbc455e9b9db7a48b1bb373&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/900] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:28:51 2026] POST /v2.0/networks => generated 629 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 432/901] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:51 2026] DELETE /v2.0/security-groups/20e8accf-cf90-44e7-bf78-8da5ed8945d0 => 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: 470/904] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:51 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/905] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:51 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/906] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:52 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => 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: 436/907] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:52 2026] POST /v2.0/subnets => generated 673 bytes in 310 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:28:52.475 7 INFO neutron.db.l3_db [None req-fbfbad48-5e5b-4562-8fae-cc0427cd6597 c2fbfe8ebcc1475a8cb49081d820194e 31985dde6af94782946edd3aba748acc - - default default] Floating IP 5c672de4-ecff-417e-abb0-07bb30ab4451 associated. External IP: 10.96.250.202, port: d145ddf3-c268-4157-81a4-790e181ba02c. 2026-03-06 21:28:52.486 8 INFO neutron.db.segments_db [None req-0c27e015-dd9b-4a0b-a4ef-cbeeaeb4464d 07c43c284d2640fbaead707b8d4136b9 c738e82e076047c0b653dc9777d96f86 - - default default] Added segment 3ba5c6e4-d7d7-4c69-b146-614cb4a75286 of type vxlan for network 15a30f4a-85f1-4f94-90f6-6e97afb16707 [pid: 8|app: 0|req: 437/908] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:28:52 2026] POST /v2.0/networks => generated 629 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/909] 10.0.0.215 () {34 vars in 743 bytes} [Fri Mar 6 21:28:52 2026] PUT /v2.0/networks/15a30f4a-85f1-4f94-90f6-6e97afb16707 => generated 592 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/910] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:28:52 2026] PUT /v2.0/floatingips/5c672de4-ecff-417e-abb0-07bb30ab4451 => generated 856 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:52.875 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-85d08d92-560d-4620-945a-673f1ff357a5'] response: {'name': 'network-changed', 'server_uuid': 'f8f8e956-8187-4a84-a955-c2d0070d5b52', 'tag': 'd145ddf3-c268-4157-81a4-790e181ba02c', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 473/911] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:52 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 975 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/912] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:28:52 2026] POST /v2.0/subnets => generated 646 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/913] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:52 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/914] 10.0.0.215 () {34 vars in 741 bytes} [Fri Mar 6 21:28:52 2026] PUT /v2.0/subnets/dca75b27-26d2-44bf-bcf1-eb68b670df23 => generated 656 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:28:53.258 7 INFO neutron.services.segments.plugin [-] Segment 3ba5c6e4-d7d7-4c69-b146-614cb4a75286 resource provider aggregate not found 2026-03-06 21:28:53.270 7 INFO neutron.services.segments.plugin [-] Segment 3ba5c6e4-d7d7-4c69-b146-614cb4a75286 resource provider aggregate not found 2026-03-06 21:28:53.278 7 INFO neutron.services.segments.plugin [-] Segment 3ba5c6e4-d7d7-4c69-b146-614cb4a75286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ba5c6e4-d7d7-4c69-b146-614cb4a75286 found for delete ", "request_id": "req-1ec89068-c82a-4479-8e20-fb464ce1ae16"}]} [pid: 7|app: 0|req: 475/915] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:28:53 2026] DELETE /v2.0/networks/15a30f4a-85f1-4f94-90f6-6e97afb16707 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:28:53.309 7 INFO neutron.services.segments.plugin [-] Segment 3ba5c6e4-d7d7-4c69-b146-614cb4a75286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ba5c6e4-d7d7-4c69-b146-614cb4a75286 found for delete ", "request_id": "req-9e24bb7e-edfb-4bbb-99eb-e3955915bc44"}]} 2026-03-06 21:28:53.321 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a9c8ab38-de2b-427e-9547-c019ae01fa60 07c43c284d2640fbaead707b8d4136b9 c738e82e076047c0b653dc9777d96f86 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 476/916] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:28:53 2026] DELETE /v2.0/networks/15a30f4a-85f1-4f94-90f6-6e97afb16707 => generated 138 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/917] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/918] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&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: 477/919] 10.0.0.215 () {32 vars in 694 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/920] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/ports?tenant_id=31985dde6af94782946edd3aba748acc&device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => 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: 478/921] 10.0.0.215 () {32 vars in 742 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/subnets?network_id=adfc0cb8-f6ac-45e3-a7d7-3e0a8680e4be => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/922] 10.0.0.215 () {32 vars in 653 bytes} [Fri Mar 6 21:28:53 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: 444/923] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/networks?id=ed390b74-a683-4732-8edd-b652c6049d6a => generated 776 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/924] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/networks => generated 1313 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/925] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=d145ddf3-c268-4157-81a4-790e181ba02c => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/926] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/subnets => generated 1312 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/927] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/subnets?id=47136987-9a72-46a2-9901-7d8de6f201bc => generated 698 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/928] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/ports?network_id=ed390b74-a683-4732-8edd-b652c6049d6a&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/929] 10.0.0.215 () {32 vars in 723 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/networks/1a3b8099-7466-4773-aa80-80867ffc6f95 => generated 673 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/930] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/subnets/a1525404-5cfb-4388-948b-3b04306504ca => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/931] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/networks/ed390b74-a683-4732-8edd-b652c6049d6a?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:28:53.648 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8e64cd0-c824-48af-b55d-ec9bc05c65d1 07c43c284d2640fbaead707b8d4136b9 c738e82e076047c0b653dc9777d96f86 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 484/932] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:28:53 2026] DELETE /v2.0/subnets/dca75b27-26d2-44bf-bcf1-eb68b670df23 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:28:53.664 7 INFO neutron.pecan_wsgi.hooks.translation [None req-61f9fc67-0b5c-4fcd-a558-acb6c5966d0d 07c43c284d2640fbaead707b8d4136b9 c738e82e076047c0b653dc9777d96f86 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 485/933] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:28:53 2026] DELETE /v2.0/networks/15a30f4a-85f1-4f94-90f6-6e97afb16707 => generated 138 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/934] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:28:53 2026] GET /v2.0/networks/ed390b74-a683-4732-8edd-b652c6049d6a?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: 486/935] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:28:53 2026] DELETE /v2.0/subnets/a1525404-5cfb-4388-948b-3b04306504ca => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:28:53.877 8 INFO neutron.services.segments.plugin [-] Segment 64ae327e-5ddf-4b3d-8b06-410b88d24770 resource provider aggregate not found 2026-03-06 21:28:53.883 8 INFO neutron.services.segments.plugin [-] Segment 64ae327e-5ddf-4b3d-8b06-410b88d24770 resource provider aggregate not found 2026-03-06 21:28:53.898 8 INFO neutron.services.segments.plugin [-] Segment 64ae327e-5ddf-4b3d-8b06-410b88d24770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64ae327e-5ddf-4b3d-8b06-410b88d24770 found for delete ", "request_id": "req-9b980bc9-4e61-4055-9650-34c7459280af"}]} 2026-03-06 21:28:53.904 8 INFO neutron.services.segments.plugin [-] Segment 64ae327e-5ddf-4b3d-8b06-410b88d24770 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64ae327e-5ddf-4b3d-8b06-410b88d24770 found for delete ", "request_id": "req-183bae5d-38fc-4d4f-8fda-73e02e0bd534"}]} [pid: 8|app: 0|req: 450/936] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:28:53 2026] DELETE /v2.0/networks/1a3b8099-7466-4773-aa80-80867ffc6f95 => 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: 451/937] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:54 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 975 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/938] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:54 2026] GET /v2.0/security-groups?tenant_id=c738e82e076047c0b653dc9777d96f86&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/939] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:54 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&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: 488/940] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:54 2026] DELETE /v2.0/security-groups/f0e21a21-b5fd-4f03-900b-d8af26d4b110 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/941] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:55 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/942] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:28:55 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/943] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:55 2026] GET /v2.0/security-groups?id=4a93e43f-c519-4aa9-865d-cea882142f70&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 21:28:55.871 7 INFO neutron_taas.services.taas.taas_plugin [req-c823446d-efa6-4129-944a-dd0f72708497 req-898b4aee-be7b-4b9b-8f68-0a661dddff1a c2fbfe8ebcc1475a8cb49081d820194e 31985dde6af94782946edd3aba748acc - - default default] TaaS: Handle Delete Port: d145ddf3-c268-4157-81a4-790e181ba02c 2026-03-06 21:28:55.874 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c823446d-efa6-4129-944a-dd0f72708497 req-898b4aee-be7b-4b9b-8f68-0a661dddff1a c2fbfe8ebcc1475a8cb49081d820194e 31985dde6af94782946edd3aba748acc - - default default] Tap Mirror: Handle Delete Port: d145ddf3-c268-4157-81a4-790e181ba02c 2026-03-06 21:28:56.024 7 INFO neutron.db.l3_db [req-c823446d-efa6-4129-944a-dd0f72708497 req-898b4aee-be7b-4b9b-8f68-0a661dddff1a c2fbfe8ebcc1475a8cb49081d820194e 31985dde6af94782946edd3aba748acc - - default default] Floating IP 5c672de4-ecff-417e-abb0-07bb30ab4451 disassociated. External IP: 10.96.250.202, port: d145ddf3-c268-4157-81a4-790e181ba02c. [pid: 8|app: 0|req: 455/944] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:28:55 2026] GET /v2.0/floatingips => generated 1400 bytes in 369 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/945] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/routers => generated 1479 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/946] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/947] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/routers/03e5bcbc-6b20-44cc-8b48-233ae73d9542/l3-agents => generated 682 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 490/948] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:28:55 2026] DELETE /v2.0/ports/d145ddf3-c268-4157-81a4-790e181ba02c => generated 0 bytes in 692 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:28:56.472 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffe74d8a-58cc-4306-b829-d1d156e6bdf2'] response: {'server_uuid': 'f8f8e956-8187-4a84-a955-c2d0070d5b52', 'name': 'network-vif-deleted', 'tag': 'd145ddf3-c268-4157-81a4-790e181ba02c', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 459/949] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/routers/cd8ccbf1-d73b-4024-8e41-b186aaf8b2b0/l3-agents => generated 682 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/950] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/networks => generated 5088 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/951] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/ports => generated 16956 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/952] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/subnets => generated 3926 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/953] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:28:56 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: 463/954] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/security-groups => generated 28940 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/955] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/subnets => generated 3926 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/956] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => 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: 492/957] 10.0.0.215 () {34 vars in 677 bytes} [Fri Mar 6 21:28:56 2026] POST /v2.0/subnetpools => generated 549 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/958] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/agents => generated 3385 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/959] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/network-ip-availabilities => generated 2938 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/960] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:28:56 2026] GET /v2.0/subnetpools/d5da40c0-3b3a-416d-a8a8-04cde543d75b => generated 549 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/961] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:28:56 2026] PUT /v2.0/subnetpools/d5da40c0-3b3a-416d-a8a8-04cde543d75b => generated 500 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/962] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:28:57 2026] DELETE /v2.0/subnetpools/d5da40c0-3b3a-416d-a8a8-04cde543d75b => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:28:57.080 8 INFO neutron.api.v2.resource [None req-5b55a41b-b76d-43d0-927a-d319766a27d0 58f8cb84bd134c88bcf71577d1dbb12f 33b33ebdf38d44818d27f94f5ced9a16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 469/963] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:28:57 2026] GET /v2.0/subnetpools/d5da40c0-3b3a-416d-a8a8-04cde543d75b => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:28:57.102 7 INFO neutron.api.v2.resource [None req-99027bf4-769b-4863-8c08-a95d73df27e8 58f8cb84bd134c88bcf71577d1dbb12f 33b33ebdf38d44818d27f94f5ced9a16 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 495/964] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:28:57 2026] DELETE /v2.0/subnetpools/d5da40c0-3b3a-416d-a8a8-04cde543d75b => generated 145 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/965] 10.0.0.56 () {34 vars in 1083 bytes} [Fri Mar 6 21:28:57 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52&device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 1240 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/966] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:28:57 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&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: 497/967] 10.0.0.225 () {34 vars in 990 bytes} [Fri Mar 6 21:28:57 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 1240 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/968] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:57 2026] GET /v2.0/security-groups?tenant_id=33b33ebdf38d44818d27f94f5ced9a16&name=default => generated 2925 bytes in 236 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/969] 10.0.0.225 () {34 vars in 1040 bytes} [Fri Mar 6 21:28:57 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/970] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:57 2026] GET /v2.0/security-groups?tenant_id=eaf76f6227a84e36b6d3dde65122739a&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/971] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:58 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/972] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:57 2026] DELETE /v2.0/security-groups/26bce84f-54d2-44ae-a6cd-7c9054b8b24e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/973] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:58 2026] DELETE /v2.0/security-groups/bcb0b75e-64fe-4c66-ac7d-deae42f04d82 => 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: 474/974] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:28:58 2026] GET /v2.0/security-groups?tenant_id=cf0797db09824ab6b99317a8d47536bb&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/975] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:28:58 2026] DELETE /v2.0/security-groups/2e7afbe3-a8b4-424a-8d1a-f8ce41001c50 => 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: 475/976] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:28:59 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => 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: 502/977] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:00 2026] GET /v2.0/ports?device_id=f8f8e956-8187-4a84-a955-c2d0070d5b52 => 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: 503/978] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:01 2026] DELETE /v2.0/security-groups/4a93e43f-c519-4aa9-865d-cea882142f70 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:29:01.417 7 INFO neutron.api.v2.resource [None req-c3f77fed-77db-47d1-b6f9-460b41080842 c2fbfe8ebcc1475a8cb49081d820194e 31985dde6af94782946edd3aba748acc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 504/979] 10.0.0.215 () {32 vars in 737 bytes} [Fri Mar 6 21:29:01 2026] GET /v2.0/security-groups/4a93e43f-c519-4aa9-865d-cea882142f70 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:29:01.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-66fbabda-546b-4ef1-8583-d36fd1da8f02 c2fbfe8ebcc1475a8cb49081d820194e 31985dde6af94782946edd3aba748acc - - default default] TaaS: Handle Delete Port: 8ad5bae2-1131-4f26-b583-928cad05b4c9 2026-03-06 21:29:01.524 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-66fbabda-546b-4ef1-8583-d36fd1da8f02 c2fbfe8ebcc1475a8cb49081d820194e 31985dde6af94782946edd3aba748acc - - default default] Tap Mirror: Handle Delete Port: 8ad5bae2-1131-4f26-b583-928cad05b4c9 [pid: 8|app: 0|req: 476/980] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:01 2026] GET /v2.0/security-groups?tenant_id=17397ee32f024acf9de8bdf15ef60701&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/981] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:01 2026] DELETE /v2.0/security-groups/fff5f89b-bd28-4402-91bd-7053e478989c => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/982] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:29:01 2026] DELETE /v2.0/floatingips/5c672de4-ecff-417e-abb0-07bb30ab4451 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:29:02.009 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8eba608-4df7-45da-810f-658973ec2535 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 3b75da7a-c575-4443-8a01-db4348b2af3f 2026-03-06 21:29:02.012 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8eba608-4df7-45da-810f-658973ec2535 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 3b75da7a-c575-4443-8a01-db4348b2af3f [pid: 8|app: 0|req: 478/983] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:29:01 2026] PUT /v2.0/routers/cd8ccbf1-d73b-4024-8e41-b186aaf8b2b0/remove_router_interface => generated 309 bytes in 816 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:02.736 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2c4cd85-e012-4dcf-aafe-229af937163d 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: a7374a68-5377-408b-bf66-86eb1ced5777 2026-03-06 21:29:02.739 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2c4cd85-e012-4dcf-aafe-229af937163d 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: a7374a68-5377-408b-bf66-86eb1ced5777 2026-03-06 21:29:02.965 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2c4cd85-e012-4dcf-aafe-229af937163d 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 1b2a6b4b-8f7e-4a35-a8e5-105004999686 2026-03-06 21:29:02.967 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2c4cd85-e012-4dcf-aafe-229af937163d 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 1b2a6b4b-8f7e-4a35-a8e5-105004999686 2026-03-06 21:29:03.240 7 INFO neutron.services.segments.plugin [-] Segment faafad69-291f-4aab-a4f1-d4f6120d759f resource provider aggregate not found 2026-03-06 21:29:03.248 7 INFO neutron.services.segments.plugin [-] Segment faafad69-291f-4aab-a4f1-d4f6120d759f resource provider aggregate not found 2026-03-06 21:29:03.269 7 INFO neutron.services.segments.plugin [-] Segment faafad69-291f-4aab-a4f1-d4f6120d759f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faafad69-291f-4aab-a4f1-d4f6120d759f found for delete ", "request_id": "req-34cd802e-b364-4056-9587-b956d7389953"}]} 2026-03-06 21:29:03.274 7 INFO neutron.services.segments.plugin [-] Segment faafad69-291f-4aab-a4f1-d4f6120d759f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid faafad69-291f-4aab-a4f1-d4f6120d759f found for delete ", "request_id": "req-84985ee2-66f3-4ae7-81b2-e1c874eda4f0"}]} 2026-03-06 21:29:03.278 7 INFO neutron.db.l3_hamode_db [None req-c2c4cd85-e012-4dcf-aafe-229af937163d 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network 98a9e89d-8650-4174-b118-0b266fa82333 was deleted as no HA routers are present in tenant 31985dde6af94782946edd3aba748acc. [pid: 7|app: 0|req: 506/984] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:02 2026] DELETE /v2.0/routers/cd8ccbf1-d73b-4024-8e41-b186aaf8b2b0 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/985] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:03 2026] DELETE /v2.0/subnets/47136987-9a72-46a2-9901-7d8de6f201bc => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:29:03.617 8 INFO neutron_taas.services.taas.taas_plugin [None req-09d684b2-9af9-4bc0-bd02-c5f1b8b2cdea 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: e2d7825a-7572-4f11-976a-69c14968cfc5 2026-03-06 21:29:03.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-09d684b2-9af9-4bc0-bd02-c5f1b8b2cdea 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: e2d7825a-7572-4f11-976a-69c14968cfc5 [pid: 7|app: 0|req: 507/986] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:03 2026] GET /v2.0/security-groups?tenant_id=7dfaaf7bd0794502b01f49a314b13122&name=default => generated 2925 bytes in 272 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/987] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:03 2026] DELETE /v2.0/security-groups/764f5f9a-ff17-457b-9955-e19b34090774 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:29:03.783 8 INFO neutron.services.segments.plugin [-] Segment ffccb1d8-4e8d-4b64-a2e2-05095d46aaf9 resource provider aggregate not found 2026-03-06 21:29:03.787 8 INFO neutron.services.segments.plugin [-] Segment ffccb1d8-4e8d-4b64-a2e2-05095d46aaf9 resource provider aggregate not found 2026-03-06 21:29:03.800 8 INFO neutron.services.segments.plugin [-] Segment ffccb1d8-4e8d-4b64-a2e2-05095d46aaf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffccb1d8-4e8d-4b64-a2e2-05095d46aaf9 found for delete ", "request_id": "req-088e900c-da6f-422e-8008-b9c1649299ea"}]} 2026-03-06 21:29:03.804 8 INFO neutron.services.segments.plugin [-] Segment ffccb1d8-4e8d-4b64-a2e2-05095d46aaf9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffccb1d8-4e8d-4b64-a2e2-05095d46aaf9 found for delete ", "request_id": "req-32aa2cb9-f6e9-4759-8897-38f3d21f83c0"}]} [pid: 8|app: 0|req: 480/988] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:03 2026] DELETE /v2.0/networks/ed390b74-a683-4732-8edd-b652c6049d6a => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/989] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:04 2026] GET /v2.0/security-groups?tenant_id=31985dde6af94782946edd3aba748acc&name=default => generated 2925 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 481/990] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:04 2026] DELETE /v2.0/security-groups/bd8932a8-adf9-48ef-8d75-695c459321f8 => 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: 510/991] 10.0.0.215 () {32 vars in 653 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions => generated 21537 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/992] 10.0.0.215 () {32 vars in 681 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/993] 10.0.0.215 () {32 vars in 681 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/994] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/995] 10.0.0.215 () {32 vars in 665 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/agent => generated 153 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 484/996] 10.0.0.215 () {32 vars in 699 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/997] 10.0.0.215 () {32 vars in 697 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/998] 10.0.0.215 () {32 vars in 701 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/999] 10.0.0.215 () {32 vars in 689 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/1000] 10.0.0.215 () {32 vars in 703 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1001] 10.0.0.215 () {32 vars in 693 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/1002] 10.0.0.215 () {32 vars in 695 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1003] 10.0.0.215 () {32 vars in 685 bytes} [Fri Mar 6 21:29:05 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: 488/1004] 10.0.0.215 () {32 vars in 687 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1005] 10.0.0.215 () {32 vars in 661 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/1006] 10.0.0.215 () {32 vars in 699 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/1007] 10.0.0.215 () {32 vars in 679 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/1008] 10.0.0.215 () {32 vars in 683 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/1009] 10.0.0.215 () {32 vars in 675 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/1010] 10.0.0.215 () {32 vars in 689 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/1011] 10.0.0.215 () {32 vars in 723 bytes} [Fri Mar 6 21:29:05 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/1012] 10.0.0.215 () {32 vars in 687 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/1013] 10.0.0.215 () {32 vars in 669 bytes} [Fri Mar 6 21:29:06 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: 497/1014] 10.0.0.215 () {32 vars in 687 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1015] 10.0.0.215 () {32 vars in 681 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/1016] 10.0.0.215 () {32 vars in 699 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1017] 10.0.0.215 () {32 vars in 679 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1018] 10.0.0.215 () {32 vars in 667 bytes} [Fri Mar 6 21:29:06 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: 502/1019] 10.0.0.215 () {32 vars in 677 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1020] 10.0.0.215 () {32 vars in 665 bytes} [Fri Mar 6 21:29:06 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) [pid: 8|app: 0|req: 504/1021] 10.0.0.215 () {32 vars in 675 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1022] 10.0.0.215 () {32 vars in 713 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1023] 10.0.0.215 () {32 vars in 691 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1024] 10.0.0.215 () {32 vars in 683 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1025] 10.0.0.215 () {32 vars in 669 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1026] 10.0.0.215 () {32 vars in 687 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1027] 10.0.0.215 () {32 vars in 705 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1028] 10.0.0.215 () {32 vars in 675 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1029] 10.0.0.215 () {32 vars in 701 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1030] 10.0.0.215 () {32 vars in 675 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1031] 10.0.0.215 () {32 vars in 693 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1032] 10.0.0.215 () {32 vars in 689 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:06.181 7 INFO neutron.db.segments_db [None req-3d4b02bd-7151-4a1d-a642-b3e99430c784 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 10a588b5-f03e-46db-9ae0-e685dc02e1c1 of type vxlan for network 90875a9e-a2ef-441c-9dfc-81fea0d186f3 [pid: 8|app: 0|req: 516/1033] 10.0.0.215 () {32 vars in 709 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1034] 10.0.0.215 () {32 vars in 705 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1035] 10.0.0.215 () {32 vars in 719 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1036] 10.0.0.215 () {32 vars in 697 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1037] 10.0.0.215 () {32 vars in 711 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1038] 10.0.0.215 () {32 vars in 669 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/binding => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 522/1039] 10.0.0.215 () {32 vars in 687 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1040] 10.0.0.215 () {32 vars in 681 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1041] 10.0.0.215 () {32 vars in 675 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1042] 10.0.0.215 () {32 vars in 671 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/provider => generated 191 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1043] 10.0.0.215 () {32 vars in 661 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1044] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:29:05 2026] POST /v2.0/networks => generated 718 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1045] 10.0.0.215 () {32 vars in 699 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1046] 10.0.0.215 () {32 vars in 699 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1047] 10.0.0.215 () {32 vars in 677 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1048] 10.0.0.215 () {32 vars in 669 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-fip => 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: 531/1049] 10.0.0.215 () {32 vars in 683 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1050] 10.0.0.215 () {32 vars in 701 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1051] 10.0.0.215 () {32 vars in 685 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1052] 10.0.0.215 () {32 vars in 707 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1053] 10.0.0.215 () {32 vars in 669 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1054] 10.0.0.215 () {32 vars in 697 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1055] 10.0.0.215 () {32 vars in 695 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1056] 10.0.0.215 () {32 vars in 685 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1057] 10.0.0.215 () {32 vars in 689 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1058] 10.0.0.215 () {32 vars in 705 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1059] 10.0.0.215 () {32 vars in 667 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1060] 10.0.0.215 () {32 vars in 681 bytes} [Fri Mar 6 21:29:06 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: 543/1061] 10.0.0.215 () {32 vars in 681 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1062] 10.0.0.215 () {32 vars in 691 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1063] 10.0.0.215 () {32 vars in 691 bytes} [Fri Mar 6 21:29:06 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: 8|app: 0|req: 546/1064] 10.0.0.215 () {32 vars in 695 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1065] 10.0.0.215 () {32 vars in 685 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1066] 10.0.0.215 () {32 vars in 689 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1067] 10.0.0.215 () {32 vars in 701 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1068] 10.0.0.215 () {32 vars in 703 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1069] 10.0.0.215 () {32 vars in 713 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1070] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1071] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:06 2026] POST /v2.0/subnets => generated 684 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1072] 10.0.0.215 () {32 vars in 715 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1073] 10.0.0.215 () {32 vars in 727 bytes} [Fri Mar 6 21:29:06 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: 555/1074] 10.0.0.215 () {32 vars in 741 bytes} [Fri Mar 6 21:29:06 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: 556/1075] 10.0.0.215 () {32 vars in 719 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1076] 10.0.0.215 () {32 vars in 683 bytes} [Fri Mar 6 21:29:06 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: 558/1077] 10.0.0.215 () {32 vars in 669 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/segment => generated 145 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:06.529 7 INFO neutron.db.segments_db [None req-14072dc8-78f7-4da7-8253-08d6d8b9f5c8 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 0a13e8bc-255a-4185-8612-1bcf5406cdab of type vxlan for network f525710c-04fb-43ba-aa89-fb7f6eb8102d [pid: 8|app: 0|req: 559/1078] 10.0.0.215 () {32 vars in 719 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1079] 10.0.0.215 () {32 vars in 679 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1080] 10.0.0.215 () {32 vars in 669 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/sorting => 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: 562/1081] 10.0.0.215 () {32 vars in 697 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1082] 10.0.0.215 () {32 vars in 705 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1083] 10.0.0.215 () {32 vars in 701 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1084] 10.0.0.215 () {32 vars in 701 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1085] 10.0.0.215 () {32 vars in 683 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 567/1086] 10.0.0.215 () {32 vars in 705 bytes} [Fri Mar 6 21:29:06 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: 568/1087] 10.0.0.215 () {32 vars in 695 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1088] 10.0.0.215 () {32 vars in 689 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1089] 10.0.0.215 () {32 vars in 697 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1090] 10.0.0.215 () {32 vars in 679 bytes} [Fri Mar 6 21:29:06 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: 572/1091] 10.0.0.215 () {32 vars in 689 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1092] 10.0.0.215 () {32 vars in 701 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1093] 10.0.0.215 () {32 vars in 665 bytes} [Fri Mar 6 21:29:06 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: 575/1094] 10.0.0.215 () {32 vars in 681 bytes} [Fri Mar 6 21:29:06 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: 8|app: 0|req: 576/1095] 10.0.0.215 () {32 vars in 677 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1096] 10.0.0.215 () {32 vars in 693 bytes} [Fri Mar 6 21:29:06 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: 578/1097] 10.0.0.215 () {32 vars in 677 bytes} [Fri Mar 6 21:29:06 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: 579/1098] 10.0.0.215 () {32 vars in 667 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1099] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:29:06 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: 581/1100] 10.0.0.215 () {32 vars in 675 bytes} [Fri Mar 6 21:29:06 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1101] 10.0.0.215 () {32 vars in 687 bytes} [Fri Mar 6 21:29:06 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) 2026-03-06 21:29:06.777 7 INFO neutron.db.l3_hamode_db [None req-14072dc8-78f7-4da7-8253-08d6d8b9f5c8 6b94713896564ff7be8a46d0bc63d74e bae6d08e7b9149ef9d4a6bf1b65afcc6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 585/1104] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:07 2026] GET /v2.0/security-groups?tenant_id=73288fd5f3974cc5a7877c1fe7a75405&name=default => generated 2925 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:29:07.435 7 INFO neutron.db.l3_hamode_db [None req-14072dc8-78f7-4da7-8253-08d6d8b9f5c8 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 586/1105] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:07 2026] DELETE /v2.0/security-groups/db8ab20a-68e1-4b88-aee1-cda12cb9d9c6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1106] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:06 2026] POST /v2.0/routers => generated 724 bytes in 1748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1107] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:08 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1108] 10.0.0.56 () {34 vars in 970 bytes} [Fri Mar 6 21:29:08 2026] GET /v2.0/ports/0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 968 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1109] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:29:08 2026] PUT /v2.0/routers/6d41e979-ee06-4621-9e75-e1cdc82d26de/add_router_interface => generated 309 bytes in 1175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1110] 162.253.55.49 () {34 vars in 999 bytes} [Fri Mar 6 21:29:09 2026] GET /v2.0/subnets?network_id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a => generated 684 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:09.481 7 INFO neutron.db.segments_db [None req-19798225-116e-4f85-9537-eb8d2a5349eb 6cce5c2667c04cedab58a62deb1fea9c 4499bd18f05e42d28f24204721dd7241 - - default default] Added segment 29a5074c-7819-4308-abc2-1fd7281cccb1 of type vxlan for network ade1c34b-b6f6-4f4f-92ee-860d5014f26b 2026-03-06 21:29:09.534 7 INFO neutron.db.segments_db [None req-19798225-116e-4f85-9537-eb8d2a5349eb 6cce5c2667c04cedab58a62deb1fea9c 4499bd18f05e42d28f24204721dd7241 - - default default] Added segment bca2d17d-395e-4cef-8d7c-e7c52bf06e45 of type vxlan for network 5c82443c-0860-43bf-b757-84365b3e51f8 [pid: 8|app: 0|req: 589/1111] 162.253.55.49 () {34 vars in 1145 bytes} [Fri Mar 6 21:29:09 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe&device_owner=compute%3Anova&network_id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1112] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:09 2026] POST /v2.0/networks => generated 1205 bytes in 528 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 524/1113] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:29:09 2026] GET /v2.0/networks => generated 1842 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:29:09.802 7 INFO neutron.services.segments.plugin [-] Segment 29a5074c-7819-4308-abc2-1fd7281cccb1 resource provider aggregate not found 2026-03-06 21:29:09.821 7 INFO neutron.services.segments.plugin [-] Segment 29a5074c-7819-4308-abc2-1fd7281cccb1 resource provider aggregate not found 2026-03-06 21:29:09.823 7 INFO neutron.services.segments.plugin [-] Segment 29a5074c-7819-4308-abc2-1fd7281cccb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29a5074c-7819-4308-abc2-1fd7281cccb1 found for delete ", "request_id": "req-0eec9887-6176-4e4f-aa58-31031231876b"}]} 2026-03-06 21:29:09.839 7 INFO neutron.services.segments.plugin [-] Segment 29a5074c-7819-4308-abc2-1fd7281cccb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29a5074c-7819-4308-abc2-1fd7281cccb1 found for delete ", "request_id": "req-38f4bd43-2dc2-497a-8a8c-12ef2e136641"}]} [pid: 7|app: 0|req: 525/1114] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:09 2026] DELETE /v2.0/networks/ade1c34b-b6f6-4f4f-92ee-860d5014f26b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1115] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:09 2026] DELETE /v2.0/networks/5c82443c-0860-43bf-b757-84365b3e51f8 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1116] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:29:09 2026] GET /v2.0/networks => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:10.106 7 INFO neutron.db.segments_db [None req-d9da8bc4-7378-4eb9-9294-3de569b4f24b 6cce5c2667c04cedab58a62deb1fea9c 4499bd18f05e42d28f24204721dd7241 - - default default] Added segment e17c11bc-1e31-4765-b14e-c800df51f604 of type vxlan for network 287614a6-156a-4169-b9fc-16e7e6b16a77 [pid: 8|app: 0|req: 590/1117] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:29:09 2026] PUT /v2.0/ports/0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 1149 bytes in 593 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: 528/1118] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:10 2026] POST /v2.0/networks => generated 634 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:10.260 7 INFO neutron.db.segments_db [None req-4c72229a-222a-43f6-8a1d-2ae6e65d51e8 6cce5c2667c04cedab58a62deb1fea9c 4499bd18f05e42d28f24204721dd7241 - - default default] Added segment d78bd72e-b1b7-4bfb-944f-73ddebafd5db of type vxlan for network 443d9422-a688-42ef-ba41-55083c33304e [pid: 8|app: 0|req: 591/1119] 10.0.0.215 () {34 vars in 685 bytes} [Fri Mar 6 21:29:10 2026] POST /v2.0/security-groups => generated 1660 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1120] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:10 2026] POST /v2.0/networks => generated 634 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:10.398 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-62d8a297-9c7d-4096-b335-4c3f66f60d9e'] response: {'name': 'network-changed', 'server_uuid': 'bbfacc6c-8307-4c6a-8e2c-05bbb45beffe', 'tag': '0a64ff39-4c1a-45b2-a687-fd4e730e5b2f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 592/1121] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:10 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: 593/1122] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:10 2026] POST /v2.0/security-group-rules => generated 602 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1123] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:29:10 2026] POST /v2.0/ports => generated 1506 bytes in 561 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: 531/1124] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:10 2026] GET /v2.0/ports?tenant_id=2269fb897e03484995d4061c87738049&device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 1421 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1125] 10.0.0.215 () {32 vars in 643 bytes} [Fri Mar 6 21:29:10 2026] GET /v2.0/ports => generated 1506 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1126] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:29:10 2026] POST /v2.0/floatingips => generated 552 bytes in 459 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1127] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/networks?id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1128] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:11.122 8 INFO neutron_taas.services.taas.taas_plugin [None req-a4c971e5-ebc8-424a-b752-aaa90c23f80d 6cce5c2667c04cedab58a62deb1fea9c 4499bd18f05e42d28f24204721dd7241 - - default default] TaaS: Handle Delete Port: 30f25f06-8be9-4097-9150-c6fee15a6b47 2026-03-06 21:29:11.125 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a4c971e5-ebc8-424a-b752-aaa90c23f80d 6cce5c2667c04cedab58a62deb1fea9c 4499bd18f05e42d28f24204721dd7241 - - default default] Tap Mirror: Handle Delete Port: 30f25f06-8be9-4097-9150-c6fee15a6b47 [pid: 7|app: 0|req: 535/1129] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1130] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/subnets?id=c92e5428-8628-427e-be7b-bd819f8e2a2d => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1131] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:29:11 2026] DELETE /v2.0/ports/30f25f06-8be9-4097-9150-c6fee15a6b47 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1132] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/ports?network_id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a&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: 538/1133] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?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: 539/1134] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:11.356 8 INFO neutron_taas.services.taas.taas_plugin [None req-5092efaf-850f-42ab-b399-dc771d690cb3 6cce5c2667c04cedab58a62deb1fea9c 4499bd18f05e42d28f24204721dd7241 - - default default] TaaS: Handle Delete Port: 0895676e-b3d6-4126-a30d-dba32b1564e2 2026-03-06 21:29:11.358 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5092efaf-850f-42ab-b399-dc771d690cb3 6cce5c2667c04cedab58a62deb1fea9c 4499bd18f05e42d28f24204721dd7241 - - default default] Tap Mirror: Handle Delete Port: 0895676e-b3d6-4126-a30d-dba32b1564e2 [pid: 8|app: 0|req: 596/1135] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:29:11 2026] DELETE /v2.0/ports/0895676e-b3d6-4126-a30d-dba32b1564e2 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1136] 10.0.0.56 () {34 vars in 1097 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--495407563&fields=id&tenant_id=bae6d08e7b9149ef9d4a6bf1b65afcc6 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1137] 10.0.0.215 () {32 vars in 643 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/ports => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1138] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/networks?id=90875a9e-a2ef-441c-9dfc-81fea0d186f3 => generated 669 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:11.547 7 INFO neutron.db.segments_db [None req-9adfbde2-01c6-4957-9562-3e298bd61792 6cce5c2667c04cedab58a62deb1fea9c 4499bd18f05e42d28f24204721dd7241 - - default default] Added segment cba3c2cf-0c8e-4826-8ba3-4ffc1b6db50f of type vxlan for network 7dc6950c-beb5-487c-8125-98fc60b62f1e [pid: 8|app: 0|req: 599/1139] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/quotas/bae6d08e7b9149ef9d4a6bf1b65afcc6 => 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: 541/1140] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:11 2026] POST /v2.0/networks => generated 635 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1141] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/ports?tenant_id=bae6d08e7b9149ef9d4a6bf1b65afcc6&fields=id => generated 103 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:11.680 7 INFO neutron.db.segments_db [None req-9565d5a0-1475-4707-9fdf-00cbb4050182 6cce5c2667c04cedab58a62deb1fea9c 4499bd18f05e42d28f24204721dd7241 - - default default] Added segment ad40910e-64eb-47b6-ab96-39ee779b4865 of type vxlan for network b1fd4cb6-eee9-4145-be55-ec4f94043fef [pid: 8|app: 0|req: 601/1142] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/networks/90875a9e-a2ef-441c-9dfc-81fea0d186f3?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: 602/1143] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/networks/90875a9e-a2ef-441c-9dfc-81fea0d186f3?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: 542/1144] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:11 2026] POST /v2.0/networks => generated 634 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:11.856 7 INFO neutron.services.segments.plugin [-] Segment bca2d17d-395e-4cef-8d7c-e7c52bf06e45 resource provider aggregate not found 2026-03-06 21:29:11.861 7 INFO neutron.services.segments.plugin [-] Segment bca2d17d-395e-4cef-8d7c-e7c52bf06e45 resource provider aggregate not found 2026-03-06 21:29:11.876 7 INFO neutron.services.segments.plugin [-] Segment bca2d17d-395e-4cef-8d7c-e7c52bf06e45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bca2d17d-395e-4cef-8d7c-e7c52bf06e45 found for delete ", "request_id": "req-404df431-dc35-4d99-9ac7-c4abdffd1dad"}]} 2026-03-06 21:29:11.880 7 INFO neutron.services.segments.plugin [-] Segment bca2d17d-395e-4cef-8d7c-e7c52bf06e45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bca2d17d-395e-4cef-8d7c-e7c52bf06e45 found for delete ", "request_id": "req-6c895697-59ee-475b-b96a-a651b8d83664"}]} [pid: 7|app: 0|req: 543/1145] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => 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: 603/1146] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 1152 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1147] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:11 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&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: 545/1148] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/ports?tenant_id=2269fb897e03484995d4061c87738049&device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 1421 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1149] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/networks?id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a => generated 780 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1150] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => 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: 548/1151] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1152] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/subnets?id=c92e5428-8628-427e-be7b-bd819f8e2a2d => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1153] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/ports?network_id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1154] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?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: 552/1155] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1156] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:12 2026] POST /v2.0/subnets => generated 1323 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1157] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/subnets => generated 1959 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1158] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:12 2026] DELETE /v2.0/subnets/b48cbd8b-481e-4f2f-8018-e9c3fb712f20 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1159] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:12 2026] DELETE /v2.0/subnets/d6ff8aa8-5f13-4ecb-916d-bc0e04ff8cbb => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1160] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1161] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:29:12 2026] GET /v2.0/subnets => generated 649 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1162] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:13 2026] DELETE /v2.0/networks/b1fd4cb6-eee9-4145-be55-ec4f94043fef => 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: 607/1163] 162.253.55.49 () {34 vars in 1119 bytes} [Fri Mar 6 21:29:13 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.12 => generated 1152 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1164] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:13 2026] DELETE /v2.0/networks/7dc6950c-beb5-487c-8125-98fc60b62f1e => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1165] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:13 2026] DELETE /v2.0/networks/443d9422-a688-42ef-ba41-55083c33304e => 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: 559/1166] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:13 2026] DELETE /v2.0/networks/287614a6-156a-4169-b9fc-16e7e6b16a77 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1167] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:29:13 2026] PUT /v2.0/ports/0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 968 bytes in 510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:13.782 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6c3ef92b-4145-4114-8be8-8d1640c9e0b0'] response: {'name': 'network-changed', 'server_uuid': 'bbfacc6c-8307-4c6a-8e2c-05bbb45beffe', 'tag': '0a64ff39-4c1a-45b2-a687-fd4e730e5b2f', 'status': 'completed', 'code': 200} 2026-03-06 21:29:13.894 7 INFO neutron.services.segments.plugin [-] Segment ad40910e-64eb-47b6-ab96-39ee779b4865 resource provider aggregate not found 2026-03-06 21:29:13.899 7 INFO neutron.services.segments.plugin [-] Segment ad40910e-64eb-47b6-ab96-39ee779b4865 resource provider aggregate not found 2026-03-06 21:29:13.907 7 INFO neutron.services.segments.plugin [-] Segment ad40910e-64eb-47b6-ab96-39ee779b4865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad40910e-64eb-47b6-ab96-39ee779b4865 found for delete ", "request_id": "req-66ce9347-276a-416b-b61c-3add352208f9"}]} 2026-03-06 21:29:13.912 7 INFO neutron.services.segments.plugin [-] Segment ad40910e-64eb-47b6-ab96-39ee779b4865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ad40910e-64eb-47b6-ab96-39ee779b4865 found for delete ", "request_id": "req-96f7e2b2-3f83-4225-be7e-01aea9bd15c1"}]} 2026-03-06 21:29:13.918 7 INFO neutron.services.segments.plugin [-] Segment cba3c2cf-0c8e-4826-8ba3-4ffc1b6db50f resource provider aggregate not found 2026-03-06 21:29:13.923 7 INFO neutron.services.segments.plugin [-] Segment cba3c2cf-0c8e-4826-8ba3-4ffc1b6db50f resource provider aggregate not found 2026-03-06 21:29:13.933 7 INFO neutron.services.segments.plugin [-] Segment cba3c2cf-0c8e-4826-8ba3-4ffc1b6db50f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cba3c2cf-0c8e-4826-8ba3-4ffc1b6db50f found for delete ", "request_id": "req-891038ce-2ee3-4b2c-ae85-95d783252d82"}]} 2026-03-06 21:29:13.939 7 INFO neutron.services.segments.plugin [-] Segment cba3c2cf-0c8e-4826-8ba3-4ffc1b6db50f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cba3c2cf-0c8e-4826-8ba3-4ffc1b6db50f found for delete ", "request_id": "req-6f60b41d-b150-4d9a-9355-ad54aa4c313f"}]} 2026-03-06 21:29:13.948 7 INFO neutron.services.segments.plugin [-] Segment d78bd72e-b1b7-4bfb-944f-73ddebafd5db resource provider aggregate not found 2026-03-06 21:29:13.951 7 INFO neutron.services.segments.plugin [-] Segment d78bd72e-b1b7-4bfb-944f-73ddebafd5db resource provider aggregate not found 2026-03-06 21:29:13.965 7 INFO neutron.services.segments.plugin [-] Segment d78bd72e-b1b7-4bfb-944f-73ddebafd5db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d78bd72e-b1b7-4bfb-944f-73ddebafd5db found for delete ", "request_id": "req-879a8023-1b76-4d9f-a3ad-ddd2b88c7aca"}]} 2026-03-06 21:29:13.969 7 INFO neutron.services.segments.plugin [-] Segment d78bd72e-b1b7-4bfb-944f-73ddebafd5db resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d78bd72e-b1b7-4bfb-944f-73ddebafd5db found for delete ", "request_id": "req-5188d4e8-910b-4dde-b625-2ead2743c9dc"}]} 2026-03-06 21:29:13.983 7 INFO neutron.services.segments.plugin [-] Segment e17c11bc-1e31-4765-b14e-c800df51f604 resource provider aggregate not found 2026-03-06 21:29:13.991 7 INFO neutron.services.segments.plugin [-] Segment e17c11bc-1e31-4765-b14e-c800df51f604 resource provider aggregate not found 2026-03-06 21:29:14.013 7 INFO neutron.services.segments.plugin [-] Segment e17c11bc-1e31-4765-b14e-c800df51f604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e17c11bc-1e31-4765-b14e-c800df51f604 found for delete ", "request_id": "req-44a03c92-7c2e-4d6e-a5ad-8edd12569fea"}]} 2026-03-06 21:29:14.017 7 INFO neutron.services.segments.plugin [-] Segment e17c11bc-1e31-4765-b14e-c800df51f604 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e17c11bc-1e31-4765-b14e-c800df51f604 found for delete ", "request_id": "req-ce17d9e3-aa4d-4a8b-aa18-2c08905c27c6"}]} [pid: 7|app: 0|req: 560/1168] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:14 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 12 bytes in 20 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: 561/1169] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:14 2026] GET /v2.0/ports?tenant_id=2269fb897e03484995d4061c87738049&device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 609/1170] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:14 2026] GET /v2.0/security-groups?tenant_id=4499bd18f05e42d28f24204721dd7241&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1171] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:29:14 2026] GET /v2.0/networks?id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a => generated 780 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1172] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:29:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 860 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1173] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:29:14 2026] GET /v2.0/subnets?id=c92e5428-8628-427e-be7b-bd819f8e2a2d => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1174] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:14 2026] DELETE /v2.0/security-groups/3772dd8e-4a87-4759-8cc2-096857c638b6 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1175] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:29:14 2026] GET /v2.0/ports?network_id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a&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: 611/1176] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:29:14 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?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: 612/1177] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:29:14 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1178] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:14 2026] GET /v2.0/security-groups?tenant_id=05c609e43be94a99b167b0b120ffd0f0&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1179] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:14 2026] DELETE /v2.0/security-groups/b14bcf58-86cc-4905-ade9-4b985e01b233 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1180] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:15 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => 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: 614/1181] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:15 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1182] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:15 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1183] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:15 2026] GET /v2.0/ports?tenant_id=2269fb897e03484995d4061c87738049&device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 569/1184] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:29:15 2026] GET /v2.0/networks?id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1185] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:29:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 860 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1186] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:29:15 2026] GET /v2.0/subnets?id=c92e5428-8628-427e-be7b-bd819f8e2a2d => generated 702 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1187] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:29:15 2026] GET /v2.0/ports?network_id=df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a&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: 571/1188] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:29:15 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?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: 618/1189] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:29:15 2026] GET /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1190] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:29:16 2026] GET /v2.0/networks?id=90875a9e-a2ef-441c-9dfc-81fea0d186f3 => generated 669 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1191] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:29:16 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bae6d08e7b9149ef9d4a6bf1b65afcc6 => generated 180 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:16.562 8 INFO neutron.db.segments_db [None req-a9a8037f-3d87-4edb-962a-709b2fe17d99 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Added segment 2af94eae-8464-4c2c-837f-77fb2f334aca of type vxlan for network 446cd38b-f23e-45f9-afb6-4f073bf4dd2f [pid: 7|app: 0|req: 574/1192] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:29:16 2026] POST /v2.0/ports => generated 958 bytes in 324 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: 575/1193] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:16 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 961 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1194] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:16 2026] POST /v2.0/networks => generated 615 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1195] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:16 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 577/1196] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:16 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:16.754 7 INFO neutron.db.segments_db [None req-705bd5d0-d37b-49e0-a95a-eaead0b4d08d 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Added segment 7cd99e99-c0c8-46f9-84c5-a8a0b0387a8d of type vxlan for network 3acc2343-a595-49d5-ada5-1a9fdce9ac1e [pid: 7|app: 0|req: 578/1197] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:16 2026] POST /v2.0/networks => generated 615 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1198] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:16 2026] GET /v2.0/security-groups?id=d0c992b6-757f-415b-bb6c-a77f4101ede9&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1199] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:16 2026] POST /v2.0/subnets => generated 646 bytes in 192 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1200] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:29:16 2026] PUT /v2.0/ports/65c15104-5e2c-45db-8b50-42cac4286164 => generated 1239 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:29:17.128 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f6b16e6a-b1ce-46b7-864f-8f28563eaa3b'] response: {'name': 'network-changed', 'server_uuid': '3bc30d0e-2d04-4d8a-a3a7-675753faab44', 'tag': '65c15104-5e2c-45db-8b50-42cac4286164', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 581/1201] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:17 2026] POST /v2.0/subnets => generated 655 bytes in 200 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 21:29:17.315 8 INFO neutron.db.segments_db [None req-198501db-9fe0-451c-8714-4e8a63eb7b32 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Added segment bd0728c1-8594-424e-88da-1e2b1f8c04e9 of type vxlan for network 3fa87c9b-5cf7-4e3f-823b-8d283b8739aa 2026-03-06 21:29:17.519 8 INFO neutron.db.l3_hamode_db [None req-198501db-9fe0-451c-8714-4e8a63eb7b32 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:29:17.604 8 INFO neutron.db.l3_hamode_db [None req-198501db-9fe0-451c-8714-4e8a63eb7b32 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 582/1202] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:17 2026] GET /v2.0/ports?tenant_id=bae6d08e7b9149ef9d4a6bf1b65afcc6&device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1203] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:29:17 2026] GET /v2.0/networks?tenant_id=bae6d08e7b9149ef9d4a6bf1b65afcc6&shared=False => generated 765 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1204] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:29:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1205] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:29:17 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1206] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:17 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:17.954 7 INFO neutron_taas.services.taas.taas_plugin [req-3cc67346-25cc-4169-8080-27593160481c req-0038d799-8fee-4e8f-9ad0-62831e5bed04 da223d9e567046479a682923ec3d5c79 2269fb897e03484995d4061c87738049 - - default default] TaaS: Handle Delete Port: 0a64ff39-4c1a-45b2-a687-fd4e730e5b2f 2026-03-06 21:29:17.956 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3cc67346-25cc-4169-8080-27593160481c req-0038d799-8fee-4e8f-9ad0-62831e5bed04 da223d9e567046479a682923ec3d5c79 2269fb897e03484995d4061c87738049 - - default default] Tap Mirror: Handle Delete Port: 0a64ff39-4c1a-45b2-a687-fd4e730e5b2f 2026-03-06 21:29:18.070 7 INFO neutron.db.l3_db [req-3cc67346-25cc-4169-8080-27593160481c req-0038d799-8fee-4e8f-9ad0-62831e5bed04 da223d9e567046479a682923ec3d5c79 2269fb897e03484995d4061c87738049 - - default default] Floating IP 99a83bdf-56ee-44db-b36c-830b3deca7b0 disassociated. External IP: 10.96.250.219, port: 0a64ff39-4c1a-45b2-a687-fd4e730e5b2f. [pid: 8|app: 0|req: 621/1207] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:17 2026] POST /v2.0/routers => generated 511 bytes in 878 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1208] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:18 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&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: 623/1209] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:18 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 587/1210] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:29:17 2026] DELETE /v2.0/ports/0a64ff39-4c1a-45b2-a687-fd4e730e5b2f => generated 0 bytes in 530 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:29:18.460 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cf778882-c3ca-4741-a695-a1efc9b12318'] response: {'server_uuid': 'bbfacc6c-8307-4c6a-8e2c-05bbb45beffe', 'name': 'network-vif-deleted', 'tag': '0a64ff39-4c1a-45b2-a687-fd4e730e5b2f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 588/1211] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:18 2026] GET /v2.0/ports?tenant_id=bae6d08e7b9149ef9d4a6bf1b65afcc6&device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1212] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:29:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=65c15104-5e2c-45db-8b50-42cac4286164 => 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: 590/1213] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:29:18 2026] GET /v2.0/subnets?id=d6af3522-5505-480a-b67d-130c58f3e7cc => generated 687 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1214] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:29:18 2026] GET /v2.0/ports?network_id=90875a9e-a2ef-441c-9dfc-81fea0d186f3&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: 592/1215] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:29:18 2026] GET /v2.0/networks/90875a9e-a2ef-441c-9dfc-81fea0d186f3?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: 593/1216] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:29:19 2026] GET /v2.0/networks/90875a9e-a2ef-441c-9dfc-81fea0d186f3?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: 594/1217] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:19 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => 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: 595/1218] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:19 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1219] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:19 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&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: 624/1220] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:29:18 2026] PUT /v2.0/routers/9eba8366-92e3-4c6b-a217-dfaae4118b7d/add_router_interface => generated 309 bytes in 1278 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1221] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:29:19 2026] GET /v2.0/ports/726dc413-dfd7-48d6-a0d1-c7c5a65250d0 => generated 959 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1222] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:20 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => 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: 599/1223] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:20 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1224] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:20 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&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: 625/1225] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:29:19 2026] PUT /v2.0/routers/9eba8366-92e3-4c6b-a217-dfaae4118b7d/add_router_interface => generated 309 bytes in 1019 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1226] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:29:20 2026] GET /v2.0/ports/f006d1c0-8602-4891-9f04-957e84a9fd7d => generated 967 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:20.862 8 INFO neutron_taas.services.taas.taas_plugin [None req-8a2d951a-66e0-4a54-8a82-610faa1e2e85 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: f006d1c0-8602-4891-9f04-957e84a9fd7d 2026-03-06 21:29:20.864 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a2d951a-66e0-4a54-8a82-610faa1e2e85 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: f006d1c0-8602-4891-9f04-957e84a9fd7d [pid: 8|app: 0|req: 626/1227] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:29:20 2026] PUT /v2.0/routers/9eba8366-92e3-4c6b-a217-dfaae4118b7d/remove_router_interface => generated 309 bytes in 646 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1228] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:21 2026] GET /v2.0/ports?device_id=bbfacc6c-8307-4c6a-8e2c-05bbb45beffe => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1229] 10.0.0.85 () {32 vars in 801 bytes} [Fri Mar 6 21:29:21 2026] GET /v2.0/extensions => generated 21537 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1230] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:21 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 973 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1231] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:21 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&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: 631/1232] 10.0.0.85 () {30 vars in 723 bytes} [Fri Mar 6 21:29:21 2026] GET /v2.0/quotas/39db53d5634044febd97344e78753f9a/details => generated 847 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:21.904 7 INFO neutron_taas.services.taas.taas_plugin [None req-c2c3e2f8-f883-4c5f-87b2-a4482d1b8258 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: 726dc413-dfd7-48d6-a0d1-c7c5a65250d0 2026-03-06 21:29:21.907 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c2c3e2f8-f883-4c5f-87b2-a4482d1b8258 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: 726dc413-dfd7-48d6-a0d1-c7c5a65250d0 [pid: 7|app: 0|req: 602/1235] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:29:21 2026] PUT /v2.0/routers/9eba8366-92e3-4c6b-a217-dfaae4118b7d/remove_router_interface => generated 309 bytes in 1071 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1236] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:29:22 2026] GET /v2.0/ports?device_id=9eba8366-92e3-4c6b-a217-dfaae4118b7d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:22.477 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce1ff6fd-a593-4d1f-bb1e-70f548c2a554 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: de95fdf0-e031-471a-9f55-a8c3679ee2ff 2026-03-06 21:29:22.479 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce1ff6fd-a593-4d1f-bb1e-70f548c2a554 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: de95fdf0-e031-471a-9f55-a8c3679ee2ff [pid: 8|app: 0|req: 635/1237] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:22 2026] DELETE /v2.0/security-groups/d0c992b6-757f-415b-bb6c-a77f4101ede9 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:29:22.668 8 INFO neutron.api.v2.resource [None req-ee8332b0-4c42-40ba-babb-1e7f7fa8f30e da223d9e567046479a682923ec3d5c79 2269fb897e03484995d4061c87738049 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 636/1238] 10.0.0.215 () {32 vars in 737 bytes} [Fri Mar 6 21:29:22 2026] GET /v2.0/security-groups/d0c992b6-757f-415b-bb6c-a77f4101ede9 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:29:22.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-0c704947-5d38-4b76-adfb-47a043a1bcc7 da223d9e567046479a682923ec3d5c79 2269fb897e03484995d4061c87738049 - - default default] TaaS: Handle Delete Port: abdb45bf-f0e8-483f-8549-982a00633d58 2026-03-06 21:29:22.779 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0c704947-5d38-4b76-adfb-47a043a1bcc7 da223d9e567046479a682923ec3d5c79 2269fb897e03484995d4061c87738049 - - default default] Tap Mirror: Handle Delete Port: abdb45bf-f0e8-483f-8549-982a00633d58 2026-03-06 21:29:22.809 7 INFO neutron.services.segments.plugin [-] Segment bd0728c1-8594-424e-88da-1e2b1f8c04e9 resource provider aggregate not found 2026-03-06 21:29:22.813 7 INFO neutron.services.segments.plugin [-] Segment bd0728c1-8594-424e-88da-1e2b1f8c04e9 resource provider aggregate not found 2026-03-06 21:29:22.827 7 INFO neutron.services.segments.plugin [-] Segment bd0728c1-8594-424e-88da-1e2b1f8c04e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd0728c1-8594-424e-88da-1e2b1f8c04e9 found for delete ", "request_id": "req-98c029e5-31e0-402c-8c95-7612fee8e9e7"}]} 2026-03-06 21:29:22.835 7 INFO neutron.services.segments.plugin [-] Segment bd0728c1-8594-424e-88da-1e2b1f8c04e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd0728c1-8594-424e-88da-1e2b1f8c04e9 found for delete ", "request_id": "req-683899e1-bf6d-40b5-860e-c5d6bea6bd37"}]} 2026-03-06 21:29:22.856 7 INFO neutron.db.l3_hamode_db [None req-ce1ff6fd-a593-4d1f-bb1e-70f548c2a554 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] HA network 3fa87c9b-5cf7-4e3f-823b-8d283b8739aa was deleted as no HA routers are present in tenant 84c65421cb184ddfaff5165224ab06b6. [pid: 7|app: 0|req: 603/1239] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:22 2026] DELETE /v2.0/routers/9eba8366-92e3-4c6b-a217-dfaae4118b7d => generated 0 bytes in 523 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1240] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:29:22 2026] DELETE /v2.0/floatingips/99a83bdf-56ee-44db-b36c-830b3deca7b0 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1241] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:22 2026] DELETE /v2.0/subnets/d2fc3ae1-6404-43dd-807f-e838ddf85a4d => 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: 638/1242] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:22 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1243] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:23 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&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: 605/1244] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:23 2026] DELETE /v2.0/subnets/bc7a2e8e-964b-4126-a9d5-8839eaa38a01 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1245] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:23 2026] DELETE /v2.0/networks/3acc2343-a595-49d5-ada5-1a9fdce9ac1e => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:29:23.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-45c9dc90-bd7f-4d16-b134-d4e25bc074d1 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: 4b8b8878-2146-46c2-9744-12924aab50ce 2026-03-06 21:29:23.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-45c9dc90-bd7f-4d16-b134-d4e25bc074d1 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: 4b8b8878-2146-46c2-9744-12924aab50ce 2026-03-06 21:29:23.545 8 INFO neutron_taas.services.taas.taas_plugin [None req-5eb295fc-36cc-4012-a9a0-6a3c8b425557 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 33521a5e-966f-4bef-bfbc-e636082bd81f 2026-03-06 21:29:23.548 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5eb295fc-36cc-4012-a9a0-6a3c8b425557 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 33521a5e-966f-4bef-bfbc-e636082bd81f [pid: 7|app: 0|req: 607/1246] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:23 2026] DELETE /v2.0/networks/446cd38b-f23e-45f9-afb6-4f073bf4dd2f => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:29:23.760 7 INFO neutron.db.segments_db [None req-ed0b247c-e956-4960-88a4-fb4d782f5c75 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Added segment adf2f667-5e57-46c4-bd2d-af7a331dd39a of type vxlan for network 40607fee-f195-43f2-881a-655bdb75f451 [pid: 7|app: 0|req: 608/1247] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:23 2026] POST /v2.0/networks => generated 615 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1248] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:23 2026] POST /v2.0/subnets => generated 646 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:24.118 7 INFO neutron.db.segments_db [None req-7ecd6bd2-d995-429c-ad84-76fc640e4f88 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Added segment 0dddcffc-382b-4e2f-bd1c-e1f7e2c9956f of type vxlan for network f72de39e-5bd3-429a-a4a1-67e89b4b36ca [pid: 8|app: 0|req: 640/1249] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:29:23 2026] PUT /v2.0/routers/03e5bcbc-6b20-44cc-8b48-233ae73d9542/remove_router_interface => generated 309 bytes in 1069 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:24.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c40eea2-2150-40df-b87a-4a0f738bcf2c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: d07986ce-55b1-484c-8e5b-03e2dd50fb9f 2026-03-06 21:29:24.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c40eea2-2150-40df-b87a-4a0f738bcf2c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: d07986ce-55b1-484c-8e5b-03e2dd50fb9f 2026-03-06 21:29:24.382 7 INFO neutron.db.l3_hamode_db [None req-7ecd6bd2-d995-429c-ad84-76fc640e4f88 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:29:24.498 7 INFO neutron.db.l3_hamode_db [None req-7ecd6bd2-d995-429c-ad84-76fc640e4f88 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:29:24.619 8 INFO neutron_taas.services.taas.taas_plugin [None req-6c40eea2-2150-40df-b87a-4a0f738bcf2c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 20e1f59a-fbc6-4bd4-93c4-60d006aa87e2 2026-03-06 21:29:24.622 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c40eea2-2150-40df-b87a-4a0f738bcf2c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 20e1f59a-fbc6-4bd4-93c4-60d006aa87e2 2026-03-06 21:29:24.851 7 INFO neutron.services.segments.plugin [-] Segment 7cd99e99-c0c8-46f9-84c5-a8a0b0387a8d resource provider aggregate not found 2026-03-06 21:29:24.857 7 INFO neutron.services.segments.plugin [-] Segment 7cd99e99-c0c8-46f9-84c5-a8a0b0387a8d resource provider aggregate not found 2026-03-06 21:29:24.870 7 INFO neutron.services.segments.plugin [-] Segment 7cd99e99-c0c8-46f9-84c5-a8a0b0387a8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cd99e99-c0c8-46f9-84c5-a8a0b0387a8d found for delete ", "request_id": "req-f1cbadba-c223-4432-8c69-8ffddce6625b"}]} 2026-03-06 21:29:24.874 7 INFO neutron.services.segments.plugin [-] Segment 7cd99e99-c0c8-46f9-84c5-a8a0b0387a8d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cd99e99-c0c8-46f9-84c5-a8a0b0387a8d found for delete ", "request_id": "req-1df5a5a4-b4f6-4bc7-abab-eb49b32eb9cd"}]} 2026-03-06 21:29:24.889 7 INFO neutron.services.segments.plugin [-] Segment 2af94eae-8464-4c2c-837f-77fb2f334aca resource provider aggregate not found 2026-03-06 21:29:24.891 7 INFO neutron.services.segments.plugin [-] Segment 2af94eae-8464-4c2c-837f-77fb2f334aca resource provider aggregate not found 2026-03-06 21:29:24.904 7 INFO neutron.services.segments.plugin [-] Segment 2af94eae-8464-4c2c-837f-77fb2f334aca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2af94eae-8464-4c2c-837f-77fb2f334aca found for delete ", "request_id": "req-dc356633-e637-415c-8d60-077c11d98d77"}]} 2026-03-06 21:29:24.905 7 INFO neutron.services.segments.plugin [-] Segment 2af94eae-8464-4c2c-837f-77fb2f334aca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2af94eae-8464-4c2c-837f-77fb2f334aca found for delete ", "request_id": "req-a04880a6-520d-497a-803c-8a7d3dffeefb"}]} 2026-03-06 21:29:24.982 8 INFO neutron.services.segments.plugin [-] Segment 20b1a75e-14ad-4764-bf75-081a590df4b6 resource provider aggregate not found 2026-03-06 21:29:24.984 8 INFO neutron.services.segments.plugin [-] Segment 20b1a75e-14ad-4764-bf75-081a590df4b6 resource provider aggregate not found 2026-03-06 21:29:25.002 8 INFO neutron.services.segments.plugin [-] Segment 20b1a75e-14ad-4764-bf75-081a590df4b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20b1a75e-14ad-4764-bf75-081a590df4b6 found for delete ", "request_id": "req-e07501a7-0f21-447d-a1f8-342e19a2cdaa"}]} 2026-03-06 21:29:25.002 8 INFO neutron.services.segments.plugin [-] Segment 20b1a75e-14ad-4764-bf75-081a590df4b6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20b1a75e-14ad-4764-bf75-081a590df4b6 found for delete ", "request_id": "req-998a84d3-97c2-4213-8a23-ddd12e3af46e"}]} 2026-03-06 21:29:25.023 8 INFO neutron.db.l3_hamode_db [None req-6c40eea2-2150-40df-b87a-4a0f738bcf2c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network b627fd25-9631-4ac8-84d7-82cc34898125 was deleted as no HA routers are present in tenant 2269fb897e03484995d4061c87738049. [pid: 8|app: 0|req: 641/1250] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:24 2026] DELETE /v2.0/routers/03e5bcbc-6b20-44cc-8b48-233ae73d9542 => generated 0 bytes in 873 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1251] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:25 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => 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: 643/1252] 10.0.0.85 () {32 vars in 801 bytes} [Fri Mar 6 21:29:25 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1253] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:24 2026] POST /v2.0/routers => generated 510 bytes in 1057 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1254] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:25 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&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: 644/1255] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:25 2026] DELETE /v2.0/subnets/c92e5428-8628-427e-be7b-bd819f8e2a2d => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1256] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:25 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:25.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-c42d4cbd-025f-4d52-82b5-b0a1f58b701b 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: b24acd55-2320-4168-bccc-a249fd3594d7 2026-03-06 21:29:25.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c42d4cbd-025f-4d52-82b5-b0a1f58b701b 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: b24acd55-2320-4168-bccc-a249fd3594d7 [pid: 7|app: 0|req: 612/1257] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:29:25 2026] POST /v2.0/ports => generated 964 bytes in 306 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: 646/1258] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:25 2026] DELETE /v2.0/networks/df4c7fe4-9f4e-4416-8fcf-6c0f63bd494a => generated 0 bytes in 266 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1259] 10.0.0.85 () {30 vars in 723 bytes} [Fri Mar 6 21:29:25 2026] GET /v2.0/quotas/39db53d5634044febd97344e78753f9a/details => generated 847 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:25.927 8 INFO neutron.db.l3_db [None req-657fdab1-f0e9-4a5a-afbf-a2aa1361c7a4 0f821a1ddbae4eac8a091978750bae45 bae6d08e7b9149ef9d4a6bf1b65afcc6 - - default default] Floating IP 909b60e9-a048-4dcc-a427-cfc72044cf49 associated. External IP: 10.96.250.220, port: 65c15104-5e2c-45db-8b50-42cac4286164. [pid: 8|app: 0|req: 647/1260] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:29:25 2026] PUT /v2.0/floatingips/909b60e9-a048-4dcc-a427-cfc72044cf49 => generated 856 bytes in 714 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1261] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:26 2026] GET /v2.0/security-groups?tenant_id=2269fb897e03484995d4061c87738049&name=default => generated 2925 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:29:26.302 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-79302b87-f34f-43c3-83d5-952fd2cbf264'] response: {'name': 'network-changed', 'server_uuid': '3bc30d0e-2d04-4d8a-a3a7-675753faab44', 'tag': '65c15104-5e2c-45db-8b50-42cac4286164', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 649/1262] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:26 2026] DELETE /v2.0/security-groups/39b20f75-4660-47a0-a7a6-60d9c6e22a24 => 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: 650/1263] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:26 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1264] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:29:25 2026] PUT /v2.0/routers/b773bf8f-db38-4c39-9edd-d8ffe43f1cd3/add_router_interface => generated 309 bytes in 892 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: 651/1265] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:26 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&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: 615/1266] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:29:26 2026] GET /v2.0/ports/ef28b93f-d95b-45ac-b85b-9f0b49b9a25a => generated 1038 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1267] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:26 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:26.822 8 INFO neutron_taas.services.taas.taas_plugin [None req-d35c72c8-edae-491e-bf64-99d9702f4f54 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: ef28b93f-d95b-45ac-b85b-9f0b49b9a25a 2026-03-06 21:29:26.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d35c72c8-edae-491e-bf64-99d9702f4f54 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: ef28b93f-d95b-45ac-b85b-9f0b49b9a25a [pid: 7|app: 0|req: 617/1268] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:26 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1269] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:26 2026] GET /v2.0/ports?tenant_id=bae6d08e7b9149ef9d4a6bf1b65afcc6&device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1270] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:29:26 2026] GET /v2.0/networks?id=90875a9e-a2ef-441c-9dfc-81fea0d186f3 => generated 765 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1271] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:29:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=65c15104-5e2c-45db-8b50-42cac4286164 => generated 859 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1272] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:29:26 2026] GET /v2.0/subnets?id=d6af3522-5505-480a-b67d-130c58f3e7cc => generated 687 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:27.028 8 INFO neutron.services.segments.plugin [-] Segment d565515e-893f-4e1e-a0fb-6ef9f02524f0 resource provider aggregate not found 2026-03-06 21:29:27.031 8 INFO neutron.services.segments.plugin [-] Segment d565515e-893f-4e1e-a0fb-6ef9f02524f0 resource provider aggregate not found 2026-03-06 21:29:27.043 8 INFO neutron.services.segments.plugin [-] Segment d565515e-893f-4e1e-a0fb-6ef9f02524f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d565515e-893f-4e1e-a0fb-6ef9f02524f0 found for delete ", "request_id": "req-7275b558-5316-4e2c-9498-ab34a138db1d"}]} 2026-03-06 21:29:27.049 8 INFO neutron.services.segments.plugin [-] Segment d565515e-893f-4e1e-a0fb-6ef9f02524f0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d565515e-893f-4e1e-a0fb-6ef9f02524f0 found for delete ", "request_id": "req-c144558b-4d0b-4091-afbd-4293845d04aa"}]} [pid: 7|app: 0|req: 622/1273] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:29:27 2026] GET /v2.0/ports?network_id=90875a9e-a2ef-441c-9dfc-81fea0d186f3&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1274] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:29:27 2026] GET /v2.0/networks/90875a9e-a2ef-441c-9dfc-81fea0d186f3?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: 624/1275] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:29:27 2026] GET /v2.0/networks/90875a9e-a2ef-441c-9dfc-81fea0d186f3?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: 652/1276] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:29:26 2026] PUT /v2.0/routers/b773bf8f-db38-4c39-9edd-d8ffe43f1cd3/remove_router_interface => generated 309 bytes in 790 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:27.454 7 INFO neutron.api.v2.resource [None req-63360cf4-7421-47e5-84e6-ccc30cecf827 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 625/1277] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:29:27 2026] PUT /v2.0/routers/b773bf8f-db38-4c39-9edd-d8ffe43f1cd3/remove_router_interface => generated 197 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 653/1278] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:29:27 2026] GET /v2.0/ports?device_id=b773bf8f-db38-4c39-9edd-d8ffe43f1cd3 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:27.704 7 INFO neutron_taas.services.taas.taas_plugin [None req-073b4572-35db-4bd0-9014-7001c93ba938 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: bffb1d3f-58b8-4df1-9fb8-6ca00319c5ee 2026-03-06 21:29:27.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-073b4572-35db-4bd0-9014-7001c93ba938 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: bffb1d3f-58b8-4df1-9fb8-6ca00319c5ee [pid: 8|app: 0|req: 654/1279] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:27 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1280] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:28 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:28.048 7 INFO neutron.services.segments.plugin [-] Segment 0dddcffc-382b-4e2f-bd1c-e1f7e2c9956f resource provider aggregate not found 2026-03-06 21:29:28.057 7 INFO neutron.services.segments.plugin [-] Segment 0dddcffc-382b-4e2f-bd1c-e1f7e2c9956f resource provider aggregate not found 2026-03-06 21:29:28.069 7 INFO neutron.services.segments.plugin [-] Segment 0dddcffc-382b-4e2f-bd1c-e1f7e2c9956f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dddcffc-382b-4e2f-bd1c-e1f7e2c9956f found for delete ", "request_id": "req-0517b2b2-1cf6-4b47-82a3-619010b83c29"}]} 2026-03-06 21:29:28.075 7 INFO neutron.services.segments.plugin [-] Segment 0dddcffc-382b-4e2f-bd1c-e1f7e2c9956f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0dddcffc-382b-4e2f-bd1c-e1f7e2c9956f found for delete ", "request_id": "req-4cfff368-3ccc-4c32-8f0a-8e9efa3d4faf"}]} 2026-03-06 21:29:28.087 7 INFO neutron.db.l3_hamode_db [None req-073b4572-35db-4bd0-9014-7001c93ba938 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] HA network f72de39e-5bd3-429a-a4a1-67e89b4b36ca was deleted as no HA routers are present in tenant 84c65421cb184ddfaff5165224ab06b6. [pid: 7|app: 0|req: 626/1281] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:27 2026] DELETE /v2.0/routers/b773bf8f-db38-4c39-9edd-d8ffe43f1cd3 => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 656/1282] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:28 2026] DELETE /v2.0/subnets/f86a6fc8-fbfd-4fd1-a89f-949262e687d8 => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:29:28.391 8 INFO neutron_taas.services.taas.taas_plugin [None req-15fda847-d939-4d7c-b951-b813d16476db 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: 7b1a28e9-4063-42a2-9fe5-1f2247d58ecd 2026-03-06 21:29:28.394 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-15fda847-d939-4d7c-b951-b813d16476db 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: 7b1a28e9-4063-42a2-9fe5-1f2247d58ecd 2026-03-06 21:29:28.519 7 INFO neutron.db.segments_db [None req-6ecd7436-a027-4010-9620-07866d6ac3c0 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 057f3eeb-49d1-4c6f-8d77-f7b4511cd4f2 of type vxlan for network 7330f913-f3a2-48f5-9679-ac4b2d2c8265 [pid: 8|app: 0|req: 657/1283] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:28 2026] DELETE /v2.0/networks/40607fee-f195-43f2-881a-655bdb75f451 => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1284] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:29:28 2026] POST /v2.0/networks => generated 724 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:28.683 8 INFO neutron.db.segments_db [None req-c4835b6c-ae51-4893-83ee-16a4f8e6c24f 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Added segment 3110d55b-83fd-4072-babe-2de009cc5c78 of type vxlan for network eea532fb-be20-444c-9baa-f8e7c9b2e26a [pid: 8|app: 0|req: 658/1285] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:28 2026] POST /v2.0/networks => generated 615 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1286] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:28 2026] POST /v2.0/subnets => generated 690 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1287] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:28 2026] GET /v2.0/security-groups?tenant_id=39db53d5634044febd97344e78753f9a&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:29:28.993 8 INFO neutron.db.segments_db [None req-f212af21-57d2-422d-821c-c2704936a30c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 85e01c5f-515f-4044-8e6c-e1c9f33e4a88 of type vxlan for network 1c1b1468-32f1-412a-835a-2b52bcd1535f [pid: 7|app: 0|req: 629/1288] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:28 2026] POST /v2.0/subnets => generated 646 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:29.062 8 INFO neutron.services.segments.plugin [-] Segment adf2f667-5e57-46c4-bd2d-af7a331dd39a resource provider aggregate not found 2026-03-06 21:29:29.069 8 INFO neutron.services.segments.plugin [-] Segment adf2f667-5e57-46c4-bd2d-af7a331dd39a resource provider aggregate not found 2026-03-06 21:29:29.074 8 INFO neutron.services.segments.plugin [-] Segment adf2f667-5e57-46c4-bd2d-af7a331dd39a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf2f667-5e57-46c4-bd2d-af7a331dd39a found for delete ", "request_id": "req-8dc83270-c88b-4cdc-ba96-803abebb15cf"}]} 2026-03-06 21:29:29.084 8 INFO neutron.services.segments.plugin [-] Segment adf2f667-5e57-46c4-bd2d-af7a331dd39a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf2f667-5e57-46c4-bd2d-af7a331dd39a found for delete ", "request_id": "req-a7f1e6ac-a856-4035-b548-d3eca77ff7ea"}]} [pid: 7|app: 0|req: 630/1289] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:29 2026] DELETE /v2.0/security-groups/684f9efa-a67e-4c99-a198-bfe03be0e410 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:29:29.195 7 INFO neutron.db.segments_db [None req-36b9924e-fccc-4494-9f89-b365895e847e 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Added segment e33b4643-ec38-43f2-8483-a58f99eb88f5 of type vxlan for network 4a51133a-ebf5-4a58-b178-89f1c9dc3524 2026-03-06 21:29:29.251 8 INFO neutron.db.l3_hamode_db [None req-f212af21-57d2-422d-821c-c2704936a30c 6b94713896564ff7be8a46d0bc63d74e 61e19f43cfe942cdb7bd1482be17b4c1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:29:29.380 7 INFO neutron.db.l3_hamode_db [None req-36b9924e-fccc-4494-9f89-b365895e847e 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:29:29.471 7 INFO neutron.db.l3_hamode_db [None req-36b9924e-fccc-4494-9f89-b365895e847e 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:29:29.900 8 INFO neutron.db.l3_hamode_db [None req-f212af21-57d2-422d-821c-c2704936a30c 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 631/1290] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:29 2026] POST /v2.0/routers => generated 510 bytes in 810 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1291] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:29 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1292] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:29:30 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1293] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:28 2026] POST /v2.0/routers => generated 730 bytes in 1760 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1294] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:30 2026] GET /v2.0/security-groups?id=cd96563d-f6a2-42f9-b543-dd2722de9716&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 21:29:30.839 8 INFO neutron_taas.services.taas.taas_plugin [req-b533a17b-a7b4-49f4-ae9c-c50292eaf95b req-01a4b7d8-394d-4398-a796-1886e388f6a4 0f821a1ddbae4eac8a091978750bae45 bae6d08e7b9149ef9d4a6bf1b65afcc6 - - default default] TaaS: Handle Delete Port: 65c15104-5e2c-45db-8b50-42cac4286164 2026-03-06 21:29:30.841 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-b533a17b-a7b4-49f4-ae9c-c50292eaf95b req-01a4b7d8-394d-4398-a796-1886e388f6a4 0f821a1ddbae4eac8a091978750bae45 bae6d08e7b9149ef9d4a6bf1b65afcc6 - - default default] Tap Mirror: Handle Delete Port: 65c15104-5e2c-45db-8b50-42cac4286164 2026-03-06 21:29:30.986 8 INFO neutron.db.l3_db [req-b533a17b-a7b4-49f4-ae9c-c50292eaf95b req-01a4b7d8-394d-4398-a796-1886e388f6a4 0f821a1ddbae4eac8a091978750bae45 bae6d08e7b9149ef9d4a6bf1b65afcc6 - - default default] Floating IP 909b60e9-a048-4dcc-a427-cfc72044cf49 disassociated. External IP: 10.96.250.220, port: 65c15104-5e2c-45db-8b50-42cac4286164. [pid: 7|app: 0|req: 634/1295] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:29:30 2026] PUT /v2.0/routers/5e7c93db-b094-410b-8db8-f960f193e518/add_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1296] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:29:30 2026] DELETE /v2.0/ports/65c15104-5e2c-45db-8b50-42cac4286164 => generated 0 bytes in 540 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:29:31.326 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d4ccb7a-cff7-4ac2-8208-a47b8ef1bc02'] response: {'server_uuid': '3bc30d0e-2d04-4d8a-a3a7-675753faab44', 'name': 'network-vif-deleted', 'tag': '65c15104-5e2c-45db-8b50-42cac4286164', 'status': 'completed', 'code': 200} 2026-03-06 21:29:31.574 8 INFO neutron.db.segments_db [None req-14cb97fd-c0db-48d7-83f3-022e28f2c11a 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment ab8c09ba-feeb-4c83-8c32-0cdd06f9715b of type vxlan for network 2309192d-8d2f-47e0-9110-bf74cb61c784 [pid: 8|app: 0|req: 663/1297] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:29:31 2026] POST /v2.0/networks => generated 722 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1298] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:29:31 2026] GET /v2.0/ports/d0b6df14-6253-45fd-92cc-9f7c9d55e84d => generated 959 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1299] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:31 2026] POST /v2.0/subnets => generated 688 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1300] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:29:31 2026] PUT /v2.0/routers/c1d5f999-5029-4747-a1bc-74d710f8b643/add_router_interface => generated 309 bytes in 1058 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1301] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:32 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:32.140 7 INFO neutron.db.segments_db [None req-14cdfbfe-71cd-4ba5-86d2-d023ab49af6a 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment ebd28d2c-df70-41f8-89ff-c97237f4f7e7 of type vxlan for network 619f40f2-5cc8-40e0-854e-6dafc134d869 2026-03-06 21:29:32.189 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3156da6-c8f9-4c2c-9b79-98a2206f7b77 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: d0b6df14-6253-45fd-92cc-9f7c9d55e84d 2026-03-06 21:29:32.192 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3156da6-c8f9-4c2c-9b79-98a2206f7b77 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: d0b6df14-6253-45fd-92cc-9f7c9d55e84d 2026-03-06 21:29:32.337 7 INFO neutron.db.l3_hamode_db [None req-14cdfbfe-71cd-4ba5-86d2-d023ab49af6a 6b94713896564ff7be8a46d0bc63d74e e97e267766054e5a8018a064bb5ebc16 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 666/1302] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:29:31 2026] PUT /v2.0/routers/5e7c93db-b094-410b-8db8-f960f193e518/remove_router_interface => generated 309 bytes in 752 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.215 () {34 vars in 685 bytes} [Fri Mar 6 21:29:32 2026] POST /v2.0/security-groups => generated 1660 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1304] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:29:32 2026] GET /v2.0/ports?device_id=5e7c93db-b094-410b-8db8-f960f193e518 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1305] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:32 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:32.991 7 INFO neutron.db.l3_hamode_db [None req-14cdfbfe-71cd-4ba5-86d2-d023ab49af6a 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:29:32.995 8 INFO neutron_taas.services.taas.taas_plugin [None req-86d30fb1-3f37-45fb-a314-51a5acc33462 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: a18b958f-e506-4b55-9d1d-a3037de9f9f0 2026-03-06 21:29:32.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86d30fb1-3f37-45fb-a314-51a5acc33462 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: a18b958f-e506-4b55-9d1d-a3037de9f9f0 2026-03-06 21:29:33.314 8 INFO neutron.services.segments.plugin [-] Segment e33b4643-ec38-43f2-8483-a58f99eb88f5 resource provider aggregate not found 2026-03-06 21:29:33.319 8 INFO neutron.services.segments.plugin [-] Segment e33b4643-ec38-43f2-8483-a58f99eb88f5 resource provider aggregate not found 2026-03-06 21:29:33.335 8 INFO neutron.db.l3_hamode_db [None req-86d30fb1-3f37-45fb-a314-51a5acc33462 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] HA network 4a51133a-ebf5-4a58-b178-89f1c9dc3524 was deleted as no HA routers are present in tenant 84c65421cb184ddfaff5165224ab06b6. 2026-03-06 21:29:33.340 8 INFO neutron.services.segments.plugin [-] Segment e33b4643-ec38-43f2-8483-a58f99eb88f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e33b4643-ec38-43f2-8483-a58f99eb88f5 found for delete ", "request_id": "req-e9510b9b-e269-4267-b2fe-1157ac7b0676"}]} [pid: 8|app: 0|req: 670/1306] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:32 2026] DELETE /v2.0/routers/5e7c93db-b094-410b-8db8-f960f193e518 => generated 0 bytes in 508 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:29:33.348 8 INFO neutron.services.segments.plugin [-] Segment e33b4643-ec38-43f2-8483-a58f99eb88f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e33b4643-ec38-43f2-8483-a58f99eb88f5 found for delete ", "request_id": "req-b86cefba-50fa-49ce-9813-d9cbfc43269b"}]} [pid: 8|app: 0|req: 671/1307] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:33 2026] POST /v2.0/security-group-rules => generated 602 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1308] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:33 2026] GET /v2.0/ports?device_id=3bc30d0e-2d04-4d8a-a3a7-675753faab44 => 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: 673/1309] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:33 2026] DELETE /v2.0/subnets/cf4bdfe0-ef26-4b1f-9610-55642c3d5292 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1310] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:32 2026] POST /v2.0/routers => generated 728 bytes in 1794 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:34.014 7 INFO neutron.services.segments.plugin [-] Segment 3110d55b-83fd-4072-babe-2de009cc5c78 resource provider aggregate not found 2026-03-06 21:29:34.017 7 INFO neutron.services.segments.plugin [-] Segment 3110d55b-83fd-4072-babe-2de009cc5c78 resource provider aggregate not found [pid: 7|app: 0|req: 638/1311] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:33 2026] DELETE /v2.0/networks/eea532fb-be20-444c-9baa-f8e7c9b2e26a => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:29:34.034 7 INFO neutron.services.segments.plugin [-] Segment 3110d55b-83fd-4072-babe-2de009cc5c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3110d55b-83fd-4072-babe-2de009cc5c78 found for delete ", "request_id": "req-9b8fa298-74a0-4aed-8317-5049de4137b9"}]} 2026-03-06 21:29:34.035 7 INFO neutron.services.segments.plugin [-] Segment 3110d55b-83fd-4072-babe-2de009cc5c78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3110d55b-83fd-4072-babe-2de009cc5c78 found for delete ", "request_id": "req-e7dfc74a-6d09-46c6-9482-ef0c3aedc75b"}]} [pid: 8|app: 0|req: 674/1312] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:29:33 2026] POST /v2.0/floatingips => generated 552 bytes in 547 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:34.215 8 INFO neutron.db.segments_db [None req-6c1341cb-82f2-49a4-a856-4ffe9e9efeaf 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Added segment 471baeb6-4b1a-445c-839b-b421e3c14020 of type vxlan for network 098d4a00-137f-4625-bfd6-4687118efbdf 2026-03-06 21:29:34.447 8 INFO neutron.db.l3_hamode_db [None req-6c1341cb-82f2-49a4-a856-4ffe9e9efeaf 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 639/1313] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:29:34 2026] PUT /v2.0/routers/fb6ded59-1f0d-4abd-a181-6a530bcf934e/add_router_interface => generated 309 bytes in 1145 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1314] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:35 2026] DELETE /v2.0/security-groups/cd96563d-f6a2-42f9-b543-dd2722de9716 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1315] 10.0.0.56 () {34 vars in 1097 bytes} [Fri Mar 6 21:29:35 2026] GET /v2.0/security-groups?name=tempest-securitygroup--950461462&fields=id&tenant_id=61e19f43cfe942cdb7bd1482be17b4c1 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:35.324 7 INFO neutron.api.v2.resource [None req-1783aec8-0b7e-4985-b446-374f691469db 0f821a1ddbae4eac8a091978750bae45 bae6d08e7b9149ef9d4a6bf1b65afcc6 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 642/1316] 10.0.0.215 () {32 vars in 737 bytes} [Fri Mar 6 21:29:35 2026] GET /v2.0/security-groups/cd96563d-f6a2-42f9-b543-dd2722de9716 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 643/1317] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:29:35 2026] GET /v2.0/networks?id=7330f913-f3a2-48f5-9679-ac4b2d2c8265 => generated 675 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:35.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-ce21b876-5eb8-4ae9-9ff9-c966c0d9cfe7 0f821a1ddbae4eac8a091978750bae45 bae6d08e7b9149ef9d4a6bf1b65afcc6 - - default default] TaaS: Handle Delete Port: 36ec529f-552a-4e24-b8f7-be841960593d 2026-03-06 21:29:35.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ce21b876-5eb8-4ae9-9ff9-c966c0d9cfe7 0f821a1ddbae4eac8a091978750bae45 bae6d08e7b9149ef9d4a6bf1b65afcc6 - - default default] Tap Mirror: Handle Delete Port: 36ec529f-552a-4e24-b8f7-be841960593d 2026-03-06 21:29:35.611 8 INFO neutron.db.l3_hamode_db [None req-6c1341cb-82f2-49a4-a856-4ffe9e9efeaf 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 644/1318] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:29:35 2026] DELETE /v2.0/floatingips/909b60e9-a048-4dcc-a427-cfc72044cf49 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1319] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:29:35 2026] GET /v2.0/quotas/61e19f43cfe942cdb7bd1482be17b4c1 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:36.087 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d083e4b-2636-4f3f-a554-cd877c28e2a4 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 23b5a5a5-3877-4214-8de5-5875c0140c62 2026-03-06 21:29:36.091 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d083e4b-2636-4f3f-a554-cd877c28e2a4 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 23b5a5a5-3877-4214-8de5-5875c0140c62 [pid: 8|app: 0|req: 675/1320] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:34 2026] POST /v2.0/routers => generated 692 bytes in 2362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1321] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:29:36 2026] GET /v2.0/ports?tenant_id=61e19f43cfe942cdb7bd1482be17b4c1&fields=id => generated 57 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1322] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:29:35 2026] PUT /v2.0/routers/6d41e979-ee06-4621-9e75-e1cdc82d26de/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1323] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:29:36 2026] GET /v2.0/routers/87b7cddf-915f-43c3-b347-a7cbc55f0d23 => generated 698 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1324] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:29:36 2026] GET /v2.0/networks/7330f913-f3a2-48f5-9679-ac4b2d2c8265?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 21:29:36.784 8 INFO neutron.db.segments_db [None req-7090db45-5166-4046-b211-b620d9aef107 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 9dd276d5-4cc7-4294-97bf-a79b6a28d27f of type vxlan for network 4cbe15e1-c50e-4a31-8f74-aa9747b3d175 [pid: 8|app: 0|req: 677/1325] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:29:36 2026] POST /v2.0/networks => generated 721 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1326] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:29:36 2026] GET /v2.0/routers => generated 701 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:36.983 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f8b379d-8607-4f7c-a236-2db41ef243de 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 41dee41a-016a-41e1-b029-e7661e6b9948 2026-03-06 21:29:36.986 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f8b379d-8607-4f7c-a236-2db41ef243de 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 41dee41a-016a-41e1-b029-e7661e6b9948 [pid: 8|app: 0|req: 679/1327] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:29:36 2026] GET /v2.0/networks/7330f913-f3a2-48f5-9679-ac4b2d2c8265?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:37.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f8b379d-8607-4f7c-a236-2db41ef243de 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: cf631cc9-b662-4763-b968-a6cf1cafccc0 2026-03-06 21:29:37.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f8b379d-8607-4f7c-a236-2db41ef243de 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: cf631cc9-b662-4763-b968-a6cf1cafccc0 [pid: 8|app: 0|req: 682/1330] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:37 2026] POST /v2.0/subnets => generated 687 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:37.573 7 INFO neutron.services.segments.plugin [-] Segment 0a13e8bc-255a-4185-8612-1bcf5406cdab resource provider aggregate not found 2026-03-06 21:29:37.578 7 INFO neutron.services.segments.plugin [-] Segment 0a13e8bc-255a-4185-8612-1bcf5406cdab resource provider aggregate not found 2026-03-06 21:29:37.592 7 INFO neutron.services.segments.plugin [-] Segment 0a13e8bc-255a-4185-8612-1bcf5406cdab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a13e8bc-255a-4185-8612-1bcf5406cdab found for delete ", "request_id": "req-51026170-d6a0-4cee-b09e-365931b249ae"}]} 2026-03-06 21:29:37.598 7 INFO neutron.services.segments.plugin [-] Segment 0a13e8bc-255a-4185-8612-1bcf5406cdab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a13e8bc-255a-4185-8612-1bcf5406cdab found for delete ", "request_id": "req-fb5430d8-c40d-4eb1-8ec7-d9c572a529ac"}]} 2026-03-06 21:29:37.603 7 INFO neutron.db.l3_hamode_db [None req-5f8b379d-8607-4f7c-a236-2db41ef243de 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network f525710c-04fb-43ba-aa89-fb7f6eb8102d was deleted as no HA routers are present in tenant bae6d08e7b9149ef9d4a6bf1b65afcc6. [pid: 7|app: 0|req: 649/1331] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:36 2026] DELETE /v2.0/routers/6d41e979-ee06-4621-9e75-e1cdc82d26de => generated 0 bytes in 832 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1332] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:37 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:37.684 7 INFO neutron.db.segments_db [None req-36b7e659-1aee-42cb-b646-f178332178e1 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 7cd2d548-fbbc-47ce-81e3-73fb6290abbb of type vxlan for network b5ba1a7d-4dfe-46a1-9637-125cb0277b3e [pid: 8|app: 0|req: 683/1333] 10.0.0.215 () {34 vars in 741 bytes} [Fri Mar 6 21:29:37 2026] PUT /v2.0/routers/87b7cddf-915f-43c3-b347-a7cbc55f0d23 => generated 705 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1334] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:37 2026] DELETE /v2.0/subnets/d6af3522-5505-480a-b67d-130c58f3e7cc => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1335] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:29:37 2026] GET /v2.0/routers/87b7cddf-915f-43c3-b347-a7cbc55f0d23 => generated 705 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:37.935 7 INFO neutron.db.l3_hamode_db [None req-36b7e659-1aee-42cb-b646-f178332178e1 6b94713896564ff7be8a46d0bc63d74e 14daddd195cb4ff8b472f2991ccd793c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:29:37.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4d95559-b02b-4259-b2aa-3fc75b76c685 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: eca0c93c-64a6-4540-b454-54f6de62277d 2026-03-06 21:29:38.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4d95559-b02b-4259-b2aa-3fc75b76c685 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: eca0c93c-64a6-4540-b454-54f6de62277d 2026-03-06 21:29:38.174 8 INFO neutron.services.segments.plugin [-] Segment 10a588b5-f03e-46db-9ae0-e685dc02e1c1 resource provider aggregate not found 2026-03-06 21:29:38.174 8 INFO neutron.services.segments.plugin [-] Segment 10a588b5-f03e-46db-9ae0-e685dc02e1c1 resource provider aggregate not found 2026-03-06 21:29:38.191 8 INFO neutron.services.segments.plugin [-] Segment 10a588b5-f03e-46db-9ae0-e685dc02e1c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10a588b5-f03e-46db-9ae0-e685dc02e1c1 found for delete ", "request_id": "req-037fe037-01d4-4dbb-8118-49b36d0a9b47"}]} 2026-03-06 21:29:38.200 8 INFO neutron.services.segments.plugin [-] Segment 10a588b5-f03e-46db-9ae0-e685dc02e1c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10a588b5-f03e-46db-9ae0-e685dc02e1c1 found for delete ", "request_id": "req-4dce1178-de8d-47b4-9ea8-f289d06b5f87"}]} [pid: 8|app: 0|req: 686/1336] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:37 2026] DELETE /v2.0/networks/90875a9e-a2ef-441c-9dfc-81fea0d186f3 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1337] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:29:38 2026] GET /v2.0/ports?device_id=87b7cddf-915f-43c3-b347-a7cbc55f0d23 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:38.447 8 INFO neutron_taas.services.taas.taas_plugin [None req-c96eaa8b-ad2b-470d-9601-7e8783f6fb76 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: f7225c8a-d4bb-41fe-bfcc-598c84b5fd36 2026-03-06 21:29:38.450 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c96eaa8b-ad2b-470d-9601-7e8783f6fb76 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: f7225c8a-d4bb-41fe-bfcc-598c84b5fd36 2026-03-06 21:29:38.689 8 INFO neutron_taas.services.taas.taas_plugin [None req-c96eaa8b-ad2b-470d-9601-7e8783f6fb76 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] TaaS: Handle Delete Port: 63be13a2-11f1-4692-8aaf-12eb1d620a12 2026-03-06 21:29:38.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c96eaa8b-ad2b-470d-9601-7e8783f6fb76 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] Tap Mirror: Handle Delete Port: 63be13a2-11f1-4692-8aaf-12eb1d620a12 2026-03-06 21:29:39.014 8 INFO neutron.db.l3_hamode_db [None req-c96eaa8b-ad2b-470d-9601-7e8783f6fb76 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] HA network 098d4a00-137f-4625-bfd6-4687118efbdf was deleted as no HA routers are present in tenant 84c65421cb184ddfaff5165224ab06b6. [pid: 8|app: 0|req: 688/1338] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:38 2026] DELETE /v2.0/routers/87b7cddf-915f-43c3-b347-a7cbc55f0d23 => generated 0 bytes in 794 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1339] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:39 2026] GET /v2.0/security-groups?tenant_id=bae6d08e7b9149ef9d4a6bf1b65afcc6&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1340] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:39 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => 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: 691/1341] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:29:39 2026] GET /v2.0/ports?device_id=87b7cddf-915f-43c3-b347-a7cbc55f0d23 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:39.116 7 INFO neutron.db.l3_hamode_db [None req-36b7e659-1aee-42cb-b646-f178332178e1 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 692/1342] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:39 2026] DELETE /v2.0/security-groups/94def43b-34c8-401b-9131-7f67869f48be => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:29:39.175 8 INFO neutron.api.v2.resource [None req-f993bfbc-509a-4e6b-b8f0-daaf5d5f89ed 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 693/1343] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:39 2026] DELETE /v2.0/routers/87b7cddf-915f-43c3-b347-a7cbc55f0d23 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1344] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:29:39 2026] GET /v2.0/ports?device_id=5e7c93db-b094-410b-8db8-f960f193e518 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:39.226 8 INFO neutron.api.v2.resource [None req-d6c78d65-eeef-47c8-bf9a-7bdd182d22a9 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 695/1345] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:39 2026] DELETE /v2.0/routers/5e7c93db-b094-410b-8db8-f960f193e518 => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:29:39.242 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b25b5576-a837-489a-8e63-7522e097fd62 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 696/1346] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:39 2026] DELETE /v2.0/subnets/cf4bdfe0-ef26-4b1f-9610-55642c3d5292 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1347] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:29:39 2026] GET /v2.0/ports?device_id=b773bf8f-db38-4c39-9edd-d8ffe43f1cd3 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:39.287 8 INFO neutron.api.v2.resource [None req-51296c51-9da6-4505-a098-9128caeff71c 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 698/1348] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:39 2026] DELETE /v2.0/routers/b773bf8f-db38-4c39-9edd-d8ffe43f1cd3 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:29:39.304 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c63b46fc-3be2-43c4-9a60-2579c4cfcdb8 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 699/1349] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:39 2026] DELETE /v2.0/subnets/f86a6fc8-fbfd-4fd1-a89f-949262e687d8 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1350] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:29:39 2026] GET /v2.0/ports?device_id=9eba8366-92e3-4c6b-a217-dfaae4118b7d => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:39.347 8 INFO neutron.api.v2.resource [None req-d87cdf31-4d1a-4359-948a-465bd3a95af2 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 701/1351] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:39 2026] DELETE /v2.0/routers/9eba8366-92e3-4c6b-a217-dfaae4118b7d => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:29:39.363 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c7058255-b486-4cf7-b212-af6ae62660f4 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 702/1352] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:39 2026] DELETE /v2.0/subnets/d2fc3ae1-6404-43dd-807f-e838ddf85a4d => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:29:39.389 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0b50f767-46cb-4105-89b6-dacd6f7d1333 4f1d4b24294640448f94d6a0fa76daf2 84c65421cb184ddfaff5165224ab06b6 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 703/1353] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:39 2026] DELETE /v2.0/subnets/bc7a2e8e-964b-4126-a9d5-8839eaa38a01 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1354] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:37 2026] POST /v2.0/routers => generated 727 bytes in 2359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:40.220 8 INFO neutron.services.segments.plugin [-] Segment 471baeb6-4b1a-445c-839b-b421e3c14020 resource provider aggregate not found 2026-03-06 21:29:40.250 8 INFO neutron.services.segments.plugin [-] Segment 471baeb6-4b1a-445c-839b-b421e3c14020 resource provider aggregate not found 2026-03-06 21:29:40.258 8 INFO neutron.services.segments.plugin [-] Segment 471baeb6-4b1a-445c-839b-b421e3c14020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 471baeb6-4b1a-445c-839b-b421e3c14020 found for delete ", "request_id": "req-237352e5-ce41-4204-83e9-e2dfe2807a41"}]} 2026-03-06 21:29:40.300 8 INFO neutron.services.segments.plugin [-] Segment 471baeb6-4b1a-445c-839b-b421e3c14020 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 471baeb6-4b1a-445c-839b-b421e3c14020 found for delete ", "request_id": "req-dfbb94dd-73a6-4c4e-9529-8e6d083b25d0"}]} [pid: 7|app: 0|req: 652/1355] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:40 2026] GET /v2.0/security-groups?tenant_id=84c65421cb184ddfaff5165224ab06b6&name=default => generated 2925 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1356] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:40 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => 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: 654/1357] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:40 2026] DELETE /v2.0/security-groups/d9350a9a-d667-4c67-8db7-72a2c509daf3 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1358] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:29:39 2026] PUT /v2.0/routers/12642269-5180-48be-8a9a-c7d71d812d4b/add_router_interface => generated 309 bytes in 1298 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1359] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:29:41 2026] GET /v2.0/networks?id=7330f913-f3a2-48f5-9679-ac4b2d2c8265 => generated 675 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1360] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:41 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => 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: 656/1361] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:29:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=61e19f43cfe942cdb7bd1482be17b4c1 => 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: 706/1362] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:29:41 2026] POST /v2.0/ports => generated 954 bytes in 424 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: 707/1363] 10.0.0.215 () {34 vars in 685 bytes} [Fri Mar 6 21:29:42 2026] POST /v2.0/security-groups => generated 1673 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1364] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1365] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:29:41 2026] PUT /v2.0/ports/85b2157d-3bf4-4477-bb50-5b28b32d8af5 => generated 1235 bytes in 395 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:29:42.388 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0843b078-ace9-4e2d-a75c-454be64d10d7'] response: {'name': 'network-changed', 'server_uuid': '6f297c44-57ff-4498-afc8-7584ce436a1a', 'tag': '85b2157d-3bf4-4477-bb50-5b28b32d8af5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 709/1366] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:42 2026] POST /v2.0/security-group-rules => generated 596 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 658/1367] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1368] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:42 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1369] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:42 2026] POST /v2.0/security-group-rules => generated 601 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1370] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:42 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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 21:29:42.800 7 INFO neutron.db.securitygroups_db [None req-4586ae0d-5fc9-49d6-8401-cb5bda45de20 068b0372b7fd4694b8431b21bde2eff1 e97e267766054e5a8018a064bb5ebc16 - - default default] Project e97e267766054e5a8018a064bb5ebc16 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: 662/1371] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:42 2026] POST /v2.0/security-group-rules => generated 607 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:42.930 7 INFO neutron.db.securitygroups_db [None req-07599c99-40f8-4fc9-8f3e-002ff08ae4a3 068b0372b7fd4694b8431b21bde2eff1 e97e267766054e5a8018a064bb5ebc16 - - default default] Project e97e267766054e5a8018a064bb5ebc16 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: 710/1372] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:29:42 2026] POST /v2.0/security-groups => generated 1625 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1373] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:42 2026] POST /v2.0/security-group-rules => generated 606 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1374] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:42 2026] GET /v2.0/ports?tenant_id=61e19f43cfe942cdb7bd1482be17b4c1&device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1375] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:29:43 2026] GET /v2.0/security-groups => generated 4530 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1376] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:29:43 2026] GET /v2.0/networks?tenant_id=61e19f43cfe942cdb7bd1482be17b4c1&shared=False => generated 771 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1377] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:29:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1378] 10.0.0.215 () {34 vars in 758 bytes} [Fri Mar 6 21:29:43 2026] PUT /v2.0/security-groups/428ea0dc-ce33-4ca6-b9b5-e5fa21c9f5c7 => generated 1663 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1379] 10.0.0.215 () {32 vars in 737 bytes} [Fri Mar 6 21:29:43 2026] GET /v2.0/security-groups/428ea0dc-ce33-4ca6-b9b5-e5fa21c9f5c7 => generated 1663 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1380] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:43 2026] DELETE /v2.0/security-groups/428ea0dc-ce33-4ca6-b9b5-e5fa21c9f5c7 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1381] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:29:43 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:29:43.375 7 INFO neutron.api.v2.resource [None req-15a97853-0baa-407b-acf6-746cc1e463e8 adeaaf2fbc6d4942a22d1ad832bc277b 1f5022dbfbd346959bc11e3b103e2974 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 667/1382] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:43 2026] DELETE /v2.0/security-groups/428ea0dc-ce33-4ca6-b9b5-e5fa21c9f5c7 => 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: 716/1383] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:29:43 2026] POST /v2.0/security-groups => generated 1625 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1384] 10.0.0.215 () {34 vars in 685 bytes} [Fri Mar 6 21:29:43 2026] POST /v2.0/security-groups => generated 1660 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1385] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1386] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:29:43 2026] GET /v2.0/security-group-rules/e3e19c32-3879-4c08-bc3c-b65e5d538aa7 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1387] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:29:43 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1388] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1389] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:29:43 2026] DELETE /v2.0/security-group-rules/e3e19c32-3879-4c08-bc3c-b65e5d538aa7 => 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: 721/1390] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:43 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => 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: 670/1391] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:43 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: 8|app: 0|req: 722/1392] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:29:43 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1393] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:43 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 672/1394] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:43 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1395] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/security-group-rules/4958ce76-3503-412b-a14f-54e5f03abaa1 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1396] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1397] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:29:44 2026] DELETE /v2.0/security-group-rules/4958ce76-3503-412b-a14f-54e5f03abaa1 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1398] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/ports?tenant_id=61e19f43cfe942cdb7bd1482be17b4c1&device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1399] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1400] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=85b2157d-3bf4-4477-bb50-5b28b32d8af5 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:44.346 7 INFO neutron.db.securitygroups_db [None req-0370a251-7b6d-49fb-8af7-6174640f16b7 adeaaf2fbc6d4942a22d1ad832bc277b 1f5022dbfbd346959bc11e3b103e2974 - - default default] Project 1f5022dbfbd346959bc11e3b103e2974 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: 679/1401] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:29:44 2026] POST /v2.0/security-group-rules => generated 607 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1402] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/subnets?id=92ce6603-f39e-47dd-9cac-a03c97072330 => generated 693 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1403] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:29:43 2026] POST /v2.0/floatingips => generated 552 bytes in 531 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1404] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/security-group-rules/6b064bc0-b70b-4d69-a2ee-754cdc67ea6f => 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: 724/1405] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/ports?network_id=7330f913-f3a2-48f5-9679-ac4b2d2c8265&device_owner=network%3Adhcp => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1406] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/networks/7330f913-f3a2-48f5-9679-ac4b2d2c8265?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: 682/1407] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1408] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/networks/7330f913-f3a2-48f5-9679-ac4b2d2c8265?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: 683/1409] 10.0.0.56 () {34 vars in 1099 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1506297432&fields=id&tenant_id=e97e267766054e5a8018a064bb5ebc16 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1410] 10.0.0.56 () {34 vars in 1097 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-177501969&fields=id&tenant_id=e97e267766054e5a8018a064bb5ebc16 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1411] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:29:44 2026] DELETE /v2.0/security-group-rules/6b064bc0-b70b-4d69-a2ee-754cdc67ea6f => 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: 685/1412] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/networks?id=2309192d-8d2f-47e0-9110-bf74cb61c784 => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1413] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1414] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/quotas/e97e267766054e5a8018a064bb5ebc16 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1415] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:44 2026] DELETE /v2.0/security-groups/62f702cf-e47b-41f2-bfe7-e4b98c8e5a58 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1416] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/ports?tenant_id=e97e267766054e5a8018a064bb5ebc16&fields=id => generated 103 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1417] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:29:44 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: 688/1418] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/networks/2309192d-8d2f-47e0-9110-bf74cb61c784?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: 731/1419] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/security-groups => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1420] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/networks/2309192d-8d2f-47e0-9110-bf74cb61c784?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1421] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:44 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1422] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:45 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 733/1423] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:45 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => 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: 734/1424] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:45 2026] GET /v2.0/security-groups?tenant_id=1f5022dbfbd346959bc11e3b103e2974&name=default => generated 2925 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1425] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:45 2026] GET /v2.0/security-groups?tenant_id=59fccb0cef494860b18749ea6a9cfb1d&name=default => generated 2925 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 735/1426] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:45 2026] DELETE /v2.0/security-groups/28fe004a-296b-4379-ac6e-af9269b8b58d => 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: 692/1427] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:45 2026] DELETE /v2.0/security-groups/0ba54aaa-5c00-44f4-aa21-612dc197ea2c => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1428] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:46 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1429] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:46 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => 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: 736/1430] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:46 2026] GET /v2.0/security-groups?tenant_id=14689df8031d417e8a55955a1d6ae0de&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1431] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:46 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 737/1432] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:46 2026] DELETE /v2.0/security-groups/219f9614-8a0a-4760-8e8e-28401eb53fee => 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: 696/1433] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:47 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1434] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:47 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => 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: 697/1435] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:47 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1436] 10.0.0.215 () {32 vars in 623 bytes} [Fri Mar 6 21:29:47 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: 698/1437] 10.0.0.215 () {32 vars in 633 bytes} [Fri Mar 6 21:29:47 2026] GET /v2.0/ => generated 632 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1438] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:48 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => 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: 740/1439] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:48 2026] GET /v2.0/security-groups?tenant_id=16a0d08f2b0d4c419eee69160cf9cbfd&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1440] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:48 2026] DELETE /v2.0/security-groups/ae7cf456-242f-4804-9ea9-13a38c8fedf5 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1441] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:48 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => 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: 701/1442] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:48 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1443] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:49 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => 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: 742/1444] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:29:49 2026] GET /v2.0/networks?id=2309192d-8d2f-47e0-9110-bf74cb61c784 => generated 673 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1445] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:29:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=e97e267766054e5a8018a064bb5ebc16 => generated 273 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1446] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:49 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1447] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:29:49 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1448] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:49 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1449] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:29:49 2026] POST /v2.0/ports => generated 993 bytes in 411 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 21:29:50.337 7 INFO neutron.db.l3_db [None req-c5d408e3-790b-4d41-9dd8-eab49045d39d 1a244c100b5043e9901e1f2b08efda53 61e19f43cfe942cdb7bd1482be17b4c1 - - default default] Floating IP 334a0945-e361-4999-b7ac-24ae399f050e associated. External IP: 10.96.250.216, port: 85b2157d-3bf4-4477-bb50-5b28b32d8af5. [pid: 8|app: 0|req: 744/1450] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:50 2026] GET /v2.0/security-groups?tenant_id=160d1d5582304691851718d7d8469e2c&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1451] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:29:49 2026] PUT /v2.0/floatingips/334a0945-e361-4999-b7ac-24ae399f050e => generated 855 bytes in 639 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:50.675 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-cb0dfc7b-45b0-456b-be63-a44019b2af4f'] response: {'name': 'network-changed', 'server_uuid': '6f297c44-57ff-4498-afc8-7584ce436a1a', 'tag': '85b2157d-3bf4-4477-bb50-5b28b32d8af5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 708/1452] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:50 2026] DELETE /v2.0/security-groups/1e7c3158-05e7-4600-980d-777176766a5e => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1453] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:29:50 2026] PUT /v2.0/ports/7aac2d5e-f359-4c98-8507-e63eeea690d3 => generated 1274 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1454] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:50 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1008 bytes in 72 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 21:29:50.823 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-46f6faf4-3bb3-4a10-9dae-8943ed07ae4c'] response: {'name': 'network-changed', 'server_uuid': 'efa36e9e-5e54-4534-8c21-7639859e1060', 'tag': '7aac2d5e-f359-4c98-8507-e63eeea690d3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 746/1455] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:29:50 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1456] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:50 2026] GET /v2.0/security-groups?tenant_id=4f9392fbb8f84fad99e27996c11223b3&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1457] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:50 2026] DELETE /v2.0/security-groups/23ffbaa4-e0b3-443c-8357-611cf0873f3b => 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: 711/1458] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/ports?tenant_id=61e19f43cfe942cdb7bd1482be17b4c1&device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 1240 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1459] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/networks?id=7330f913-f3a2-48f5-9679-ac4b2d2c8265 => generated 771 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1460] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=85b2157d-3bf4-4477-bb50-5b28b32d8af5 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1461] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/ports?tenant_id=e97e267766054e5a8018a064bb5ebc16&device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1277 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1462] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/subnets?id=92ce6603-f39e-47dd-9cac-a03c97072330 => generated 693 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1463] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/ports?network_id=7330f913-f3a2-48f5-9679-ac4b2d2c8265&device_owner=network%3Adhcp => 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: 750/1464] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/networks?tenant_id=e97e267766054e5a8018a064bb5ebc16&shared=False => generated 769 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1465] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/networks/7330f913-f3a2-48f5-9679-ac4b2d2c8265?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: 751/1466] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:29:51 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: 7|app: 0|req: 716/1467] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/networks/7330f913-f3a2-48f5-9679-ac4b2d2c8265?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: 753/1470] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => 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: 718/1471] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:29:51 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1472] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:29:52 2026] GET /v2.0/ports?tenant_id=e97e267766054e5a8018a064bb5ebc16&device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1277 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1473] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:29:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7aac2d5e-f359-4c98-8507-e63eeea690d3 => generated 19 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1474] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:29:52 2026] GET /v2.0/subnets?id=7b0aa47c-447b-4d3e-ba2d-1475dcf3de72 => generated 691 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1475] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:29:52 2026] GET /v2.0/ports?network_id=2309192d-8d2f-47e0-9110-bf74cb61c784&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1476] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:29:52 2026] GET /v2.0/networks/2309192d-8d2f-47e0-9110-bf74cb61c784?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: 754/1477] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:52 2026] GET /v2.0/security-groups?tenant_id=cfff3b61b00542e99bf2e7a2a8931e19&name=default => generated 2925 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1478] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:29:52 2026] GET /v2.0/networks/2309192d-8d2f-47e0-9110-bf74cb61c784?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1479] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:52 2026] DELETE /v2.0/security-groups/fcd3c816-32c9-425f-80f8-fd142d8b4c00 => 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: 725/1480] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:53 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1481] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:29:53 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&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: 726/1482] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:53 2026] GET /v2.0/security-groups?tenant_id=05b9609433134311bdcbe5cf90061510&name=default => generated 2925 bytes in 214 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1483] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:53 2026] DELETE /v2.0/security-groups/eee4eaba-211f-4afa-9395-59810a1a7de6 => 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: 727/1484] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:54 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1485] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:29:54 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1486] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:55 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1008 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1487] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:29:55 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1488] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:29:55 2026] GET /v2.0/security-groups?tenant_id=5977f649df8448998c86ce3918e3de76&name=default => generated 2925 bytes in 514 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1489] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:29:55 2026] DELETE /v2.0/security-groups/eb0e236c-f6d4-4b81-8227-9599de28af2d => 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: 762/1490] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:29:55 2026] GET /v2.0/routers => generated 2186 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1491] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:29:55 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) 2026-03-06 21:29:55.951 7 INFO neutron.db.segments_db [None req-92757180-9de3-402a-86f5-628de1a78899 3cc789b7dd13402e82bae85fed1335d6 a2901247fc984203950f331fd81dc5ae - - default default] Added segment 894648c9-a160-480d-8997-7eea6282e746 of type vxlan for network 04ab9e38-143a-4d2d-a4f7-fbbaa5b178e3 2026-03-06 21:29:55.995 7 INFO neutron.db.segments_db [None req-92757180-9de3-402a-86f5-628de1a78899 3cc789b7dd13402e82bae85fed1335d6 a2901247fc984203950f331fd81dc5ae - - default default] Added segment d1ba6b6f-e029-4b03-83ce-0d52bae355e9 of type vxlan for network e03aa85f-17e7-4856-88f4-8c4fc3e60fcb [pid: 8|app: 0|req: 764/1492] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:29:55 2026] GET /v2.0/routers/12642269-5180-48be-8a9a-c7d71d812d4b/l3-agents => generated 682 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1493] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1277 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1494] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/routers/c1d5f999-5029-4747-a1bc-74d710f8b643/l3-agents => generated 681 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1495] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:55 2026] POST /v2.0/networks => generated 1208 bytes in 477 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1496] 162.253.55.49 () {34 vars in 1123 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/security-groups?id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&id=8a218ab7-0bec-434d-8cba-6e389399af3c&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1497] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/networks => generated 1845 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1498] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/routers/fb6ded59-1f0d-4abd-a181-6a530bcf934e/l3-agents => generated 681 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1499] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:29:56 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) 2026-03-06 21:29:56.375 8 INFO neutron.services.segments.plugin [-] Segment 894648c9-a160-480d-8997-7eea6282e746 resource provider aggregate not found 2026-03-06 21:29:56.376 8 INFO neutron.services.segments.plugin [-] Segment 894648c9-a160-480d-8997-7eea6282e746 resource provider aggregate not found [pid: 8|app: 0|req: 769/1500] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:56 2026] DELETE /v2.0/networks/04ab9e38-143a-4d2d-a4f7-fbbaa5b178e3 => 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: 732/1501] 10.0.0.56 () {34 vars in 1083 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060&device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 2506 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:29:56.408 8 INFO neutron.services.segments.plugin [-] Segment 894648c9-a160-480d-8997-7eea6282e746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 894648c9-a160-480d-8997-7eea6282e746 found for delete ", "request_id": "req-a0f04813-a97c-4bc9-9b18-6a1423d1c708"}]} 2026-03-06 21:29:56.410 8 INFO neutron.services.segments.plugin [-] Segment 894648c9-a160-480d-8997-7eea6282e746 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 894648c9-a160-480d-8997-7eea6282e746 found for delete ", "request_id": "req-0fbaa38f-3823-4fb9-b412-1e942b91b827"}]} [pid: 8|app: 0|req: 770/1502] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/ports => generated 22090 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-03-06 21:29:56.534 7 INFO neutron.services.segments.plugin [-] Segment d1ba6b6f-e029-4b03-83ce-0d52bae355e9 resource provider aggregate not found 2026-03-06 21:29:56.536 7 INFO neutron.services.segments.plugin [-] Segment d1ba6b6f-e029-4b03-83ce-0d52bae355e9 resource provider aggregate not found [pid: 8|app: 0|req: 771/1503] 10.0.0.56 () {34 vars in 1199 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=7483e208-2038-4947-af35-653e1b61e212&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 298 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1504] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:56 2026] DELETE /v2.0/networks/e03aa85f-17e7-4856-88f4-8c4fc3e60fcb => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:29:56.563 7 INFO neutron.services.segments.plugin [-] Segment d1ba6b6f-e029-4b03-83ce-0d52bae355e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1ba6b6f-e029-4b03-83ce-0d52bae355e9 found for delete ", "request_id": "req-75b012e9-ba9d-445d-a15a-60eeda2397cc"}]} 2026-03-06 21:29:56.566 7 INFO neutron.services.segments.plugin [-] Segment d1ba6b6f-e029-4b03-83ce-0d52bae355e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d1ba6b6f-e029-4b03-83ce-0d52bae355e9 found for delete ", "request_id": "req-543181c2-57c2-4173-920d-dc711fa11bce"}]} [pid: 8|app: 0|req: 772/1505] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/network-ip-availabilities => generated 3803 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1506] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/networks => generated 651 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1507] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1008 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1508] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/subnets => generated 5209 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:29:56.678 8 INFO neutron.db.segments_db [None req-27c133b1-d648-4568-8206-6bf402c91745 3cc789b7dd13402e82bae85fed1335d6 a2901247fc984203950f331fd81dc5ae - - default default] Added segment 532a5d26-660b-423e-b0fa-3584548f28f8 of type vxlan for network 72b8ca90-7861-486c-9e1d-c1c576bbb275 [pid: 7|app: 0|req: 736/1509] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1510] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/agents => generated 3385 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1511] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/security-groups => generated 40087 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1512] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:56 2026] POST /v2.0/networks => generated 630 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1513] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/subnets => generated 5209 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1514] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:56.842 8 INFO neutron.db.segments_db [None req-39490f77-479f-4d7c-aaf6-c00cf327d9a8 3cc789b7dd13402e82bae85fed1335d6 a2901247fc984203950f331fd81dc5ae - - default default] Added segment 9aacd334-98bc-4f81-b2e2-5031616860ca of type vxlan for network d9ec9fc8-12df-4a89-a654-7cdb6f75e59b [pid: 7|app: 0|req: 741/1515] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:29:56 2026] GET /v2.0/networks => generated 7237 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1516] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:56 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1517] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:29:56 2026] POST /v2.0/ports => generated 1506 bytes in 558 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1518] 10.0.0.215 () {32 vars in 643 bytes} [Fri Mar 6 21:29:57 2026] GET /v2.0/ports => generated 1506 bytes in 116 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 21:29:57.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-baf8d9f4-da13-45fb-a9e4-eafb1a12e5e4 3cc789b7dd13402e82bae85fed1335d6 a2901247fc984203950f331fd81dc5ae - - default default] TaaS: Handle Delete Port: 65127991-fb77-49bb-a1f9-7e5cdb3931a0 2026-03-06 21:29:57.753 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-baf8d9f4-da13-45fb-a9e4-eafb1a12e5e4 3cc789b7dd13402e82bae85fed1335d6 a2901247fc984203950f331fd81dc5ae - - default default] Tap Mirror: Handle Delete Port: 65127991-fb77-49bb-a1f9-7e5cdb3931a0 [pid: 7|app: 0|req: 743/1519] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:29:57 2026] DELETE /v2.0/ports/65127991-fb77-49bb-a1f9-7e5cdb3931a0 => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1520] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:57 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1010 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:29:57.976 8 INFO neutron.db.segments_db [None req-b360d4cb-9ad2-48d5-b2e2-e2869eb3af77 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment ac5954b0-13e5-49e0-88e2-9fd71ff255ca of type vxlan for network 0fc5d19b-a548-41b8-b34a-84e80eac3bb7 2026-03-06 21:29:58.016 7 INFO neutron_taas.services.taas.taas_plugin [None req-f897b8fb-f11d-451d-b854-a9053266299e 3cc789b7dd13402e82bae85fed1335d6 a2901247fc984203950f331fd81dc5ae - - default default] TaaS: Handle Delete Port: 267fb89d-44a7-4c28-8431-fd8f8cc838a2 2026-03-06 21:29:58.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f897b8fb-f11d-451d-b854-a9053266299e 3cc789b7dd13402e82bae85fed1335d6 a2901247fc984203950f331fd81dc5ae - - default default] Tap Mirror: Handle Delete Port: 267fb89d-44a7-4c28-8431-fd8f8cc838a2 [pid: 8|app: 0|req: 777/1521] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:29:57 2026] POST /v2.0/networks => generated 722 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1522] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:29:58 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1523] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:29:57 2026] DELETE /v2.0/ports/267fb89d-44a7-4c28-8431-fd8f8cc838a2 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1524] 10.0.0.215 () {32 vars in 643 bytes} [Fri Mar 6 21:29:58 2026] GET /v2.0/ports => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:29:58.244 7 INFO neutron.db.segments_db [None req-69262cce-ef94-401f-bf22-aafc9a17c937 3cc789b7dd13402e82bae85fed1335d6 a2901247fc984203950f331fd81dc5ae - - default default] Added segment 05b34c30-abdc-46b3-b24f-fb4d7ad9bafa of type vxlan for network d561f938-9aa2-429f-995a-e0622b1aa032 [pid: 7|app: 0|req: 747/1525] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:58 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1526] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:58 2026] POST /v2.0/subnets => generated 688 bytes in 247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:58.398 8 INFO neutron.db.segments_db [None req-bafa7202-5524-4932-a53c-9e36c8989aa4 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 654c483d-bae7-4217-9dbb-914ff1946c40 of type vxlan for network 0d9bb5f6-3aed-42d4-809c-68d464256955 2026-03-06 21:29:58.407 7 INFO neutron.db.segments_db [None req-3901d56b-815a-417a-95fb-e2732be24c80 3cc789b7dd13402e82bae85fed1335d6 a2901247fc984203950f331fd81dc5ae - - default default] Added segment 057c0d6b-023c-47fc-a961-f08a35421b3d of type vxlan for network 97bdce60-454f-458d-8040-df619ea1412a [pid: 7|app: 0|req: 748/1527] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:29:58 2026] POST /v2.0/networks => generated 630 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:29:58.727 8 INFO neutron.db.l3_hamode_db [None req-bafa7202-5524-4932-a53c-9e36c8989aa4 6b94713896564ff7be8a46d0bc63d74e 1a9ba49f078c4544b00abf350b2c8fdf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 749/1528] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:58 2026] POST /v2.0/subnets => generated 1273 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1529] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:29:59 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: 7|app: 0|req: 751/1530] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:59 2026] DELETE /v2.0/subnets/86e38f5b-1126-44fd-bf4d-82f1ceaf8233 => 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: 752/1531] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:29:59 2026] DELETE /v2.0/subnets/22dc32ca-2ce8-4f98-8f9d-e164b426168b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1532] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:59 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1010 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1533] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:29:59 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 755/1534] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:29:59 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:29:59.506 7 INFO neutron.services.segments.plugin [-] Segment 057c0d6b-023c-47fc-a961-f08a35421b3d resource provider aggregate not found 2026-03-06 21:29:59.518 7 INFO neutron.services.segments.plugin [-] Segment 057c0d6b-023c-47fc-a961-f08a35421b3d resource provider aggregate not found 2026-03-06 21:29:59.524 7 INFO neutron.services.segments.plugin [-] Segment 057c0d6b-023c-47fc-a961-f08a35421b3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 057c0d6b-023c-47fc-a961-f08a35421b3d found for delete ", "request_id": "req-1d650e24-dfb8-4be4-82a4-a6d1a1a85d7a"}]} 2026-03-06 21:29:59.536 8 INFO neutron.db.l3_hamode_db [None req-bafa7202-5524-4932-a53c-9e36c8989aa4 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 756/1535] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:59 2026] DELETE /v2.0/networks/97bdce60-454f-458d-8040-df619ea1412a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:29:59.551 7 INFO neutron.services.segments.plugin [-] Segment 057c0d6b-023c-47fc-a961-f08a35421b3d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 057c0d6b-023c-47fc-a961-f08a35421b3d found for delete ", "request_id": "req-46379398-52fb-4d8f-b1ef-57c29a67cbad"}]} [pid: 7|app: 0|req: 757/1536] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:29:59 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1537] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:29:59 2026] DELETE /v2.0/networks/d561f938-9aa2-429f-995a-e0622b1aa032 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:00.009 7 INFO neutron.db.l3_db [None req-6c218bd7-ddc4-422e-8a69-33d4c412b262 068b0372b7fd4694b8431b21bde2eff1 e97e267766054e5a8018a064bb5ebc16 - - default default] Floating IP 6f261c75-bc1f-44ec-a343-0b3c7ebb26c1 associated. External IP: 10.96.250.214, port: 7aac2d5e-f359-4c98-8507-e63eeea690d3. [pid: 8|app: 0|req: 780/1538] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:29:58 2026] POST /v2.0/routers => generated 728 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1539] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:29:59 2026] PUT /v2.0/floatingips/6f261c75-bc1f-44ec-a343-0b3c7ebb26c1 => generated 855 bytes in 631 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:00.384 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-acda9141-4842-4c51-8060-c2157bf7198f'] response: {'name': 'network-changed', 'server_uuid': 'efa36e9e-5e54-4534-8c21-7639859e1060', 'tag': '7aac2d5e-f359-4c98-8507-e63eeea690d3', 'status': 'completed', 'code': 200} 2026-03-06 21:30:00.452 8 INFO neutron.services.segments.plugin [-] Segment 9aacd334-98bc-4f81-b2e2-5031616860ca resource provider aggregate not found 2026-03-06 21:30:00.458 8 INFO neutron.services.segments.plugin [-] Segment 9aacd334-98bc-4f81-b2e2-5031616860ca resource provider aggregate not found [pid: 8|app: 0|req: 781/1540] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:00 2026] DELETE /v2.0/networks/d9ec9fc8-12df-4a89-a654-7cdb6f75e59b => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:00.489 8 INFO neutron.services.segments.plugin [-] Segment 9aacd334-98bc-4f81-b2e2-5031616860ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aacd334-98bc-4f81-b2e2-5031616860ca found for delete ", "request_id": "req-1f668872-c4be-44cf-9fad-d4f6c9e4b2a0"}]} 2026-03-06 21:30:00.503 8 INFO neutron.services.segments.plugin [-] Segment 9aacd334-98bc-4f81-b2e2-5031616860ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9aacd334-98bc-4f81-b2e2-5031616860ca found for delete ", "request_id": "req-a9874418-441a-4edb-92c7-829d0ab49454"}]} [pid: 8|app: 0|req: 782/1541] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:00 2026] DELETE /v2.0/networks/72b8ca90-7861-486c-9e1d-c1c576bbb275 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1542] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:30:00 2026] GET /v2.0/ports?tenant_id=e97e267766054e5a8018a064bb5ebc16&device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1279 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1543] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:30:00 2026] GET /v2.0/networks?id=2309192d-8d2f-47e0-9110-bf74cb61c784 => generated 769 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1544] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:30:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=7aac2d5e-f359-4c98-8507-e63eeea690d3 => generated 858 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1545] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:30:01 2026] GET /v2.0/subnets?id=7b0aa47c-447b-4d3e-ba2d-1475dcf3de72 => generated 691 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1546] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:30:01 2026] GET /v2.0/ports?network_id=2309192d-8d2f-47e0-9110-bf74cb61c784&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1547] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:30:01 2026] GET /v2.0/networks/2309192d-8d2f-47e0-9110-bf74cb61c784?fields=segments => generated 14 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1548] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:01 2026] GET /v2.0/security-groups?tenant_id=a2901247fc984203950f331fd81dc5ae&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1549] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:30:01 2026] GET /v2.0/networks/2309192d-8d2f-47e0-9110-bf74cb61c784?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: 791/1550] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:01 2026] DELETE /v2.0/security-groups/ebfa7397-5351-4e51-8e05-52eb928bb880 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:01.554 7 INFO neutron.services.segments.plugin [-] Segment 05b34c30-abdc-46b3-b24f-fb4d7ad9bafa resource provider aggregate not found 2026-03-06 21:30:01.580 7 INFO neutron.services.segments.plugin [-] Segment 05b34c30-abdc-46b3-b24f-fb4d7ad9bafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b34c30-abdc-46b3-b24f-fb4d7ad9bafa found for delete ", "request_id": "req-1962f809-0b8f-4bb7-ba6c-d94cb7564fbe"}]} 2026-03-06 21:30:01.581 7 INFO neutron.services.segments.plugin [-] Segment 05b34c30-abdc-46b3-b24f-fb4d7ad9bafa resource provider aggregate not found 2026-03-06 21:30:01.597 7 INFO neutron.services.segments.plugin [-] Segment 05b34c30-abdc-46b3-b24f-fb4d7ad9bafa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05b34c30-abdc-46b3-b24f-fb4d7ad9bafa found for delete ", "request_id": "req-3f4d1aac-a1c9-4466-b8b8-56305a1ead70"}]} [pid: 7|app: 0|req: 760/1551] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:30:00 2026] PUT /v2.0/routers/da0d629f-6617-43d4-94b0-7542c495c665/add_router_interface => generated 309 bytes in 1325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:02.515 8 INFO neutron.services.segments.plugin [-] Segment 532a5d26-660b-423e-b0fa-3584548f28f8 resource provider aggregate not found 2026-03-06 21:30:02.527 8 INFO neutron.services.segments.plugin [-] Segment 532a5d26-660b-423e-b0fa-3584548f28f8 resource provider aggregate not found 2026-03-06 21:30:02.530 8 INFO neutron.services.segments.plugin [-] Segment 532a5d26-660b-423e-b0fa-3584548f28f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 532a5d26-660b-423e-b0fa-3584548f28f8 found for delete ", "request_id": "req-978da749-48b1-4253-a886-bd3120847fbb"}]} 2026-03-06 21:30:02.536 8 INFO neutron.services.segments.plugin [-] Segment 532a5d26-660b-423e-b0fa-3584548f28f8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 532a5d26-660b-423e-b0fa-3584548f28f8 found for delete ", "request_id": "req-e1687b27-206e-44dc-8549-f41bc5776db1"}]} 2026-03-06 21:30:03.660 8 INFO neutron.db.segments_db [None req-1cc13980-f51b-48c4-922a-8c146f7611b1 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] Added segment 12bcd8bb-9a70-4a36-acc8-6473484f1633 of type vxlan for network 004427f0-123a-4593-8ceb-018ff95d5de1 [pid: 8|app: 0|req: 792/1552] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:03 2026] POST /v2.0/networks => generated 625 bytes in 505 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1553] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:30:03 2026] GET /v2.0/networks?id=0fc5d19b-a548-41b8-b34a-84e80eac3bb7 => generated 673 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 794/1554] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:30:04 2026] GET /v2.0/quotas/1a9ba49f078c4544b00abf350b2c8fdf => generated 292 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1555] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:30:03 2026] POST /v2.0/ports => generated 774 bytes in 324 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: 795/1556] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:30:04 2026] GET /v2.0/ports?tenant_id=1a9ba49f078c4544b00abf350b2c8fdf&fields=id => generated 57 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:04.174 7 INFO neutron.db.segments_db [None req-9b42320e-d809-4f2c-8475-f1151bccbe2e 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] Added segment 340e0209-6f15-4f01-b461-7f51c5d3ac75 of type vxlan for network 78229e5f-6a62-4d56-8972-5828d56d6701 [pid: 8|app: 0|req: 796/1557] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:30:04 2026] GET /v2.0/networks/0fc5d19b-a548-41b8-b34a-84e80eac3bb7?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1558] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:30:04 2026] GET /v2.0/networks/0fc5d19b-a548-41b8-b34a-84e80eac3bb7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1559] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:04 2026] POST /v2.0/networks => generated 612 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1560] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:04 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => 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: 798/1561] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:04 2026] POST /v2.0/subnets => generated 626 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1562] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:30:04 2026] POST /v2.0/ports => generated 950 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:04.980 8 INFO neutron_taas.services.taas.taas_plugin [None req-4bae1fe1-77d6-4bd6-a7da-deda4885bd85 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] TaaS: Handle Delete Port: 40b2d919-22a6-4828-8b99-41ee55bdaa67 2026-03-06 21:30:04.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bae1fe1-77d6-4bd6-a7da-deda4885bd85 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] Tap Mirror: Handle Delete Port: 40b2d919-22a6-4828-8b99-41ee55bdaa67 [pid: 8|app: 0|req: 799/1563] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:04 2026] DELETE /v2.0/ports/40b2d919-22a6-4828-8b99-41ee55bdaa67 => generated 0 bytes in 248 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 21:30:05.142 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c16d12a-a8d8-4f3f-b420-1ef78c53dd25 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 765/1564] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:05 2026] DELETE /v2.0/ports/40b2d919-22a6-4828-8b99-41ee55bdaa67 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:05.167 8 INFO neutron.pecan_wsgi.hooks.translation [None req-29ad3c04-dc83-4902-bef9-24ea1e821a49 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 800/1565] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:30:05 2026] GET /v2.0/ports/40b2d919-22a6-4828-8b99-41ee55bdaa67 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1566] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:05 2026] DELETE /v2.0/subnets/1f4c6b08-6fbd-4baf-8930-62e6e0f4be9b => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:05.442 8 INFO neutron.services.segments.plugin [-] Segment 340e0209-6f15-4f01-b461-7f51c5d3ac75 resource provider aggregate not found 2026-03-06 21:30:05.448 8 INFO neutron.services.segments.plugin [-] Segment 340e0209-6f15-4f01-b461-7f51c5d3ac75 resource provider aggregate not found 2026-03-06 21:30:05.464 8 INFO neutron.services.segments.plugin [-] Segment 340e0209-6f15-4f01-b461-7f51c5d3ac75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 340e0209-6f15-4f01-b461-7f51c5d3ac75 found for delete ", "request_id": "req-61ed2533-0875-4674-9fe5-d36b68eb930c"}]} 2026-03-06 21:30:05.476 8 INFO neutron.services.segments.plugin [-] Segment 340e0209-6f15-4f01-b461-7f51c5d3ac75 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 340e0209-6f15-4f01-b461-7f51c5d3ac75 found for delete ", "request_id": "req-a3d5c6ac-1eda-47cd-a428-ca39df8bdd5d"}]} [pid: 8|app: 0|req: 801/1567] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:05 2026] DELETE /v2.0/networks/78229e5f-6a62-4d56-8972-5828d56d6701 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1568] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:05 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:05.561 8 INFO neutron.db.segments_db [None req-1b1a9d27-067e-48c4-b4df-ac278c9ff921 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] Added segment 923e481c-4f97-4f1b-a0b2-32d85df962f9 of type vxlan for network d8bf4746-a30d-47b0-99df-da66479a029d [pid: 8|app: 0|req: 802/1569] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:05 2026] POST /v2.0/networks => generated 613 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1570] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:05 2026] POST /v2.0/subnets => generated 626 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1571] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:30:06 2026] POST /v2.0/ports => generated 911 bytes in 484 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:06.603 7 INFO neutron_taas.services.taas.taas_plugin [None req-4f2ac650-52ff-49bb-9810-eb6319e938ef 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] TaaS: Handle Delete Port: b0dac6c5-7169-4b9c-bdb0-54434ee4d7d5 2026-03-06 21:30:06.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4f2ac650-52ff-49bb-9810-eb6319e938ef 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] Tap Mirror: Handle Delete Port: b0dac6c5-7169-4b9c-bdb0-54434ee4d7d5 [pid: 8|app: 0|req: 804/1572] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:06 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => 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: 769/1573] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:06 2026] DELETE /v2.0/ports/b0dac6c5-7169-4b9c-bdb0-54434ee4d7d5 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:06.804 8 INFO neutron.pecan_wsgi.hooks.translation [None req-67028bed-3021-4657-8169-bb0aa899b65a 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 805/1574] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:30:06 2026] GET /v2.0/ports/b0dac6c5-7169-4b9c-bdb0-54434ee4d7d5 => generated 132 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1577] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:06 2026] DELETE /v2.0/subnets/0f561f4d-b449-4ab1-ae5f-64bd62aab35a => 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: 808/1578] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:06 2026] DELETE /v2.0/networks/d8bf4746-a30d-47b0-99df-da66479a029d => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1579] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:30:07 2026] POST /v2.0/ports => generated 774 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:07.490 8 INFO neutron.services.segments.plugin [-] Segment 923e481c-4f97-4f1b-a0b2-32d85df962f9 resource provider aggregate not found 2026-03-06 21:30:07.504 8 INFO neutron.services.segments.plugin [-] Segment 923e481c-4f97-4f1b-a0b2-32d85df962f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 923e481c-4f97-4f1b-a0b2-32d85df962f9 found for delete ", "request_id": "req-c35dbeae-6999-45ab-8308-32252d560393"}]} 2026-03-06 21:30:07.514 8 INFO neutron.services.segments.plugin [-] Segment 923e481c-4f97-4f1b-a0b2-32d85df962f9 resource provider aggregate not found 2026-03-06 21:30:07.534 8 INFO neutron.services.segments.plugin [-] Segment 923e481c-4f97-4f1b-a0b2-32d85df962f9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 923e481c-4f97-4f1b-a0b2-32d85df962f9 found for delete ", "request_id": "req-1d34d680-1f5d-4edd-ac1d-be37cf326ae6"}]} [pid: 8|app: 0|req: 809/1580] 10.0.0.215 () {34 vars in 737 bytes} [Fri Mar 6 21:30:07 2026] PUT /v2.0/ports/f3e7f500-d4ff-4bf5-b0c5-3ef7517fb479 => generated 752 bytes in 286 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 810/1581] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:07 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:07.820 7 INFO neutron_taas.services.taas.taas_plugin [None req-d7e1dd8c-ce92-435b-8197-235b34634e3b 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] TaaS: Handle Delete Port: f3e7f500-d4ff-4bf5-b0c5-3ef7517fb479 2026-03-06 21:30:07.830 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d7e1dd8c-ce92-435b-8197-235b34634e3b 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] Tap Mirror: Handle Delete Port: f3e7f500-d4ff-4bf5-b0c5-3ef7517fb479 [pid: 7|app: 0|req: 772/1582] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:07 2026] DELETE /v2.0/ports/f3e7f500-d4ff-4bf5-b0c5-3ef7517fb479 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1583] 10.0.0.215 () {32 vars in 643 bytes} [Fri Mar 6 21:30:07 2026] GET /v2.0/ports => generated 777 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:07.987 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2ec6243-a2bd-4d81-8ddd-82db4e82d091 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 773/1584] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:30:07 2026] GET /v2.0/ports/f3e7f500-d4ff-4bf5-b0c5-3ef7517fb479 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1585] 10.0.0.215 () {32 vars in 643 bytes} [Fri Mar 6 21:30:07 2026] GET /v2.0/ports => generated 777 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1586] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:30:08 2026] GET /v2.0/ports/655cca0b-4d95-4036-88c2-a623e59d2ffb => generated 774 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:08.175 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b08a0c2b-4ed0-44dc-9755-6db599a006b3 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 813/1587] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:08 2026] DELETE /v2.0/ports/b0dac6c5-7169-4b9c-bdb0-54434ee4d7d5 => generated 132 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:08.199 7 INFO neutron.pecan_wsgi.hooks.translation [None req-92256952-54be-4474-8266-f57bcffe303b 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 775/1588] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:08 2026] DELETE /v2.0/subnets/0f561f4d-b449-4ab1-ae5f-64bd62aab35a => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:08.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a62c6379-967b-49d2-861f-d4942492ae09 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 814/1589] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:08 2026] DELETE /v2.0/subnets/1f4c6b08-6fbd-4baf-8930-62e6e0f4be9b => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:08.331 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc98e93d-fe2e-421c-afce-a01119d76f34 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] TaaS: Handle Delete Port: 655cca0b-4d95-4036-88c2-a623e59d2ffb 2026-03-06 21:30:08.334 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc98e93d-fe2e-421c-afce-a01119d76f34 4d7aff9a779745cd81699db928c16c63 eb641c5e7c034179930430ee8f9b631a - - default default] Tap Mirror: Handle Delete Port: 655cca0b-4d95-4036-88c2-a623e59d2ffb [pid: 7|app: 0|req: 776/1590] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:08 2026] DELETE /v2.0/ports/655cca0b-4d95-4036-88c2-a623e59d2ffb => 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: 815/1591] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:08 2026] DELETE /v2.0/networks/004427f0-123a-4593-8ceb-018ff95d5de1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1592] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:30:08 2026] GET /v2.0/networks?id=0fc5d19b-a548-41b8-b34a-84e80eac3bb7 => generated 673 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1593] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:08 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1594] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:30:08 2026] POST /v2.0/ports => generated 954 bytes in 356 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: 779/1595] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:09 2026] GET /v2.0/security-groups?tenant_id=eb641c5e7c034179930430ee8f9b631a&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1596] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:09 2026] DELETE /v2.0/security-groups/73d66b39-d97d-4c69-9b40-d91fa0d708f0 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1597] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:30:09 2026] PUT /v2.0/ports/6f667b79-9869-4d5a-9967-6ae0ab7ed786 => generated 1235 bytes in 345 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:09.540 8 INFO neutron.services.segments.plugin [-] Segment 12bcd8bb-9a70-4a36-acc8-6473484f1633 resource provider aggregate not found 2026-03-06 21:30:09.553 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c7266c64-86a7-4b79-89e5-a7e497ab1bcf'] response: {'name': 'network-changed', 'server_uuid': 'd7bdf00f-4b00-4a05-8a0a-d780cbfe099f', 'tag': '6f667b79-9869-4d5a-9967-6ae0ab7ed786', 'status': 'completed', 'code': 200} 2026-03-06 21:30:09.570 8 INFO neutron.services.segments.plugin [-] Segment 12bcd8bb-9a70-4a36-acc8-6473484f1633 resource provider aggregate not found 2026-03-06 21:30:09.571 8 INFO neutron.services.segments.plugin [-] Segment 12bcd8bb-9a70-4a36-acc8-6473484f1633 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12bcd8bb-9a70-4a36-acc8-6473484f1633 found for delete ", "request_id": "req-3aa32a86-9d9a-4e50-b91f-dd2333c0d1e4"}]} 2026-03-06 21:30:09.589 8 INFO neutron.services.segments.plugin [-] Segment 12bcd8bb-9a70-4a36-acc8-6473484f1633 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 12bcd8bb-9a70-4a36-acc8-6473484f1633 found for delete ", "request_id": "req-03bed8dc-3971-49a9-a8c2-9dfe96fdf2b5"}]} [pid: 7|app: 0|req: 781/1598] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:09 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 969 bytes in 78 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: 818/1599] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:09 2026] GET /v2.0/security-groups?id=cb17c3dc-fdfc-4d53-9a87-5055aabb860b&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1600] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:30:10 2026] GET /v2.0/ports?tenant_id=1a9ba49f078c4544b00abf350b2c8fdf&device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1601] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:30:10 2026] GET /v2.0/networks?tenant_id=1a9ba49f078c4544b00abf350b2c8fdf&shared=False => generated 769 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1602] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:30:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1603] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:11 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1604] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:11 2026] GET /v2.0/security-groups?id=cb17c3dc-fdfc-4d53-9a87-5055aabb860b&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1605] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:30:11 2026] GET /v2.0/ports?tenant_id=1a9ba49f078c4544b00abf350b2c8fdf&device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 1238 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1606] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:30:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=6f667b79-9869-4d5a-9967-6ae0ab7ed786 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:11.271 8 INFO neutron.db.segments_db [None req-98e1c900-338a-4557-83c5-bc1fd28aa643 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Added segment 3626f461-085c-48b8-a71e-e11803cc8775 of type vxlan for network 99a9af52-8900-47a5-8596-2e9902b75807 [pid: 7|app: 0|req: 788/1607] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:30:11 2026] GET /v2.0/subnets?id=bac3e25b-3a95-45c4-b790-a7916ec99e02 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1608] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:30:11 2026] GET /v2.0/ports?network_id=0fc5d19b-a548-41b8-b34a-84e80eac3bb7&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: 820/1609] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:10 2026] POST /v2.0/networks => generated 611 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1610] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:30:11 2026] GET /v2.0/networks/0fc5d19b-a548-41b8-b34a-84e80eac3bb7?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:11.406 8 INFO neutron.db.segments_db [None req-e7c9c9d7-e697-4070-a894-5a63bab3ec43 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Added segment 48d3f582-01ea-4baa-91a6-f6cae4f20898 of type vxlan for network dbd1a93d-9581-4a02-8de7-a9d91a400478 [pid: 7|app: 0|req: 791/1611] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:30:11 2026] GET /v2.0/networks/0fc5d19b-a548-41b8-b34a-84e80eac3bb7?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: 821/1612] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:11 2026] POST /v2.0/networks => generated 611 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1613] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:11 2026] POST /v2.0/subnets => generated 626 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1614] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:11 2026] POST /v2.0/subnets => generated 626 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:11.962 7 INFO neutron.db.segments_db [None req-9199892b-bb5c-4709-a704-a123762b7a92 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Added segment c438049e-a28b-432c-9428-2436e11be326 of type vxlan for network 13c99069-bb9c-4f6f-81c2-d4b89cfd06c5 2026-03-06 21:30:12.193 7 INFO neutron.db.l3_hamode_db [None req-9199892b-bb5c-4709-a704-a123762b7a92 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 823/1615] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:12 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 969 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:12.308 7 INFO neutron.db.l3_hamode_db [None req-9199892b-bb5c-4709-a704-a123762b7a92 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 824/1616] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:12 2026] GET /v2.0/security-groups?id=cb17c3dc-fdfc-4d53-9a87-5055aabb860b&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: 825/1617] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:12 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => 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: 826/1618] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:30:12 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1619] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:11 2026] POST /v2.0/routers => generated 506 bytes in 886 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1620] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:30:12 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1279 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1621] 10.0.0.215 () {32 vars in 858 bytes} [Fri Mar 6 21:30:12 2026] GET /v2.0/floatingips?floating_network_id=adfc0cb8-f6ac-45e3-a7d7-3e0a8680e4be&port_id=7aac2d5e-f359-4c98-8507-e63eeea690d3 => generated 860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1622] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:13 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => 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: 797/1623] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:13 2026] GET /v2.0/security-groups?id=cb17c3dc-fdfc-4d53-9a87-5055aabb860b&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1624] 10.0.0.225 () {34 vars in 990 bytes} [Fri Mar 6 21:30:13 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1279 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1625] 10.0.0.225 () {34 vars in 1120 bytes} [Fri Mar 6 21:30:13 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1626] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:30:12 2026] PUT /v2.0/routers/2f3b8c24-7a88-40fd-858e-2e45aaca8f7d/add_router_interface => generated 309 bytes in 1101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1627] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:30:13 2026] GET /v2.0/ports/38c9d425-c4f2-44fd-aa63-777736f5b508 => generated 955 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1628] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:14 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1629] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:14 2026] GET /v2.0/security-groups?id=cb17c3dc-fdfc-4d53-9a87-5055aabb860b&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1630] 10.0.0.225 () {34 vars in 990 bytes} [Fri Mar 6 21:30:14 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 1240 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1631] 10.0.0.225 () {34 vars in 1040 bytes} [Fri Mar 6 21:30:15 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 828/1632] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:30:13 2026] PUT /v2.0/routers/2f3b8c24-7a88-40fd-858e-2e45aaca8f7d/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1633] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:30:15 2026] GET /v2.0/ports/d39c39de-32ae-4318-b879-6cdc2082af59 => generated 955 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:15.543 8 INFO neutron_taas.services.taas.taas_plugin [None req-33796141-fe59-40f7-8cf3-94ab9558ac7c 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] TaaS: Handle Delete Port: d39c39de-32ae-4318-b879-6cdc2082af59 2026-03-06 21:30:15.546 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-33796141-fe59-40f7-8cf3-94ab9558ac7c 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Tap Mirror: Handle Delete Port: d39c39de-32ae-4318-b879-6cdc2082af59 [pid: 7|app: 0|req: 806/1634] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:15 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1635] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:15 2026] GET /v2.0/security-groups?id=cb17c3dc-fdfc-4d53-9a87-5055aabb860b&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: 829/1636] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:30:15 2026] PUT /v2.0/routers/2f3b8c24-7a88-40fd-858e-2e45aaca8f7d/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:16.378 7 INFO neutron_taas.services.taas.taas_plugin [None req-7129178f-2b5a-481f-87f6-e343bb93533a 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] TaaS: Handle Delete Port: 38c9d425-c4f2-44fd-aa63-777736f5b508 2026-03-06 21:30:16.381 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7129178f-2b5a-481f-87f6-e343bb93533a 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Tap Mirror: Handle Delete Port: 38c9d425-c4f2-44fd-aa63-777736f5b508 [pid: 8|app: 0|req: 830/1637] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:16 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1010 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1638] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:30:16 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&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: 808/1639] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:30:16 2026] PUT /v2.0/routers/2f3b8c24-7a88-40fd-858e-2e45aaca8f7d/remove_router_interface => generated 309 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1640] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:30:16 2026] GET /v2.0/ports?device_id=2f3b8c24-7a88-40fd-858e-2e45aaca8f7d => 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: 833/1641] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:16 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:16.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c1b4ee8-26f1-496e-801d-13d2f47bd8cc 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] TaaS: Handle Delete Port: 0a0474d3-f7a8-4ffb-9b1c-389ac7954815 2026-03-06 21:30:16.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c1b4ee8-26f1-496e-801d-13d2f47bd8cc 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Tap Mirror: Handle Delete Port: 0a0474d3-f7a8-4ffb-9b1c-389ac7954815 [pid: 8|app: 0|req: 834/1642] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:16 2026] GET /v2.0/security-groups?id=cb17c3dc-fdfc-4d53-9a87-5055aabb860b&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:17.283 7 INFO neutron.services.segments.plugin [-] Segment c438049e-a28b-432c-9428-2436e11be326 resource provider aggregate not found 2026-03-06 21:30:17.290 7 INFO neutron.services.segments.plugin [-] Segment c438049e-a28b-432c-9428-2436e11be326 resource provider aggregate not found 2026-03-06 21:30:17.306 7 INFO neutron.services.segments.plugin [-] Segment c438049e-a28b-432c-9428-2436e11be326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c438049e-a28b-432c-9428-2436e11be326 found for delete ", "request_id": "req-a899d8d8-85d2-4478-bae3-068ba88a4bd4"}]} 2026-03-06 21:30:17.312 7 INFO neutron.services.segments.plugin [-] Segment c438049e-a28b-432c-9428-2436e11be326 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c438049e-a28b-432c-9428-2436e11be326 found for delete ", "request_id": "req-7b44522d-4f63-45ee-b0c8-f643600a827d"}]} 2026-03-06 21:30:17.317 7 INFO neutron.db.l3_hamode_db [None req-2c1b4ee8-26f1-496e-801d-13d2f47bd8cc 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] HA network 13c99069-bb9c-4f6f-81c2-d4b89cfd06c5 was deleted as no HA routers are present in tenant 37e70a016d9b4ee08adef253db9ceb33. [pid: 7|app: 0|req: 809/1643] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:16 2026] DELETE /v2.0/routers/2f3b8c24-7a88-40fd-858e-2e45aaca8f7d => generated 0 bytes in 529 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1644] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:17 2026] DELETE /v2.0/subnets/652ea9a2-4465-4fcc-bbec-b2267ce639f6 => 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: 810/1645] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:17 2026] DELETE /v2.0/subnets/4142f4e1-8d9a-43ef-8a08-556bb12c218a => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:17.692 8 INFO neutron.services.segments.plugin [-] Segment 48d3f582-01ea-4baa-91a6-f6cae4f20898 resource provider aggregate not found 2026-03-06 21:30:17.699 8 INFO neutron.services.segments.plugin [-] Segment 48d3f582-01ea-4baa-91a6-f6cae4f20898 resource provider aggregate not found [pid: 7|app: 0|req: 811/1646] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:17 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:17.713 8 INFO neutron.services.segments.plugin [-] Segment 48d3f582-01ea-4baa-91a6-f6cae4f20898 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48d3f582-01ea-4baa-91a6-f6cae4f20898 found for delete ", "request_id": "req-1488d462-9c24-4930-9f85-f598af486c77"}]} 2026-03-06 21:30:17.715 8 INFO neutron.services.segments.plugin [-] Segment 48d3f582-01ea-4baa-91a6-f6cae4f20898 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 48d3f582-01ea-4baa-91a6-f6cae4f20898 found for delete ", "request_id": "req-42a649b7-32ef-4a52-904d-a933f6c58b76"}]} [pid: 8|app: 0|req: 836/1647] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:17 2026] DELETE /v2.0/networks/dbd1a93d-9581-4a02-8de7-a9d91a400478 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1648] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:30:17 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1649] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:17 2026] DELETE /v2.0/networks/99a9af52-8900-47a5-8596-2e9902b75807 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:17.899 7 INFO neutron.db.segments_db [None req-8f5b556b-26b7-40bb-ab6a-4148bfba326a 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Added segment 1ff92a80-33ec-4940-ab42-4be6d1011cbc of type vxlan for network bbf7977b-d525-47e8-a4af-dd4f5189cae5 [pid: 7|app: 0|req: 813/1650] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:17 2026] POST /v2.0/networks => generated 610 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1651] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:17 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:18.275 7 INFO neutron.db.segments_db [None req-59f57ee9-4494-42f7-b0bb-699c9be7a367 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Added segment fa2a8021-a4aa-42a8-b4ad-56f3e8e57f68 of type vxlan for network a0ebae6e-8445-4293-a0ef-f14e1c042abf [pid: 8|app: 0|req: 839/1652] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:18 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1653] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:18 2026] GET /v2.0/security-groups?id=cb17c3dc-fdfc-4d53-9a87-5055aabb860b&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:18.514 7 INFO neutron.db.l3_hamode_db [None req-59f57ee9-4494-42f7-b0bb-699c9be7a367 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:30:18.617 7 INFO neutron.db.l3_hamode_db [None req-59f57ee9-4494-42f7-b0bb-699c9be7a367 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 841/1654] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:18 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1010 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1655] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:30:18 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => generated 1008 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1656] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:30:18 2026] GET /v2.0/security-groups?id=8a218ab7-0bec-434d-8cba-6e389399af3c&id=a47d459c-9253-4cc6-bc3d-d4bad4cd767d&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:19.134 8 INFO neutron_taas.services.taas.taas_plugin [req-4fdf74d7-3440-4a05-b420-6d4381e0c478 req-83ba9d90-ccdb-4692-ad98-cb7986126634 068b0372b7fd4694b8431b21bde2eff1 e97e267766054e5a8018a064bb5ebc16 - - default default] TaaS: Handle Delete Port: 7aac2d5e-f359-4c98-8507-e63eeea690d3 2026-03-06 21:30:19.139 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4fdf74d7-3440-4a05-b420-6d4381e0c478 req-83ba9d90-ccdb-4692-ad98-cb7986126634 068b0372b7fd4694b8431b21bde2eff1 e97e267766054e5a8018a064bb5ebc16 - - default default] Tap Mirror: Handle Delete Port: 7aac2d5e-f359-4c98-8507-e63eeea690d3 [pid: 7|app: 0|req: 814/1657] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:18 2026] POST /v2.0/routers => generated 506 bytes in 954 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:19.292 8 INFO neutron.db.l3_db [req-4fdf74d7-3440-4a05-b420-6d4381e0c478 req-83ba9d90-ccdb-4692-ad98-cb7986126634 068b0372b7fd4694b8431b21bde2eff1 e97e267766054e5a8018a064bb5ebc16 - - default default] Floating IP 6f261c75-bc1f-44ec-a343-0b3c7ebb26c1 disassociated. External IP: 10.96.250.214, port: 7aac2d5e-f359-4c98-8507-e63eeea690d3. [pid: 7|app: 0|req: 815/1658] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:30:19 2026] POST /v2.0/ports => generated 951 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 816/1659] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:19 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1660] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:30:18 2026] DELETE /v2.0/ports/7aac2d5e-f359-4c98-8507-e63eeea690d3 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1661] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:19 2026] GET /v2.0/security-groups?id=cb17c3dc-fdfc-4d53-9a87-5055aabb860b&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:19.683 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c2e2bba-d151-499f-9aaf-87b2fdad7c75'] response: {'server_uuid': 'efa36e9e-5e54-4534-8c21-7639859e1060', 'name': 'network-vif-deleted', 'tag': '7aac2d5e-f359-4c98-8507-e63eeea690d3', 'status': 'completed', 'code': 200} 2026-03-06 21:30:19.732 8 INFO neutron.services.segments.plugin [-] Segment 3626f461-085c-48b8-a71e-e11803cc8775 resource provider aggregate not found 2026-03-06 21:30:19.738 8 INFO neutron.services.segments.plugin [-] Segment 3626f461-085c-48b8-a71e-e11803cc8775 resource provider aggregate not found 2026-03-06 21:30:19.752 8 INFO neutron.services.segments.plugin [-] Segment 3626f461-085c-48b8-a71e-e11803cc8775 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3626f461-085c-48b8-a71e-e11803cc8775 found for delete ", "request_id": "req-fa411819-7c1a-443b-b025-8fa444b2e1e7"}]} 2026-03-06 21:30:19.753 8 INFO neutron.services.segments.plugin [-] Segment 3626f461-085c-48b8-a71e-e11803cc8775 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3626f461-085c-48b8-a71e-e11803cc8775 found for delete ", "request_id": "req-e9074702-f5cb-4060-af12-c09dac352b58"}]} [pid: 8|app: 0|req: 846/1662] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:20 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => 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: 817/1663] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:30:19 2026] PUT /v2.0/routers/a19b5791-1ed1-4976-8b2e-efe13fff5ffa/add_router_interface => generated 309 bytes in 1090 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1664] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:30:20 2026] GET /v2.0/ports/04a735e1-1638-44fd-b05c-2f3ab055aae9 => generated 1025 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 848/1665] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:20 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => 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: 849/1666] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:30:20 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1667] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:20 2026] GET /v2.0/security-groups?id=cb17c3dc-fdfc-4d53-9a87-5055aabb860b&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:20.969 8 INFO neutron_taas.services.taas.taas_plugin [req-69aef682-cc6c-4d98-a86d-5717e4ea7bb7 req-8e43f5d8-00b2-4e60-a96b-d3d2c739f3ec 9574348ab8cc435a9070835f0136eb62 1a9ba49f078c4544b00abf350b2c8fdf - - default default] TaaS: Handle Delete Port: 6f667b79-9869-4d5a-9967-6ae0ab7ed786 2026-03-06 21:30:20.972 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-69aef682-cc6c-4d98-a86d-5717e4ea7bb7 req-8e43f5d8-00b2-4e60-a96b-d3d2c739f3ec 9574348ab8cc435a9070835f0136eb62 1a9ba49f078c4544b00abf350b2c8fdf - - default default] Tap Mirror: Handle Delete Port: 6f667b79-9869-4d5a-9967-6ae0ab7ed786 [pid: 8|app: 0|req: 851/1668] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:30:20 2026] DELETE /v2.0/ports/6f667b79-9869-4d5a-9967-6ae0ab7ed786 => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:21.111 7 INFO neutron_taas.services.taas.taas_plugin [None req-6b24a2b4-4b53-452d-abad-5ac8bef0b9ea 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] TaaS: Handle Delete Port: 04a735e1-1638-44fd-b05c-2f3ab055aae9 2026-03-06 21:30:21.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6b24a2b4-4b53-452d-abad-5ac8bef0b9ea 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Tap Mirror: Handle Delete Port: 04a735e1-1638-44fd-b05c-2f3ab055aae9 [pid: 8|app: 0|req: 852/1669] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:21 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => 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: 818/1670] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:30:20 2026] PUT /v2.0/routers/a19b5791-1ed1-4976-8b2e-efe13fff5ffa/remove_router_interface => generated 309 bytes in 783 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:21.635 8 INFO neutron.api.v2.resource [None req-b7b686c3-7b52-47a0-8436-a1ac143c8b98 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 853/1671] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:30:21 2026] PUT /v2.0/routers/a19b5791-1ed1-4976-8b2e-efe13fff5ffa/remove_router_interface => generated 197 bytes in 103 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: 819/1672] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:30:21 2026] GET /v2.0/ports?device_id=a19b5791-1ed1-4976-8b2e-efe13fff5ffa => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:21.727 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e25c067f-01bd-474d-9b73-e7a5b922d05d'] response: {'server_uuid': 'd7bdf00f-4b00-4a05-8a0a-d780cbfe099f', 'name': 'network-vif-deleted', 'tag': '6f667b79-9869-4d5a-9967-6ae0ab7ed786', 'status': 'completed', 'code': 200} 2026-03-06 21:30:21.803 8 INFO neutron_taas.services.taas.taas_plugin [None req-3316096f-96c4-405e-90e7-bc28d488c4ba 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] TaaS: Handle Delete Port: 81d7dff5-e1d8-4d7a-8914-f488668ef7da 2026-03-06 21:30:21.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3316096f-96c4-405e-90e7-bc28d488c4ba 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Tap Mirror: Handle Delete Port: 81d7dff5-e1d8-4d7a-8914-f488668ef7da [pid: 7|app: 0|req: 822/1675] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:21 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:22.104 8 INFO neutron.services.segments.plugin [-] Segment fa2a8021-a4aa-42a8-b4ad-56f3e8e57f68 resource provider aggregate not found 2026-03-06 21:30:22.105 8 INFO neutron.services.segments.plugin [-] Segment fa2a8021-a4aa-42a8-b4ad-56f3e8e57f68 resource provider aggregate not found 2026-03-06 21:30:22.128 8 INFO neutron.services.segments.plugin [-] Segment fa2a8021-a4aa-42a8-b4ad-56f3e8e57f68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa2a8021-a4aa-42a8-b4ad-56f3e8e57f68 found for delete ", "request_id": "req-75ef638a-9876-45a4-ade4-848d3ec2d490"}]} 2026-03-06 21:30:22.128 8 INFO neutron.services.segments.plugin [-] Segment fa2a8021-a4aa-42a8-b4ad-56f3e8e57f68 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fa2a8021-a4aa-42a8-b4ad-56f3e8e57f68 found for delete ", "request_id": "req-45269749-99d6-4f06-ae99-9e3165db0421"}]} 2026-03-06 21:30:22.142 8 INFO neutron.db.l3_hamode_db [None req-3316096f-96c4-405e-90e7-bc28d488c4ba 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] HA network a0ebae6e-8445-4293-a0ef-f14e1c042abf was deleted as no HA routers are present in tenant 37e70a016d9b4ee08adef253db9ceb33. [pid: 8|app: 0|req: 854/1676] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:21 2026] DELETE /v2.0/routers/a19b5791-1ed1-4976-8b2e-efe13fff5ffa => generated 0 bytes in 477 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1677] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:22 2026] GET /v2.0/ports?device_id=efa36e9e-5e54-4534-8c21-7639859e1060 => 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: 823/1678] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:22 2026] DELETE /v2.0/subnets/1fb06022-f1fc-4b57-9d75-41aa69712a87 => 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: 856/1679] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:22 2026] DELETE /v2.0/networks/bbf7977b-d525-47e8-a4af-dd4f5189cae5 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:22.477 7 INFO neutron.db.segments_db [None req-e1bd4168-0c24-432c-936a-fbbd0aa9c110 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Added segment c930393a-698c-4d8e-92a9-3609e3f6a628 of type vxlan for network c33c2fd9-ecb0-4e5e-8cb9-17cacf22f91b [pid: 7|app: 0|req: 824/1680] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:22 2026] POST /v2.0/networks => generated 611 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1681] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:22 2026] POST /v2.0/subnets => generated 626 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:22.835 7 INFO neutron.db.segments_db [None req-d9425a69-9d56-440f-8633-03fc8a899fda 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Added segment dab55a9f-b736-4a37-85a7-b2190cc3de61 of type vxlan for network 31642d96-452f-4128-aa21-250eadceea45 [pid: 8|app: 0|req: 858/1682] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:23 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:23.099 7 INFO neutron.db.l3_hamode_db [None req-d9425a69-9d56-440f-8633-03fc8a899fda 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:30:23.218 7 INFO neutron.db.l3_hamode_db [None req-d9425a69-9d56-440f-8633-03fc8a899fda 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 859/1683] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:23 2026] DELETE /v2.0/security-groups/a47d459c-9253-4cc6-bc3d-d4bad4cd767d => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:23.552 8 INFO neutron.api.v2.resource [None req-9410109f-7492-4135-b54f-da14a90ef38a 068b0372b7fd4694b8431b21bde2eff1 e97e267766054e5a8018a064bb5ebc16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 860/1684] 10.0.0.215 () {32 vars in 737 bytes} [Fri Mar 6 21:30:23 2026] GET /v2.0/security-groups/a47d459c-9253-4cc6-bc3d-d4bad4cd767d => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:23.672 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab827731-ada5-4aa0-b392-04150e34fd0c 068b0372b7fd4694b8431b21bde2eff1 e97e267766054e5a8018a064bb5ebc16 - - default default] TaaS: Handle Delete Port: ff9c3add-4ce0-4030-b123-e68b200e2969 2026-03-06 21:30:23.674 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab827731-ada5-4aa0-b392-04150e34fd0c 068b0372b7fd4694b8431b21bde2eff1 e97e267766054e5a8018a064bb5ebc16 - - default default] Tap Mirror: Handle Delete Port: ff9c3add-4ce0-4030-b123-e68b200e2969 [pid: 8|app: 0|req: 861/1685] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:30:23 2026] DELETE /v2.0/floatingips/6f261c75-bc1f-44ec-a343-0b3c7ebb26c1 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1686] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:23 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1687] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:23 2026] DELETE /v2.0/security-groups/8a218ab7-0bec-434d-8cba-6e389399af3c => 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: 864/1688] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:23 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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 21:30:24.152 8 INFO neutron.services.segments.plugin [-] Segment 1ff92a80-33ec-4940-ab42-4be6d1011cbc resource provider aggregate not found 2026-03-06 21:30:24.153 8 INFO neutron.services.segments.plugin [-] Segment 1ff92a80-33ec-4940-ab42-4be6d1011cbc resource provider aggregate not found 2026-03-06 21:30:24.172 8 INFO neutron.services.segments.plugin [-] Segment 1ff92a80-33ec-4940-ab42-4be6d1011cbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ff92a80-33ec-4940-ab42-4be6d1011cbc found for delete ", "request_id": "req-dd63a689-5aec-4232-aed9-fb0a1cf539e3"}]} 2026-03-06 21:30:24.173 8 INFO neutron.services.segments.plugin [-] Segment 1ff92a80-33ec-4940-ab42-4be6d1011cbc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1ff92a80-33ec-4940-ab42-4be6d1011cbc found for delete ", "request_id": "req-93dffc41-e1df-488b-88ff-63e03b68ba74"}]} [pid: 7|app: 0|req: 825/1689] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:22 2026] POST /v2.0/routers => generated 504 bytes in 1416 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1690] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:24 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1691] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:24 2026] GET /v2.0/ports?device_id=d7bdf00f-4b00-4a05-8a0a-d780cbfe099f => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:24.817 8 INFO neutron_taas.services.taas.taas_plugin [None req-abedcc24-b680-4502-b4e9-0cb63dfb15d6 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 416bf6df-9c1a-4c18-98e7-438d24dcfb87 2026-03-06 21:30:24.819 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abedcc24-b680-4502-b4e9-0cb63dfb15d6 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 416bf6df-9c1a-4c18-98e7-438d24dcfb87 [pid: 8|app: 0|req: 865/1692] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:30:24 2026] PUT /v2.0/routers/fb6ded59-1f0d-4abd-a181-6a530bcf934e/remove_router_interface => generated 309 bytes in 1273 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1693] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:25 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 828/1694] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:30:24 2026] PUT /v2.0/routers/496d41f6-3f29-4e7a-8a64-c3a5430c472b/add_router_interface => generated 309 bytes in 1070 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1695] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:30:25 2026] GET /v2.0/ports/b291b5fd-dabb-4924-a626-f50916f3c765 => generated 955 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:25.514 8 INFO neutron_taas.services.taas.taas_plugin [None req-a95d7cf1-580b-4bc3-861d-1da6fd4acf50 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 3cbfac31-e2c9-4012-9e76-7c432a6d6693 2026-03-06 21:30:25.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a95d7cf1-580b-4bc3-861d-1da6fd4acf50 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 3cbfac31-e2c9-4012-9e76-7c432a6d6693 2026-03-06 21:30:25.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-a95d7cf1-580b-4bc3-861d-1da6fd4acf50 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 75ff4c79-91c5-479f-b00a-9555bf716998 2026-03-06 21:30:25.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a95d7cf1-580b-4bc3-861d-1da6fd4acf50 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 75ff4c79-91c5-479f-b00a-9555bf716998 2026-03-06 21:30:25.785 7 INFO neutron_taas.services.taas.taas_plugin [None req-aa7d20e4-4f54-4509-9e54-262edefb601d 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] TaaS: Handle Delete Port: b291b5fd-dabb-4924-a626-f50916f3c765 2026-03-06 21:30:25.788 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa7d20e4-4f54-4509-9e54-262edefb601d 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Tap Mirror: Handle Delete Port: b291b5fd-dabb-4924-a626-f50916f3c765 2026-03-06 21:30:26.088 8 INFO neutron.db.l3_hamode_db [None req-a95d7cf1-580b-4bc3-861d-1da6fd4acf50 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network 619f40f2-5cc8-40e0-854e-6dafc134d869 was deleted as no HA routers are present in tenant e97e267766054e5a8018a064bb5ebc16. [pid: 8|app: 0|req: 867/1696] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:25 2026] DELETE /v2.0/routers/fb6ded59-1f0d-4abd-a181-6a530bcf934e => generated 0 bytes in 758 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1697] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:26 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:26.193 8 INFO neutron.services.segments.plugin [-] Segment ebd28d2c-df70-41f8-89ff-c97237f4f7e7 resource provider aggregate not found 2026-03-06 21:30:26.200 8 INFO neutron.services.segments.plugin [-] Segment ebd28d2c-df70-41f8-89ff-c97237f4f7e7 resource provider aggregate not found [pid: 7|app: 0|req: 830/1698] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:30:25 2026] PUT /v2.0/routers/496d41f6-3f29-4e7a-8a64-c3a5430c472b/remove_router_interface => generated 309 bytes in 760 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:26.215 8 INFO neutron.services.segments.plugin [-] Segment ebd28d2c-df70-41f8-89ff-c97237f4f7e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebd28d2c-df70-41f8-89ff-c97237f4f7e7 found for delete ", "request_id": "req-6540958f-f7ea-4c60-9c75-8a54ace1c335"}]} 2026-03-06 21:30:26.216 8 INFO neutron.services.segments.plugin [-] Segment ebd28d2c-df70-41f8-89ff-c97237f4f7e7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebd28d2c-df70-41f8-89ff-c97237f4f7e7 found for delete ", "request_id": "req-ca68265a-0279-464c-82c0-ba04584ce8b4"}]} [pid: 7|app: 0|req: 831/1699] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:26 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 832/1700] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:30:26 2026] GET /v2.0/ports?device_id=496d41f6-3f29-4e7a-8a64-c3a5430c472b => 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: 869/1701] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:26 2026] DELETE /v2.0/subnets/7b0aa47c-447b-4d3e-ba2d-1475dcf3de72 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:26.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-1fa4571a-7286-44a5-8fe5-c2776c5f36a0 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] TaaS: Handle Delete Port: 73c65963-5126-432a-926a-230bfb5110e6 2026-03-06 21:30:26.382 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1fa4571a-7286-44a5-8fe5-c2776c5f36a0 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Tap Mirror: Handle Delete Port: 73c65963-5126-432a-926a-230bfb5110e6 2026-03-06 21:30:26.401 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2b08e14-7607-44d7-84ae-acd627561b55 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: b5e3e871-7541-47c7-a7f5-a33f71122d76 2026-03-06 21:30:26.405 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2b08e14-7607-44d7-84ae-acd627561b55 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: b5e3e871-7541-47c7-a7f5-a33f71122d76 [pid: 8|app: 0|req: 870/1702] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:26 2026] DELETE /v2.0/networks/2309192d-8d2f-47e0-9110-bf74cb61c784 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:26.647 7 INFO neutron.services.segments.plugin [-] Segment dab55a9f-b736-4a37-85a7-b2190cc3de61 resource provider aggregate not found 2026-03-06 21:30:26.656 7 INFO neutron.services.segments.plugin [-] Segment dab55a9f-b736-4a37-85a7-b2190cc3de61 resource provider aggregate not found 2026-03-06 21:30:26.665 7 INFO neutron.services.segments.plugin [-] Segment dab55a9f-b736-4a37-85a7-b2190cc3de61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dab55a9f-b736-4a37-85a7-b2190cc3de61 found for delete ", "request_id": "req-e186c09e-5cbd-4cc3-a812-03700548746b"}]} 2026-03-06 21:30:26.672 7 INFO neutron.db.l3_hamode_db [None req-1fa4571a-7286-44a5-8fe5-c2776c5f36a0 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] HA network 31642d96-452f-4128-aa21-250eadceea45 was deleted as no HA routers are present in tenant 37e70a016d9b4ee08adef253db9ceb33. 2026-03-06 21:30:26.676 7 INFO neutron.services.segments.plugin [-] Segment dab55a9f-b736-4a37-85a7-b2190cc3de61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dab55a9f-b736-4a37-85a7-b2190cc3de61 found for delete ", "request_id": "req-6780f75b-67de-4b9e-810a-164c29fa0656"}]} [pid: 7|app: 0|req: 833/1703] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:26 2026] DELETE /v2.0/routers/496d41f6-3f29-4e7a-8a64-c3a5430c472b => generated 0 bytes in 420 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:26.851 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9261bd0-94f0-4de4-9e3e-6f8e417c0149 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: ec2b38fd-de07-420a-9bfb-f9a316747ca5 2026-03-06 21:30:26.853 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9261bd0-94f0-4de4-9e3e-6f8e417c0149 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: ec2b38fd-de07-420a-9bfb-f9a316747ca5 2026-03-06 21:30:26.974 7 INFO neutron_taas.services.taas.taas_plugin [None req-565c5f8b-8ebd-4018-b56d-a2b62afc0506 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 5a8c38a3-fcd5-4404-b6aa-0be2c6f078a3 2026-03-06 21:30:26.976 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-565c5f8b-8ebd-4018-b56d-a2b62afc0506 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 5a8c38a3-fcd5-4404-b6aa-0be2c6f078a3 [pid: 8|app: 0|req: 871/1704] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:30:26 2026] PUT /v2.0/routers/da0d629f-6617-43d4-94b0-7542c495c665/remove_router_interface => generated 309 bytes in 733 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1705] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:27 2026] DELETE /v2.0/subnets/9c72e4ff-2e45-4ed8-98b4-6aa5c02ae412 => 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: 873/1706] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:30:27 2026] GET /v2.0/ports?tenant_id=61e19f43cfe942cdb7bd1482be17b4c1&device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 1240 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1707] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:27 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1708] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:30:26 2026] PUT /v2.0/routers/12642269-5180-48be-8a9a-c7d71d812d4b/remove_router_interface => generated 309 bytes in 826 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1709] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:27 2026] DELETE /v2.0/networks/c33c2fd9-ecb0-4e5e-8cb9-17cacf22f91b => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:27.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc0d5211-c849-40d4-9e33-f64fcf995595 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 46b89bd7-347f-4c8e-93b4-f20e239ae0aa 2026-03-06 21:30:27.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc0d5211-c849-40d4-9e33-f64fcf995595 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 46b89bd7-347f-4c8e-93b4-f20e239ae0aa [pid: 7|app: 0|req: 836/1710] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:30:27 2026] GET /v2.0/networks?id=7330f913-f3a2-48f5-9679-ac4b2d2c8265 => 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: 837/1711] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:27 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:27.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc0d5211-c849-40d4-9e33-f64fcf995595 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 8744c8b4-0064-427d-b369-6b50c5ef5730 2026-03-06 21:30:27.889 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc0d5211-c849-40d4-9e33-f64fcf995595 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 8744c8b4-0064-427d-b369-6b50c5ef5730 2026-03-06 21:30:27.890 7 INFO neutron_taas.services.taas.taas_plugin [None req-491b6582-e53a-4066-9df8-1564b7147ef5 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 6de3f9cf-add5-4977-ae4e-5bf91a90f781 2026-03-06 21:30:27.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-491b6582-e53a-4066-9df8-1564b7147ef5 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 6de3f9cf-add5-4977-ae4e-5bf91a90f781 2026-03-06 21:30:28.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-491b6582-e53a-4066-9df8-1564b7147ef5 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: c5ae2d8d-5f0d-48e6-8634-c7304cae6d2a 2026-03-06 21:30:28.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-491b6582-e53a-4066-9df8-1564b7147ef5 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: c5ae2d8d-5f0d-48e6-8634-c7304cae6d2a 2026-03-06 21:30:28.236 8 INFO neutron.services.segments.plugin [-] Segment ab8c09ba-feeb-4c83-8c32-0cdd06f9715b resource provider aggregate not found 2026-03-06 21:30:28.243 8 INFO neutron.db.l3_hamode_db [None req-dc0d5211-c849-40d4-9e33-f64fcf995595 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network 0d9bb5f6-3aed-42d4-809c-68d464256955 was deleted as no HA routers are present in tenant 1a9ba49f078c4544b00abf350b2c8fdf. 2026-03-06 21:30:28.244 8 INFO neutron.services.segments.plugin [-] Segment ab8c09ba-feeb-4c83-8c32-0cdd06f9715b resource provider aggregate not found [pid: 8|app: 0|req: 875/1712] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:27 2026] DELETE /v2.0/routers/da0d629f-6617-43d4-94b0-7542c495c665 => generated 0 bytes in 774 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:28.261 8 INFO neutron.services.segments.plugin [-] Segment ab8c09ba-feeb-4c83-8c32-0cdd06f9715b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab8c09ba-feeb-4c83-8c32-0cdd06f9715b found for delete ", "request_id": "req-84a9d044-fee7-4bc5-9573-5c77e364c1fe"}]} 2026-03-06 21:30:28.277 8 INFO neutron.services.segments.plugin [-] Segment ab8c09ba-feeb-4c83-8c32-0cdd06f9715b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab8c09ba-feeb-4c83-8c32-0cdd06f9715b found for delete ", "request_id": "req-e1cb151d-c5ab-490f-99e1-6552d7c669e1"}]} 2026-03-06 21:30:28.284 8 INFO neutron.services.segments.plugin [-] Segment 654c483d-bae7-4217-9dbb-914ff1946c40 resource provider aggregate not found 2026-03-06 21:30:28.295 8 INFO neutron.services.segments.plugin [-] Segment 654c483d-bae7-4217-9dbb-914ff1946c40 resource provider aggregate not found 2026-03-06 21:30:28.308 8 INFO neutron.services.segments.plugin [-] Segment 654c483d-bae7-4217-9dbb-914ff1946c40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 654c483d-bae7-4217-9dbb-914ff1946c40 found for delete ", "request_id": "req-c1c4a260-f853-46de-a55b-763c02f9fdff"}]} 2026-03-06 21:30:28.313 8 INFO neutron.services.segments.plugin [-] Segment 654c483d-bae7-4217-9dbb-914ff1946c40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 654c483d-bae7-4217-9dbb-914ff1946c40 found for delete ", "request_id": "req-94fc8d44-1d45-46e3-b0c0-6b485231bff9"}]} 2026-03-06 21:30:28.328 8 INFO neutron.db.segments_db [None req-de3de734-bc07-496d-9c0f-76cb4e9947a3 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Added segment 68c7a0c0-5c0f-4083-96bf-665db51489dc of type vxlan for network e20773e2-32cc-4bb3-950b-fec5e5f03891 2026-03-06 21:30:28.461 7 INFO neutron.db.l3_hamode_db [None req-491b6582-e53a-4066-9df8-1564b7147ef5 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network b5ba1a7d-4dfe-46a1-9637-125cb0277b3e was deleted as no HA routers are present in tenant 14daddd195cb4ff8b472f2991ccd793c. [pid: 7|app: 0|req: 838/1713] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:27 2026] DELETE /v2.0/routers/12642269-5180-48be-8a9a-c7d71d812d4b => generated 0 bytes in 773 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1714] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:30:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=85b2157d-3bf4-4477-bb50-5b28b32d8af5 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:28.542 8 INFO neutron.db.l3_hamode_db [None req-de3de734-bc07-496d-9c0f-76cb4e9947a3 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 840/1715] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:28 2026] DELETE /v2.0/subnets/bac3e25b-3a95-45c4-b790-a7916ec99e02 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:28.676 7 INFO neutron.services.segments.plugin [-] Segment c930393a-698c-4d8e-92a9-3609e3f6a628 resource provider aggregate not found 2026-03-06 21:30:28.694 7 INFO neutron.services.segments.plugin [-] Segment c930393a-698c-4d8e-92a9-3609e3f6a628 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c930393a-698c-4d8e-92a9-3609e3f6a628 found for delete ", "request_id": "req-6a332b3c-9fb3-4576-b345-ee3c4389bcd6"}]} 2026-03-06 21:30:28.711 7 INFO neutron.services.segments.plugin [-] Segment c930393a-698c-4d8e-92a9-3609e3f6a628 resource provider aggregate not found 2026-03-06 21:30:28.713 7 INFO neutron.services.segments.plugin [-] Segment 7cd2d548-fbbc-47ce-81e3-73fb6290abbb resource provider aggregate not found 2026-03-06 21:30:28.737 7 INFO neutron.services.segments.plugin [-] Segment 7cd2d548-fbbc-47ce-81e3-73fb6290abbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cd2d548-fbbc-47ce-81e3-73fb6290abbb found for delete ", "request_id": "req-ca788125-c500-4644-be58-4ef0c2cc8c08"}]} 2026-03-06 21:30:28.738 7 INFO neutron.services.segments.plugin [-] Segment c930393a-698c-4d8e-92a9-3609e3f6a628 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c930393a-698c-4d8e-92a9-3609e3f6a628 found for delete ", "request_id": "req-99ff4baf-b390-4ce5-94ae-e3188b9d1a50"}]} 2026-03-06 21:30:28.753 7 INFO neutron.services.segments.plugin [-] Segment 7cd2d548-fbbc-47ce-81e3-73fb6290abbb resource provider aggregate not found 2026-03-06 21:30:28.769 7 INFO neutron.services.segments.plugin [-] Segment 7cd2d548-fbbc-47ce-81e3-73fb6290abbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7cd2d548-fbbc-47ce-81e3-73fb6290abbb found for delete ", "request_id": "req-46f24f7c-a811-4e19-b0e8-31e33fcb98d8"}]} [pid: 7|app: 0|req: 841/1716] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:28 2026] DELETE /v2.0/subnets/962ce203-bb8f-4058-a9a3-9c08e0b9651a => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1717] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:30:28 2026] GET /v2.0/subnets?id=92ce6603-f39e-47dd-9cac-a03c97072330 => generated 693 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:28.982 7 INFO neutron_taas.services.taas.taas_plugin [None req-537348b2-52ed-4252-b1bb-06d2f1373b57 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 992ec743-9434-498e-aed4-edf2cf821831 2026-03-06 21:30:28.984 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-537348b2-52ed-4252-b1bb-06d2f1373b57 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 992ec743-9434-498e-aed4-edf2cf821831 [pid: 7|app: 0|req: 843/1718] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:28 2026] DELETE /v2.0/networks/0fc5d19b-a548-41b8-b34a-84e80eac3bb7 => generated 0 bytes in 310 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1719] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:29 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:29.271 8 INFO neutron.db.l3_hamode_db [None req-de3de734-bc07-496d-9c0f-76cb4e9947a3 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:30:29.310 7 INFO neutron_taas.services.taas.taas_plugin [None req-389bc6f7-c0ac-447f-abb1-0024b4859111 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: ec073be1-fe9e-442b-a38d-c6fc27fba728 2026-03-06 21:30:29.313 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-389bc6f7-c0ac-447f-abb1-0024b4859111 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: ec073be1-fe9e-442b-a38d-c6fc27fba728 [pid: 7|app: 0|req: 845/1720] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:29 2026] DELETE /v2.0/networks/4cbe15e1-c50e-4a31-8f74-aa9747b3d175 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1721] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:30:29 2026] GET /v2.0/ports?network_id=7330f913-f3a2-48f5-9679-ac4b2d2c8265&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1722] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:29 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 7|app: 0|req: 848/1723] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:29 2026] GET /v2.0/security-groups?tenant_id=1a9ba49f078c4544b00abf350b2c8fdf&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1724] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:30:29 2026] GET /v2.0/networks/7330f913-f3a2-48f5-9679-ac4b2d2c8265?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: 850/1725] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:29 2026] DELETE /v2.0/security-groups/cb17c3dc-fdfc-4d53-9a87-5055aabb860b => 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: 851/1726] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:30:29 2026] GET /v2.0/networks/7330f913-f3a2-48f5-9679-ac4b2d2c8265?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: 852/1727] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:29 2026] GET /v2.0/security-groups?tenant_id=14daddd195cb4ff8b472f2991ccd793c&name=default => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1728] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:29 2026] DELETE /v2.0/security-groups/25b29934-cc44-4e8b-b419-96a69f02b2f3 => 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: 876/1729] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:28 2026] POST /v2.0/routers => generated 687 bytes in 1748 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1730] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:30 2026] GET /v2.0/security-groups?tenant_id=e97e267766054e5a8018a064bb5ebc16&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 854/1731] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:30:30 2026] GET /v2.0/routers/f994df9b-d4d9-45c7-96ca-4d3abc70a4a5 => generated 693 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1732] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:30 2026] DELETE /v2.0/security-groups/97283cc4-40e6-45e8-bcd9-a00d79cdd616 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1733] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:30:30 2026] GET /v2.0/routers => generated 696 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1734] 10.0.0.215 () {34 vars in 741 bytes} [Fri Mar 6 21:30:30 2026] PUT /v2.0/routers/f994df9b-d4d9-45c7-96ca-4d3abc70a4a5 => generated 700 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1735] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:30:30 2026] GET /v2.0/routers/f994df9b-d4d9-45c7-96ca-4d3abc70a4a5 => generated 700 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1736] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:30:30 2026] GET /v2.0/ports?device_id=f994df9b-d4d9-45c7-96ca-4d3abc70a4a5 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1737] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:30 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:30.765 7 INFO neutron.services.segments.plugin [-] Segment ac5954b0-13e5-49e0-88e2-9fd71ff255ca resource provider aggregate not found [pid: 7|app: 0|req: 858/1738] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:30 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:30.803 7 INFO neutron.services.segments.plugin [-] Segment ac5954b0-13e5-49e0-88e2-9fd71ff255ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac5954b0-13e5-49e0-88e2-9fd71ff255ca found for delete ", "request_id": "req-45a9a583-bbbc-4ced-8104-1a1c2b2d5596"}]} 2026-03-06 21:30:30.811 7 INFO neutron.services.segments.plugin [-] Segment ac5954b0-13e5-49e0-88e2-9fd71ff255ca resource provider aggregate not found 2026-03-06 21:30:30.825 7 INFO neutron.services.segments.plugin [-] Segment 9dd276d5-4cc7-4294-97bf-a79b6a28d27f resource provider aggregate not found 2026-03-06 21:30:30.828 7 INFO neutron.services.segments.plugin [-] Segment ac5954b0-13e5-49e0-88e2-9fd71ff255ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac5954b0-13e5-49e0-88e2-9fd71ff255ca found for delete ", "request_id": "req-062a4ff0-853f-4788-8db7-f495a7a48bf5"}]} 2026-03-06 21:30:30.843 7 INFO neutron.services.segments.plugin [-] Segment 9dd276d5-4cc7-4294-97bf-a79b6a28d27f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd276d5-4cc7-4294-97bf-a79b6a28d27f found for delete ", "request_id": "req-f53fa1f5-4a37-47f3-9d24-788f8e923c37"}]} 2026-03-06 21:30:30.845 7 INFO neutron.services.segments.plugin [-] Segment 9dd276d5-4cc7-4294-97bf-a79b6a28d27f resource provider aggregate not found 2026-03-06 21:30:30.861 7 INFO neutron.services.segments.plugin [-] Segment 9dd276d5-4cc7-4294-97bf-a79b6a28d27f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9dd276d5-4cc7-4294-97bf-a79b6a28d27f found for delete ", "request_id": "req-7152ef9d-9019-436f-a34a-545864851152"}]} 2026-03-06 21:30:30.895 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1be4ff0-65c0-45ac-b18f-c33848b3fe9b 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] TaaS: Handle Delete Port: f381c8ec-bb53-4686-a934-2510160e85f7 2026-03-06 21:30:30.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1be4ff0-65c0-45ac-b18f-c33848b3fe9b 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Tap Mirror: Handle Delete Port: f381c8ec-bb53-4686-a934-2510160e85f7 2026-03-06 21:30:31.150 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1be4ff0-65c0-45ac-b18f-c33848b3fe9b 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] TaaS: Handle Delete Port: 293fceb0-590c-4dbb-bea6-7b094fe9c5ce 2026-03-06 21:30:31.153 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1be4ff0-65c0-45ac-b18f-c33848b3fe9b 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] Tap Mirror: Handle Delete Port: 293fceb0-590c-4dbb-bea6-7b094fe9c5ce 2026-03-06 21:30:31.472 8 INFO neutron.services.segments.plugin [-] Segment 68c7a0c0-5c0f-4083-96bf-665db51489dc resource provider aggregate not found 2026-03-06 21:30:31.477 8 INFO neutron.services.segments.plugin [-] Segment 68c7a0c0-5c0f-4083-96bf-665db51489dc resource provider aggregate not found 2026-03-06 21:30:31.490 8 INFO neutron.services.segments.plugin [-] Segment 68c7a0c0-5c0f-4083-96bf-665db51489dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68c7a0c0-5c0f-4083-96bf-665db51489dc found for delete ", "request_id": "req-f6d90bb0-3c7c-4472-b6a2-5ba962d8e782"}]} 2026-03-06 21:30:31.499 8 INFO neutron.services.segments.plugin [-] Segment 68c7a0c0-5c0f-4083-96bf-665db51489dc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68c7a0c0-5c0f-4083-96bf-665db51489dc found for delete ", "request_id": "req-39ae288f-bb35-4e96-9b09-e7ff1d972254"}]} 2026-03-06 21:30:31.506 8 INFO neutron.db.l3_hamode_db [None req-f1be4ff0-65c0-45ac-b18f-c33848b3fe9b 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] HA network e20773e2-32cc-4bb3-950b-fec5e5f03891 was deleted as no HA routers are present in tenant 37e70a016d9b4ee08adef253db9ceb33. [pid: 8|app: 0|req: 881/1739] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:30 2026] DELETE /v2.0/routers/f994df9b-d4d9-45c7-96ca-4d3abc70a4a5 => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1740] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:30:31 2026] GET /v2.0/ports?device_id=f994df9b-d4d9-45c7-96ca-4d3abc70a4a5 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:31.568 8 INFO neutron.api.v2.resource [None req-b2865a8e-f3f7-4044-8779-0379c53a1eef 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 882/1741] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:31 2026] DELETE /v2.0/routers/f994df9b-d4d9-45c7-96ca-4d3abc70a4a5 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1742] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:30:31 2026] GET /v2.0/ports?device_id=496d41f6-3f29-4e7a-8a64-c3a5430c472b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:31.616 8 INFO neutron.api.v2.resource [None req-d9347096-e744-4856-8b52-aee2304f9e12 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 883/1743] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:31 2026] DELETE /v2.0/routers/496d41f6-3f29-4e7a-8a64-c3a5430c472b => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:31.633 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a69742e9-93ec-4405-aa8e-7c450691eb6c 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 861/1744] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:31 2026] DELETE /v2.0/subnets/9c72e4ff-2e45-4ed8-98b4-6aa5c02ae412 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1745] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:30:31 2026] GET /v2.0/ports?device_id=a19b5791-1ed1-4976-8b2e-efe13fff5ffa => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:31.683 7 INFO neutron.api.v2.resource [None req-cdc6325c-eb57-43cd-8004-a5f39e33eed2 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 862/1746] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:31 2026] DELETE /v2.0/routers/a19b5791-1ed1-4976-8b2e-efe13fff5ffa => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:31.700 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff3e0ff5-dba6-4221-8bcf-5dec17797ca2 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 885/1747] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:31 2026] DELETE /v2.0/subnets/1fb06022-f1fc-4b57-9d75-41aa69712a87 => 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: 863/1748] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:30:31 2026] GET /v2.0/ports?device_id=2f3b8c24-7a88-40fd-858e-2e45aaca8f7d => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:31.745 8 INFO neutron.api.v2.resource [None req-7028ee4b-49ae-41b7-90cb-8575b4c0420b 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 886/1749] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:31 2026] DELETE /v2.0/routers/2f3b8c24-7a88-40fd-858e-2e45aaca8f7d => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:31.764 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e946f25-157a-45f7-af8b-757f051558fd 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 864/1750] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:31 2026] DELETE /v2.0/subnets/652ea9a2-4465-4fcc-bbec-b2267ce639f6 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:31.783 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b0e9cda-0e07-4a75-958e-107b40b3918e 6b1bd99035fa40728e5c4b2fb4c0d279 37e70a016d9b4ee08adef253db9ceb33 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 887/1751] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:31 2026] DELETE /v2.0/subnets/4142f4e1-8d9a-43ef-8a08-556bb12c218a => 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: 865/1752] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:31 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 888/1753] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:31 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1754] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:32 2026] GET /v2.0/security-groups?tenant_id=37e70a016d9b4ee08adef253db9ceb33&name=default => generated 2925 bytes in 165 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1755] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:32 2026] DELETE /v2.0/security-groups/70ec84c4-2314-41c1-8814-c888be98f1b6 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1756] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:32 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1757] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:33 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1758] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:34 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1759] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:34 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 869/1760] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:30:34 2026] POST /v2.0/security-groups => generated 1624 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1761] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:30:34 2026] GET /v2.0/security-groups => generated 4529 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1762] 10.0.0.215 () {34 vars in 758 bytes} [Fri Mar 6 21:30:34 2026] PUT /v2.0/security-groups/997d361e-4619-44c3-a9a6-86653dcf5f68 => generated 1663 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1763] 10.0.0.215 () {32 vars in 737 bytes} [Fri Mar 6 21:30:34 2026] GET /v2.0/security-groups/997d361e-4619-44c3-a9a6-86653dcf5f68 => generated 1663 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1764] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:34 2026] DELETE /v2.0/security-groups/997d361e-4619-44c3-a9a6-86653dcf5f68 => 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: 894/1765] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:30:34 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:34.838 7 INFO neutron.api.v2.resource [None req-66ce5560-c4ae-4cd3-b55e-74ef12e1eb36 42da7494b21c4b89bf47d2f089982134 f8addcf0b444406f95d126d5caa52b4f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 872/1766] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:34 2026] DELETE /v2.0/security-groups/997d361e-4619-44c3-a9a6-86653dcf5f68 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1767] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:30:34 2026] POST /v2.0/security-groups => generated 1624 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1768] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:30:34 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: 8|app: 0|req: 896/1769] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:30:35 2026] GET /v2.0/security-group-rules/4e67e4b1-6016-4163-a96e-f6f0dac65230 => 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: 874/1770] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:30:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1771] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:30:35 2026] DELETE /v2.0/security-group-rules/4e67e4b1-6016-4163-a96e-f6f0dac65230 => 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: 875/1772] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:30:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1773] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:35 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 969 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1774] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:35 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1775] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:30:35 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1776] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:30:35 2026] GET /v2.0/security-group-rules/9be9d43f-3dfb-4953-a13e-8bbc3aecdef7 => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1777] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:30:35 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1778] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:30:35 2026] DELETE /v2.0/security-group-rules/9be9d43f-3dfb-4953-a13e-8bbc3aecdef7 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1779] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:30:35 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 902/1780] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:30:35 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: 879/1781] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:30:35 2026] GET /v2.0/security-group-rules/61ffb455-5910-4368-96e0-d5204a15423c => generated 602 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1782] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:30:35 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1783] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:30:36 2026] DELETE /v2.0/security-group-rules/61ffb455-5910-4368-96e0-d5204a15423c => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1784] 10.0.0.215 () {32 vars in 673 bytes} [Fri Mar 6 21:30:36 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1785] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:36 2026] DELETE /v2.0/security-groups/77cc9d3c-5dc9-4657-af12-fa37f2691c83 => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1786] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:30:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1787] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:30:36 2026] GET /v2.0/security-groups => generated 2925 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1788] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:36 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 908/1789] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:36 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:36.675 7 INFO neutron.db.segments_db [None req-208378f1-89e0-4b9d-a8ca-5d5b8d01ec5e 8d4e2b7bc61545409b799d3c5ec4fd7c 7a43eec80c0f4c7bbbe59f773fd7cd1a - - default default] Added segment 59291023-c6f6-49a5-a989-b968ebe0b8e3 of type vxlan for network b387d7b0-d966-4631-99e1-f1fd23277781 [pid: 7|app: 0|req: 882/1790] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:36 2026] POST /v2.0/networks => generated 707 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1793] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:36 2026] POST /v2.0/subnets => generated 644 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:37.005 8 WARNING neutron.api.v2.base [None req-46ed0341-da05-4bb9-a58e-9d50ca8575af 8d4e2b7bc61545409b799d3c5ec4fd7c 7a43eec80c0f4c7bbbe59f773fd7cd1a - - 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 21:30:37.006 8 INFO neutron.api.v2.resource [None req-46ed0341-da05-4bb9-a58e-9d50ca8575af 8d4e2b7bc61545409b799d3c5ec4fd7c 7a43eec80c0f4c7bbbe59f773fd7cd1a - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 910/1794] 10.0.0.215 () {34 vars in 681 bytes} [Fri Mar 6 21:30:36 2026] POST /v2.0/rbac-policies => generated 143 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1795] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:36 2026] GET /v2.0/security-groups?tenant_id=f8addcf0b444406f95d126d5caa52b4f&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:37.201 8 INFO neutron.services.segments.plugin [-] Segment 59291023-c6f6-49a5-a989-b968ebe0b8e3 resource provider aggregate not found 2026-03-06 21:30:37.204 8 INFO neutron.services.segments.plugin [-] Segment 59291023-c6f6-49a5-a989-b968ebe0b8e3 resource provider aggregate not found 2026-03-06 21:30:37.221 8 INFO neutron.services.segments.plugin [-] Segment 59291023-c6f6-49a5-a989-b968ebe0b8e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59291023-c6f6-49a5-a989-b968ebe0b8e3 found for delete ", "request_id": "req-49de0901-299f-4196-954a-867fca19e386"}]} 2026-03-06 21:30:37.226 8 INFO neutron.services.segments.plugin [-] Segment 59291023-c6f6-49a5-a989-b968ebe0b8e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 59291023-c6f6-49a5-a989-b968ebe0b8e3 found for delete ", "request_id": "req-5ce2c5ff-5bb8-4bf3-b8f9-4b43227d5008"}]} [pid: 8|app: 0|req: 911/1796] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:37 2026] DELETE /v2.0/networks/b387d7b0-d966-4631-99e1-f1fd23277781 => 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: 886/1797] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:37 2026] DELETE /v2.0/security-groups/1d038843-19dc-4720-83a7-aaa1ea9417d2 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:37.303 8 INFO neutron.db.segments_db [None req-06c9766f-eb9f-4061-be84-476642a2d9a2 8d4e2b7bc61545409b799d3c5ec4fd7c 7a43eec80c0f4c7bbbe59f773fd7cd1a - - default default] Added segment 37796ee0-a292-42b2-8bd3-1a38f1201ec5 of type vxlan for network 7cff05e9-fb45-46c0-ada5-a21717af896c [pid: 8|app: 0|req: 912/1798] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:37 2026] POST /v2.0/networks => generated 707 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1799] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:37 2026] POST /v2.0/subnets => generated 647 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:37.625 8 WARNING neutron.api.v2.base [None req-278b43a5-9972-45f9-bfc0-014fb6e14460 8d4e2b7bc61545409b799d3c5ec4fd7c 7a43eec80c0f4c7bbbe59f773fd7cd1a - - 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 21:30:37.625 8 INFO neutron.api.v2.resource [None req-278b43a5-9972-45f9-bfc0-014fb6e14460 8d4e2b7bc61545409b799d3c5ec4fd7c 7a43eec80c0f4c7bbbe59f773fd7cd1a - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 913/1800] 10.0.0.215 () {34 vars in 681 bytes} [Fri Mar 6 21:30:37 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: 914/1801] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:37 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1802] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:37 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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 21:30:37.833 7 INFO neutron.services.segments.plugin [-] Segment 37796ee0-a292-42b2-8bd3-1a38f1201ec5 resource provider aggregate not found 2026-03-06 21:30:37.839 7 INFO neutron.services.segments.plugin [-] Segment 37796ee0-a292-42b2-8bd3-1a38f1201ec5 resource provider aggregate not found 2026-03-06 21:30:37.850 7 INFO neutron.services.segments.plugin [-] Segment 37796ee0-a292-42b2-8bd3-1a38f1201ec5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37796ee0-a292-42b2-8bd3-1a38f1201ec5 found for delete ", "request_id": "req-73662f7d-5bde-416c-bd6a-4b44ddbf782a"}]} 2026-03-06 21:30:37.861 7 INFO neutron.services.segments.plugin [-] Segment 37796ee0-a292-42b2-8bd3-1a38f1201ec5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 37796ee0-a292-42b2-8bd3-1a38f1201ec5 found for delete ", "request_id": "req-83a68d75-d3eb-4360-b764-c554db9fbdb5"}]} [pid: 7|app: 0|req: 888/1803] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:37 2026] DELETE /v2.0/networks/7cff05e9-fb45-46c0-ada5-a21717af896c => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:37.930 8 INFO neutron.db.segments_db [None req-311475a8-e120-4af6-b0ab-3af95ce89bae 8d4e2b7bc61545409b799d3c5ec4fd7c 7a43eec80c0f4c7bbbe59f773fd7cd1a - - default default] Added segment 320b768f-f4a0-4282-8b33-406eac9b6b08 of type vxlan for network 5266a603-26ee-4433-b78c-70f8214fc224 [pid: 8|app: 0|req: 916/1804] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:37 2026] POST /v2.0/networks => generated 708 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1805] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:38 2026] POST /v2.0/subnets => generated 647 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1806] 10.0.0.215 () {34 vars in 681 bytes} [Fri Mar 6 21:30:38 2026] POST /v2.0/rbac-policies => generated 324 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1807] 10.0.0.215 () {32 vars in 723 bytes} [Fri Mar 6 21:30:38 2026] GET /v2.0/networks/5266a603-26ee-4433-b78c-70f8214fc224 => generated 655 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:39.491 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fd193853-e3ec-43fb-8caf-e0388b370f7d 96095e9195c2432db6ec6c7b975a28fd a2755fc1d82e4ccebeace6cd6b036230 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 918/1808] 10.0.0.215 () {32 vars in 723 bytes} [Fri Mar 6 21:30:39 2026] GET /v2.0/networks/5266a603-26ee-4433-b78c-70f8214fc224 => generated 138 bytes in 122 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1809] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:39 2026] DELETE /v2.0/networks/5266a603-26ee-4433-b78c-70f8214fc224 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:39.711 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d0f17e7-991f-4a69-944c-1ea7e9a1bf33 8d4e2b7bc61545409b799d3c5ec4fd7c 7a43eec80c0f4c7bbbe59f773fd7cd1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 892/1810] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:39 2026] DELETE /v2.0/subnets/2071af81-ab36-4e96-a5d0-bcf0ec6544ef => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:39.733 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bcb1fde0-4019-482b-a202-989c48e7ece6 8d4e2b7bc61545409b799d3c5ec4fd7c 7a43eec80c0f4c7bbbe59f773fd7cd1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 893/1811] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:39 2026] DELETE /v2.0/subnets/173c0ffe-96bb-4415-b1b5-7ab082e5b256 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:39.754 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bbe21656-5f14-4ea3-983c-8d9c2519c308 8d4e2b7bc61545409b799d3c5ec4fd7c 7a43eec80c0f4c7bbbe59f773fd7cd1a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 894/1812] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:30:39 2026] DELETE /v2.0/subnets/4d07a41d-76c9-4e53-aee0-313a12ddce22 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:30:39.865 7 INFO neutron.services.segments.plugin [-] Segment 320b768f-f4a0-4282-8b33-406eac9b6b08 resource provider aggregate not found 2026-03-06 21:30:39.882 7 INFO neutron.services.segments.plugin [-] Segment 320b768f-f4a0-4282-8b33-406eac9b6b08 resource provider aggregate not found 2026-03-06 21:30:39.887 7 INFO neutron.services.segments.plugin [-] Segment 320b768f-f4a0-4282-8b33-406eac9b6b08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 320b768f-f4a0-4282-8b33-406eac9b6b08 found for delete ", "request_id": "req-9201e1f5-1a44-4376-9359-6bfa59a6b060"}]} 2026-03-06 21:30:39.905 7 INFO neutron.services.segments.plugin [-] Segment 320b768f-f4a0-4282-8b33-406eac9b6b08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 320b768f-f4a0-4282-8b33-406eac9b6b08 found for delete ", "request_id": "req-32050043-b97b-489e-8cb8-520982fb0db2"}]} [pid: 8|app: 0|req: 919/1813] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:39 2026] GET /v2.0/security-groups?tenant_id=4fb9d8cdbf724397acf6f13a6944d44f&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1814] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:39 2026] DELETE /v2.0/security-groups/ed90da67-08e2-4dc8-a6ae-1e5d21d8cde1 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 920/1815] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:40 2026] GET /v2.0/security-groups?tenant_id=a2755fc1d82e4ccebeace6cd6b036230&name=default => generated 2925 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1816] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:40 2026] DELETE /v2.0/security-groups/7efc46ff-97e7-44aa-98cc-c69f8d2174e4 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1817] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:40 2026] GET /v2.0/security-groups?tenant_id=7a43eec80c0f4c7bbbe59f773fd7cd1a&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1818] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:41 2026] DELETE /v2.0/security-groups/b9bf8150-3e54-49fd-87ae-552209746741 => 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: 922/1819] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:41 2026] GET /v2.0/security-groups?tenant_id=3718b06fce41481485e78cffdf531816&name=default => generated 2925 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1820] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:41 2026] DELETE /v2.0/security-groups/1df55388-568d-45e3-a787-9fdfd72645b7 => 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: 923/1821] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:41 2026] GET /v2.0/security-groups?tenant_id=a4b936fb2c0c4b8592ea1e3feb12e14e&name=default => generated 2925 bytes in 244 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1822] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:41 2026] DELETE /v2.0/security-groups/6191ef50-5af8-48db-a7f6-bfa4b12f39c4 => 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: 924/1823] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:42 2026] GET /v2.0/security-groups?tenant_id=dd1327a9734b40f8b1778d0a07871ad8&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: 900/1824] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:42 2026] DELETE /v2.0/security-groups/f8f3be6f-5349-4d5b-871b-c7d9f3f654ae => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:44.545 8 INFO neutron.db.segments_db [None req-c171faee-9307-4f48-a27c-c9abcc489c88 fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] Added segment 88ed9f87-2fd1-4c54-b1b4-226ddf7736e1 of type vxlan for network 426c1b22-5ec8-4d3b-9727-35747898088c [pid: 8|app: 0|req: 925/1825] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:44 2026] POST /v2.0/networks => generated 613 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1826] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:30:44 2026] POST /v2.0/ports => generated 743 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:44.980 8 INFO neutron.db.segments_db [None req-da08fc9f-9a31-44ce-9688-9f9db40951e5 fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] Added segment 4b7e17db-b732-445c-8ea9-d0dabcda2ebf of type vxlan for network 13ade00b-8404-481c-a877-484dc7dda4ce [pid: 8|app: 0|req: 926/1827] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:44 2026] POST /v2.0/networks => generated 613 bytes in 113 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: 902/1828] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:30:45 2026] POST /v2.0/ports => generated 743 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:45.444 8 INFO neutron.db.segments_db [None req-d794546c-0f6e-4fe8-96b9-51d3e29df770 fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] Added segment de4ebb0a-c1ac-463b-a987-d8041068c51a of type vxlan for network 1993a1e9-8a27-4a47-9457-1a16910f5430 [pid: 8|app: 0|req: 927/1829] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30: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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 903/1830] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:30:45 2026] POST /v2.0/ports => generated 743 bytes in 283 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 21:30:45.893 7 INFO neutron.db.segments_db [None req-ee873751-3222-47db-8171-df4412ad2fd1 fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] Added segment 4ed2955f-ef9b-46f2-bf61-b5655247ebb5 of type vxlan for network d33c0b72-8834-46de-8048-4c7f6c9bad2c [pid: 7|app: 0|req: 904/1831] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:45 2026] POST /v2.0/networks => generated 612 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1832] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:30:45 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 905/1833] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:30:45 2026] POST /v2.0/ports => generated 743 bytes in 282 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 21:30:46.314 7 INFO neutron.db.segments_db [None req-6026e596-65e4-44a0-a58b-8c2bef2357a9 fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] Added segment f3d17eda-0d4d-4a06-9b27-546bcdb2f696 of type vxlan for network 4498a373-2707-48b5-9024-5ba664674fb3 [pid: 7|app: 0|req: 906/1834] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:46 2026] POST /v2.0/networks => generated 611 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1835] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:30:46 2026] POST /v2.0/floatingips => generated 552 bytes in 473 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1836] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:30:46 2026] POST /v2.0/ports => generated 743 bytes in 338 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 908/1837] 10.0.0.215 () {34 vars in 747 bytes} [Fri Mar 6 21:30:46 2026] PUT /v2.0/ports/3ced664d-713d-4046-a303-2e00eaeb2359/tags => generated 17 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 909/1838] 10.0.0.215 () {34 vars in 747 bytes} [Fri Mar 6 21:30:46 2026] PUT /v2.0/ports/00eddaee-8c93-44c5-b006-09a0e63dc95f/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 910/1839] 10.0.0.215 () {34 vars in 747 bytes} [Fri Mar 6 21:30:46 2026] PUT /v2.0/ports/185b9fb4-2b8d-40d1-8647-969feed3864e/tags => generated 34 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 911/1840] 10.0.0.215 () {34 vars in 747 bytes} [Fri Mar 6 21:30:46 2026] PUT /v2.0/ports/c9ce6215-c60f-4e97-a58e-d69101de5126/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 912/1841] 10.0.0.215 () {32 vars in 660 bytes} [Fri Mar 6 21:30:47 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1842] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:30:46 2026] POST /v2.0/floatingips => generated 552 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1843] 10.0.0.215 () {32 vars in 674 bytes} [Fri Mar 6 21:30:47 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1844] 10.0.0.225 () {34 vars in 990 bytes} [Fri Mar 6 21:30:47 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 1240 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1845] 10.0.0.215 () {32 vars in 670 bytes} [Fri Mar 6 21:30:47 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: 916/1846] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:47 2026] GET /v2.0/security-groups?tenant_id=0a0a8ba0e6694ccba1ec093f812f364f&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1847] 10.0.0.225 () {34 vars in 1040 bytes} [Fri Mar 6 21:30:47 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 918/1848] 10.0.0.215 () {32 vars in 682 bytes} [Fri Mar 6 21:30:47 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1849] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:30:47 2026] POST /v2.0/floatingips => generated 552 bytes in 464 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1850] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:47 2026] DELETE /v2.0/security-groups/99480810-97bc-4887-bebd-4ec02cc5d398 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1851] 10.0.0.215 () {32 vars in 668 bytes} [Fri Mar 6 21:30:47 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1852] 10.0.0.215 () {32 vars in 682 bytes} [Fri Mar 6 21:30:47 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1853] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:47 2026] GET /v2.0/security-groups?tenant_id=bc528f2d5b604232bd9ed4bd68484716&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: 935/1854] 10.0.0.215 () {32 vars in 678 bytes} [Fri Mar 6 21:30:47 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1855] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:47 2026] DELETE /v2.0/security-groups/a7c2af4d-1a15-4e86-83e4-8eea9f1a96d9 => 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: 937/1856] 10.0.0.215 () {32 vars in 690 bytes} [Fri Mar 6 21:30:48 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:48.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-41d764b6-fe03-4642-a379-e91b6166890b fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] TaaS: Handle Delete Port: 3ced664d-713d-4046-a303-2e00eaeb2359 2026-03-06 21:30:48.217 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41d764b6-fe03-4642-a379-e91b6166890b fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] Tap Mirror: Handle Delete Port: 3ced664d-713d-4046-a303-2e00eaeb2359 [pid: 7|app: 0|req: 920/1857] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:30:47 2026] POST /v2.0/floatingips => generated 552 bytes in 577 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1858] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:48 2026] DELETE /v2.0/ports/3ced664d-713d-4046-a303-2e00eaeb2359 => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1859] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:30:48 2026] PUT /v2.0/floatingips/9b9543b2-19ac-4e03-a59a-95f52aecc6ae/tags => generated 17 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1860] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:30:48 2026] PUT /v2.0/floatingips/eea52fe5-6ee9-4197-839e-899c1ce1f810/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:48.417 8 INFO neutron_taas.services.taas.taas_plugin [None req-da620040-4d92-4009-9a16-c5ce138561be fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] TaaS: Handle Delete Port: 00eddaee-8c93-44c5-b006-09a0e63dc95f 2026-03-06 21:30:48.419 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da620040-4d92-4009-9a16-c5ce138561be fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] Tap Mirror: Handle Delete Port: 00eddaee-8c93-44c5-b006-09a0e63dc95f [pid: 7|app: 0|req: 923/1861] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:30:48 2026] PUT /v2.0/floatingips/81a37bc9-bbd3-45bc-9f65-65832f538e2d/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: 939/1862] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:48 2026] DELETE /v2.0/ports/00eddaee-8c93-44c5-b006-09a0e63dc95f => generated 0 bytes in 387 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1863] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:30:48 2026] PUT /v2.0/floatingips/30dd0dec-d7da-4ef9-806d-811dcf88bfc1/tags => generated 19 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 925/1864] 10.0.0.215 () {32 vars in 672 bytes} [Fri Mar 6 21:30:48 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:48.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-3c463ad0-c491-49e5-adbd-1a95e2118025 fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] TaaS: Handle Delete Port: 185b9fb4-2b8d-40d1-8647-969feed3864e 2026-03-06 21:30:48.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c463ad0-c491-49e5-adbd-1a95e2118025 fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] Tap Mirror: Handle Delete Port: 185b9fb4-2b8d-40d1-8647-969feed3864e [pid: 7|app: 0|req: 926/1865] 10.0.0.215 () {32 vars in 686 bytes} [Fri Mar 6 21:30:48 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1866] 10.0.0.215 () {32 vars in 682 bytes} [Fri Mar 6 21:30:48 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1867] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:48 2026] DELETE /v2.0/ports/185b9fb4-2b8d-40d1-8647-969feed3864e => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1868] 10.0.0.215 () {32 vars in 694 bytes} [Fri Mar 6 21:30:48 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1869] 10.0.0.215 () {32 vars in 680 bytes} [Fri Mar 6 21:30:48 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:49.000 8 INFO neutron_taas.services.taas.taas_plugin [None req-8b1fe368-080c-4d54-a236-e55ec6643ed8 fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] TaaS: Handle Delete Port: c9ce6215-c60f-4e97-a58e-d69101de5126 2026-03-06 21:30:49.003 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b1fe368-080c-4d54-a236-e55ec6643ed8 fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] Tap Mirror: Handle Delete Port: c9ce6215-c60f-4e97-a58e-d69101de5126 [pid: 7|app: 0|req: 930/1870] 10.0.0.215 () {32 vars in 694 bytes} [Fri Mar 6 21:30:48 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1871] 10.0.0.215 () {32 vars in 690 bytes} [Fri Mar 6 21:30:49 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1872] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:48 2026] DELETE /v2.0/ports/c9ce6215-c60f-4e97-a58e-d69101de5126 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1873] 10.0.0.215 () {32 vars in 702 bytes} [Fri Mar 6 21:30:49 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:49.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-5c87ab77-119b-4980-a0a4-8565025b579a fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] TaaS: Handle Delete Port: 26957b3a-5aa9-44e1-9869-7a1db786a1a5 2026-03-06 21:30:49.160 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c87ab77-119b-4980-a0a4-8565025b579a fcabb21f17c14caf9de3655d1e68e1fd 0422852af6314141b0d345208018c929 - - default default] Tap Mirror: Handle Delete Port: 26957b3a-5aa9-44e1-9869-7a1db786a1a5 2026-03-06 21:30:49.189 7 INFO neutron_taas.services.taas.taas_plugin [None req-b344968a-edbc-4f24-a67b-344eea65754a a2b11951ba834b6d849942dfa5861f7b e5c380eed1424b09bcb081a65cdf841f - - default default] TaaS: Handle Delete Port: 0764aae9-d0a3-4d5d-a52e-f9bf595c02f7 2026-03-06 21:30:49.192 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b344968a-edbc-4f24-a67b-344eea65754a a2b11951ba834b6d849942dfa5861f7b e5c380eed1424b09bcb081a65cdf841f - - default default] Tap Mirror: Handle Delete Port: 0764aae9-d0a3-4d5d-a52e-f9bf595c02f7 [pid: 8|app: 0|req: 942/1874] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:30:49 2026] DELETE /v2.0/ports/26957b3a-5aa9-44e1-9869-7a1db786a1a5 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:49.363 8 INFO neutron.services.segments.plugin [-] Segment 88ed9f87-2fd1-4c54-b1b4-226ddf7736e1 resource provider aggregate not found [pid: 7|app: 0|req: 933/1875] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:30:49 2026] DELETE /v2.0/floatingips/9b9543b2-19ac-4e03-a59a-95f52aecc6ae => generated 0 bytes in 267 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:49.368 8 INFO neutron.services.segments.plugin [-] Segment 88ed9f87-2fd1-4c54-b1b4-226ddf7736e1 resource provider aggregate not found 2026-03-06 21:30:49.386 8 INFO neutron.services.segments.plugin [-] Segment 88ed9f87-2fd1-4c54-b1b4-226ddf7736e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88ed9f87-2fd1-4c54-b1b4-226ddf7736e1 found for delete ", "request_id": "req-56a9c6f4-ada3-441f-80aa-93c15c94c2fd"}]} 2026-03-06 21:30:49.393 8 INFO neutron.services.segments.plugin [-] Segment 88ed9f87-2fd1-4c54-b1b4-226ddf7736e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 88ed9f87-2fd1-4c54-b1b4-226ddf7736e1 found for delete ", "request_id": "req-afb4aa5b-d074-4266-8a49-ea31e32b4ddb"}]} [pid: 8|app: 0|req: 943/1876] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:49 2026] DELETE /v2.0/networks/426c1b22-5ec8-4d3b-9727-35747898088c => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:49.490 7 INFO neutron_taas.services.taas.taas_plugin [None req-cb331bd5-3d63-46fc-9bed-9c457687b3f9 a2b11951ba834b6d849942dfa5861f7b e5c380eed1424b09bcb081a65cdf841f - - default default] TaaS: Handle Delete Port: d1b61e78-9b82-42c1-845e-08a6018f225a 2026-03-06 21:30:49.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb331bd5-3d63-46fc-9bed-9c457687b3f9 a2b11951ba834b6d849942dfa5861f7b e5c380eed1424b09bcb081a65cdf841f - - default default] Tap Mirror: Handle Delete Port: d1b61e78-9b82-42c1-845e-08a6018f225a [pid: 8|app: 0|req: 944/1877] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:49 2026] DELETE /v2.0/networks/13ade00b-8404-481c-a877-484dc7dda4ce => 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: 945/1878] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:49 2026] DELETE /v2.0/networks/1993a1e9-8a27-4a47-9457-1a16910f5430 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1879] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:30:49 2026] DELETE /v2.0/floatingips/eea52fe5-6ee9-4197-839e-899c1ce1f810 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1880] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:49 2026] DELETE /v2.0/networks/d33c0b72-8834-46de-8048-4c7f6c9bad2c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:49.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-390bab09-f3f3-47fd-b930-b0a4e8abe655 a2b11951ba834b6d849942dfa5861f7b e5c380eed1424b09bcb081a65cdf841f - - default default] TaaS: Handle Delete Port: ba26cfca-f50c-4e61-a4f7-4ad8abb16473 2026-03-06 21:30:49.752 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-390bab09-f3f3-47fd-b930-b0a4e8abe655 a2b11951ba834b6d849942dfa5861f7b e5c380eed1424b09bcb081a65cdf841f - - default default] Tap Mirror: Handle Delete Port: ba26cfca-f50c-4e61-a4f7-4ad8abb16473 [pid: 8|app: 0|req: 947/1881] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:49 2026] DELETE /v2.0/networks/4498a373-2707-48b5-9024-5ba664674fb3 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1882] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:30:49 2026] DELETE /v2.0/floatingips/81a37bc9-bbd3-45bc-9f65-65832f538e2d => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:50.040 8 INFO neutron_taas.services.taas.taas_plugin [None req-74b0cc8e-dfc2-4e1f-bb98-2422457ce1ed a2b11951ba834b6d849942dfa5861f7b e5c380eed1424b09bcb081a65cdf841f - - default default] TaaS: Handle Delete Port: 886a4fc8-60d2-4db5-af46-2062bca36054 2026-03-06 21:30:50.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-74b0cc8e-dfc2-4e1f-bb98-2422457ce1ed a2b11951ba834b6d849942dfa5861f7b e5c380eed1424b09bcb081a65cdf841f - - default default] Tap Mirror: Handle Delete Port: 886a4fc8-60d2-4db5-af46-2062bca36054 [pid: 8|app: 0|req: 948/1883] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:30:49 2026] DELETE /v2.0/floatingips/30dd0dec-d7da-4ef9-806d-811dcf88bfc1 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:50.288 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc2dd07d-fd84-4018-844b-6ed333968bd6 a2b11951ba834b6d849942dfa5861f7b e5c380eed1424b09bcb081a65cdf841f - - default default] TaaS: Handle Delete Port: 4b37898b-8bee-4447-95e5-8d9636f6eb53 2026-03-06 21:30:50.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc2dd07d-fd84-4018-844b-6ed333968bd6 a2b11951ba834b6d849942dfa5861f7b e5c380eed1424b09bcb081a65cdf841f - - default default] Tap Mirror: Handle Delete Port: 4b37898b-8bee-4447-95e5-8d9636f6eb53 [pid: 7|app: 0|req: 936/1884] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:30:50 2026] DELETE /v2.0/floatingips/e6a05420-223d-4a7b-95fd-431ce1154c79 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1885] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:50 2026] GET /v2.0/security-groups?tenant_id=cff785402e6142f980b31f1f3d7acb73&name=default => generated 2925 bytes in 326 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1886] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:50 2026] DELETE /v2.0/security-groups/9f51a83f-7bd7-4110-9bff-1191d715dd35 => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:51.159 7 INFO neutron.db.segments_db [None req-7a8d0b88-5b3f-44e9-84af-5d526cb128fa 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Added segment 65dd74a6-6e4f-436d-abcc-39ffa924b8d6 of type vxlan for network 83bbcd47-10a3-4771-b82d-6f9c140ca473 [pid: 8|app: 0|req: 951/1887] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:51 2026] GET /v2.0/security-groups?tenant_id=0422852af6314141b0d345208018c929&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: 937/1888] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:30:50 2026] POST /v2.0/networks => generated 613 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:51.276 7 INFO neutron.db.segments_db [None req-42eb4934-9aa0-4e67-b775-9a3f54638bfc 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Added segment f7368f34-4daf-4b0e-930e-e167f9136ae8 of type vxlan for network 18cedea6-4f15-420c-893e-dd788df698f8 [pid: 8|app: 0|req: 952/1889] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:51 2026] DELETE /v2.0/security-groups/dba2f7ec-1d9e-4cf1-93d0-d4929722c738 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:30:51.406 8 INFO neutron.services.segments.plugin [-] Segment 4b7e17db-b732-445c-8ea9-d0dabcda2ebf resource provider aggregate not found 2026-03-06 21:30:51.410 8 INFO neutron.services.segments.plugin [-] Segment 4b7e17db-b732-445c-8ea9-d0dabcda2ebf resource provider aggregate not found 2026-03-06 21:30:51.422 8 INFO neutron.services.segments.plugin [-] Segment 4b7e17db-b732-445c-8ea9-d0dabcda2ebf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b7e17db-b732-445c-8ea9-d0dabcda2ebf found for delete ", "request_id": "req-47c618da-d499-4181-a673-4af1579f7684"}]} 2026-03-06 21:30:51.428 8 INFO neutron.services.segments.plugin [-] Segment 4b7e17db-b732-445c-8ea9-d0dabcda2ebf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b7e17db-b732-445c-8ea9-d0dabcda2ebf found for delete ", "request_id": "req-3a37ecff-f06a-4314-b793-57b2e198df4c"}]} 2026-03-06 21:30:51.433 8 INFO neutron.services.segments.plugin [-] Segment de4ebb0a-c1ac-463b-a987-d8041068c51a resource provider aggregate not found 2026-03-06 21:30:51.444 8 INFO neutron.services.segments.plugin [-] Segment de4ebb0a-c1ac-463b-a987-d8041068c51a resource provider aggregate not found 2026-03-06 21:30:51.446 8 INFO neutron.services.segments.plugin [-] Segment de4ebb0a-c1ac-463b-a987-d8041068c51a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de4ebb0a-c1ac-463b-a987-d8041068c51a found for delete ", "request_id": "req-cde683ab-ab6f-4db3-810d-d524db9b81a4"}]} 2026-03-06 21:30:51.455 8 INFO neutron.services.segments.plugin [-] Segment de4ebb0a-c1ac-463b-a987-d8041068c51a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de4ebb0a-c1ac-463b-a987-d8041068c51a found for delete ", "request_id": "req-214fbaea-c525-4eaa-85af-2eff0265e959"}]} 2026-03-06 21:30:51.458 8 INFO neutron.services.segments.plugin [-] Segment 4ed2955f-ef9b-46f2-bf61-b5655247ebb5 resource provider aggregate not found 2026-03-06 21:30:51.470 8 INFO neutron.services.segments.plugin [-] Segment 4ed2955f-ef9b-46f2-bf61-b5655247ebb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ed2955f-ef9b-46f2-bf61-b5655247ebb5 found for delete ", "request_id": "req-2e5ae3c0-6dba-471a-a618-35aa10bcca36"}]} 2026-03-06 21:30:51.473 8 INFO neutron.services.segments.plugin [-] Segment 4ed2955f-ef9b-46f2-bf61-b5655247ebb5 resource provider aggregate not found 2026-03-06 21:30:51.489 8 INFO neutron.services.segments.plugin [-] Segment 4ed2955f-ef9b-46f2-bf61-b5655247ebb5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4ed2955f-ef9b-46f2-bf61-b5655247ebb5 found for delete ", "request_id": "req-237cf641-b745-4f9e-85b1-bd4d57421e71"}]} 2026-03-06 21:30:51.490 7 INFO neutron.db.l3_hamode_db [None req-42eb4934-9aa0-4e67-b775-9a3f54638bfc 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:30:51.494 8 INFO neutron.services.segments.plugin [-] Segment f3d17eda-0d4d-4a06-9b27-546bcdb2f696 resource provider aggregate not found 2026-03-06 21:30:51.509 8 INFO neutron.services.segments.plugin [-] Segment f3d17eda-0d4d-4a06-9b27-546bcdb2f696 resource provider aggregate not found 2026-03-06 21:30:51.515 8 INFO neutron.services.segments.plugin [-] Segment f3d17eda-0d4d-4a06-9b27-546bcdb2f696 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3d17eda-0d4d-4a06-9b27-546bcdb2f696 found for delete ", "request_id": "req-4b70d996-0362-4a84-863f-b66dee76da1d"}]} 2026-03-06 21:30:51.527 8 INFO neutron.services.segments.plugin [-] Segment f3d17eda-0d4d-4a06-9b27-546bcdb2f696 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3d17eda-0d4d-4a06-9b27-546bcdb2f696 found for delete ", "request_id": "req-1817abda-978d-484c-a1e9-84b2b4796ac1"}]} [pid: 8|app: 0|req: 953/1890] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:51 2026] GET /v2.0/security-groups?tenant_id=e0ea2bfed4024cefb1f94c6544efebcb&name=default => generated 2925 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1891] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:51 2026] GET /v2.0/security-groups?tenant_id=bf4d29c9b3a74385988eece191746247&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1892] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:51 2026] DELETE /v2.0/security-groups/6d214c52-f0e4-4cad-b93c-4a167f86bdd5 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1893] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:51 2026] DELETE /v2.0/security-groups/8cdf0198-bb99-40aa-ae5d-68bc2a816a35 => 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: 959/1896] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:51 2026] GET /v2.0/security-groups?tenant_id=e5c380eed1424b09bcb081a65cdf841f&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:52.137 7 INFO neutron.db.l3_hamode_db [None req-42eb4934-9aa0-4e67-b775-9a3f54638bfc 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 960/1897] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:52 2026] DELETE /v2.0/security-groups/4545d40e-290c-453a-9538-81221e836c9f => 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: 961/1898] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:52 2026] GET /v2.0/security-groups?tenant_id=2a71b22792a84be8960a7e1b3aea7dfd&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1899] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:52 2026] DELETE /v2.0/security-groups/12823354-8c6e-4389-96fc-08add217dad5 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1900] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:51 2026] POST /v2.0/routers => generated 694 bytes in 1832 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1901] 10.0.0.215 () {32 vars in 776 bytes} [Fri Mar 6 21:30:53 2026] GET /v2.0/subnets?project_id=aa550b816c0d43c69ce5f1ff411832f6&cidr=10.100.0.0%2F28 => generated 14 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 939/1902] 10.0.0.215 () {32 vars in 694 bytes} [Fri Mar 6 21:30:53 2026] GET /v2.0/networks?router%3Aexternal=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: 964/1903] 10.0.0.215 () {32 vars in 784 bytes} [Fri Mar 6 21:30:53 2026] GET /v2.0/subnets?network_id=adfc0cb8-f6ac-45e3-a7d7-3e0a8680e4be&cidr=10.100.0.0%2F28 => 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: 940/1904] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:30:53 2026] POST /v2.0/subnets => generated 656 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1905] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:30:53 2026] PUT /v2.0/routers/f2b87b3b-cf26-45a5-92cd-852ffd48406f/add_router_interface => generated 309 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1906] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:30:54 2026] GET /v2.0/networks => generated 5057 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1907] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:30:54 2026] GET /v2.0/subnets => generated 3896 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1908] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:30:54 2026] GET /v2.0/routers => generated 1463 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1909] 10.0.0.215 () {34 vars in 685 bytes} [Fri Mar 6 21:30:54 2026] POST /v2.0/security-groups => generated 1669 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1910] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:30:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1911] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:30:55 2026] POST /v2.0/security-group-rules => generated 596 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1912] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:30:55 2026] POST /v2.0/security-group-rules => generated 602 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1913] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:30:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:55.704 8 INFO neutron.db.securitygroups_db [None req-853b3052-2d7a-45ad-87d3-5aebdf269128 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Project aa550b816c0d43c69ce5f1ff411832f6 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: 970/1914] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:30:55 2026] POST /v2.0/security-group-rules => generated 607 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1915] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:55 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1916] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:55 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1917] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:30:55 2026] GET /v2.0/networks => generated 5057 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:55.967 8 INFO neutron.db.securitygroups_db [None req-7ccd1866-5383-4dd3-bb4f-82133f2be96f 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Project aa550b816c0d43c69ce5f1ff411832f6 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: 946/1918] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:55 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 947/1919] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:55 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 973/1920] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:30:55 2026] POST /v2.0/security-group-rules => generated 606 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1921] 10.0.0.215 () {34 vars in 678 bytes} [Fri Mar 6 21:30:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1922] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => 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: 976/1923] 10.0.0.215 () {34 vars in 678 bytes} [Fri Mar 6 21:30:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1924] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 978/1925] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/networks => generated 1297 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1926] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/routers => generated 1463 bytes in 496 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1927] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1928] 10.0.0.215 () {34 vars in 678 bytes} [Fri Mar 6 21:30:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1929] 10.0.0.215 () {34 vars in 678 bytes} [Fri Mar 6 21:30:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1930] 10.0.0.215 () {34 vars in 678 bytes} [Fri Mar 6 21:30:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1931] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/routers/c1d5f999-5029-4747-a1bc-74d710f8b643/l3-agents => generated 681 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1932] 10.0.0.56 () {34 vars in 1093 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-2514135&fields=id&tenant_id=aa550b816c0d43c69ce5f1ff411832f6 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/1933] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:30:56 2026] PUT /v2.0/policies/4f323d80-a129-4790-9ea7-f7e2468b32ce/tags => generated 17 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1934] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/routers/f2b87b3b-cf26-45a5-92cd-852ffd48406f/l3-agents => generated 682 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/1935] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/networks?id=83bbcd47-10a3-4771-b82d-6f9c140ca473 => generated 660 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1936] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/agents => generated 3384 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1937] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/quotas/aa550b816c0d43c69ce5f1ff411832f6 => 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: 984/1938] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:30:56 2026] PUT /v2.0/policies/8b0d5f30-1e61-464b-ad54-e3123c48d504/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1939] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/network-ip-availabilities => generated 2879 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1940] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:30:56 2026] PUT /v2.0/policies/8cb958b2-d7c6-4d89-b11a-23d617250cbc/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: 985/1941] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/ports?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&fields=id => generated 103 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1942] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:30:56 2026] PUT /v2.0/policies/0e32f03b-79fd-40e0-bd5f-086c8d847999/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: 957/1943] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/subnets => generated 3896 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1944] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 959/1945] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:30:56 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: 960/1946] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:57.011 8 INFO neutron.db.segments_db [None req-f1b41957-56da-4c0c-a8b7-82ce1f07b8e8 4f5d0d399ce843d191a5a39f98b9ba83 bd1ff4ec172d4018bfaaebfacd56c040 - - default default] Added segment aa6e5f92-68ea-4bcb-a62f-dd7dcac1e8aa of type vxlan for network 7952f371-c476-4a40-b1d7-74153f020771 [pid: 7|app: 0|req: 961/1947] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:30:56 2026] GET /v2.0/ports => generated 16260 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1948] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/floatingips => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1949] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => 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: 987/1950] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:56 2026] POST /v2.0/networks => generated 612 bytes in 251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:57.146 8 INFO neutron.db.segments_db [None req-18f18038-cf79-4dba-a0f0-2ec5a28055ef 4f5d0d399ce843d191a5a39f98b9ba83 bd1ff4ec172d4018bfaaebfacd56c040 - - default default] Added segment 895a7263-cb6c-4f16-8808-8b2533d8ffee of type vxlan for network f2cbcf68-db79-4c4c-a7d2-e9a155b658a2 [pid: 7|app: 0|req: 964/1951] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/security-groups => generated 34314 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/1952] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/subnets => generated 3896 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1953] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:57 2026] POST /v2.0/networks => generated 612 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:30:57.305 8 INFO neutron.db.segments_db [None req-8b011de4-0055-4a5d-98e8-d09d2514fb4b 4f5d0d399ce843d191a5a39f98b9ba83 bd1ff4ec172d4018bfaaebfacd56c040 - - default default] Added segment 58584c10-742f-4293-ad55-12ef7280b562 of type vxlan for network fb73d1ad-9b0d-4c46-be6d-32b6b888810a [pid: 7|app: 0|req: 966/1954] 10.0.0.215 () {32 vars in 674 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1955] 10.0.0.215 () {32 vars in 688 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1956] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:57 2026] POST /v2.0/networks => generated 613 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/1957] 10.0.0.215 () {32 vars in 684 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:57.465 8 INFO neutron.db.segments_db [None req-0c0817a7-fa0b-4434-bebf-afdbaef319b7 4f5d0d399ce843d191a5a39f98b9ba83 bd1ff4ec172d4018bfaaebfacd56c040 - - default default] Added segment f50d837a-b92f-4a92-b5dc-e6dc59a28a32 of type vxlan for network face7fac-432d-4f54-9382-a60572a7d06f [pid: 7|app: 0|req: 969/1958] 10.0.0.215 () {32 vars in 696 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1959] 10.0.0.215 () {32 vars in 682 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1960] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:57 2026] POST /v2.0/networks => generated 612 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1961] 10.0.0.215 () {32 vars in 696 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1962] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:57.655 8 INFO neutron.db.segments_db [None req-ed4b8c66-3311-4a66-b08e-204dc5022310 4f5d0d399ce843d191a5a39f98b9ba83 bd1ff4ec172d4018bfaaebfacd56c040 - - default default] Added segment 72a17ff3-a6af-418f-ba56-074460aace2c of type vxlan for network caa00a31-c48c-4c24-a8e4-a014c2c7c731 [pid: 7|app: 0|req: 972/1963] 10.0.0.215 () {32 vars in 692 bytes} [Fri Mar 6 21:30:57 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: 973/1964] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&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: 992/1965] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:30:57 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1966] 10.0.0.215 () {32 vars in 704 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1967] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:30:57 2026] PUT /v2.0/networks/7952f371-c476-4a40-b1d7-74153f020771/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1968] 10.0.0.215 () {32 vars in 734 bytes} [Fri Mar 6 21:30:57 2026] DELETE /v2.0/qos/policies/4f323d80-a129-4790-9ea7-f7e2468b32ce => 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: 994/1969] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:30:57 2026] PUT /v2.0/networks/f2cbcf68-db79-4c4c-a7d2-e9a155b658a2/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: 976/1970] 10.0.0.215 () {32 vars in 734 bytes} [Fri Mar 6 21:30:57 2026] DELETE /v2.0/qos/policies/8b0d5f30-1e61-464b-ad54-e3123c48d504 => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1971] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:30:57 2026] PUT /v2.0/networks/fb73d1ad-9b0d-4c46-be6d-32b6b888810a/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 977/1972] 10.0.0.215 () {32 vars in 734 bytes} [Fri Mar 6 21:30:57 2026] DELETE /v2.0/qos/policies/8cb958b2-d7c6-4d89-b11a-23d617250cbc => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1973] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:30:57 2026] PUT /v2.0/networks/face7fac-432d-4f54-9382-a60572a7d06f/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1974] 10.0.0.215 () {32 vars in 734 bytes} [Fri Mar 6 21:30:57 2026] DELETE /v2.0/qos/policies/0e32f03b-79fd-40e0-bd5f-086c8d847999 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1975] 10.0.0.215 () {32 vars in 666 bytes} [Fri Mar 6 21:30:57 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1976] 10.0.0.215 () {32 vars in 734 bytes} [Fri Mar 6 21:30:58 2026] DELETE /v2.0/qos/policies/0a018091-53a6-4259-8e3b-4fad64e45903 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/1977] 10.0.0.215 () {32 vars in 680 bytes} [Fri Mar 6 21:30:58 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1978] 10.0.0.215 () {32 vars in 676 bytes} [Fri Mar 6 21:30:58 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1979] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:58 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => 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: 981/1980] 10.0.0.215 () {32 vars in 688 bytes} [Fri Mar 6 21:30:58 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1981] 10.0.0.215 () {32 vars in 674 bytes} [Fri Mar 6 21:30:58 2026] GET /v2.0/networks?not-tags=red => generated 1860 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1982] 10.0.0.215 () {32 vars in 688 bytes} [Fri Mar 6 21:30:58 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2466 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1983] 10.0.0.215 () {32 vars in 684 bytes} [Fri Mar 6 21:30:58 2026] GET /v2.0/networks?not-tags-any=blue => generated 2466 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1984] 10.0.0.215 () {32 vars in 696 bytes} [Fri Mar 6 21:30:58 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1860 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:30:58.645 8 INFO neutron.services.segments.plugin [-] Segment aa6e5f92-68ea-4bcb-a62f-dd7dcac1e8aa resource provider aggregate not found 2026-03-06 21:30:58.653 8 INFO neutron.services.segments.plugin [-] Segment aa6e5f92-68ea-4bcb-a62f-dd7dcac1e8aa resource provider aggregate not found 2026-03-06 21:30:58.666 8 INFO neutron.services.segments.plugin [-] Segment aa6e5f92-68ea-4bcb-a62f-dd7dcac1e8aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa6e5f92-68ea-4bcb-a62f-dd7dcac1e8aa found for delete ", "request_id": "req-88ee5350-0eba-4df9-ac70-d3d8645b98e3"}]} 2026-03-06 21:30:58.672 8 INFO neutron.services.segments.plugin [-] Segment aa6e5f92-68ea-4bcb-a62f-dd7dcac1e8aa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid aa6e5f92-68ea-4bcb-a62f-dd7dcac1e8aa found for delete ", "request_id": "req-80fbe022-0f04-44a0-8ac0-597499ec46e6"}]} [pid: 8|app: 0|req: 1002/1985] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:58 2026] DELETE /v2.0/networks/7952f371-c476-4a40-b1d7-74153f020771 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1986] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:30:58 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:58.795 7 INFO neutron_taas.services.taas.taas_plugin [req-5b2ce7ce-c2b1-427b-88d1-3314baa9097a req-bd593e65-eea5-4af4-9b19-f599ffd63646 1a244c100b5043e9901e1f2b08efda53 61e19f43cfe942cdb7bd1482be17b4c1 - - default default] TaaS: Handle Delete Port: 85b2157d-3bf4-4477-bb50-5b28b32d8af5 2026-03-06 21:30:58.798 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5b2ce7ce-c2b1-427b-88d1-3314baa9097a req-bd593e65-eea5-4af4-9b19-f599ffd63646 1a244c100b5043e9901e1f2b08efda53 61e19f43cfe942cdb7bd1482be17b4c1 - - default default] Tap Mirror: Handle Delete Port: 85b2157d-3bf4-4477-bb50-5b28b32d8af5 [pid: 8|app: 0|req: 1003/1987] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:58 2026] DELETE /v2.0/networks/f2cbcf68-db79-4c4c-a7d2-e9a155b658a2 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1988] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:58 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:30:58.951 7 INFO neutron.db.l3_db [req-5b2ce7ce-c2b1-427b-88d1-3314baa9097a req-bd593e65-eea5-4af4-9b19-f599ffd63646 1a244c100b5043e9901e1f2b08efda53 61e19f43cfe942cdb7bd1482be17b4c1 - - default default] Floating IP 334a0945-e361-4999-b7ac-24ae399f050e disassociated. External IP: 10.96.250.216, port: 85b2157d-3bf4-4477-bb50-5b28b32d8af5. [pid: 8|app: 0|req: 1005/1989] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:58 2026] DELETE /v2.0/networks/fb73d1ad-9b0d-4c46-be6d-32b6b888810a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1990] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:30:59 2026] GET /v2.0/security-groups?id=7483e208-2038-4947-af35-653e1b61e212&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1991] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:30:58 2026] DELETE /v2.0/ports/85b2157d-3bf4-4477-bb50-5b28b32d8af5 => generated 0 bytes in 626 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:30:59.346 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bad37023-4910-4946-8aff-6557a84cfe6d'] response: {'server_uuid': '6f297c44-57ff-4498-afc8-7584ce436a1a', 'name': 'network-vif-deleted', 'tag': '85b2157d-3bf4-4477-bb50-5b28b32d8af5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1007/1992] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:59 2026] GET /v2.0/security-groups?tenant_id=8ee9550e767541a28d49f60506fac090&name=default => generated 2925 bytes in 296 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/1993] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:30:59 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:30:59.420 7 INFO neutron.services.segments.plugin [-] Segment f50d837a-b92f-4a92-b5dc-e6dc59a28a32 resource provider aggregate not found 2026-03-06 21:30:59.425 7 INFO neutron.services.segments.plugin [-] Segment f50d837a-b92f-4a92-b5dc-e6dc59a28a32 resource provider aggregate not found 2026-03-06 21:30:59.438 7 INFO neutron.services.segments.plugin [-] Segment f50d837a-b92f-4a92-b5dc-e6dc59a28a32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f50d837a-b92f-4a92-b5dc-e6dc59a28a32 found for delete ", "request_id": "req-a3966ece-0f8f-45b5-aeca-d9a628bc1fd6"}]} 2026-03-06 21:30:59.441 7 INFO neutron.services.segments.plugin [-] Segment f50d837a-b92f-4a92-b5dc-e6dc59a28a32 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f50d837a-b92f-4a92-b5dc-e6dc59a28a32 found for delete ", "request_id": "req-10778ea8-da0a-464f-99be-3a42cb1629d3"}]} [pid: 7|app: 0|req: 986/1994] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:59 2026] DELETE /v2.0/networks/face7fac-432d-4f54-9382-a60572a7d06f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1995] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:59 2026] DELETE /v2.0/security-groups/5b4f31f7-e136-4a9b-8cb1-518c6824e620 => 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: 987/1996] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:30:59 2026] DELETE /v2.0/networks/caa00a31-c48c-4c24-a8e4-a014c2c7c731 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1010/1997] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:59 2026] GET /v2.0/security-groups?tenant_id=3f09a57d60df44d18b3d601fa6caef5c&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1998] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:30:59 2026] DELETE /v2.0/security-groups/5f280b97-57a1-4faa-bb1d-bdff5270e050 => 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: 1011/1999] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:30:59 2026] GET /v2.0/security-groups?tenant_id=23b796a315f1470da5f219d8517624b5&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2000] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:00 2026] DELETE /v2.0/security-groups/7688feee-baf0-4f83-807e-fea33c93c42f => 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: 1012/2001] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:00 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => 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: 1013/2002] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:00 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => 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: 990/2003] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:00 2026] GET /v2.0/security-groups?tenant_id=bd1ff4ec172d4018bfaaebfacd56c040&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2004] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:00 2026] DELETE /v2.0/security-groups/48f02f1d-f840-4c26-b1ed-6fbf7f9f2fec => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:00.692 8 INFO neutron.services.segments.plugin [-] Segment 895a7263-cb6c-4f16-8808-8b2533d8ffee resource provider aggregate not found 2026-03-06 21:31:00.700 8 INFO neutron.services.segments.plugin [-] Segment 895a7263-cb6c-4f16-8808-8b2533d8ffee resource provider aggregate not found 2026-03-06 21:31:00.718 8 INFO neutron.services.segments.plugin [-] Segment 895a7263-cb6c-4f16-8808-8b2533d8ffee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 895a7263-cb6c-4f16-8808-8b2533d8ffee found for delete ", "request_id": "req-08cfc4ae-8509-486f-b1a0-fea4249bd76a"}]} 2026-03-06 21:31:00.722 8 INFO neutron.services.segments.plugin [-] Segment 895a7263-cb6c-4f16-8808-8b2533d8ffee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 895a7263-cb6c-4f16-8808-8b2533d8ffee found for delete ", "request_id": "req-60d6a1fd-fc65-4755-a5a7-420ed1af0d69"}]} 2026-03-06 21:31:00.739 8 INFO neutron.services.segments.plugin [-] Segment 58584c10-742f-4293-ad55-12ef7280b562 resource provider aggregate not found 2026-03-06 21:31:00.739 8 INFO neutron.services.segments.plugin [-] Segment 58584c10-742f-4293-ad55-12ef7280b562 resource provider aggregate not found 2026-03-06 21:31:00.759 8 INFO neutron.services.segments.plugin [-] Segment 58584c10-742f-4293-ad55-12ef7280b562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58584c10-742f-4293-ad55-12ef7280b562 found for delete ", "request_id": "req-eb089fdf-5f2d-48ea-90a8-befc907586a6"}]} 2026-03-06 21:31:00.762 8 INFO neutron.services.segments.plugin [-] Segment 58584c10-742f-4293-ad55-12ef7280b562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58584c10-742f-4293-ad55-12ef7280b562 found for delete ", "request_id": "req-c96a4c7a-d1c9-4d0d-8cdd-bb0930e774d0"}]} [pid: 7|app: 0|req: 991/2005] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:00 2026] GET /v2.0/security-groups?tenant_id=47a182a689a64253b193f422ea98aa1e&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2006] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:00 2026] DELETE /v2.0/security-groups/2a9810d4-fe9d-43f4-87b0-e1e0b850ff1a => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2007] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:01 2026] GET /v2.0/security-groups?tenant_id=c1e46560e14546fca6bad34eda01c87c&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2008] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:01 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => 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: 1016/2009] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:01 2026] DELETE /v2.0/security-groups/9e9958e2-6d87-4910-8d56-86ad3e51cb8c => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:01.455 7 INFO neutron.services.segments.plugin [-] Segment 72a17ff3-a6af-418f-ba56-074460aace2c resource provider aggregate not found 2026-03-06 21:31:01.459 7 INFO neutron.services.segments.plugin [-] Segment 72a17ff3-a6af-418f-ba56-074460aace2c resource provider aggregate not found 2026-03-06 21:31:01.475 7 INFO neutron.services.segments.plugin [-] Segment 72a17ff3-a6af-418f-ba56-074460aace2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72a17ff3-a6af-418f-ba56-074460aace2c found for delete ", "request_id": "req-7482df40-7d44-45e9-ac80-395462578062"}]} 2026-03-06 21:31:01.478 7 INFO neutron.services.segments.plugin [-] Segment 72a17ff3-a6af-418f-ba56-074460aace2c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 72a17ff3-a6af-418f-ba56-074460aace2c found for delete ", "request_id": "req-f1568661-7cd3-4149-95ca-3fd54bd8b92d"}]} [pid: 8|app: 0|req: 1017/2010] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:01 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => 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: 994/2011] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:31:01 2026] GET /v2.0/networks?id=83bbcd47-10a3-4771-b82d-6f9c140ca473 => generated 660 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2012] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:31:01 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aa550b816c0d43c69ce5f1ff411832f6 => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2013] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:31:01 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: 996/2014] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:02 2026] GET /v2.0/ports?device_id=6f297c44-57ff-4498-afc8-7584ce436a1a => 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: 1019/2015] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:31:02 2026] PUT /v2.0/ports/76bb29f1-6685-488a-9153-80289a007931 => generated 1235 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:31:02.481 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c45be37-aab1-4c9a-890f-9dff9e33f374'] response: {'name': 'network-changed', 'server_uuid': '20711124-1185-4915-b898-b9963fd56dc0', 'tag': '76bb29f1-6685-488a-9153-80289a007931', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 997/2016] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:02 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 969 bytes in 53 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: 1020/2017] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:02 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2018] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:31:02 2026] GET /v2.0/ports?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2019] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:31:03 2026] GET /v2.0/networks?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&shared=False => 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: 999/2020] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:31:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/2021] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:03 2026] DELETE /v2.0/security-groups/7483e208-2038-4947-af35-653e1b61e212 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:03.521 7 INFO neutron.api.v2.resource [None req-62449240-008c-405a-a652-9e8512a42847 1a244c100b5043e9901e1f2b08efda53 61e19f43cfe942cdb7bd1482be17b4c1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1000/2022] 10.0.0.215 () {32 vars in 737 bytes} [Fri Mar 6 21:31:03 2026] GET /v2.0/security-groups/7483e208-2038-4947-af35-653e1b61e212 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:31:03.653 8 INFO neutron_taas.services.taas.taas_plugin [None req-1dfce1dc-e2cf-4991-8d1f-8484e35fcc79 1a244c100b5043e9901e1f2b08efda53 61e19f43cfe942cdb7bd1482be17b4c1 - - default default] TaaS: Handle Delete Port: d3b696db-9c62-44dd-a0a7-e3c16105a190 2026-03-06 21:31:03.656 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1dfce1dc-e2cf-4991-8d1f-8484e35fcc79 1a244c100b5043e9901e1f2b08efda53 61e19f43cfe942cdb7bd1482be17b4c1 - - default default] Tap Mirror: Handle Delete Port: d3b696db-9c62-44dd-a0a7-e3c16105a190 [pid: 8|app: 0|req: 1023/2023] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:31:03 2026] DELETE /v2.0/floatingips/334a0945-e361-4999-b7ac-24ae399f050e => generated 0 bytes in 291 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2024] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:03 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2025] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:03 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:04.157 8 INFO neutron_taas.services.taas.taas_plugin [None req-c5fa5f1f-20df-4c2a-8dd9-43471a6a4401 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: d27e3de5-9395-49fb-80cc-d567d08709ff 2026-03-06 21:31:04.160 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c5fa5f1f-20df-4c2a-8dd9-43471a6a4401 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: d27e3de5-9395-49fb-80cc-d567d08709ff [pid: 7|app: 0|req: 1003/2026] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:31:04 2026] GET /v2.0/ports?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/2027] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:31:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2028] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:31:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=76bb29f1-6685-488a-9153-80289a007931 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/2029] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:31:03 2026] PUT /v2.0/routers/c1d5f999-5029-4747-a1bc-74d710f8b643/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2030] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:31:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2031] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:31:04 2026] GET /v2.0/subnets?id=229d3aff-1a5c-4eb4-8ca7-9515122233f7 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2032] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:31:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2033] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:31:04 2026] GET /v2.0/ports?network_id=83bbcd47-10a3-4771-b82d-6f9c140ca473&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:31:04.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-87d211a3-9805-428f-aad8-947c921bb88f 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 23b2db7b-0e8f-45b4-91d8-670e4d4e3c40 2026-03-06 21:31:04.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87d211a3-9805-428f-aad8-947c921bb88f 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 23b2db7b-0e8f-45b4-91d8-670e4d4e3c40 [pid: 8|app: 0|req: 1028/2034] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:31:04 2026] POST /v2.0/security-groups => generated 1601 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2035] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:31:04 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 1030/2036] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:04 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:05.169 7 INFO neutron_taas.services.taas.taas_plugin [None req-87d211a3-9805-428f-aad8-947c921bb88f 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 49a31d62-1de8-41a4-9cb6-508161e638b2 2026-03-06 21:31:05.172 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-87d211a3-9805-428f-aad8-947c921bb88f 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 49a31d62-1de8-41a4-9cb6-508161e638b2 [pid: 8|app: 0|req: 1031/2037] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:31:05 2026] POST /v2.0/security-groups => generated 1601 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2038] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:31:05 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 1033/2039] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:05 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/2040] 10.0.0.215 () {34 vars in 767 bytes} [Fri Mar 6 21:31:05 2026] PUT /v2.0/security-groups/8f406179-fbde-4c77-8ec2-3d1db558d8b7/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:05.494 7 INFO neutron.services.segments.plugin [-] Segment 85e01c5f-515f-4044-8e6c-e1c9f33e4a88 resource provider aggregate not found 2026-03-06 21:31:05.502 7 INFO neutron.services.segments.plugin [-] Segment 85e01c5f-515f-4044-8e6c-e1c9f33e4a88 resource provider aggregate not found 2026-03-06 21:31:05.508 8 INFO neutron.db.segments_db [None req-71c10bdc-79b4-4463-8b22-609aa2577def 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Added segment 1d01550b-1f5a-4259-92eb-3556aedc8e3e of type vxlan for network bc9a6c02-6345-421f-bb74-ef29f8eb6762 2026-03-06 21:31:05.524 7 INFO neutron.services.segments.plugin [-] Segment 85e01c5f-515f-4044-8e6c-e1c9f33e4a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85e01c5f-515f-4044-8e6c-e1c9f33e4a88 found for delete ", "request_id": "req-96a8b64f-4eb5-447b-b808-4dc029b96a58"}]} 2026-03-06 21:31:05.525 7 INFO neutron.services.segments.plugin [-] Segment 85e01c5f-515f-4044-8e6c-e1c9f33e4a88 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 85e01c5f-515f-4044-8e6c-e1c9f33e4a88 found for delete ", "request_id": "req-a2adef59-ce43-464a-8cbc-c6b91f2f4076"}]} 2026-03-06 21:31:05.530 7 INFO neutron.db.l3_hamode_db [None req-87d211a3-9805-428f-aad8-947c921bb88f 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network 1c1b1468-32f1-412a-835a-2b52bcd1535f was deleted as no HA routers are present in tenant 61e19f43cfe942cdb7bd1482be17b4c1. [pid: 7|app: 0|req: 1007/2041] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:04 2026] DELETE /v2.0/routers/c1d5f999-5029-4747-a1bc-74d710f8b643 => generated 0 bytes in 842 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2042] 10.0.0.215 () {34 vars in 767 bytes} [Fri Mar 6 21:31:05 2026] PUT /v2.0/security-groups/d89d9f29-39bf-49dc-964a-27ead016b73d/tags => generated 25 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2043] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:05 2026] DELETE /v2.0/subnets/92ce6603-f39e-47dd-9cac-a03c97072330 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:31:05.811 8 INFO neutron.db.l3_hamode_db [None req-71c10bdc-79b4-4463-8b22-609aa2577def 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1010/2044] 10.0.0.215 () {34 vars in 767 bytes} [Fri Mar 6 21:31:05 2026] PUT /v2.0/security-groups/d1f69184-2447-4980-8d0e-0f5aa9c4cb40/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:05.966 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8e989c3-32a0-422f-a2e5-ac51f5852a6f 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 0db19865-0796-4c33-92b2-793807f9e404 2026-03-06 21:31:05.967 8 INFO neutron.db.l3_hamode_db [None req-71c10bdc-79b4-4463-8b22-609aa2577def 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:31:05.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8e989c3-32a0-422f-a2e5-ac51f5852a6f 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 0db19865-0796-4c33-92b2-793807f9e404 [pid: 7|app: 0|req: 1011/2045] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:05 2026] DELETE /v2.0/networks/7330f913-f3a2-48f5-9679-ac4b2d2c8265 => generated 0 bytes in 381 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2046] 10.0.0.215 () {34 vars in 767 bytes} [Fri Mar 6 21:31:06 2026] PUT /v2.0/security-groups/20f58bd1-54a5-4b36-86f8-4a65d6420e01/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2047] 10.0.0.215 () {32 vars in 680 bytes} [Fri Mar 6 21:31:06 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2048] 10.0.0.215 () {32 vars in 694 bytes} [Fri Mar 6 21:31:06 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2049] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:06 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => 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: 1016/2050] 10.0.0.215 () {32 vars in 690 bytes} [Fri Mar 6 21:31:06 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2051] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:06 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2052] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:06 2026] GET /v2.0/security-groups?tenant_id=61e19f43cfe942cdb7bd1482be17b4c1&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2053] 10.0.0.215 () {32 vars in 702 bytes} [Fri Mar 6 21:31:06 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2054] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:06 2026] DELETE /v2.0/security-groups/291ba2da-4d37-49b7-9b7e-836a12cf2452 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2055] 10.0.0.215 () {34 vars in 668 bytes} [Fri Mar 6 21:31:05 2026] POST /v2.0/routers => generated 474 bytes in 1343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2056] 10.0.0.215 () {32 vars in 688 bytes} [Fri Mar 6 21:31:06 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:31:06.688 8 INFO neutron.db.l3_hamode_db [None req-038f2155-1aca-4b97-8108-22f2b093e9d2 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1022/2057] 10.0.0.215 () {32 vars in 702 bytes} [Fri Mar 6 21:31:06 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2058] 10.0.0.215 () {32 vars in 698 bytes} [Fri Mar 6 21:31:06 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: 7|app: 0|req: 1024/2059] 10.0.0.215 () {32 vars in 710 bytes} [Fri Mar 6 21:31:06 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2060] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:06 2026] DELETE /v2.0/security-groups/8f406179-fbde-4c77-8ec2-3d1db558d8b7 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2061] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:06 2026] DELETE /v2.0/security-groups/d89d9f29-39bf-49dc-964a-27ead016b73d => 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: 1029/2064] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:06 2026] DELETE /v2.0/security-groups/d1f69184-2447-4980-8d0e-0f5aa9c4cb40 => 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: 1030/2065] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:06 2026] DELETE /v2.0/security-groups/20f58bd1-54a5-4b36-86f8-4a65d6420e01 => 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: 1031/2066] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:07 2026] DELETE /v2.0/security-groups/ef471e2c-9c75-48d0-81a1-241213a0263a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:07.204 8 INFO neutron.db.l3_hamode_db [None req-038f2155-1aca-4b97-8108-22f2b093e9d2 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:31:07.544 7 INFO neutron.services.segments.plugin [-] Segment 057f3eeb-49d1-4c6f-8d77-f7b4511cd4f2 resource provider aggregate not found 2026-03-06 21:31:07.548 7 INFO neutron.services.segments.plugin [-] Segment 057f3eeb-49d1-4c6f-8d77-f7b4511cd4f2 resource provider aggregate not found 2026-03-06 21:31:07.559 7 INFO neutron.services.segments.plugin [-] Segment 057f3eeb-49d1-4c6f-8d77-f7b4511cd4f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 057f3eeb-49d1-4c6f-8d77-f7b4511cd4f2 found for delete ", "request_id": "req-5ef0a440-b6e9-49d7-9f43-8b71b85d93ee"}]} 2026-03-06 21:31:07.566 7 INFO neutron.services.segments.plugin [-] Segment 057f3eeb-49d1-4c6f-8d77-f7b4511cd4f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 057f3eeb-49d1-4c6f-8d77-f7b4511cd4f2 found for delete ", "request_id": "req-9d560f64-f78b-4176-8e61-b25b7047f6bc"}]} [pid: 7|app: 0|req: 1032/2067] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:07 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 969 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2068] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:07 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2069] 10.0.0.215 () {34 vars in 668 bytes} [Fri Mar 6 21:31:06 2026] POST /v2.0/routers => generated 474 bytes in 1113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:07.807 7 INFO neutron.db.l3_hamode_db [None req-bb89ab69-5e56-4ab0-9d55-22a85770c2f0 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:31:07.930 7 INFO neutron.db.l3_hamode_db [None req-bb89ab69-5e56-4ab0-9d55-22a85770c2f0 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1037/2070] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:07 2026] GET /v2.0/security-groups?tenant_id=b9f20cc9950348868d197a4d20f34be7&name=default => generated 2925 bytes in 288 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1038/2071] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:08 2026] DELETE /v2.0/security-groups/dffd88a7-809b-4435-97a9-b9450d5f3535 => 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: 1039/2072] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:08 2026] GET /v2.0/security-groups?tenant_id=c9226de801794fc39de0b7f3d29f2025&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2073] 10.0.0.215 () {34 vars in 668 bytes} [Fri Mar 6 21:31:07 2026] POST /v2.0/routers => generated 474 bytes in 774 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2074] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:08 2026] DELETE /v2.0/security-groups/643b1bb7-443b-4623-823b-37dbbfd6b4ca => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:08.663 7 INFO neutron.db.l3_hamode_db [None req-07e4afff-7953-421c-b86b-a69a6a2f85f2 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:31:08.765 8 INFO neutron.db.segments_db [None req-035482bf-67c5-43a7-81dd-dcafb937d76d 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment 5233831c-f20b-4a0c-a944-ca86537eeb64 of type vxlan for network 7202f86a-536a-4e4c-9458-f5763ccc6804 2026-03-06 21:31:08.765 7 INFO neutron.db.l3_hamode_db [None req-07e4afff-7953-421c-b86b-a69a6a2f85f2 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1040/2075] 10.0.0.215 () {34 vars in 671 bytes} [Fri Mar 6 21:31:08 2026] POST /v2.0/networks => generated 727 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2076] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:08 2026] GET /v2.0/security-groups?tenant_id=8527da594292458e9e21c524b8742409&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: 1042/2077] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:08 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2078] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:08 2026] POST /v2.0/subnets => generated 693 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2079] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:09 2026] DELETE /v2.0/security-groups/f6b097ea-2720-44ea-80f1-7e84a9e5c1e2 => 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: 1045/2080] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:09 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:09.239 8 INFO neutron.db.segments_db [None req-aba5a30b-66d6-4dae-b0f1-df8ebc64771b 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Added segment fd668ad4-7226-46b4-ab81-e83e552f8671 of type vxlan for network 3ae06afa-3fad-46d6-8eff-4dd39833488a [pid: 7|app: 0|req: 1036/2081] 10.0.0.215 () {34 vars in 668 bytes} [Fri Mar 6 21:31:08 2026] POST /v2.0/routers => generated 474 bytes in 713 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:09.414 7 INFO neutron.db.l3_hamode_db [None req-0abbfa26-64a4-4fa2-9630-246fa0c02d55 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:31:09.501 8 INFO neutron.db.l3_hamode_db [None req-aba5a30b-66d6-4dae-b0f1-df8ebc64771b 6b94713896564ff7be8a46d0bc63d74e 18d5b5b7b2a6452fb9a42b4815d5d15b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:31:09.544 7 INFO neutron.db.l3_hamode_db [None req-0abbfa26-64a4-4fa2-9630-246fa0c02d55 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1037/2082] 10.0.0.215 () {34 vars in 668 bytes} [Fri Mar 6 21:31:09 2026] POST /v2.0/routers => generated 474 bytes in 961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2083] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:10 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:10.425 8 INFO neutron.db.l3_hamode_db [None req-aba5a30b-66d6-4dae-b0f1-df8ebc64771b 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1039/2084] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:31:10 2026] PUT /v2.0/routers/e06d48ae-7a7d-49da-9e7f-cee8db1b86a7/tags => generated 17 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2085] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:10 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2086] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:31:10 2026] PUT /v2.0/routers/89fdca8f-0084-4537-ae2e-3cb0375ebd56/tags => generated 25 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2087] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:10 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2088] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:31:10 2026] PUT /v2.0/routers/ed595166-a5db-465e-8b13-95ca3185fef2/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1044/2089] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:10 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2090] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:31:10 2026] PUT /v2.0/routers/8123bce1-9a51-44ff-8abb-2a2e4277f867/tags => generated 19 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2091] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:31:10 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2092] 10.0.0.215 () {32 vars in 664 bytes} [Fri Mar 6 21:31:10 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/2093] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:09 2026] POST /v2.0/routers => generated 733 bytes in 2133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2094] 10.0.0.215 () {32 vars in 678 bytes} [Fri Mar 6 21:31:11 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:11.799 7 INFO neutron.db.l3_db [None req-1c6118fe-c9b7-449f-b03b-0b1327705867 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Floating IP 62844d5e-2473-422b-8400-fe7d815e5612 associated. External IP: 10.96.250.213, port: 76bb29f1-6685-488a-9153-80289a007931. [pid: 7|app: 0|req: 1048/2095] 10.0.0.215 () {34 vars in 677 bytes} [Fri Mar 6 21:31:11 2026] POST /v2.0/floatingips => generated 855 bytes in 1053 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:12.142 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4e926b46-4d7a-423b-965d-8d933c6f2198'] response: {'name': 'network-changed', 'server_uuid': '20711124-1185-4915-b898-b9963fd56dc0', 'tag': '76bb29f1-6685-488a-9153-80289a007931', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1049/2096] 10.0.0.215 () {32 vars in 674 bytes} [Fri Mar 6 21:31:12 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2097] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:12 2026] GET /v2.0/floatingips/62844d5e-2473-422b-8400-fe7d815e5612 => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2098] 10.0.0.215 () {32 vars in 686 bytes} [Fri Mar 6 21:31:12 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2099] 10.0.0.215 () {32 vars in 672 bytes} [Fri Mar 6 21:31:12 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: 1053/2100] 10.0.0.215 () {32 vars in 686 bytes} [Fri Mar 6 21:31:12 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2101] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:31:11 2026] PUT /v2.0/routers/82f01636-9843-41de-840d-a18bcc328a63/add_router_interface => generated 309 bytes in 1082 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2102] 10.0.0.215 () {32 vars in 682 bytes} [Fri Mar 6 21:31:12 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/2103] 10.0.0.215 () {32 vars in 694 bytes} [Fri Mar 6 21:31:12 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2104] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:31:12 2026] GET /v2.0/routers/e06d48ae-7a7d-49da-9e7f-cee8db1b86a7 => generated 485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2105] 10.0.0.215 () {34 vars in 742 bytes} [Fri Mar 6 21:31:12 2026] PUT /v2.0/routers/e06d48ae-7a7d-49da-9e7f-cee8db1b86a7 => generated 485 bytes in 467 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2106] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/ports?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 1240 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2107] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/ports?device_id=e06d48ae-7a7d-49da-9e7f-cee8db1b86a7 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2108] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:31:12 2026] POST /v2.0/floatingips => generated 552 bytes in 598 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2109] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/networks?id=83bbcd47-10a3-4771-b82d-6f9c140ca473 => generated 756 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2110] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:31:13 2026] PUT /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags => generated 25 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:13.341 7 INFO neutron_taas.services.taas.taas_plugin [None req-f79d6ae7-1f0d-4c9f-9d58-07d4c10e810c 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] TaaS: Handle Delete Port: 996cb276-c361-4c53-b016-e76c97a640af 2026-03-06 21:31:13.343 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f79d6ae7-1f0d-4c9f-9d58-07d4c10e810c 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Tap Mirror: Handle Delete Port: 996cb276-c361-4c53-b016-e76c97a640af [pid: 8|app: 0|req: 1056/2111] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=76bb29f1-6685-488a-9153-80289a007931 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2112] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/floatingips/62844d5e-2473-422b-8400-fe7d815e5612 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2113] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2114] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/subnets?id=229d3aff-1a5c-4eb4-8ca7-9515122233f7 => generated 677 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2115] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:13 2026] DELETE /v2.0/routers/e06d48ae-7a7d-49da-9e7f-cee8db1b86a7 => generated 0 bytes in 331 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2116] 10.0.0.215 () {34 vars in 770 bytes} [Fri Mar 6 21:31:13 2026] PUT /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags/green => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2117] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/networks?id=7202f86a-536a-4e4c-9458-f5763ccc6804 => generated 678 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2118] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/ports?network_id=83bbcd47-10a3-4771-b82d-6f9c140ca473&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: 1062/2119] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2120] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/routers/89fdca8f-0084-4537-ae2e-3cb0375ebd56 => 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: 1059/2121] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/quotas/18d5b5b7b2a6452fb9a42b4815d5d15b => 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: 1063/2122] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 1060/2123] 10.0.0.215 () {34 vars in 766 bytes} [Fri Mar 6 21:31:13 2026] PUT /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags/red => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2124] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/ports?tenant_id=18d5b5b7b2a6452fb9a42b4815d5d15b&fields=id => generated 103 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2125] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 1063/2126] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2127] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/networks/7202f86a-536a-4e4c-9458-f5763ccc6804?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: 1065/2128] 10.0.0.215 () {34 vars in 788 bytes} [Fri Mar 6 21:31:13 2026] PUT /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags/black.or.white => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2129] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/networks/7202f86a-536a-4e4c-9458-f5763ccc6804?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: 1067/2130] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:31:13 2026] GET /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2131] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:31:14 2026] PUT /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2132] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:31:14 2026] GET /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2133] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:14 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2134] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:31:14 2026] GET /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags/red => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2135] 10.0.0.215 () {34 vars in 742 bytes} [Fri Mar 6 21:31:13 2026] PUT /v2.0/routers/89fdca8f-0084-4537-ae2e-3cb0375ebd56 => generated 493 bytes in 562 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:14.217 7 INFO neutron.api.v2.resource [None req-af96b78a-9d51-4a28-9f66-83ebd8e8be05 32cbcec9e400412893c54493110197f8 1df98f85d6da45098d202fcab62e5fcb - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1072/2136] 10.0.0.215 () {32 vars in 751 bytes} [Fri Mar 6 21:31:14 2026] GET /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2137] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:31:14 2026] GET /v2.0/ports?device_id=89fdca8f-0084-4537-ae2e-3cb0375ebd56 => 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: 1073/2138] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:31:14 2026] DELETE /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags/red => 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: 1074/2139] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:31:14 2026] GET /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags => generated 30 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:14.362 7 INFO neutron.api.v2.resource [None req-a114ff94-7acf-4137-ad27-1d583d61dff2 32cbcec9e400412893c54493110197f8 1df98f85d6da45098d202fcab62e5fcb - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1075/2140] 10.0.0.215 () {32 vars in 754 bytes} [Fri Mar 6 21:31:14 2026] DELETE /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 21:31:14.414 8 INFO neutron_taas.services.taas.taas_plugin [None req-583cb6d6-b1b0-4622-b613-2c1b33c0f477 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] TaaS: Handle Delete Port: 18e0e405-885b-47b9-b6c4-1fcd5759af4a 2026-03-06 21:31:14.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-583cb6d6-b1b0-4622-b613-2c1b33c0f477 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Tap Mirror: Handle Delete Port: 18e0e405-885b-47b9-b6c4-1fcd5759af4a [pid: 7|app: 0|req: 1076/2141] 10.0.0.215 () {32 vars in 742 bytes} [Fri Mar 6 21:31:14 2026] DELETE /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2142] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:31:14 2026] GET /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:14.577 7 INFO neutron_taas.services.taas.taas_plugin [None req-5dd2dd89-1926-4547-b973-fb0f134bcf51 32cbcec9e400412893c54493110197f8 1df98f85d6da45098d202fcab62e5fcb - - default default] TaaS: Handle Delete Port: d8398715-07b1-41be-879e-4f15237fbc44 2026-03-06 21:31:14.580 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5dd2dd89-1926-4547-b973-fb0f134bcf51 32cbcec9e400412893c54493110197f8 1df98f85d6da45098d202fcab62e5fcb - - default default] Tap Mirror: Handle Delete Port: d8398715-07b1-41be-879e-4f15237fbc44 [pid: 8|app: 0|req: 1066/2143] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:14 2026] DELETE /v2.0/routers/89fdca8f-0084-4537-ae2e-3cb0375ebd56 => generated 0 bytes in 365 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2144] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:31:14 2026] GET /v2.0/routers/ed595166-a5db-465e-8b13-95ca3185fef2 => generated 502 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2145] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:31:14 2026] DELETE /v2.0/floatingips/6ee41397-f112-4aef-bdc0-50c03b670c38 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2146] 10.0.0.215 () {34 vars in 742 bytes} [Fri Mar 6 21:31:14 2026] PUT /v2.0/routers/ed595166-a5db-465e-8b13-95ca3185fef2 => generated 502 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2147] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:15 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => 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: 1079/2148] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:31:15 2026] GET /v2.0/ports?device_id=ed595166-a5db-465e-8b13-95ca3185fef2 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:15.397 8 INFO neutron_taas.services.taas.taas_plugin [None req-9e562caf-b553-4d70-a5ee-7728efe5d804 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] TaaS: Handle Delete Port: d95e3394-239e-46a5-b401-d6f151468a42 2026-03-06 21:31:15.399 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9e562caf-b553-4d70-a5ee-7728efe5d804 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Tap Mirror: Handle Delete Port: d95e3394-239e-46a5-b401-d6f151468a42 [pid: 8|app: 0|req: 1070/2149] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:15 2026] DELETE /v2.0/routers/ed595166-a5db-465e-8b13-95ca3185fef2 => generated 0 bytes in 376 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2150] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:15 2026] GET /v2.0/security-groups?tenant_id=1df98f85d6da45098d202fcab62e5fcb&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2151] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:31:15 2026] GET /v2.0/routers/8123bce1-9a51-44ff-8abb-2a2e4277f867 => generated 487 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2152] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:15 2026] DELETE /v2.0/security-groups/4d241540-b9db-4c8e-854f-af49049354a5 => 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: 1082/2153] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:15 2026] GET /v2.0/security-groups?tenant_id=61b724c2f12c47118597e3caf15e816c&name=default => generated 2925 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2154] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:16 2026] DELETE /v2.0/security-groups/9054bb53-7c21-4dea-bd23-1fb3f4443f59 => 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: 1072/2155] 10.0.0.215 () {34 vars in 742 bytes} [Fri Mar 6 21:31:15 2026] PUT /v2.0/routers/8123bce1-9a51-44ff-8abb-2a2e4277f867 => generated 487 bytes in 587 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2156] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:31:16 2026] GET /v2.0/ports?device_id=8123bce1-9a51-44ff-8abb-2a2e4277f867 => 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: 1085/2157] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:16 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:16.453 8 INFO neutron_taas.services.taas.taas_plugin [None req-257964d7-7335-421a-b9c1-7cd912093f8a 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] TaaS: Handle Delete Port: b5e24aa7-c858-49e7-b74b-150530f8b0d8 2026-03-06 21:31:16.455 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-257964d7-7335-421a-b9c1-7cd912093f8a 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Tap Mirror: Handle Delete Port: b5e24aa7-c858-49e7-b74b-150530f8b0d8 [pid: 8|app: 0|req: 1073/2158] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:16 2026] DELETE /v2.0/routers/8123bce1-9a51-44ff-8abb-2a2e4277f867 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2159] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:31:16 2026] GET /v2.0/routers/91cd0f6f-698a-4502-a2b5-ed6a8519b7e9 => generated 480 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2160] 10.0.0.215 () {34 vars in 742 bytes} [Fri Mar 6 21:31:16 2026] PUT /v2.0/routers/91cd0f6f-698a-4502-a2b5-ed6a8519b7e9 => generated 480 bytes in 534 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2161] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:31:17 2026] GET /v2.0/ports?device_id=91cd0f6f-698a-4502-a2b5-ed6a8519b7e9 => 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: 1088/2162] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:17 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:17.475 8 INFO neutron_taas.services.taas.taas_plugin [None req-b78f77c9-dbed-433e-b36d-0d838ec4b019 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] TaaS: Handle Delete Port: 8ad1cd41-0915-48a7-b677-d29d4fe15fdf 2026-03-06 21:31:17.478 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b78f77c9-dbed-433e-b36d-0d838ec4b019 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] Tap Mirror: Handle Delete Port: 8ad1cd41-0915-48a7-b677-d29d4fe15fdf 2026-03-06 21:31:17.766 8 INFO neutron.services.segments.plugin [-] Segment 1d01550b-1f5a-4259-92eb-3556aedc8e3e resource provider aggregate not found 2026-03-06 21:31:17.772 8 INFO neutron.services.segments.plugin [-] Segment 1d01550b-1f5a-4259-92eb-3556aedc8e3e resource provider aggregate not found 2026-03-06 21:31:17.793 8 INFO neutron.services.segments.plugin [-] Segment 1d01550b-1f5a-4259-92eb-3556aedc8e3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d01550b-1f5a-4259-92eb-3556aedc8e3e found for delete ", "request_id": "req-b62ff728-84ae-4523-9da6-ab2dcdde3a27"}]} 2026-03-06 21:31:17.798 8 INFO neutron.services.segments.plugin [-] Segment 1d01550b-1f5a-4259-92eb-3556aedc8e3e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d01550b-1f5a-4259-92eb-3556aedc8e3e found for delete ", "request_id": "req-d59de09e-669f-4082-8ba2-94558ad35b67"}]} 2026-03-06 21:31:17.802 8 INFO neutron.db.l3_hamode_db [None req-b78f77c9-dbed-433e-b36d-0d838ec4b019 67e0506729d34215b1b298b9a0c5097f c8f13a837f4a4c6b99a4cae1bf5237a8 - - default default] HA network bc9a6c02-6345-421f-bb74-ef29f8eb6762 was deleted as no HA routers are present in tenant c8f13a837f4a4c6b99a4cae1bf5237a8. [pid: 8|app: 0|req: 1075/2163] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:17 2026] DELETE /v2.0/routers/91cd0f6f-698a-4502-a2b5-ed6a8519b7e9 => generated 0 bytes in 548 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2164] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:31:18 2026] GET /v2.0/networks?id=7202f86a-536a-4e4c-9458-f5763ccc6804 => generated 678 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2165] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:18 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => 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: 1076/2166] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:31:18 2026] POST /v2.0/ports => generated 958 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1091/2167] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:18 2026] GET /v2.0/security-groups?tenant_id=480d3b5aa9be41ec898d916911408a74&name=default => generated 2925 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2168] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:18 2026] DELETE /v2.0/security-groups/5caa9069-99a5-4328-b864-f402f9913b7f => 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: 1093/2169] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:19 2026] GET /v2.0/security-groups?tenant_id=84071d7d8a894148978a14d5d529e5d4&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2170] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:31:18 2026] PUT /v2.0/ports/6ba98753-51d8-4985-9358-ae183fa94f63 => generated 1239 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:31:19.270 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8dcbdfcb-3e18-43c3-adcf-de929267bd64'] response: {'name': 'network-changed', 'server_uuid': '37c77f67-5894-497e-97e6-2f7aae214f26', 'tag': '6ba98753-51d8-4985-9358-ae183fa94f63', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1094/2171] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:19 2026] DELETE /v2.0/security-groups/0ed9e156-2323-4477-8c3c-cc0a9f6bf014 => generated 0 bytes in 102 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 21:31:19.529 8 INFO neutron.db.segments_db [None req-04f3961f-7b18-408a-b2e6-bd7b501c3486 87a5d056ce8a4da8b54f84faf20dbbf1 703c37a47acb4283ae154c6e947ecf16 - - default default] Added segment 3adddb41-c877-4541-ae2b-b3fccfe54ba0 of type vxlan for network 84fe11f1-76b8-4c73-bc3a-d7bd31ff226a [pid: 7|app: 0|req: 1095/2172] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:19 2026] GET /v2.0/security-groups?tenant_id=c8f13a837f4a4c6b99a4cae1bf5237a8&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1078/2173] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:19 2026] POST /v2.0/networks => generated 613 bytes in 308 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2174] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:19 2026] DELETE /v2.0/security-groups/54b3eeb5-03e8-4a59-adc0-5e50f5992de7 => 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: 1079/2175] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:19 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2176] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:19 2026] GET /v2.0/security-groups?id=96572490-d7a4-47b4-a73b-679dd26b94a7&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: 1081/2177] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:31:19 2026] GET /v2.0/ports?tenant_id=18d5b5b7b2a6452fb9a42b4815d5d15b&device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 1242 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2178] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:31:19 2026] GET /v2.0/networks?tenant_id=18d5b5b7b2a6452fb9a42b4815d5d15b&shared=False => generated 774 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2179] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:31:19 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2180] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:31:19 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) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1098/2181] 10.0.0.215 () {34 vars in 747 bytes} [Fri Mar 6 21:31:19 2026] PUT /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2182] 10.0.0.215 () {32 vars in 727 bytes} [Fri Mar 6 21:31:19 2026] GET /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1099/2183] 10.0.0.215 () {34 vars in 758 bytes} [Fri Mar 6 21:31:20 2026] PUT /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags/green => generated 4 bytes in 67 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: 1085/2184] 10.0.0.215 () {32 vars in 727 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1100/2185] 10.0.0.215 () {34 vars in 754 bytes} [Fri Mar 6 21:31:20 2026] PUT /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags/red => generated 4 bytes in 65 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: 1086/2186] 10.0.0.215 () {32 vars in 727 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/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: 1101/2187] 10.0.0.215 () {34 vars in 776 bytes} [Fri Mar 6 21:31:20 2026] PUT /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags/black.or.white => 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: 1087/2188] 10.0.0.215 () {32 vars in 727 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags => generated 52 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1102/2189] 10.0.0.215 () {34 vars in 747 bytes} [Fri Mar 6 21:31:20 2026] PUT /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags => generated 37 bytes in 79 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: 1088/2190] 10.0.0.215 () {32 vars in 727 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags => generated 37 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, ' [pid: 7|app: 0|req: 1103/2191] 10.0.0.215 () {32 vars in 735 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags/red => generated 0 bytes in 48 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 21:31:20.641 8 INFO neutron.api.v2.resource [None req-2b0df19e-6914-40b5-a7b2-45f4d6143fe3 87a5d056ce8a4da8b54f84faf20dbbf1 703c37a47acb4283ae154c6e947ecf16 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1089/2192] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags/green => generated 99 bytes in 49 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: 1104/2193] 10.0.0.215 () {32 vars in 738 bytes} [Fri Mar 6 21:31:20 2026] DELETE /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1090/2194] 10.0.0.215 () {32 vars in 727 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags => generated 30 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 21:31:20.823 8 INFO neutron.api.v2.resource [None req-2a3b7b35-bed1-4138-8f8c-cf956fe74862 87a5d056ce8a4da8b54f84faf20dbbf1 703c37a47acb4283ae154c6e947ecf16 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1091/2195] 10.0.0.215 () {32 vars in 742 bytes} [Fri Mar 6 21:31:20 2026] DELETE /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags/green => generated 99 bytes in 48 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: 1105/2196] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 973 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2197] 10.0.0.215 () {32 vars in 730 bytes} [Fri Mar 6 21:31:20 2026] DELETE /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2198] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/security-groups?id=96572490-d7a4-47b4-a73b-679dd26b94a7&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1093/2199] 10.0.0.215 () {32 vars in 727 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf/tags => generated 12 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1107/2200] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/ports?tenant_id=18d5b5b7b2a6452fb9a42b4815d5d15b&device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2201] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=6ba98753-51d8-4985-9358-ae183fa94f63 => 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: 1109/2202] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:31:20 2026] GET /v2.0/subnets?id=b3c336e4-e97b-4506-8556-db0b5e52a03b => generated 696 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:21.055 8 INFO neutron_taas.services.taas.taas_plugin [None req-b12b2df1-cc2f-4569-a0e1-c3e2c01750f1 87a5d056ce8a4da8b54f84faf20dbbf1 703c37a47acb4283ae154c6e947ecf16 - - default default] TaaS: Handle Delete Port: f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf [pid: 7|app: 0|req: 1110/2203] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:31:21 2026] GET /v2.0/ports?network_id=7202f86a-536a-4e4c-9458-f5763ccc6804&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:31:21.058 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b12b2df1-cc2f-4569-a0e1-c3e2c01750f1 87a5d056ce8a4da8b54f84faf20dbbf1 703c37a47acb4283ae154c6e947ecf16 - - default default] Tap Mirror: Handle Delete Port: f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf [pid: 7|app: 0|req: 1111/2204] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:31:21 2026] GET /v2.0/networks/7202f86a-536a-4e4c-9458-f5763ccc6804?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2205] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:31:20 2026] DELETE /v2.0/ports/f9c9bfd4-aae4-465f-8fd6-bfa42a6b40cf => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2206] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:31:21 2026] GET /v2.0/networks/7202f86a-536a-4e4c-9458-f5763ccc6804?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) 2026-03-06 21:31:21.256 8 INFO neutron.services.segments.plugin [-] Segment 3adddb41-c877-4541-ae2b-b3fccfe54ba0 resource provider aggregate not found 2026-03-06 21:31:21.261 8 INFO neutron.services.segments.plugin [-] Segment 3adddb41-c877-4541-ae2b-b3fccfe54ba0 resource provider aggregate not found 2026-03-06 21:31:21.276 8 INFO neutron.services.segments.plugin [-] Segment 3adddb41-c877-4541-ae2b-b3fccfe54ba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3adddb41-c877-4541-ae2b-b3fccfe54ba0 found for delete ", "request_id": "req-2a6035b1-9f6b-4d08-9f51-18102b77818a"}]} 2026-03-06 21:31:21.278 8 INFO neutron.services.segments.plugin [-] Segment 3adddb41-c877-4541-ae2b-b3fccfe54ba0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3adddb41-c877-4541-ae2b-b3fccfe54ba0 found for delete ", "request_id": "req-a471cfb3-8205-4ed7-8fc1-faad5f235dd3"}]} [pid: 8|app: 0|req: 1095/2207] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:21 2026] DELETE /v2.0/networks/84fe11f1-76b8-4c73-bc3a-d7bd31ff226a => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2210] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:21 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 973 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2211] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:21 2026] GET /v2.0/security-groups?id=96572490-d7a4-47b4-a73b-679dd26b94a7&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2212] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:21 2026] GET /v2.0/security-groups?tenant_id=703c37a47acb4283ae154c6e947ecf16&name=default => generated 2925 bytes in 207 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2213] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:22 2026] DELETE /v2.0/security-groups/71931a43-d9ee-4114-9d36-705ec563a875 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2214] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:22 2026] GET /v2.0/security-groups?tenant_id=7e5fdd4b883c4ff6942b888f6958c151&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2215] 10.0.0.225 () {34 vars in 990 bytes} [Fri Mar 6 21:31:22 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2216] 10.0.0.225 () {34 vars in 1040 bytes} [Fri Mar 6 21:31:22 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2217] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:22 2026] DELETE /v2.0/security-groups/8f433da8-655b-491c-9a83-a79871d37bb6 => 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: 1103/2218] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:23 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2219] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:23 2026] GET /v2.0/security-groups?id=96572490-d7a4-47b4-a73b-679dd26b94a7&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:24.070 8 INFO neutron.db.segments_db [None req-e9b54a65-f2c4-4fe5-890a-97eebf11f3d1 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] Added segment c3aee62d-de1e-4255-b0d8-4d32a44d6f3b of type vxlan for network b84f3203-b49f-404c-bff4-7ab378c5f8c9 [pid: 8|app: 0|req: 1104/2220] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:23 2026] POST /v2.0/networks => generated 613 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2221] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:24 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 975 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2222] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:24 2026] GET /v2.0/security-groups?id=96572490-d7a4-47b4-a73b-679dd26b94a7&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2223] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:31:24 2026] POST /v2.0/ports => generated 743 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2224] 10.0.0.215 () {34 vars in 666 bytes} [Fri Mar 6 21:31:24 2026] POST /v2.0/trunks => generated 407 bytes in 207 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 21:31:24.705 7 INFO neutron.db.segments_db [None req-0293227a-6417-4b3d-a00a-e54127b12f87 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] Added segment 17be9ef1-d876-4269-9f54-1a1ca4ce8075 of type vxlan for network 2ee7b3a6-fc13-41c6-868c-0ef1b067e275 [pid: 7|app: 0|req: 1118/2225] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:24 2026] POST /v2.0/networks => generated 613 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2226] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:31:24 2026] POST /v2.0/ports => generated 743 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2227] 10.0.0.215 () {34 vars in 666 bytes} [Fri Mar 6 21:31:25 2026] POST /v2.0/trunks => generated 407 bytes in 225 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 21:31:25.449 8 INFO neutron.db.segments_db [None req-f0994778-afb5-44e7-add9-d7b7c7ed92f1 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] Added segment 994c5ae4-414f-42c7-ad28-685c44176030 of type vxlan for network 74adce80-c864-41cf-9f68-89be89208bd0 [pid: 7|app: 0|req: 1120/2228] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:25 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2229] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:25 2026] GET /v2.0/security-groups?id=96572490-d7a4-47b4-a73b-679dd26b94a7&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: 1109/2230] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:25 2026] POST /v2.0/networks => generated 613 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1122/2231] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:31:25 2026] POST /v2.0/ports => generated 743 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2232] 10.0.0.215 () {34 vars in 666 bytes} [Fri Mar 6 21:31:25 2026] POST /v2.0/trunks => generated 407 bytes in 134 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 21:31:26.142 7 INFO neutron.db.segments_db [None req-84f7b2b3-a41a-42dd-8caf-c16b2b3d208f bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] Added segment 8ca6175d-4e6e-4d08-8d9c-699f99162185 of type vxlan for network 80245a1f-df07-4547-a186-4c1038eafb18 [pid: 7|app: 0|req: 1123/2233] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:26 2026] POST /v2.0/networks => generated 612 bytes in 190 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2234] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:31:26 2026] POST /v2.0/ports => generated 743 bytes in 286 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1112/2235] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:26 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2236] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:26 2026] GET /v2.0/security-groups?id=96572490-d7a4-47b4-a73b-679dd26b94a7&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2237] 10.0.0.215 () {34 vars in 666 bytes} [Fri Mar 6 21:31:26 2026] POST /v2.0/trunks => generated 407 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:26.787 8 INFO neutron.db.segments_db [None req-cae01093-8b7d-4c93-9f01-452f7a017b00 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] Added segment 8edcdbfb-6032-4807-943a-933d8111db6b of type vxlan for network 5ae2a629-8bab-4361-ba9a-dc8d04e9c800 [pid: 8|app: 0|req: 1114/2238] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:26 2026] POST /v2.0/networks => generated 613 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2239] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:26 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2240] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:27 2026] GET /v2.0/security-groups?id=96572490-d7a4-47b4-a73b-679dd26b94a7&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: 1125/2241] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:31:26 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2242] 10.0.0.215 () {34 vars in 666 bytes} [Fri Mar 6 21:31:27 2026] POST /v2.0/trunks => generated 407 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1126/2243] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:31:27 2026] PUT /v2.0/trunks/6fd4b0a5-284e-4f7b-bd5a-25617f47c4d4/tags => generated 17 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2244] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:31:27 2026] PUT /v2.0/trunks/34a9c79a-9a2f-49dd-bacd-1b0305e5d022/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: 1127/2245] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:31:27 2026] PUT /v2.0/trunks/6dc50a1f-ce26-4471-a537-df46d60d6531/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2246] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:31:27 2026] PUT /v2.0/trunks/eb2c886e-bc9b-4b77-a880-70ccfff18780/tags => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2247] 10.0.0.215 () {32 vars in 662 bytes} [Fri Mar 6 21:31:27 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2248] 10.0.0.215 () {32 vars in 676 bytes} [Fri Mar 6 21:31:27 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1129/2249] 10.0.0.215 () {32 vars in 672 bytes} [Fri Mar 6 21:31:27 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2250] 10.0.0.215 () {32 vars in 684 bytes} [Fri Mar 6 21:31:27 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2251] 10.0.0.215 () {32 vars in 670 bytes} [Fri Mar 6 21:31:27 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2252] 10.0.0.215 () {32 vars in 684 bytes} [Fri Mar 6 21:31:27 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2253] 10.0.0.215 () {32 vars in 680 bytes} [Fri Mar 6 21:31:27 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: 1123/2254] 10.0.0.215 () {32 vars in 692 bytes} [Fri Mar 6 21:31:27 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2255] 10.0.0.215 () {32 vars in 719 bytes} [Fri Mar 6 21:31:27 2026] GET /v2.0/trunks/6fd4b0a5-284e-4f7b-bd5a-25617f47c4d4 => generated 412 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2256] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:28 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 975 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2257] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:31:27 2026] GET /v2.0/ports/d0193416-191c-4d36-a37b-63bea4b674e0 => generated 826 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2258] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:28 2026] GET /v2.0/security-groups?id=96572490-d7a4-47b4-a73b-679dd26b94a7&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2259] 10.0.0.215 () {32 vars in 722 bytes} [Fri Mar 6 21:31:28 2026] DELETE /v2.0/trunks/6fd4b0a5-284e-4f7b-bd5a-25617f47c4d4 => 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: 1135/2260] 10.0.0.215 () {32 vars in 719 bytes} [Fri Mar 6 21:31:28 2026] GET /v2.0/trunks/34a9c79a-9a2f-49dd-bacd-1b0305e5d022 => generated 420 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2261] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:31:28 2026] GET /v2.0/ports/8f0edf1a-eca7-4205-b833-627292292294 => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2262] 10.0.0.215 () {32 vars in 722 bytes} [Fri Mar 6 21:31:28 2026] DELETE /v2.0/trunks/34a9c79a-9a2f-49dd-bacd-1b0305e5d022 => 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: 1127/2263] 10.0.0.215 () {32 vars in 719 bytes} [Fri Mar 6 21:31:28 2026] GET /v2.0/trunks/6dc50a1f-ce26-4471-a537-df46d60d6531 => generated 429 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2264] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:31:28 2026] GET /v2.0/ports/ab7919bf-4837-4906-8d6c-08fb723afbe6 => generated 826 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2265] 10.0.0.215 () {32 vars in 722 bytes} [Fri Mar 6 21:31:28 2026] DELETE /v2.0/trunks/6dc50a1f-ce26-4471-a537-df46d60d6531 => 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: 1138/2266] 10.0.0.215 () {32 vars in 719 bytes} [Fri Mar 6 21:31:28 2026] GET /v2.0/trunks/eb2c886e-bc9b-4b77-a880-70ccfff18780 => generated 414 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2267] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:31:28 2026] GET /v2.0/ports/26a21444-7322-4e1d-be18-a4bcf6690a2a => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2268] 10.0.0.215 () {32 vars in 722 bytes} [Fri Mar 6 21:31:28 2026] DELETE /v2.0/trunks/eb2c886e-bc9b-4b77-a880-70ccfff18780 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2269] 10.0.0.215 () {32 vars in 719 bytes} [Fri Mar 6 21:31:28 2026] GET /v2.0/trunks/cae56cd8-091d-491e-8037-2e8c094ad5fb => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2270] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:31:28 2026] GET /v2.0/ports/3091edf0-0c6e-4ca1-bc7e-aec5ffa8177a => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2271] 10.0.0.215 () {32 vars in 722 bytes} [Fri Mar 6 21:31:28 2026] DELETE /v2.0/trunks/cae56cd8-091d-491e-8037-2e8c094ad5fb => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:28.977 7 INFO neutron_taas.services.taas.taas_plugin [None req-08083a00-a909-4d25-b4a5-a293fcc9b2d2 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] TaaS: Handle Delete Port: d0193416-191c-4d36-a37b-63bea4b674e0 2026-03-06 21:31:28.980 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08083a00-a909-4d25-b4a5-a293fcc9b2d2 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] Tap Mirror: Handle Delete Port: d0193416-191c-4d36-a37b-63bea4b674e0 [pid: 7|app: 0|req: 1141/2272] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:31:28 2026] DELETE /v2.0/ports/d0193416-191c-4d36-a37b-63bea4b674e0 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:31:29.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-4384d6f6-4ab4-4be5-b713-0d0267e23757 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] TaaS: Handle Delete Port: 8f0edf1a-eca7-4205-b833-627292292294 2026-03-06 21:31:29.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4384d6f6-4ab4-4be5-b713-0d0267e23757 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] Tap Mirror: Handle Delete Port: 8f0edf1a-eca7-4205-b833-627292292294 [pid: 8|app: 0|req: 1132/2273] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:31:29 2026] DELETE /v2.0/ports/8f0edf1a-eca7-4205-b833-627292292294 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2274] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:29 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1134/2275] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:29 2026] GET /v2.0/security-groups?id=96572490-d7a4-47b4-a73b-679dd26b94a7&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: 1135/2276] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:31:29 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:29.567 8 INFO neutron_taas.services.taas.taas_plugin [req-4ea335e2-4b6e-44b7-987b-2b617e0ed6ee req-525e8560-ef37-49ce-b986-a3c731ad6e36 d9e508f4d32b4d908c83a486e18e6d40 18d5b5b7b2a6452fb9a42b4815d5d15b - - default default] TaaS: Handle Delete Port: 6ba98753-51d8-4985-9358-ae183fa94f63 2026-03-06 21:31:29.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4ea335e2-4b6e-44b7-987b-2b617e0ed6ee req-525e8560-ef37-49ce-b986-a3c731ad6e36 d9e508f4d32b4d908c83a486e18e6d40 18d5b5b7b2a6452fb9a42b4815d5d15b - - default default] Tap Mirror: Handle Delete Port: 6ba98753-51d8-4985-9358-ae183fa94f63 [pid: 8|app: 0|req: 1136/2277] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:31:29 2026] DELETE /v2.0/ports/6ba98753-51d8-4985-9358-ae183fa94f63 => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:31:29.733 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3a3ef9a8-f844-4c90-8885-fa33879ae07a'] response: {'server_uuid': '37c77f67-5894-497e-97e6-2f7aae214f26', 'name': 'network-vif-deleted', 'tag': '6ba98753-51d8-4985-9358-ae183fa94f63', 'status': 'completed', 'code': 200} 2026-03-06 21:31:29.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-8a6d6d66-c784-4970-ae6e-49d5939e2327 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] TaaS: Handle Delete Port: ab7919bf-4837-4906-8d6c-08fb723afbe6 2026-03-06 21:31:29.846 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8a6d6d66-c784-4970-ae6e-49d5939e2327 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] Tap Mirror: Handle Delete Port: ab7919bf-4837-4906-8d6c-08fb723afbe6 [pid: 7|app: 0|req: 1142/2278] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:31:29 2026] DELETE /v2.0/ports/ab7919bf-4837-4906-8d6c-08fb723afbe6 => generated 0 bytes in 665 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:31:29.988 8 INFO neutron_taas.services.taas.taas_plugin [None req-0b85d0b8-720a-41d8-bb68-ac999ffa95e2 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] TaaS: Handle Delete Port: 26a21444-7322-4e1d-be18-a4bcf6690a2a 2026-03-06 21:31:29.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0b85d0b8-720a-41d8-bb68-ac999ffa95e2 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] Tap Mirror: Handle Delete Port: 26a21444-7322-4e1d-be18-a4bcf6690a2a [pid: 8|app: 0|req: 1137/2279] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:31:29 2026] DELETE /v2.0/ports/26a21444-7322-4e1d-be18-a4bcf6690a2a => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:31:30.125 7 INFO neutron_taas.services.taas.taas_plugin [None req-62a7e6f9-3602-4c45-ae0a-099c17cc2445 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] TaaS: Handle Delete Port: 3091edf0-0c6e-4ca1-bc7e-aec5ffa8177a 2026-03-06 21:31:30.127 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-62a7e6f9-3602-4c45-ae0a-099c17cc2445 bde35f55ae02474382eff7eca4236d9e 28e3f6b9aee044d2abc265710dbd1c1c - - default default] Tap Mirror: Handle Delete Port: 3091edf0-0c6e-4ca1-bc7e-aec5ffa8177a [pid: 7|app: 0|req: 1143/2280] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:31:30 2026] DELETE /v2.0/ports/3091edf0-0c6e-4ca1-bc7e-aec5ffa8177a => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:31:30.281 8 INFO neutron.services.segments.plugin [-] Segment c3aee62d-de1e-4255-b0d8-4d32a44d6f3b resource provider aggregate not found 2026-03-06 21:31:30.286 8 INFO neutron.services.segments.plugin [-] Segment c3aee62d-de1e-4255-b0d8-4d32a44d6f3b resource provider aggregate not found 2026-03-06 21:31:30.302 8 INFO neutron.services.segments.plugin [-] Segment c3aee62d-de1e-4255-b0d8-4d32a44d6f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3aee62d-de1e-4255-b0d8-4d32a44d6f3b found for delete ", "request_id": "req-6096aab3-a90e-4650-8978-5aca662f12da"}]} 2026-03-06 21:31:30.304 8 INFO neutron.services.segments.plugin [-] Segment c3aee62d-de1e-4255-b0d8-4d32a44d6f3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3aee62d-de1e-4255-b0d8-4d32a44d6f3b found for delete ", "request_id": "req-50917893-a287-4dd3-a38f-848aa3ee3e25"}]} [pid: 8|app: 0|req: 1138/2281] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:30 2026] DELETE /v2.0/networks/b84f3203-b49f-404c-bff4-7ab378c5f8c9 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:31:30.432 7 INFO neutron.services.segments.plugin [-] Segment 17be9ef1-d876-4269-9f54-1a1ca4ce8075 resource provider aggregate not found 2026-03-06 21:31:30.437 7 INFO neutron.services.segments.plugin [-] Segment 17be9ef1-d876-4269-9f54-1a1ca4ce8075 resource provider aggregate not found 2026-03-06 21:31:30.448 7 INFO neutron.services.segments.plugin [-] Segment 17be9ef1-d876-4269-9f54-1a1ca4ce8075 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17be9ef1-d876-4269-9f54-1a1ca4ce8075 found for delete ", "request_id": "req-41d5d1cf-14c2-4eec-bf82-6ede2dd624af"}]} 2026-03-06 21:31:30.467 7 INFO neutron.services.segments.plugin [-] Segment 17be9ef1-d876-4269-9f54-1a1ca4ce8075 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 17be9ef1-d876-4269-9f54-1a1ca4ce8075 found for delete ", "request_id": "req-294f94b2-8b28-411d-adc2-9e019ae60581"}]} [pid: 7|app: 0|req: 1144/2282] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:30 2026] DELETE /v2.0/networks/2ee7b3a6-fc13-41c6-868c-0ef1b067e275 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2283] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:30 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => 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: 1139/2284] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:30 2026] DELETE /v2.0/networks/74adce80-c864-41cf-9f68-89be89208bd0 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2285] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:30 2026] DELETE /v2.0/networks/80245a1f-df07-4547-a186-4c1038eafb18 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2286] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:30 2026] DELETE /v2.0/networks/5ae2a629-8bab-4361-ba9a-dc8d04e9c800 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2287] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:31 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => 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: 1141/2288] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:31 2026] GET /v2.0/security-groups?tenant_id=052935e64c464cc8a011ce3e25a5af66&name=default => generated 2925 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2289] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:31 2026] DELETE /v2.0/security-groups/05307425-6ead-4d0a-9ae1-27840ffd7237 => 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: 1142/2290] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:32 2026] GET /v2.0/security-groups?tenant_id=8e310884cd394fee9d12f5a7634cf11f&name=default => generated 2925 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2291] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:32 2026] DELETE /v2.0/security-groups/00b65db2-fd71-4dd7-8122-8a85c01dc98f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:32.322 8 INFO neutron.services.segments.plugin [-] Segment 994c5ae4-414f-42c7-ad28-685c44176030 resource provider aggregate not found 2026-03-06 21:31:32.329 8 INFO neutron.services.segments.plugin [-] Segment 994c5ae4-414f-42c7-ad28-685c44176030 resource provider aggregate not found 2026-03-06 21:31:32.333 8 INFO neutron.services.segments.plugin [-] Segment 994c5ae4-414f-42c7-ad28-685c44176030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 994c5ae4-414f-42c7-ad28-685c44176030 found for delete ", "request_id": "req-24a07f0b-1a33-4351-aad7-fd96830c8869"}]} 2026-03-06 21:31:32.345 8 INFO neutron.services.segments.plugin [-] Segment 994c5ae4-414f-42c7-ad28-685c44176030 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 994c5ae4-414f-42c7-ad28-685c44176030 found for delete ", "request_id": "req-e60c3b6e-f363-415d-83c4-1d458c8c58ec"}]} 2026-03-06 21:31:32.351 8 INFO neutron.services.segments.plugin [-] Segment 8edcdbfb-6032-4807-943a-933d8111db6b resource provider aggregate not found 2026-03-06 21:31:32.357 8 INFO neutron.services.segments.plugin [-] Segment 8edcdbfb-6032-4807-943a-933d8111db6b resource provider aggregate not found 2026-03-06 21:31:32.362 8 INFO neutron.services.segments.plugin [-] Segment 8edcdbfb-6032-4807-943a-933d8111db6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8edcdbfb-6032-4807-943a-933d8111db6b found for delete ", "request_id": "req-f819b8d2-e6f4-4a1f-a96b-f1e52af67344"}]} 2026-03-06 21:31:32.367 8 INFO neutron.services.segments.plugin [-] Segment 8edcdbfb-6032-4807-943a-933d8111db6b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8edcdbfb-6032-4807-943a-933d8111db6b found for delete ", "request_id": "req-9093f1a1-dafd-4106-91b2-3489fd508719"}]} 2026-03-06 21:31:32.463 7 INFO neutron.services.segments.plugin [-] Segment 8ca6175d-4e6e-4d08-8d9c-699f99162185 resource provider aggregate not found [pid: 8|app: 0|req: 1143/2292] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:32 2026] GET /v2.0/security-groups?tenant_id=28e3f6b9aee044d2abc265710dbd1c1c&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 21:31:32.485 7 INFO neutron.services.segments.plugin [-] Segment 8ca6175d-4e6e-4d08-8d9c-699f99162185 resource provider aggregate not found 2026-03-06 21:31:32.491 7 INFO neutron.services.segments.plugin [-] Segment 8ca6175d-4e6e-4d08-8d9c-699f99162185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ca6175d-4e6e-4d08-8d9c-699f99162185 found for delete ", "request_id": "req-1b0164cb-358c-471b-9f3b-26907500d444"}]} 2026-03-06 21:31:32.507 7 INFO neutron.services.segments.plugin [-] Segment 8ca6175d-4e6e-4d08-8d9c-699f99162185 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ca6175d-4e6e-4d08-8d9c-699f99162185 found for delete ", "request_id": "req-9fed6cf3-d44a-4b73-8df3-8f9de3534478"}]} [pid: 7|app: 0|req: 1150/2293] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:32 2026] DELETE /v2.0/security-groups/ff2af1bf-3657-4617-85d6-5c0185667d41 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2294] 10.0.0.215 () {32 vars in 826 bytes} [Fri Mar 6 21:31:32 2026] GET /v2.0/ports?project_id=aa550b816c0d43c69ce5f1ff411832f6&network_id=83bbcd47-10a3-4771-b82d-6f9c140ca473 => generated 3691 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2295] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:32 2026] GET /v2.0/ports?device_id=37c77f67-5894-497e-97e6-2f7aae214f26 => 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: 1145/2296] 10.0.0.215 () {32 vars in 742 bytes} [Fri Mar 6 21:31:32 2026] GET /v2.0/subnets?network_id=adfc0cb8-f6ac-45e3-a7d7-3e0a8680e4be => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:33.342 7 INFO neutron.db.l3_db [None req-be6271ea-3dc5-4f3b-9841-e800d9683b0c 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Floating IP 62844d5e-2473-422b-8400-fe7d815e5612 disassociated. External IP: 10.96.250.213, port: 76bb29f1-6685-488a-9153-80289a007931. [pid: 7|app: 0|req: 1152/2297] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:31:33 2026] PUT /v2.0/floatingips/62844d5e-2473-422b-8400-fe7d815e5612 => generated 554 bytes in 389 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2298] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:33 2026] GET /v2.0/floatingips/62844d5e-2473-422b-8400-fe7d815e5612 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:33.659 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ba4bf181-f6c8-4873-9105-ef20b2fb21a5'] response: {'name': 'network-changed', 'server_uuid': '20711124-1185-4915-b898-b9963fd56dc0', 'tag': '76bb29f1-6685-488a-9153-80289a007931', 'status': 'completed', 'code': 200} 2026-03-06 21:31:34.110 7 INFO neutron_taas.services.taas.taas_plugin [None req-efb71ede-38de-487d-a05f-8e26a58216a8 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 30759fb3-d9fe-4535-a474-126374c9ca4a 2026-03-06 21:31:34.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-efb71ede-38de-487d-a05f-8e26a58216a8 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 30759fb3-d9fe-4535-a474-126374c9ca4a [pid: 8|app: 0|req: 1147/2299] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:31:34 2026] GET /v2.0/ports?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 1240 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2300] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:31:34 2026] GET /v2.0/networks?id=83bbcd47-10a3-4771-b82d-6f9c140ca473 => generated 756 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2301] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:31:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=76bb29f1-6685-488a-9153-80289a007931 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2302] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:31:34 2026] GET /v2.0/subnets?id=229d3aff-1a5c-4eb4-8ca7-9515122233f7 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2303] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:31:34 2026] GET /v2.0/ports?network_id=83bbcd47-10a3-4771-b82d-6f9c140ca473&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: 1152/2304] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:31:34 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 1153/2305] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:31:34 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 1153/2306] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:31:33 2026] PUT /v2.0/routers/82f01636-9843-41de-840d-a18bcc328a63/remove_router_interface => generated 309 bytes in 838 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2307] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:34 2026] GET /v2.0/floatingips/62844d5e-2473-422b-8400-fe7d815e5612 => generated 552 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:34.756 8 INFO neutron_taas.services.taas.taas_plugin [None req-dea411a5-2f92-4092-a636-06a9b689f722 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 2b68844e-b8c4-44e2-8b52-26821bcdb17b 2026-03-06 21:31:34.758 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dea411a5-2f92-4092-a636-06a9b689f722 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 2b68844e-b8c4-44e2-8b52-26821bcdb17b 2026-03-06 21:31:34.991 8 INFO neutron_taas.services.taas.taas_plugin [None req-dea411a5-2f92-4092-a636-06a9b689f722 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: c027cf7d-24fb-406e-8c90-bc9b89c91636 2026-03-06 21:31:34.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dea411a5-2f92-4092-a636-06a9b689f722 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: c027cf7d-24fb-406e-8c90-bc9b89c91636 2026-03-06 21:31:35.261 8 INFO neutron.services.segments.plugin [-] Segment fd668ad4-7226-46b4-ab81-e83e552f8671 resource provider aggregate not found 2026-03-06 21:31:35.265 8 INFO neutron.services.segments.plugin [-] Segment fd668ad4-7226-46b4-ab81-e83e552f8671 resource provider aggregate not found 2026-03-06 21:31:35.301 8 INFO neutron.services.segments.plugin [-] Segment fd668ad4-7226-46b4-ab81-e83e552f8671 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd668ad4-7226-46b4-ab81-e83e552f8671 found for delete ", "request_id": "req-18e25552-341a-4bd7-a459-dfe99b641bb7"}]} 2026-03-06 21:31:35.302 8 INFO neutron.services.segments.plugin [-] Segment fd668ad4-7226-46b4-ab81-e83e552f8671 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd668ad4-7226-46b4-ab81-e83e552f8671 found for delete ", "request_id": "req-30c7977a-ced7-4cb1-8a9a-51647e78936a"}]} 2026-03-06 21:31:35.305 8 INFO neutron.db.l3_hamode_db [None req-dea411a5-2f92-4092-a636-06a9b689f722 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] HA network 3ae06afa-3fad-46d6-8eff-4dd39833488a was deleted as no HA routers are present in tenant 18d5b5b7b2a6452fb9a42b4815d5d15b. [pid: 8|app: 0|req: 1154/2308] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:34 2026] DELETE /v2.0/routers/82f01636-9843-41de-840d-a18bcc328a63 => generated 0 bytes in 721 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2309] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:35 2026] DELETE /v2.0/subnets/b3c336e4-e97b-4506-8556-db0b5e52a03b => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:31:35.577 8 INFO neutron_taas.services.taas.taas_plugin [None req-0d97aede-84eb-46e0-af7a-6f3a9842b3f9 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 8f9bb4c1-37e8-4a05-ba4f-ece5c5a27f70 2026-03-06 21:31:35.581 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d97aede-84eb-46e0-af7a-6f3a9842b3f9 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 8f9bb4c1-37e8-4a05-ba4f-ece5c5a27f70 [pid: 8|app: 0|req: 1155/2310] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:35 2026] DELETE /v2.0/networks/7202f86a-536a-4e4c-9458-f5763ccc6804 => 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: 1156/2311] 10.0.0.215 () {34 vars in 685 bytes} [Fri Mar 6 21:31:35 2026] POST /v2.0/security-groups => generated 1673 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2312] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2313] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:36 2026] GET /v2.0/security-groups?tenant_id=18d5b5b7b2a6452fb9a42b4815d5d15b&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2314] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:36 2026] POST /v2.0/security-group-rules => generated 596 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2315] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:36 2026] DELETE /v2.0/security-groups/96572490-d7a4-47b4-a73b-679dd26b94a7 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:36.333 8 INFO neutron.db.segments_db [None req-5db53502-b11d-4191-bee2-2e4bab374a93 8ad0076a0b4341278423d6bb295189d3 5ad65783df27405f9f813ae54ed548ac - - default default] Added segment a850e96d-835f-49d5-961d-ac356d637b83 of type vxlan for network 64451bd6-ddde-4202-b917-d74995dc49ea [pid: 8|app: 0|req: 1156/2316] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:35 2026] POST /v2.0/networks => generated 612 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2317] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2318] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:36.607 7 INFO neutron.db.securitygroups_db [None req-ed329283-7a0b-46c8-8df3-bf61a7c128db 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Project aa550b816c0d43c69ce5f1ff411832f6 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: 1163/2319] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:36.715 7 INFO neutron.db.securitygroups_db [None req-6f5f3b2c-bbe4-497c-a636-7dec3d0c0906 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Project aa550b816c0d43c69ce5f1ff411832f6 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: 1157/2320] 10.0.0.215 () {34 vars in 664 bytes} [Fri Mar 6 21:31:36 2026] POST /v2.0/ports => generated 743 bytes in 304 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: 1164/2321] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2324] 10.0.0.215 () {34 vars in 666 bytes} [Fri Mar 6 21:31:36 2026] POST /v2.0/trunks => generated 407 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2325] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:31:36 2026] PUT /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2326] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:36 2026] GET /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags => generated 25 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2327] 10.0.0.215 () {34 vars in 760 bytes} [Fri Mar 6 21:31:36 2026] PUT /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2328] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2329] 10.0.0.215 () {34 vars in 756 bytes} [Fri Mar 6 21:31:37 2026] PUT /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2330] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2331] 10.0.0.215 () {34 vars in 778 bytes} [Fri Mar 6 21:31:37 2026] PUT /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags/black.or.white => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2332] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/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: 1172/2333] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:31:37 2026] PUT /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2334] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags => generated 37 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2335] 10.0.0.215 () {32 vars in 737 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/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 21:31:37.279 7 INFO neutron.api.v2.resource [None req-dab757bc-7927-4e53-975b-7f42a7cf10cb 8ad0076a0b4341278423d6bb295189d3 5ad65783df27405f9f813ae54ed548ac - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1175/2336] 10.0.0.215 () {32 vars in 741 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2337] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:37 2026] DELETE /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:37.321 8 INFO neutron.services.segments.plugin [-] Segment 5233831c-f20b-4a0c-a944-ca86537eeb64 resource provider aggregate not found 2026-03-06 21:31:37.323 8 INFO neutron.services.segments.plugin [-] Segment 5233831c-f20b-4a0c-a944-ca86537eeb64 resource provider aggregate not found 2026-03-06 21:31:37.334 8 INFO neutron.services.segments.plugin [-] Segment 5233831c-f20b-4a0c-a944-ca86537eeb64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5233831c-f20b-4a0c-a944-ca86537eeb64 found for delete ", "request_id": "req-dd5cd257-4ae3-4713-b38b-1f12b9d33a4d"}]} [pid: 7|app: 0|req: 1177/2338] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags => generated 30 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:37.335 8 INFO neutron.services.segments.plugin [-] Segment 5233831c-f20b-4a0c-a944-ca86537eeb64 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5233831c-f20b-4a0c-a944-ca86537eeb64 found for delete ", "request_id": "req-32c9e3bf-0012-4555-a722-03c4fefcc7a4"}]} 2026-03-06 21:31:37.364 7 INFO neutron.api.v2.resource [None req-1878a231-79e6-403b-bd4b-a7010dfd3069 8ad0076a0b4341278423d6bb295189d3 5ad65783df27405f9f813ae54ed548ac - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1178/2339] 10.0.0.215 () {32 vars in 744 bytes} [Fri Mar 6 21:31:37 2026] DELETE /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2340] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/networks => generated 1297 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2341] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:31:37 2026] DELETE /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2342] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a/tags => 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: 1180/2343] 10.0.0.215 () {32 vars in 719 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a => generated 407 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2344] 10.0.0.56 () {34 vars in 1097 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-988953897&fields=id&tenant_id=aa550b816c0d43c69ce5f1ff411832f6 => generated 69 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2345] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/ports/3d4426a8-0ad8-4052-87ad-65c7d7bd05f2 => generated 826 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2346] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/networks?id=83bbcd47-10a3-4771-b82d-6f9c140ca473 => generated 660 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2347] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/quotas/aa550b816c0d43c69ce5f1ff411832f6 => 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: 1165/2348] 10.0.0.215 () {32 vars in 722 bytes} [Fri Mar 6 21:31:37 2026] DELETE /v2.0/trunks/3a0e143e-9d28-4ec3-93bd-784b60e9e75a => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2349] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/ports?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&fields=id => generated 149 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:37.690 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c2310c1-a1e4-44ba-8179-bd5860729d9d 8ad0076a0b4341278423d6bb295189d3 5ad65783df27405f9f813ae54ed548ac - - default default] TaaS: Handle Delete Port: 3d4426a8-0ad8-4052-87ad-65c7d7bd05f2 2026-03-06 21:31:37.693 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c2310c1-a1e4-44ba-8179-bd5860729d9d 8ad0076a0b4341278423d6bb295189d3 5ad65783df27405f9f813ae54ed548ac - - default default] Tap Mirror: Handle Delete Port: 3d4426a8-0ad8-4052-87ad-65c7d7bd05f2 [pid: 8|app: 0|req: 1167/2350] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 1168/2351] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 1184/2352] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:31:37 2026] DELETE /v2.0/ports/3d4426a8-0ad8-4052-87ad-65c7d7bd05f2 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2353] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:37 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => 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: 1169/2354] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:37 2026] DELETE /v2.0/networks/64451bd6-ddde-4202-b917-d74995dc49ea => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2355] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:38 2026] GET /v2.0/security-groups?tenant_id=d76cf0797def489d8f29083ca9a1ca7a&name=default => generated 2925 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2356] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:38 2026] DELETE /v2.0/security-groups/2324bdaa-e599-459e-9c16-0b7cd521a2be => 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: 1187/2357] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:38 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => 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: 1171/2358] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:38 2026] GET /v2.0/security-groups?tenant_id=5ad65783df27405f9f813ae54ed548ac&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: 1188/2359] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:39 2026] DELETE /v2.0/security-groups/cf73a2cd-24e4-4ae5-8892-2b457bc8116e => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:39.354 8 INFO neutron.services.segments.plugin [-] Segment a850e96d-835f-49d5-961d-ac356d637b83 resource provider aggregate not found 2026-03-06 21:31:39.357 8 INFO neutron.services.segments.plugin [-] Segment a850e96d-835f-49d5-961d-ac356d637b83 resource provider aggregate not found 2026-03-06 21:31:39.373 8 INFO neutron.services.segments.plugin [-] Segment a850e96d-835f-49d5-961d-ac356d637b83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a850e96d-835f-49d5-961d-ac356d637b83 found for delete ", "request_id": "req-0f218fab-401c-46ee-b5be-d658e3124df4"}]} 2026-03-06 21:31:39.388 8 INFO neutron.services.segments.plugin [-] Segment a850e96d-835f-49d5-961d-ac356d637b83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a850e96d-835f-49d5-961d-ac356d637b83 found for delete ", "request_id": "req-721da3ef-912b-4e95-9c87-8ead8486a6b0"}]} [pid: 8|app: 0|req: 1172/2360] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:40 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => 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: 1189/2361] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:41 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => 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: 1173/2362] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:31:42 2026] GET /v2.0/networks?id=83bbcd47-10a3-4771-b82d-6f9c140ca473 => generated 660 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2363] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:31:42 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=aa550b816c0d43c69ce5f1ff411832f6 => generated 270 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2364] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:42 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => 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/2365] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:31:42 2026] POST /v2.0/ports => generated 958 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, ' [pid: 7|app: 0|req: 1192/2366] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:31:42 2026] PUT /v2.0/ports/c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a => generated 1239 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2367] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:42 2026] GET /v2.0/security-groups?tenant_id=aa4063fbf0fc45fcac5b3cfd769e6542&name=default => generated 2925 bytes in 318 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 21:31:42.974 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4ce30a8b-a93c-4603-b6c6-3aa32f5f27b9'] response: {'name': 'network-changed', 'server_uuid': '5156ee2e-0539-4213-8435-c3f696b1cbc4', 'tag': 'c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1193/2368] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:42 2026] DELETE /v2.0/security-groups/4c558cea-68dc-44d9-acb8-2c673516c739 => 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: 1176/2369] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:43 2026] GET /v2.0/security-groups?tenant_id=ef42bee633214aa293b0860bddb0a2ed&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2370] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:43 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => 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: 1194/2371] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:43 2026] DELETE /v2.0/security-groups/b5f18f3b-68cd-4db9-8876-e9869320072a => 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: 1178/2372] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:43 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&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: 1195/2373] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:31:43 2026] GET /v2.0/ports?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2374] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:31:43 2026] GET /v2.0/networks?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&shared=False => generated 756 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2375] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:31:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2376] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:44 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2377] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:44 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2378] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:31:44 2026] GET /v2.0/ports?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2379] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:31:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a => 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: 1182/2380] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:31:44 2026] GET /v2.0/subnets?id=229d3aff-1a5c-4eb4-8ca7-9515122233f7 => 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: 1199/2381] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:31:44 2026] GET /v2.0/ports?network_id=83bbcd47-10a3-4771-b82d-6f9c140ca473&device_owner=network%3Adhcp => generated 1244 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2382] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:31:44 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2383] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:31:44 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 1184/2384] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:45 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2385] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:45 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2386] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:46 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2387] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:46 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&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: 1186/2388] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:47 2026] GET /v2.0/security-groups?tenant_id=47facff0bb544681af6cce767fa36fa3&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: 1203/2389] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:47 2026] DELETE /v2.0/security-groups/902105b1-ce1e-4f82-86c1-9394c13ea081 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2390] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:47 2026] GET /v2.0/security-groups?tenant_id=1ec23ebba3b14fcd83ee2d32f392c4e9&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: 1204/2391] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:47 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2392] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:48 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&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: 1188/2393] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:47 2026] DELETE /v2.0/security-groups/72942cca-f2b2-4b3d-8a0c-119e17b34bf2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:31:48.754 7 INFO neutron.db.segments_db [None req-0976cf1d-c500-4c6c-8c93-73982e2f7ccc 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Added segment 95c41812-614a-4928-be4e-498f65a94baf of type vxlan for network ac6a9b53-b615-4a28-9064-35325fa51264 [pid: 7|app: 0|req: 1206/2394] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:48 2026] POST /v2.0/networks => generated 621 bytes in 413 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2395] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:48 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: 1207/2396] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:49 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2397] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:49 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&fields=id&fields=name => generated 113 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2398] 10.0.0.215 () {32 vars in 722 bytes} [Fri Mar 6 21:31:49 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2399] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:49 2026] POST /v2.0/subnets => generated 731 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:49.625 8 INFO neutron.db.segments_db [None req-0033e2a9-1931-4135-90bc-f06a82343831 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Added segment 860edea0-2b14-41c1-be7d-a0f746c2fbac of type vxlan for network 0c07c18c-6425-4110-a87e-5896098d6933 [pid: 8|app: 0|req: 1191/2400] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:49 2026] POST /v2.0/networks => generated 618 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2401] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:49 2026] POST /v2.0/subnets => generated 655 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2402] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:50 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2403] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:50 2026] POST /v2.0/subnets => generated 726 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2404] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:50 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:50.440 8 INFO neutron.db.segments_db [None req-fe8212ed-8c75-4def-9bbc-7afcda462a3c 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Added segment 7e7e44e1-e15b-49a0-ad25-1263ea74fa76 of type vxlan for network 7683c433-0b9d-4619-827d-7ff055988d83 [pid: 7|app: 0|req: 1213/2405] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:50 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 975 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1193/2406] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:50 2026] POST /v2.0/networks => generated 619 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2407] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:31:50 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&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: 1215/2408] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:31:50 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => 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: 1194/2409] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:50 2026] POST /v2.0/subnets => generated 656 bytes in 295 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:50.991 7 INFO neutron.db.l3_db [None req-f6601ab8-fa1b-468c-a6d1-1c84d9c21b66 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Floating IP 62844d5e-2473-422b-8400-fe7d815e5612 associated. External IP: 10.96.250.213, port: c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a. [pid: 8|app: 0|req: 1195/2410] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:50 2026] POST /v2.0/subnets => generated 730 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:51.155 8 INFO neutron.db.segments_db [None req-710a6425-654c-4248-989d-8549d597eb69 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Added segment a66f7d3e-e126-4913-82db-e0b961b399d6 of type vxlan for network c49e12e4-58f7-4901-886d-253ab8d873fc [pid: 7|app: 0|req: 1216/2411] 10.0.0.215 () {34 vars in 749 bytes} [Fri Mar 6 21:31:50 2026] PUT /v2.0/floatingips/62844d5e-2473-422b-8400-fe7d815e5612 => generated 856 bytes in 638 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:51.337 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f13637df-6061-4414-bd99-9253fa3e24b7'] response: {'name': 'network-changed', 'server_uuid': '5156ee2e-0539-4213-8435-c3f696b1cbc4', 'tag': 'c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1217/2412] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:51 2026] GET /v2.0/floatingips/62844d5e-2473-422b-8400-fe7d815e5612 => generated 856 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:51.433 8 INFO neutron.db.l3_hamode_db [None req-710a6425-654c-4248-989d-8549d597eb69 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1218/2413] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:31:51 2026] GET /v2.0/ports?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => 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: 1221/2416] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:31:51 2026] GET /v2.0/networks?id=83bbcd47-10a3-4771-b82d-6f9c140ca473 => generated 756 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2417] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:31:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a => generated 859 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2418] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:31:52 2026] GET /v2.0/subnets?id=229d3aff-1a5c-4eb4-8ca7-9515122233f7 => generated 677 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2419] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:31:52 2026] GET /v2.0/ports?network_id=83bbcd47-10a3-4771-b82d-6f9c140ca473&device_owner=network%3Adhcp => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2420] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:31:52 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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: 1226/2421] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:31:52 2026] GET /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473?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) 2026-03-06 21:31:52.255 8 INFO neutron.db.l3_hamode_db [None req-710a6425-654c-4248-989d-8549d597eb69 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1227/2422] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:52 2026] GET /v2.0/security-groups?tenant_id=42342d70267b4621b9bfbcc544eb3039&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2423] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:31:52 2026] GET /v2.0/floatingips/62844d5e-2473-422b-8400-fe7d815e5612 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2424] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:52 2026] DELETE /v2.0/security-groups/b45faaf4-816e-48c6-b18f-960d753fa695 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2425] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:52 2026] GET /v2.0/security-groups?tenant_id=a4ba4499606842d48ad5b0f505d6f95f&name=default => generated 2929 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2426] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:52 2026] DELETE /v2.0/security-groups/f3b1558e-79fa-422a-8543-5b1d9ff73ac8 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2427] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:51 2026] POST /v2.0/routers => generated 685 bytes in 2076 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2428] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:31:53 2026] PUT /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/add_router_interface => generated 309 bytes in 1119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2429] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:55 2026] GET /v2.0/security-groups?tenant_id=e56bd230eaea460bac6b4bf5531ac02a&name=default => generated 2929 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2430] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:31:55 2026] DELETE /v2.0/security-groups/a4f9c1e6-e56e-44d8-b634-e9ad45518883 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2431] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:31:54 2026] PUT /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/add_router_interface => generated 309 bytes in 1502 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2432] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:31:55 2026] GET /v2.0/networks => generated 6661 bytes in 270 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2433] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:31:55 2026] GET /v2.0/ports => generated 19978 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2434] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:31:56 2026] GET /v2.0/subnets => generated 7419 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2435] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:31:56 2026] GET /v2.0/subnetpools => generated 19 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2436] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:31:56 2026] GET /v2.0/security-groups => generated 33885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2437] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:31:56 2026] GET /v2.0/routers => generated 1452 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2438] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:31:56 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: 1242/2439] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:31:56 2026] GET /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/l3-agents => generated 682 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2440] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:31:56 2026] GET /v2.0/routers/f2b87b3b-cf26-45a5-92cd-852ffd48406f/l3-agents => generated 681 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2441] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:31:56 2026] GET /v2.0/floatingips => generated 861 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2442] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:31:56 2026] GET /v2.0/subnets => generated 7419 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2443] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:31:56 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: 7|app: 0|req: 1247/2444] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:31:56 2026] GET /v2.0/network-ip-availabilities => generated 4486 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2445] 10.0.0.56 () {34 vars in 1083 bytes} [Fri Mar 6 21:31:56 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4&device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 2473 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2446] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:31:57 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 203 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2447] 10.0.0.215 () {34 vars in 783 bytes} [Fri Mar 6 21:31:55 2026] PUT /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/add_router_interface => generated 309 bytes in 1477 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2448] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:31:57 2026] POST /v2.0/security-groups => generated 1628 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-03-06 21:31:57.564 7 INFO neutron.db.segments_db [None req-1fa43f69-b333-4085-ab4a-442c8a951337 a479764248794b40815292ce478da815 e5076a245cbf46bfbbc1471397bd375f - - default default] Added segment 801535fc-697d-4df3-8b91-66665f5c986b of type vxlan for network 806186e7-4306-493c-9238-00ef6d61c1cf [pid: 8|app: 0|req: 1200/2449] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2450] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:57 2026] POST /v2.0/networks => generated 624 bytes in 423 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2451] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:57 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2452] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:57 2026] POST /v2.0/security-group-rules => generated 599 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2453] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:57 2026] POST /v2.0/subnets => generated 641 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2454] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:57 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:57.978 7 INFO neutron.db.segments_db [None req-e1e34c3a-033b-46be-87df-bae7983e3ee5 a479764248794b40815292ce478da815 e5076a245cbf46bfbbc1471397bd375f - - default default] Added segment 82096978-831d-451e-b615-08766be97eda of type vxlan for network 98f84f62-fc03-406a-b997-eb7a662a123f [pid: 8|app: 0|req: 1204/2455] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:57 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: 1252/2456] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:31:57 2026] POST /v2.0/networks => generated 624 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2457] 10.0.0.215 () {34 vars in 743 bytes} [Fri Mar 6 21:31:58 2026] PUT /v2.0/networks/98f84f62-fc03-406a-b997-eb7a662a123f => generated 592 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2458] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:58 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2459] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:58 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: 7|app: 0|req: 1254/2460] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:31:58 2026] POST /v2.0/subnets => generated 626 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2461] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:58 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: 1255/2462] 10.0.0.215 () {34 vars in 741 bytes} [Fri Mar 6 21:31:58 2026] PUT /v2.0/subnets/4f04768a-cf34-44d0-b5af-99afb0da6c24 => generated 636 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2463] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:58 2026] POST /v2.0/security-group-rules => generated 599 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2464] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:58 2026] POST /v2.0/security-group-rules => generated 601 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:31:58.714 7 INFO neutron.services.segments.plugin [-] Segment 82096978-831d-451e-b615-08766be97eda resource provider aggregate not found 2026-03-06 21:31:58.719 7 INFO neutron.services.segments.plugin [-] Segment 82096978-831d-451e-b615-08766be97eda resource provider aggregate not found 2026-03-06 21:31:58.738 7 INFO neutron.services.segments.plugin [-] Segment 82096978-831d-451e-b615-08766be97eda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82096978-831d-451e-b615-08766be97eda found for delete ", "request_id": "req-e50db0c8-1843-4503-ab02-85618021c04e"}]} 2026-03-06 21:31:58.739 7 INFO neutron.services.segments.plugin [-] Segment 82096978-831d-451e-b615-08766be97eda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 82096978-831d-451e-b615-08766be97eda found for delete ", "request_id": "req-7f9368e1-311e-45d1-a34a-2f0c586633a6"}]} [pid: 7|app: 0|req: 1256/2465] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:58 2026] DELETE /v2.0/networks/98f84f62-fc03-406a-b997-eb7a662a123f => generated 0 bytes in 254 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:31:58.774 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a8a96d7-647e-4bf3-a07a-cb328ba724cb a479764248794b40815292ce478da815 e5076a245cbf46bfbbc1471397bd375f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1257/2466] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:58 2026] DELETE /v2.0/networks/98f84f62-fc03-406a-b997-eb7a662a123f => 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: 1210/2467] 10.0.0.215 () {34 vars in 695 bytes} [Fri Mar 6 21:31:58 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: 7|app: 0|req: 1258/2468] 10.0.0.215 () {32 vars in 694 bytes} [Fri Mar 6 21:31:58 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2469] 10.0.0.215 () {32 vars in 742 bytes} [Fri Mar 6 21:31:58 2026] GET /v2.0/subnets?network_id=adfc0cb8-f6ac-45e3-a7d7-3e0a8680e4be => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2470] 10.0.0.215 () {32 vars in 653 bytes} [Fri Mar 6 21:31: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: 1212/2471] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:31:58 2026] GET /v2.0/networks => generated 1308 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2472] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:31:58 2026] GET /v2.0/subnets => generated 1280 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2473] 10.0.0.215 () {32 vars in 723 bytes} [Fri Mar 6 21:31:59 2026] GET /v2.0/networks/806186e7-4306-493c-9238-00ef6d61c1cf => generated 668 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2474] 10.0.0.56 () {34 vars in 1091 bytes} [Fri Mar 6 21:31:59 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-25690881&fields=id&tenant_id=18f38eeb30e24fa08166d2a168b2e325 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2475] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:31:59 2026] GET /v2.0/subnets/b1b05ea0-b809-467d-8a1c-8adf55b89b46 => generated 641 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2476] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:31:59 2026] GET /v2.0/networks?id=0c07c18c-6425-4110-a87e-5896098d6933 => generated 704 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:59.128 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f74d81ad-9913-4734-b083-7605f9a28e8c a479764248794b40815292ce478da815 e5076a245cbf46bfbbc1471397bd375f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1215/2477] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:59 2026] DELETE /v2.0/subnets/4f04768a-cf34-44d0-b5af-99afb0da6c24 => 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: 1263/2478] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:31:59 2026] GET /v2.0/quotas/18f38eeb30e24fa08166d2a168b2e325 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:31:59.142 8 INFO neutron.pecan_wsgi.hooks.translation [None req-5ed5cb4c-fa64-4db6-bd72-cafcc84c2804 a479764248794b40815292ce478da815 e5076a245cbf46bfbbc1471397bd375f - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1216/2479] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:59 2026] DELETE /v2.0/networks/98f84f62-fc03-406a-b997-eb7a662a123f => 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: 1217/2480] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:31:59 2026] DELETE /v2.0/subnets/b1b05ea0-b809-467d-8a1c-8adf55b89b46 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2481] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:31:59 2026] GET /v2.0/ports?tenant_id=18f38eeb30e24fa08166d2a168b2e325&fields=id => generated 241 bytes in 174 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2482] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:31:59 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?fields=segments => generated 14 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:31:59.416 8 INFO neutron.services.segments.plugin [-] Segment 801535fc-697d-4df3-8b91-66665f5c986b resource provider aggregate not found 2026-03-06 21:31:59.422 8 INFO neutron.services.segments.plugin [-] Segment 801535fc-697d-4df3-8b91-66665f5c986b resource provider aggregate not found [pid: 7|app: 0|req: 1266/2483] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:31:59 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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) 2026-03-06 21:31:59.431 8 INFO neutron.services.segments.plugin [-] Segment 801535fc-697d-4df3-8b91-66665f5c986b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 801535fc-697d-4df3-8b91-66665f5c986b found for delete ", "request_id": "req-284fd5a6-0bfc-49b7-ad52-3342a32da6f2"}]} 2026-03-06 21:31:59.445 8 INFO neutron.services.segments.plugin [-] Segment 801535fc-697d-4df3-8b91-66665f5c986b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 801535fc-697d-4df3-8b91-66665f5c986b found for delete ", "request_id": "req-30542036-64d0-4897-bc2d-ead1134d7623"}]} [pid: 8|app: 0|req: 1218/2484] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:31:59 2026] DELETE /v2.0/networks/806186e7-4306-493c-9238-00ef6d61c1cf => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2485] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:31:59 2026] GET /v2.0/ports?device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => 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: 1219/2486] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:31:59 2026] GET /v2.0/security-groups?tenant_id=e5076a245cbf46bfbbc1471397bd375f&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2487] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:00 2026] DELETE /v2.0/security-groups/8268bf39-36de-4d99-8907-96802ac2139d => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2488] 10.0.0.225 () {34 vars in 990 bytes} [Fri Mar 6 21:32:01 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => 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: 1221/2489] 10.0.0.225 () {34 vars in 1040 bytes} [Fri Mar 6 21:32:01 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&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 21:32:02.178 7 INFO neutron.db.segments_db [None req-0c760da5-f443-49ea-8f08-87331b71d2bf 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] Added segment 203f9ef1-80f1-41a0-aa06-d7ad5470c412 of type vxlan for network 332d9709-26e8-44cd-b1c4-184a0671ae30 [pid: 7|app: 0|req: 1269/2490] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:32:01 2026] POST /v2.0/networks => generated 630 bytes in 370 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2491] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:32:02 2026] POST /v2.0/ports => generated 778 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:32:02.625 7 INFO neutron.db.segments_db [None req-b197934b-73b3-4559-86a8-63eacfda7337 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] Added segment 7781af64-b855-4199-9fdc-3049c09e7028 of type vxlan for network 840a831f-2638-4623-b631-d4bafdedd7cb [pid: 7|app: 0|req: 1270/2492] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:32:02 2026] POST /v2.0/networks => generated 617 bytes in 143 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: 1223/2493] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:32:02 2026] POST /v2.0/subnets => generated 646 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2494] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:32:02 2026] POST /v2.0/ports => generated 965 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:32:03.345 8 INFO neutron_taas.services.taas.taas_plugin [None req-06688721-1f5d-495d-a592-e6f46220d876 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] TaaS: Handle Delete Port: ed7971a0-48c1-43c8-a03e-88361e6af7c5 2026-03-06 21:32:03.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06688721-1f5d-495d-a592-e6f46220d876 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] Tap Mirror: Handle Delete Port: ed7971a0-48c1-43c8-a03e-88361e6af7c5 [pid: 8|app: 0|req: 1224/2495] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:32:03 2026] DELETE /v2.0/ports/ed7971a0-48c1-43c8-a03e-88361e6af7c5 => generated 0 bytes in 203 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 21:32:03.467 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9c55ca37-c824-4c5b-8bc8-d4dffad4c271 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1272/2496] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:32:03 2026] DELETE /v2.0/ports/ed7971a0-48c1-43c8-a03e-88361e6af7c5 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:32:03.490 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ccd651b7-25a6-44a4-b115-6f3b11e4bab4 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1225/2497] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:32:03 2026] GET /v2.0/ports/ed7971a0-48c1-43c8-a03e-88361e6af7c5 => 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: 1273/2498] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:03 2026] DELETE /v2.0/subnets/9d27a043-fa5c-439c-8591-d29e6b4c7ee3 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:32:03.709 8 INFO neutron.services.segments.plugin [-] Segment 7781af64-b855-4199-9fdc-3049c09e7028 resource provider aggregate not found 2026-03-06 21:32:03.710 8 INFO neutron.services.segments.plugin [-] Segment 7781af64-b855-4199-9fdc-3049c09e7028 resource provider aggregate not found 2026-03-06 21:32:03.728 8 INFO neutron.services.segments.plugin [-] Segment 7781af64-b855-4199-9fdc-3049c09e7028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7781af64-b855-4199-9fdc-3049c09e7028 found for delete ", "request_id": "req-5a95ee35-a9d7-46d5-bed8-1b1a399839d5"}]} [pid: 8|app: 0|req: 1226/2499] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:03 2026] DELETE /v2.0/networks/840a831f-2638-4623-b631-d4bafdedd7cb => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:32:03.736 8 INFO neutron.services.segments.plugin [-] Segment 7781af64-b855-4199-9fdc-3049c09e7028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7781af64-b855-4199-9fdc-3049c09e7028 found for delete ", "request_id": "req-38c77360-9e15-4149-b7bd-c62e9d577b84"}]} 2026-03-06 21:32:03.792 7 INFO neutron.db.segments_db [None req-3c7cff17-a4a3-4db2-a19b-0914904b0dd2 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] Added segment 62c9bd47-3244-4b42-9855-93310ee0c366 of type vxlan for network ebff87a7-ccf3-4942-b226-af95c520083f [pid: 8|app: 0|req: 1227/2500] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:32:03 2026] GET /v2.0/networks?id=0c07c18c-6425-4110-a87e-5896098d6933 => generated 704 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2501] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:32:03 2026] POST /v2.0/networks => generated 616 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2502] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:32:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=18f38eeb30e24fa08166d2a168b2e325 => generated 177 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2503] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:32:03 2026] POST /v2.0/subnets => generated 646 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2504] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:32:03 2026] POST /v2.0/ports => generated 1179 bytes in 383 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: 1276/2505] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:32:04 2026] POST /v2.0/ports => generated 927 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:32:04.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-2eb3a6b1-af5c-4feb-a465-9dff2a6fc110 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] TaaS: Handle Delete Port: f5269786-6610-468e-b8ca-15ae2191e17b 2026-03-06 21:32:04.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2eb3a6b1-af5c-4feb-a465-9dff2a6fc110 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] Tap Mirror: Handle Delete Port: f5269786-6610-468e-b8ca-15ae2191e17b [pid: 7|app: 0|req: 1277/2506] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:32:04 2026] DELETE /v2.0/ports/f5269786-6610-468e-b8ca-15ae2191e17b => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:32:04.604 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5df65031-51bd-49a0-8e9c-4001f4f4feb6 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1278/2507] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:32:04 2026] GET /v2.0/ports/f5269786-6610-468e-b8ca-15ae2191e17b => 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: 1230/2508] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:32:04 2026] PUT /v2.0/ports/1a9999b6-0a5e-4241-b492-c1e8edc38b63 => generated 1460 bytes in 371 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: 1231/2509] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:04 2026] GET /v2.0/ports?device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 1194 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:32:04.707 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c512bd49-b15e-4616-846f-4b042744f356'] response: {'name': 'network-changed', 'server_uuid': 'b78bfd25-223f-428d-b05f-06f028e6ff3c', 'tag': '1a9999b6-0a5e-4241-b492-c1e8edc38b63', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1279/2510] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:04 2026] DELETE /v2.0/subnets/dfea9bc6-0e34-4a88-a2c2-eb2be583bf26 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2511] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:04 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:32:04.828 7 INFO neutron.services.segments.plugin [-] Segment 62c9bd47-3244-4b42-9855-93310ee0c366 resource provider aggregate not found 2026-03-06 21:32:04.837 7 INFO neutron.services.segments.plugin [-] Segment 62c9bd47-3244-4b42-9855-93310ee0c366 resource provider aggregate not found 2026-03-06 21:32:04.845 7 INFO neutron.services.segments.plugin [-] Segment 62c9bd47-3244-4b42-9855-93310ee0c366 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62c9bd47-3244-4b42-9855-93310ee0c366 found for delete ", "request_id": "req-147ba166-8fd5-4fdd-b460-5899e92d9b19"}]} 2026-03-06 21:32:04.857 7 INFO neutron.services.segments.plugin [-] Segment 62c9bd47-3244-4b42-9855-93310ee0c366 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62c9bd47-3244-4b42-9855-93310ee0c366 found for delete ", "request_id": "req-653c83d6-f2a9-4ebd-bc56-04b035e4660d"}]} [pid: 7|app: 0|req: 1280/2512] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:04 2026] DELETE /v2.0/networks/ebff87a7-ccf3-4942-b226-af95c520083f => 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: 1233/2513] 10.0.0.215 () {34 vars in 665 bytes} [Fri Mar 6 21:32:04 2026] POST /v2.0/ports => generated 779 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1234/2514] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:32:05 2026] GET /v2.0/ports?tenant_id=18f38eeb30e24fa08166d2a168b2e325&device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 1463 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2515] 10.0.0.215 () {34 vars in 737 bytes} [Fri Mar 6 21:32:05 2026] PUT /v2.0/ports/517a87bd-63bf-4675-97da-9325d3757fd2 => generated 752 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2516] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:32:05 2026] GET /v2.0/networks?tenant_id=18f38eeb30e24fa08166d2a168b2e325&shared=False => generated 2376 bytes in 56 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: 1236/2517] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:32:05 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) 2026-03-06 21:32:05.407 7 INFO neutron_taas.services.taas.taas_plugin [None req-121a9fb6-5ad3-4d52-840f-a936296121a7 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] TaaS: Handle Delete Port: 517a87bd-63bf-4675-97da-9325d3757fd2 2026-03-06 21:32:05.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-121a9fb6-5ad3-4d52-840f-a936296121a7 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] Tap Mirror: Handle Delete Port: 517a87bd-63bf-4675-97da-9325d3757fd2 [pid: 7|app: 0|req: 1282/2518] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:32:05 2026] DELETE /v2.0/ports/517a87bd-63bf-4675-97da-9325d3757fd2 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2519] 10.0.0.215 () {32 vars in 643 bytes} [Fri Mar 6 21:32:05 2026] GET /v2.0/ports => generated 781 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:32:05.542 7 INFO neutron.pecan_wsgi.hooks.translation [None req-306e1cae-bbd5-4e9f-b213-8a2e6e228553 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1283/2520] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:32:05 2026] GET /v2.0/ports/517a87bd-63bf-4675-97da-9325d3757fd2 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2521] 10.0.0.215 () {32 vars in 643 bytes} [Fri Mar 6 21:32:05 2026] GET /v2.0/ports => generated 781 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2522] 10.0.0.215 () {32 vars in 717 bytes} [Fri Mar 6 21:32:05 2026] GET /v2.0/ports/d54a19f8-c0a6-4ff6-a9eb-efb1d01ca873 => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:32:05.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9dc303ac-d250-415c-af5f-bc8976ba3e18 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1239/2523] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:32:05 2026] DELETE /v2.0/ports/f5269786-6610-468e-b8ca-15ae2191e17b => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:32:05.695 7 INFO neutron.pecan_wsgi.hooks.translation [None req-640f6086-1bb7-4f05-b38c-293af62f82fb 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1285/2524] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:05 2026] DELETE /v2.0/subnets/dfea9bc6-0e34-4a88-a2c2-eb2be583bf26 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:32:05.717 8 INFO neutron.pecan_wsgi.hooks.translation [None req-897c688a-e691-431a-8029-8dce8c589585 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1240/2525] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:05 2026] DELETE /v2.0/subnets/9d27a043-fa5c-439c-8591-d29e6b4c7ee3 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:32:05.896 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb5d848e-5fc7-4a7d-93ae-81db7f74f421 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] TaaS: Handle Delete Port: d54a19f8-c0a6-4ff6-a9eb-efb1d01ca873 2026-03-06 21:32:05.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb5d848e-5fc7-4a7d-93ae-81db7f74f421 8d402e8494a44d019eb68ebce926862b d643c6223c594f229a77ec661831de3a - - default default] Tap Mirror: Handle Delete Port: d54a19f8-c0a6-4ff6-a9eb-efb1d01ca873 [pid: 7|app: 0|req: 1286/2526] 10.0.0.215 () {32 vars in 720 bytes} [Fri Mar 6 21:32:05 2026] DELETE /v2.0/ports/d54a19f8-c0a6-4ff6-a9eb-efb1d01ca873 => generated 0 bytes in 296 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:32:06.141 8 INFO neutron.services.segments.plugin [-] Segment 203f9ef1-80f1-41a0-aa06-d7ad5470c412 resource provider aggregate not found 2026-03-06 21:32:06.146 8 INFO neutron.services.segments.plugin [-] Segment 203f9ef1-80f1-41a0-aa06-d7ad5470c412 resource provider aggregate not found 2026-03-06 21:32:06.159 8 INFO neutron.services.segments.plugin [-] Segment 203f9ef1-80f1-41a0-aa06-d7ad5470c412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 203f9ef1-80f1-41a0-aa06-d7ad5470c412 found for delete ", "request_id": "req-50f0db9e-9864-4227-8f41-96d124db3b28"}]} 2026-03-06 21:32:06.162 8 INFO neutron.services.segments.plugin [-] Segment 203f9ef1-80f1-41a0-aa06-d7ad5470c412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 203f9ef1-80f1-41a0-aa06-d7ad5470c412 found for delete ", "request_id": "req-a3fdd705-94f3-49a4-bbb5-d7ba302dccb8"}]} [pid: 8|app: 0|req: 1241/2527] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:06 2026] DELETE /v2.0/networks/332d9709-26e8-44cd-b1c4-184a0671ae30 => 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: 1287/2528] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:32:06 2026] GET /v2.0/ports?tenant_id=18f38eeb30e24fa08166d2a168b2e325&device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 1463 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2529] 162.253.55.49 () {34 vars in 1055 bytes} [Fri Mar 6 21:32:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.48&port_id=1a9999b6-0a5e-4241-b492-c1e8edc38b63 => 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: 1288/2530] 162.253.55.49 () {34 vars in 1103 bytes} [Fri Mar 6 21:32:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a6&port_id=1a9999b6-0a5e-4241-b492-c1e8edc38b63 => 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: 1243/2531] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:32:06 2026] GET /v2.0/subnets?id=72f814af-6db2-4030-a45b-7ababe885c40&id=066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2532] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:32:06 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&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: 1244/2533] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:32:06 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2534] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:32:06 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1245/2535] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:32:06 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1291/2536] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:06 2026] GET /v2.0/security-groups?tenant_id=d643c6223c594f229a77ec661831de3a&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2539] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:06 2026] DELETE /v2.0/security-groups/4821101f-2b40-436a-b1c5-3250cc74ce23 => 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: 1294/2540] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:09 2026] GET /v2.0/ports?device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 1196 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2541] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:09 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2542] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:10 2026] GET /v2.0/security-groups?tenant_id=62a706d0b1e64466b1847ee3232f1d38&name=default => generated 2929 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2543] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:10 2026] DELETE /v2.0/security-groups/ede209d2-a668-4f2f-aa1e-015fb41c2c33 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2544] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:11 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 975 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2545] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:11 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&fields=id&fields=name => generated 113 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2546] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:12 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2547] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:13 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:32:14.063 7 INFO neutron.db.segments_db [None req-d24914f5-5f36-4737-a242-752efa2d003a 93306d32f4314fd9bc803bfb9c9c271c 948afb9add704873859c7a2fd1a959dc - - default default] Added segment b8efc6e6-e6b7-41e2-9f41-38ff226cb5b9 of type vxlan for network 0ee45cf1-d5a8-4c50-95ee-44da678a3125 [pid: 7|app: 0|req: 1298/2548] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:32:13 2026] POST /v2.0/networks => generated 612 bytes in 364 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2549] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:32:14 2026] PUT /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/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: 1300/2550] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1251/2551] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2552] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2553] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/security-groups?id=7dde2f46-df16-4212-8271-f964e9fecbee&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 21:32:14.358 8 INFO neutron_taas.services.taas.taas_plugin [req-1704bc2e-4ff2-4337-8ec2-b11ca3dd1042 req-f21d5645-4fac-4a2a-a0f0-51f0df7906c1 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] TaaS: Handle Delete Port: c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a 2026-03-06 21:32:14.363 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1704bc2e-4ff2-4337-8ec2-b11ca3dd1042 req-f21d5645-4fac-4a2a-a0f0-51f0df7906c1 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Tap Mirror: Handle Delete Port: c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a [pid: 7|app: 0|req: 1303/2554] 10.0.0.215 () {34 vars in 764 bytes} [Fri Mar 6 21:32:14 2026] PUT /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2555] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:32:14.483 8 INFO neutron.db.l3_db [req-1704bc2e-4ff2-4337-8ec2-b11ca3dd1042 req-f21d5645-4fac-4a2a-a0f0-51f0df7906c1 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Floating IP 62844d5e-2473-422b-8400-fe7d815e5612 disassociated. External IP: 10.96.250.213, port: c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a. [pid: 7|app: 0|req: 1305/2556] 10.0.0.215 () {34 vars in 760 bytes} [Fri Mar 6 21:32:14 2026] PUT /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags/red => generated 4 bytes in 68 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2557] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/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: 1307/2558] 10.0.0.215 () {34 vars in 782 bytes} [Fri Mar 6 21:32:14 2026] PUT /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2559] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2560] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:32:14 2026] PUT /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/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: 1310/2561] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2562] 10.0.0.215 () {32 vars in 741 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:14.843 7 INFO neutron.api.v2.resource [None req-93400c10-ceb4-4e73-a6cf-8e7da533cb1b 93306d32f4314fd9bc803bfb9c9c271c 948afb9add704873859c7a2fd1a959dc - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1312/2563] 10.0.0.215 () {32 vars in 745 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2564] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:32:14 2026] DELETE /v2.0/ports/c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a => generated 0 bytes in 611 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2565] 10.0.0.215 () {32 vars in 744 bytes} [Fri Mar 6 21:32:14 2026] DELETE /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags/red => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:14.918 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-193a64c6-bb8b-4334-b05f-17fbcff7f12d'] response: {'server_uuid': '5156ee2e-0539-4213-8435-c3f696b1cbc4', 'name': 'network-vif-deleted', 'tag': 'c5ffd9e0-96b3-46fb-9eb8-6b03e60da61a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1253/2566] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:14 2026] GET /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags => generated 30 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:32:15.020 7 INFO neutron.api.v2.resource [None req-6ede60f1-9ca2-4925-b36c-ebee33009812 93306d32f4314fd9bc803bfb9c9c271c 948afb9add704873859c7a2fd1a959dc - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1314/2567] 10.0.0.215 () {32 vars in 748 bytes} [Fri Mar 6 21:32:14 2026] DELETE /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2568] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:15 2026] GET /v2.0/ports?device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 1196 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2569] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:32:15 2026] DELETE /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2570] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:15 2026] GET /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2571] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:15 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:32:15.246 7 INFO neutron.services.segments.plugin [-] Segment b8efc6e6-e6b7-41e2-9f41-38ff226cb5b9 resource provider aggregate not found 2026-03-06 21:32:15.251 7 INFO neutron.services.segments.plugin [-] Segment b8efc6e6-e6b7-41e2-9f41-38ff226cb5b9 resource provider aggregate not found [pid: 7|app: 0|req: 1317/2572] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:15 2026] DELETE /v2.0/networks/0ee45cf1-d5a8-4c50-95ee-44da678a3125 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:32:15.266 7 INFO neutron.services.segments.plugin [-] Segment b8efc6e6-e6b7-41e2-9f41-38ff226cb5b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8efc6e6-e6b7-41e2-9f41-38ff226cb5b9 found for delete ", "request_id": "req-8a6c4b71-681d-4bef-8368-9e69656bcce8"}]} 2026-03-06 21:32:15.269 7 INFO neutron.services.segments.plugin [-] Segment b8efc6e6-e6b7-41e2-9f41-38ff226cb5b9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b8efc6e6-e6b7-41e2-9f41-38ff226cb5b9 found for delete ", "request_id": "req-948d8beb-25f2-4425-983e-cd6c606b89e1"}]} [pid: 8|app: 0|req: 1256/2573] 10.0.0.215 () {32 vars in 818 bytes} [Fri Mar 6 21:32:15 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&mac_address=fa%3A16%3A3e%3A9f%3Ac6%3Aee => generated 1196 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2574] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:15 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:32:16.022 7 INFO neutron.db.l3_db [None req-d0581d55-d5b5-436b-bc2c-19ef55f6d9b3 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Floating IP 03dcc7ec-3be5-47fc-bd08-e8870fd6b3e4 associated. External IP: 10.96.250.214, port: 1a9999b6-0a5e-4241-b492-c1e8edc38b63. [pid: 8|app: 0|req: 1258/2575] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:15 2026] GET /v2.0/security-groups?tenant_id=42ea9444e9234fb19df9be08883e1b38&name=default => generated 2929 bytes in 194 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2576] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:16 2026] DELETE /v2.0/security-groups/356d78c6-cf41-4da8-8450-390a13fe3d49 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2577] 10.0.0.215 () {34 vars in 677 bytes} [Fri Mar 6 21:32:15 2026] POST /v2.0/floatingips => generated 854 bytes in 1040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:32:16.357 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4dcc158-3a52-4cf2-97d0-cc653db59320'] response: {'name': 'network-changed', 'server_uuid': 'b78bfd25-223f-428d-b05f-06f028e6ff3c', 'tag': '1a9999b6-0a5e-4241-b492-c1e8edc38b63', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1260/2578] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/security-groups?tenant_id=948afb9add704873859c7a2fd1a959dc&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: 1261/2579] 10.0.0.56 () {34 vars in 1091 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-25690881&fields=id&tenant_id=18f38eeb30e24fa08166d2a168b2e325 => 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: 1319/2580] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:16 2026] DELETE /v2.0/security-groups/d78b0804-c709-4416-92b0-87ed68ee4807 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2581] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/networks?id=7683c433-0b9d-4619-827d-7ff055988d83 => generated 705 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2582] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => 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: 1263/2583] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/quotas/18f38eeb30e24fa08166d2a168b2e325 => 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: 1321/2584] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/ports?tenant_id=18f38eeb30e24fa08166d2a168b2e325&fields=id => generated 333 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2585] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1322/2586] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2587] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/ports?tenant_id=18f38eeb30e24fa08166d2a168b2e325&device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 1465 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2588] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/ports?device_id=f155caff-298a-4435-8dc1-0200a49263d0 => 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: 1266/2589] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:32:16 2026] GET /v2.0/networks?id=0c07c18c-6425-4110-a87e-5896098d6933 => generated 800 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2590] 162.253.55.49 () {34 vars in 1055 bytes} [Fri Mar 6 21:32:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.48&port_id=1a9999b6-0a5e-4241-b492-c1e8edc38b63 => generated 857 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2591] 162.253.55.49 () {34 vars in 1103 bytes} [Fri Mar 6 21:32:17 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a6&port_id=1a9999b6-0a5e-4241-b492-c1e8edc38b63 => 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: 1325/2592] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:32:17 2026] GET /v2.0/subnets?id=72f814af-6db2-4030-a45b-7ababe885c40&id=066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2593] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:32:17 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2594] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:32:17 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&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: 1269/2595] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:32:17 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1327/2596] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:32:17 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1270/2597] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:17 2026] GET /v2.0/ports?device_id=5156ee2e-0539-4213-8435-c3f696b1cbc4 => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2598] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:18 2026] DELETE /v2.0/security-groups/7dde2f46-df16-4212-8271-f964e9fecbee => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:18.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-1da5d880-8434-4347-b2ed-641847d41ac0 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] TaaS: Handle Delete Port: ae87361b-4e41-4f1f-af57-7bfc999bd6b8 2026-03-06 21:32:18.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1da5d880-8434-4347-b2ed-641847d41ac0 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Tap Mirror: Handle Delete Port: ae87361b-4e41-4f1f-af57-7bfc999bd6b8 [pid: 8|app: 0|req: 1271/2599] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:32:18 2026] DELETE /v2.0/floatingips/62844d5e-2473-422b-8400-fe7d815e5612 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2600] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:19 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2601] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:19 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2602] 10.0.0.215 () {34 vars in 678 bytes} [Fri Mar 6 21:32:19 2026] POST /v2.0/qos/policies => generated 359 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2603] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:32:19 2026] PUT /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2604] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:19 2026] GET /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2605] 10.0.0.215 () {34 vars in 764 bytes} [Fri Mar 6 21:32:19 2026] PUT /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags/green => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2606] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:19 2026] GET /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/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: 1275/2607] 10.0.0.215 () {34 vars in 760 bytes} [Fri Mar 6 21:32:19 2026] PUT /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2608] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:19 2026] GET /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/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: 1276/2609] 10.0.0.215 () {34 vars in 782 bytes} [Fri Mar 6 21:32:19 2026] PUT /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags/black.or.white => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1334/2610] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:20 2026] GET /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2611] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:32:20 2026] PUT /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/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: 1335/2612] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:20 2026] GET /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2613] 10.0.0.215 () {32 vars in 741 bytes} [Fri Mar 6 21:32:20 2026] GET /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/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 21:32:20.200 7 INFO neutron.api.v2.resource [None req-9a7a7c9a-0221-456a-b611-7f700eda29bd f46892ca54b2496e85f4194b54c20e82 a185e31313e14e3b9ed7059db1614fae - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1336/2614] 10.0.0.215 () {32 vars in 745 bytes} [Fri Mar 6 21:32:20 2026] GET /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2615] 10.0.0.215 () {32 vars in 744 bytes} [Fri Mar 6 21:32:20 2026] DELETE /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2616] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:20 2026] GET /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:32:20.309 8 INFO neutron.api.v2.resource [None req-4adf1ea4-9f2c-40fc-a09c-f5eebb0264fa f46892ca54b2496e85f4194b54c20e82 a185e31313e14e3b9ed7059db1614fae - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1280/2617] 10.0.0.215 () {32 vars in 748 bytes} [Fri Mar 6 21:32:20 2026] DELETE /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2618] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:32:20 2026] DELETE /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2619] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:32:20 2026] GET /v2.0/policies/ee21e0bd-be2e-4066-a8b4-c85704014059/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2620] 10.0.0.215 () {32 vars in 734 bytes} [Fri Mar 6 21:32:20 2026] DELETE /v2.0/qos/policies/ee21e0bd-be2e-4066-a8b4-c85704014059 => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2621] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:20 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2622] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:20 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2623] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:32:21 2026] GET /v2.0/networks?id=7683c433-0b9d-4619-827d-7ff055988d83 => generated 705 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2624] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:32:21 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=18f38eeb30e24fa08166d2a168b2e325 => generated 177 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2625] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:21 2026] GET /v2.0/security-groups?tenant_id=a185e31313e14e3b9ed7059db1614fae&name=default => generated 2929 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2626] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:21 2026] DELETE /v2.0/security-groups/321bf11c-9969-455c-ad77-c42ce68ee432 => 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: 1285/2627] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:21 2026] GET /v2.0/security-groups?tenant_id=c9a0613a4179409da8cff0ff242573ce&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: 1343/2628] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:32:21 2026] POST /v2.0/ports => generated 1187 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1286/2629] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:21 2026] DELETE /v2.0/security-groups/04b7a36b-46a7-49ed-b2c1-c0d41da4544c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2630] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:21 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2631] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:32:21 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2632] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:21 2026] GET /v2.0/security-groups?id=21af80c7-3eb2-46f9-9bb7-144fb0bf5d70&fields=id&fields=name => generated 111 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:32:21.892 8 INFO neutron_taas.services.taas.taas_plugin [req-ee0f7e64-ba48-4eea-868f-cff06d41e12b req-a0624499-130b-4f0f-b9bf-c81dc81e1274 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] TaaS: Handle Delete Port: 76bb29f1-6685-488a-9153-80289a007931 2026-03-06 21:32:21.895 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ee0f7e64-ba48-4eea-868f-cff06d41e12b req-a0624499-130b-4f0f-b9bf-c81dc81e1274 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Tap Mirror: Handle Delete Port: 76bb29f1-6685-488a-9153-80289a007931 [pid: 8|app: 0|req: 1290/2633] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:32:21 2026] DELETE /v2.0/ports/76bb29f1-6685-488a-9153-80289a007931 => generated 0 bytes in 271 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2634] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:32:21 2026] PUT /v2.0/ports/ce950057-8848-4932-b345-c828a36c13c1 => generated 1468 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:32:22.111 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-90807d52-8b3d-4acf-9674-7f6bf1c7ddab'] response: {'server_uuid': '20711124-1185-4915-b898-b9963fd56dc0', 'name': 'network-vif-deleted', 'tag': '76bb29f1-6685-488a-9153-80289a007931', 'status': 'completed', 'code': 200} 2026-03-06 21:32:22.137 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-05cf5b4b-181f-4484-a3b3-de6b5cac0375'] response: {'name': 'network-changed', 'server_uuid': 'f155caff-298a-4435-8dc1-0200a49263d0', 'tag': 'ce950057-8848-4932-b345-c828a36c13c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1292/2637] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:22 2026] GET /v2.0/ports?device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 1202 bytes in 85 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: 1346/2638] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:22 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2639] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:32:22 2026] GET /v2.0/ports?tenant_id=18f38eeb30e24fa08166d2a168b2e325&device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 1471 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2640] 10.0.0.225 () {34 vars in 990 bytes} [Fri Mar 6 21:32:22 2026] GET /v2.0/ports?device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 1465 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2641] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:32:22 2026] GET /v2.0/networks?tenant_id=18f38eeb30e24fa08166d2a168b2e325&shared=False => generated 2376 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2642] 10.0.0.225 () {34 vars in 1040 bytes} [Fri Mar 6 21:32:22 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2643] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:32:22 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2644] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:22 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2645] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:32:23 2026] GET /v2.0/ports?tenant_id=18f38eeb30e24fa08166d2a168b2e325&device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 1471 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2646] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:32:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.182&port_id=ce950057-8848-4932-b345-c828a36c13c1 => 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: 1297/2647] 162.253.55.49 () {34 vars in 1105 bytes} [Fri Mar 6 21:32:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3be&port_id=ce950057-8848-4932-b345-c828a36c13c1 => generated 19 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2648] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:32:23 2026] GET /v2.0/subnets?id=e40000a8-cb04-408c-8a06-9ce831986e8a&id=4ce71909-6213-4799-a03d-5084ea983447 => generated 1415 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2649] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:23 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => 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: 1352/2650] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:32:23 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2651] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:32:24 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&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: 7|app: 0|req: 1353/2652] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:32:24 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1300/2653] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:32:24 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1301/2654] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:25 2026] GET /v2.0/ports?device_id=20711124-1185-4915-b898-b9963fd56dc0 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2655] 10.0.0.215 () {34 vars in 684 bytes} [Fri Mar 6 21:32:24 2026] POST /v2.0/security-groups => generated 1603 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2656] 10.0.0.215 () {34 vars in 767 bytes} [Fri Mar 6 21:32:25 2026] PUT /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2657] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:32:25 2026] GET /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2658] 10.0.0.215 () {34 vars in 778 bytes} [Fri Mar 6 21:32:25 2026] PUT /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags/green => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2659] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:32:25 2026] GET /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2660] 10.0.0.215 () {34 vars in 774 bytes} [Fri Mar 6 21:32:25 2026] PUT /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags/red => generated 4 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2661] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:32:25 2026] GET /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/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: 1305/2662] 10.0.0.215 () {34 vars in 796 bytes} [Fri Mar 6 21:32:25 2026] PUT /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/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: 7|app: 0|req: 1358/2663] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:32:25 2026] GET /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2664] 10.0.0.215 () {34 vars in 767 bytes} [Fri Mar 6 21:32:25 2026] PUT /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2665] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:32:25 2026] GET /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2666] 10.0.0.215 () {32 vars in 755 bytes} [Fri Mar 6 21:32:25 2026] GET /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:25.843 7 INFO neutron.api.v2.resource [None req-fd463b29-c8c3-45f3-992d-e64d200118da 31cbeb0302a54756ad1523afc17d8ffd 6804312ae39542f2863391cbbc0c8de0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1360/2667] 10.0.0.215 () {32 vars in 759 bytes} [Fri Mar 6 21:32:25 2026] GET /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags/green => generated 99 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2668] 10.0.0.215 () {32 vars in 758 bytes} [Fri Mar 6 21:32:25 2026] DELETE /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2669] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:32:25 2026] GET /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:32:25.998 8 INFO neutron.api.v2.resource [None req-e910fac2-ea6d-4d9a-884e-50b84453eb01 31cbeb0302a54756ad1523afc17d8ffd 6804312ae39542f2863391cbbc0c8de0 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1309/2670] 10.0.0.215 () {32 vars in 762 bytes} [Fri Mar 6 21:32:25 2026] DELETE /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2671] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:32:26 2026] DELETE /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2672] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:32:26 2026] GET /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551/tags => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2673] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:26 2026] DELETE /v2.0/security-groups/d8bfb3c6-891f-444f-9bf6-8af6be9ae551 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2674] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:26 2026] DELETE /v2.0/security-groups/21af80c7-3eb2-46f9-9bb7-144fb0bf5d70 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:26.641 7 INFO neutron_taas.services.taas.taas_plugin [None req-de871f87-d0dd-4f28-b1aa-7c6864dcd6ab 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] TaaS: Handle Delete Port: dfbea35f-9d1e-4594-854d-4e6df649b1af 2026-03-06 21:32:26.643 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-de871f87-d0dd-4f28-b1aa-7c6864dcd6ab 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Tap Mirror: Handle Delete Port: dfbea35f-9d1e-4594-854d-4e6df649b1af [pid: 8|app: 0|req: 1312/2675] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:26 2026] GET /v2.0/security-groups?tenant_id=e02f0a1f5b6d4bfe9c2a378d22a0993e&name=default => generated 2929 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2676] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:32:26 2026] PUT /v2.0/routers/f2b87b3b-cf26-45a5-92cd-852ffd48406f/remove_router_interface => generated 309 bytes in 834 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2677] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:27 2026] DELETE /v2.0/security-groups/f54ed651-7cc3-419a-93fa-f825cce52d70 => 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: 1365/2678] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:27 2026] DELETE /v2.0/subnets/229d3aff-1a5c-4eb4-8ca7-9515122233f7 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2679] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:27 2026] GET /v2.0/security-groups?tenant_id=6804312ae39542f2863391cbbc0c8de0&name=default => generated 2929 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2680] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:27 2026] GET /v2.0/ports?device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 1204 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2681] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:27 2026] DELETE /v2.0/security-groups/45dc175f-dcf1-464e-b5ce-3cd09be20545 => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2682] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:27 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:32:27.534 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dcba6a2-f681-45f6-b56a-a10bd33cf084 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] TaaS: Handle Delete Port: c8d6e3f0-afae-4d3b-8f13-04e8eaca9996 2026-03-06 21:32:27.536 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dcba6a2-f681-45f6-b56a-a10bd33cf084 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Tap Mirror: Handle Delete Port: c8d6e3f0-afae-4d3b-8f13-04e8eaca9996 2026-03-06 21:32:27.822 7 INFO neutron_taas.services.taas.taas_plugin [None req-9dcba6a2-f681-45f6-b56a-a10bd33cf084 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] TaaS: Handle Delete Port: b88d9279-4ac2-477d-bfba-55398a829388 2026-03-06 21:32:27.826 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9dcba6a2-f681-45f6-b56a-a10bd33cf084 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Tap Mirror: Handle Delete Port: b88d9279-4ac2-477d-bfba-55398a829388 2026-03-06 21:32:28.114 7 INFO neutron.services.segments.plugin [-] Segment f7368f34-4daf-4b0e-930e-e167f9136ae8 resource provider aggregate not found 2026-03-06 21:32:28.117 7 INFO neutron.services.segments.plugin [-] Segment f7368f34-4daf-4b0e-930e-e167f9136ae8 resource provider aggregate not found 2026-03-06 21:32:28.133 7 INFO neutron.db.l3_hamode_db [None req-9dcba6a2-f681-45f6-b56a-a10bd33cf084 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] HA network 18cedea6-4f15-420c-893e-dd788df698f8 was deleted as no HA routers are present in tenant aa550b816c0d43c69ce5f1ff411832f6. 2026-03-06 21:32:28.134 7 INFO neutron.services.segments.plugin [-] Segment f7368f34-4daf-4b0e-930e-e167f9136ae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7368f34-4daf-4b0e-930e-e167f9136ae8 found for delete ", "request_id": "req-23ef2dc7-fb42-480f-8f34-520ab84c7ba8"}]} 2026-03-06 21:32:28.138 7 INFO neutron.services.segments.plugin [-] Segment f7368f34-4daf-4b0e-930e-e167f9136ae8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7368f34-4daf-4b0e-930e-e167f9136ae8 found for delete ", "request_id": "req-3ed55929-4899-4974-8375-5c37fecb7781"}]} [pid: 7|app: 0|req: 1367/2683] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:27 2026] DELETE /v2.0/routers/f2b87b3b-cf26-45a5-92cd-852ffd48406f => generated 0 bytes in 817 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:28.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-5e3b8e86-ef82-4fb1-8f28-0b4d54703ac3 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] TaaS: Handle Delete Port: fd4e3bed-dc36-4187-b3c2-74ca7228cec8 2026-03-06 21:32:28.254 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e3b8e86-ef82-4fb1-8f28-0b4d54703ac3 760c467c97ea4ae48f2112ba66e9311b aa550b816c0d43c69ce5f1ff411832f6 - - default default] Tap Mirror: Handle Delete Port: fd4e3bed-dc36-4187-b3c2-74ca7228cec8 2026-03-06 21:32:28.417 8 INFO neutron.services.segments.plugin [-] Segment 65dd74a6-6e4f-436d-abcc-39ffa924b8d6 resource provider aggregate not found 2026-03-06 21:32:28.431 8 INFO neutron.services.segments.plugin [-] Segment 65dd74a6-6e4f-436d-abcc-39ffa924b8d6 resource provider aggregate not found 2026-03-06 21:32:28.439 8 INFO neutron.services.segments.plugin [-] Segment 65dd74a6-6e4f-436d-abcc-39ffa924b8d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65dd74a6-6e4f-436d-abcc-39ffa924b8d6 found for delete ", "request_id": "req-9231b199-f728-49b5-812f-0f69bbc46ce4"}]} 2026-03-06 21:32:28.452 8 INFO neutron.services.segments.plugin [-] Segment 65dd74a6-6e4f-436d-abcc-39ffa924b8d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 65dd74a6-6e4f-436d-abcc-39ffa924b8d6 found for delete ", "request_id": "req-a5b98e1b-3487-4a05-98ae-bfec22dcb7ba"}]} [pid: 8|app: 0|req: 1317/2684] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:28 2026] DELETE /v2.0/networks/83bbcd47-10a3-4771-b82d-6f9c140ca473 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2685] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:29 2026] GET /v2.0/security-groups?tenant_id=ce56f4dababe400184537d9a693d1a95&name=default => generated 2929 bytes in 320 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2686] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:29 2026] DELETE /v2.0/security-groups/76cd8505-f563-435e-aaba-4e8ded374ab0 => 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: 1369/2687] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:29 2026] GET /v2.0/security-groups?tenant_id=aa550b816c0d43c69ce5f1ff411832f6&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: 1319/2688] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:29 2026] DELETE /v2.0/security-groups/68e01722-e1ca-46d5-aefb-11f2a1532819 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:31.036 7 INFO neutron.db.segments_db [None req-073f8e5a-b44a-406f-9a2f-4573645c2884 552cde4170f848f4b3e8e162351772bf fe602b306a3943129df66ef69e6fe293 - - default default] Added segment c347fabc-7fc5-41a8-916f-f7c7cc28c57d of type vxlan for network 8ce83099-cf83-4d88-b8e1-7fe67fddef7c [pid: 7|app: 0|req: 1370/2689] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:32:30 2026] POST /v2.0/networks => generated 612 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2690] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:32:31 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2691] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:32:31 2026] PUT /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2692] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:31 2026] GET /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2693] 10.0.0.215 () {34 vars in 762 bytes} [Fri Mar 6 21:32:31 2026] PUT /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags/green => generated 4 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2694] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:31 2026] GET /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/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: 1373/2695] 10.0.0.215 () {34 vars in 758 bytes} [Fri Mar 6 21:32:31 2026] PUT /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags/red => generated 4 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2696] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:31 2026] GET /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1374/2697] 10.0.0.215 () {34 vars in 780 bytes} [Fri Mar 6 21:32:31 2026] PUT /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags/black.or.white => generated 4 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2698] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:31 2026] GET /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/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: 1375/2699] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:32:31 2026] PUT /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2700] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:31 2026] GET /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2701] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:32:31 2026] GET /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:32.049 8 INFO neutron.api.v2.resource [None req-783b6461-09bb-4cd3-afcc-790f1301535a 552cde4170f848f4b3e8e162351772bf fe602b306a3943129df66ef69e6fe293 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1326/2702] 10.0.0.215 () {32 vars in 743 bytes} [Fri Mar 6 21:32:32 2026] GET /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2703] 10.0.0.215 () {32 vars in 742 bytes} [Fri Mar 6 21:32:32 2026] DELETE /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/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: 1327/2704] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:32 2026] GET /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags => generated 30 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:32:32.203 7 INFO neutron.api.v2.resource [None req-9b1d661d-c321-4b6a-afc2-0752478754de 552cde4170f848f4b3e8e162351772bf fe602b306a3943129df66ef69e6fe293 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1378/2705] 10.0.0.215 () {32 vars in 746 bytes} [Fri Mar 6 21:32:32 2026] DELETE /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2706] 10.0.0.215 () {32 vars in 734 bytes} [Fri Mar 6 21:32:32 2026] DELETE /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2707] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:32 2026] GET /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2708] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:32 2026] DELETE /v2.0/subnets/77048525-a633-4503-8078-b362d2195ea0 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:32:32.564 7 INFO neutron_taas.services.taas.taas_plugin [None req-a8ba2b84-c5ec-4c93-a823-c9bf53b94caf 552cde4170f848f4b3e8e162351772bf fe602b306a3943129df66ef69e6fe293 - - default default] TaaS: Handle Delete Port: fd3c00cf-90a8-40ac-b194-3e1b979a7a37 2026-03-06 21:32:32.567 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a8ba2b84-c5ec-4c93-a823-c9bf53b94caf 552cde4170f848f4b3e8e162351772bf fe602b306a3943129df66ef69e6fe293 - - default default] Tap Mirror: Handle Delete Port: fd3c00cf-90a8-40ac-b194-3e1b979a7a37 [pid: 8|app: 0|req: 1330/2709] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:32:32 2026] GET /v2.0/ports?device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 1204 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2710] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:32 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2711] 10.0.0.215 () {32 vars in 818 bytes} [Fri Mar 6 21:32:32 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&mac_address=fa%3A16%3A3e%3A1f%3Ada%3A12 => generated 1204 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:32:32.774 7 INFO neutron.services.segments.plugin [-] Segment c347fabc-7fc5-41a8-916f-f7c7cc28c57d resource provider aggregate not found 2026-03-06 21:32:32.779 7 INFO neutron.services.segments.plugin [-] Segment c347fabc-7fc5-41a8-916f-f7c7cc28c57d resource provider aggregate not found 2026-03-06 21:32:32.795 7 INFO neutron.services.segments.plugin [-] Segment c347fabc-7fc5-41a8-916f-f7c7cc28c57d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c347fabc-7fc5-41a8-916f-f7c7cc28c57d found for delete ", "request_id": "req-17401f49-4409-4569-8a60-45e5858fcaf4"}]} 2026-03-06 21:32:32.797 7 INFO neutron.services.segments.plugin [-] Segment c347fabc-7fc5-41a8-916f-f7c7cc28c57d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c347fabc-7fc5-41a8-916f-f7c7cc28c57d found for delete ", "request_id": "req-18a4fb5d-d3f2-411f-a11a-074eefc83a2e"}]} [pid: 7|app: 0|req: 1380/2712] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:32 2026] DELETE /v2.0/networks/8ce83099-cf83-4d88-b8e1-7fe67fddef7c => generated 0 bytes in 341 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:32:33.454 8 INFO neutron.db.l3_db [None req-e8a5a83c-782c-4799-aa90-7a9de6600554 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Floating IP 31deec1c-2502-4fec-8fac-90c429595ce3 associated. External IP: 10.96.250.210, port: ce950057-8848-4932-b345-c828a36c13c1. [pid: 7|app: 0|req: 1381/2713] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:33 2026] GET /v2.0/security-groups?tenant_id=fe602b306a3943129df66ef69e6fe293&name=default => generated 2929 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2714] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:33 2026] DELETE /v2.0/security-groups/9be993a7-db3c-4023-982d-63894b21c1ad => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2715] 10.0.0.215 () {34 vars in 677 bytes} [Fri Mar 6 21:32:32 2026] POST /v2.0/floatingips => generated 855 bytes in 1029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:32:33.805 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-22853eb4-c2d4-482a-a345-11600adcb938'] response: {'name': 'network-changed', 'server_uuid': 'f155caff-298a-4435-8dc1-0200a49263d0', 'tag': 'ce950057-8848-4932-b345-c828a36c13c1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1383/2716] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:33 2026] GET /v2.0/security-groups?tenant_id=16486ab660e84e72b166a06f8b6f326d&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2717] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:33 2026] DELETE /v2.0/security-groups/5802b6c1-5c32-4ef4-b61b-a5fa6a6cd46c => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:34.295 7 INFO neutron.db.segments_db [None req-bbb10606-4a09-4496-8724-be298bac9df6 f5999d28620f46318e1dd25ed97515c4 967f469ff7ff4e4d97d942c679d748ab - - default default] Added segment 5a5a6b94-1a5d-48f8-89cf-95276bbad9d4 of type vxlan for network bc65bc2e-3c54-4651-98a7-8f0e8d47d77c [pid: 8|app: 0|req: 1335/2718] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:32:34 2026] GET /v2.0/ports?tenant_id=18f38eeb30e24fa08166d2a168b2e325&device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 1473 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2719] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:32:34 2026] GET /v2.0/networks?id=7683c433-0b9d-4619-827d-7ff055988d83 => generated 801 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2720] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:32:34 2026] POST /v2.0/networks => generated 613 bytes in 341 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2721] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:32:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.182&port_id=ce950057-8848-4932-b345-c828a36c13c1 => 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: 1338/2722] 162.253.55.49 () {34 vars in 1105 bytes} [Fri Mar 6 21:32:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3be&port_id=ce950057-8848-4932-b345-c828a36c13c1 => 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: 1339/2723] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:32:34 2026] GET /v2.0/subnets?id=e40000a8-cb04-408c-8a06-9ce831986e8a&id=4ce71909-6213-4799-a03d-5084ea983447 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1340/2724] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:32:34 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&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: 1341/2725] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:32:34 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2726] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:32:34 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2727] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:32:34 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:32:34.681 7 INFO neutron.db.segments_db [None req-472bd66d-f01f-443d-82c9-7fd2051081a9 f5999d28620f46318e1dd25ed97515c4 967f469ff7ff4e4d97d942c679d748ab - - default default] Added segment 7c64d8a0-3840-47ac-ade5-b6bee9d9f9d5 of type vxlan for network 7d861ead-79f7-4155-b843-d986e3fedc2c [pid: 8|app: 0|req: 1343/2728] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:32:34 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1386/2729] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:32:34 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2730] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:32:34 2026] POST /v2.0/subnets => generated 629 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:32:35.060 7 INFO neutron.db.segments_db [None req-831cd733-df65-4a02-aff7-8823d970b20d f5999d28620f46318e1dd25ed97515c4 967f469ff7ff4e4d97d942c679d748ab - - default default] Added segment 5b6e4e26-591a-4629-b388-53fa8ece7c6d of type vxlan for network 5e8fa374-d669-4f37-a4cf-27ea72766b78 [pid: 7|app: 0|req: 1387/2731] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:32:35 2026] POST /v2.0/networks => generated 612 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2732] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:32:35 2026] POST /v2.0/subnets => generated 629 bytes in 266 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:32:35.469 7 INFO neutron.db.segments_db [None req-c20b8f66-347f-4a50-a716-666e1fc4062b f5999d28620f46318e1dd25ed97515c4 967f469ff7ff4e4d97d942c679d748ab - - default default] Added segment 7bc4bd21-3fb4-4cbc-b1c4-56a025ab66fb of type vxlan for network e17e9fd7-cdd7-4795-b305-078bb222a0cf [pid: 7|app: 0|req: 1388/2733] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:32:35 2026] POST /v2.0/networks => generated 613 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2734] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:32:35 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:32:35.874 7 INFO neutron.db.segments_db [None req-dbb11c18-d474-4a0d-b0e1-04ddd55b93fa f5999d28620f46318e1dd25ed97515c4 967f469ff7ff4e4d97d942c679d748ab - - default default] Added segment ea33c90e-fcbf-4547-9643-1ea9e3eb00dd of type vxlan for network 031a05b4-0296-4001-80cc-7589b7dc8f4f [pid: 7|app: 0|req: 1389/2735] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:32:35 2026] POST /v2.0/networks => generated 612 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1347/2736] 10.0.0.215 () {34 vars in 669 bytes} [Fri Mar 6 21:32:35 2026] POST /v2.0/subnets => generated 629 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2737] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:32:36 2026] PUT /v2.0/subnets/42605680-9679-4219-83dd-a087b1017f5a/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2738] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:32:36 2026] PUT /v2.0/subnets/21f63bf4-4adc-4eb2-9fdb-ffb5025657a7/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: 1391/2739] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:32:36 2026] PUT /v2.0/subnets/354741b9-7cdd-499e-a9cd-d9ae5ba56e75/tags => generated 34 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2740] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:32:36 2026] PUT /v2.0/subnets/f708740d-557c-4166-99d3-679823ddccea/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2741] 10.0.0.215 () {32 vars in 664 bytes} [Fri Mar 6 21:32:36 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2742] 10.0.0.215 () {32 vars in 678 bytes} [Fri Mar 6 21:32:36 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2743] 10.0.0.215 () {32 vars in 674 bytes} [Fri Mar 6 21:32:36 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2744] 10.0.0.215 () {32 vars in 686 bytes} [Fri Mar 6 21:32:36 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2745] 10.0.0.215 () {32 vars in 672 bytes} [Fri Mar 6 21:32:36 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2746] 10.0.0.215 () {32 vars in 686 bytes} [Fri Mar 6 21:32:36 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2747] 10.0.0.215 () {32 vars in 682 bytes} [Fri Mar 6 21:32:36 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2750] 10.0.0.215 () {32 vars in 694 bytes} [Fri Mar 6 21:32:36 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2751] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:36 2026] DELETE /v2.0/subnets/42605680-9679-4219-83dd-a087b1017f5a => 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: 1354/2752] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:37 2026] DELETE /v2.0/subnets/21f63bf4-4adc-4eb2-9fdb-ffb5025657a7 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2753] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:37 2026] DELETE /v2.0/subnets/354741b9-7cdd-499e-a9cd-d9ae5ba56e75 => 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: 1355/2754] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:37 2026] DELETE /v2.0/subnets/f708740d-557c-4166-99d3-679823ddccea => 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: 1356/2755] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:37 2026] DELETE /v2.0/subnets/3046553f-33f7-46d7-b846-0e13a0779a73 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2756] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:37 2026] GET /v2.0/security-groups?tenant_id=d73fe058f27241c89fe3ce79c86e48b0&name=default => generated 2929 bytes in 256 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:32:37.692 8 INFO neutron.services.segments.plugin [-] Segment 5a5a6b94-1a5d-48f8-89cf-95276bbad9d4 resource provider aggregate not found 2026-03-06 21:32:37.700 8 INFO neutron.services.segments.plugin [-] Segment 5a5a6b94-1a5d-48f8-89cf-95276bbad9d4 resource provider aggregate not found 2026-03-06 21:32:37.724 8 INFO neutron.services.segments.plugin [-] Segment 5a5a6b94-1a5d-48f8-89cf-95276bbad9d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a5a6b94-1a5d-48f8-89cf-95276bbad9d4 found for delete ", "request_id": "req-c1cc1106-a0ff-447d-844b-d4ed5e3450b3"}]} 2026-03-06 21:32:37.729 8 INFO neutron.services.segments.plugin [-] Segment 5a5a6b94-1a5d-48f8-89cf-95276bbad9d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5a5a6b94-1a5d-48f8-89cf-95276bbad9d4 found for delete ", "request_id": "req-d7ea37a8-d284-42bd-84d0-7c736eb2b332"}]} [pid: 8|app: 0|req: 1357/2757] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:37 2026] DELETE /v2.0/networks/bc65bc2e-3c54-4651-98a7-8f0e8d47d77c => 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: 1401/2758] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:37 2026] DELETE /v2.0/security-groups/5355d729-7a0a-4cc3-adc7-42e4a5e086e2 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:37.871 8 INFO neutron_taas.services.taas.taas_plugin [None req-06b53545-e293-4389-a324-e7e45be18b14 f5999d28620f46318e1dd25ed97515c4 967f469ff7ff4e4d97d942c679d748ab - - default default] TaaS: Handle Delete Port: 28507699-f835-434d-8935-8dbecdfd3116 2026-03-06 21:32:37.873 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06b53545-e293-4389-a324-e7e45be18b14 f5999d28620f46318e1dd25ed97515c4 967f469ff7ff4e4d97d942c679d748ab - - default default] Tap Mirror: Handle Delete Port: 28507699-f835-434d-8935-8dbecdfd3116 [pid: 7|app: 0|req: 1402/2759] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:37 2026] GET /v2.0/security-groups?tenant_id=5b312514c5ca47008b2f141cc368835e&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: 1358/2760] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:37 2026] DELETE /v2.0/networks/7d861ead-79f7-4155-b843-d986e3fedc2c => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2761] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:38 2026] DELETE /v2.0/security-groups/75bc4aaa-5885-4dd6-9e89-664e3f77022c => 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: 1359/2762] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:38 2026] DELETE /v2.0/networks/5e8fa374-d669-4f37-a4cf-27ea72766b78 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:32:38.287 7 INFO neutron.services.segments.plugin [-] Segment 7bc4bd21-3fb4-4cbc-b1c4-56a025ab66fb resource provider aggregate not found 2026-03-06 21:32:38.293 7 INFO neutron.services.segments.plugin [-] Segment 7bc4bd21-3fb4-4cbc-b1c4-56a025ab66fb resource provider aggregate not found 2026-03-06 21:32:38.312 7 INFO neutron.services.segments.plugin [-] Segment 7bc4bd21-3fb4-4cbc-b1c4-56a025ab66fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bc4bd21-3fb4-4cbc-b1c4-56a025ab66fb found for delete ", "request_id": "req-a5c98f03-8d7b-4892-8ead-ac7268872c21"}]} 2026-03-06 21:32:38.312 7 INFO neutron.services.segments.plugin [-] Segment 7bc4bd21-3fb4-4cbc-b1c4-56a025ab66fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7bc4bd21-3fb4-4cbc-b1c4-56a025ab66fb found for delete ", "request_id": "req-fc731827-3d24-4004-865a-11f9cbffce8d"}]} [pid: 7|app: 0|req: 1404/2763] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:38 2026] DELETE /v2.0/networks/e17e9fd7-cdd7-4795-b305-078bb222a0cf => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2764] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:32:38 2026] DELETE /v2.0/networks/031a05b4-0296-4001-80cc-7589b7dc8f4f => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2765] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:39 2026] GET /v2.0/security-groups?tenant_id=6dd381f27a044ffaa962822ed241278d&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2766] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:39 2026] DELETE /v2.0/security-groups/705e7dfe-0087-422c-a55c-60250dff0f00 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2767] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:39 2026] GET /v2.0/security-groups?tenant_id=967f469ff7ff4e4d97d942c679d748ab&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:32:39.746 8 INFO neutron.services.segments.plugin [-] Segment 7c64d8a0-3840-47ac-ade5-b6bee9d9f9d5 resource provider aggregate not found 2026-03-06 21:32:39.752 8 INFO neutron.services.segments.plugin [-] Segment 7c64d8a0-3840-47ac-ade5-b6bee9d9f9d5 resource provider aggregate not found 2026-03-06 21:32:39.768 8 INFO neutron.services.segments.plugin [-] Segment 7c64d8a0-3840-47ac-ade5-b6bee9d9f9d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c64d8a0-3840-47ac-ade5-b6bee9d9f9d5 found for delete ", "request_id": "req-4abff865-fd9d-4045-a103-726e766e9993"}]} 2026-03-06 21:32:39.771 8 INFO neutron.services.segments.plugin [-] Segment 7c64d8a0-3840-47ac-ade5-b6bee9d9f9d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7c64d8a0-3840-47ac-ade5-b6bee9d9f9d5 found for delete ", "request_id": "req-e37ea6ba-9886-46d1-82f3-f724f9ae38f6"}]} 2026-03-06 21:32:39.789 8 INFO neutron.services.segments.plugin [-] Segment 5b6e4e26-591a-4629-b388-53fa8ece7c6d resource provider aggregate not found 2026-03-06 21:32:39.794 8 INFO neutron.services.segments.plugin [-] Segment 5b6e4e26-591a-4629-b388-53fa8ece7c6d resource provider aggregate not found 2026-03-06 21:32:39.810 8 INFO neutron.services.segments.plugin [-] Segment 5b6e4e26-591a-4629-b388-53fa8ece7c6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b6e4e26-591a-4629-b388-53fa8ece7c6d found for delete ", "request_id": "req-8ab1ff30-fab2-426f-adf5-b86f3f597aba"}]} 2026-03-06 21:32:39.818 8 INFO neutron.services.segments.plugin [-] Segment 5b6e4e26-591a-4629-b388-53fa8ece7c6d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b6e4e26-591a-4629-b388-53fa8ece7c6d found for delete ", "request_id": "req-5421f7af-55a7-4174-a2e7-dfa2ff3736c8"}]} 2026-03-06 21:32:39.830 8 INFO neutron.services.segments.plugin [-] Segment ea33c90e-fcbf-4547-9643-1ea9e3eb00dd resource provider aggregate not found 2026-03-06 21:32:39.843 8 INFO neutron.services.segments.plugin [-] Segment ea33c90e-fcbf-4547-9643-1ea9e3eb00dd resource provider aggregate not found 2026-03-06 21:32:39.843 8 INFO neutron.services.segments.plugin [-] Segment ea33c90e-fcbf-4547-9643-1ea9e3eb00dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea33c90e-fcbf-4547-9643-1ea9e3eb00dd found for delete ", "request_id": "req-3f755f87-11e4-4d0b-b00c-8268687dfbd6"}]} 2026-03-06 21:32:39.854 8 INFO neutron.services.segments.plugin [-] Segment ea33c90e-fcbf-4547-9643-1ea9e3eb00dd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea33c90e-fcbf-4547-9643-1ea9e3eb00dd found for delete ", "request_id": "req-5d909536-85bf-42e8-91b8-12fdaf9fdca4"}]} [pid: 8|app: 0|req: 1362/2768] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:39 2026] DELETE /v2.0/security-groups/8bf7e514-75f2-46fc-9075-d62e91fd648e => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2769] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:40 2026] GET /v2.0/security-groups?tenant_id=28ecdad6faf441ffaec93cb17a135a2e&name=default => generated 2929 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2770] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:40 2026] DELETE /v2.0/security-groups/deda7d54-c168-4074-9113-56209fa8041c => 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: 1408/2771] 10.0.0.225 () {34 vars in 990 bytes} [Fri Mar 6 21:32:41 2026] GET /v2.0/ports?device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 1473 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2772] 10.0.0.225 () {34 vars in 1040 bytes} [Fri Mar 6 21:32:41 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/2773] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:32:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2774] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:32:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/2775] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:32:44 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: 1366/2776] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:32:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2777] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:32:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2778] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:32:44 2026] PUT /v2.0/subnetpools/ac23956f-a9fb-4848-a5d8-096d002e1b71/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2779] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:32:44 2026] PUT /v2.0/subnetpools/30de7b58-9def-4d58-a9e9-9db3ae0ca884/tags => generated 25 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2780] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:32:44 2026] PUT /v2.0/subnetpools/dddcf94f-c9d4-416a-850c-9225996e58cd/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2781] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:32:44 2026] PUT /v2.0/subnetpools/1cf8234a-6f08-409b-bc88-d13b69657646/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2782] 10.0.0.215 () {32 vars in 672 bytes} [Fri Mar 6 21:32:44 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2783] 10.0.0.215 () {32 vars in 686 bytes} [Fri Mar 6 21:32:44 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2784] 10.0.0.215 () {32 vars in 682 bytes} [Fri Mar 6 21:32:44 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2785] 10.0.0.215 () {32 vars in 694 bytes} [Fri Mar 6 21:32:44 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2786] 10.0.0.215 () {32 vars in 680 bytes} [Fri Mar 6 21:32:44 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2787] 10.0.0.215 () {32 vars in 694 bytes} [Fri Mar 6 21:32:44 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2788] 10.0.0.215 () {32 vars in 690 bytes} [Fri Mar 6 21:32:44 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2789] 10.0.0.215 () {32 vars in 702 bytes} [Fri Mar 6 21:32:45 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2790] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:32:45 2026] DELETE /v2.0/subnetpools/ac23956f-a9fb-4848-a5d8-096d002e1b71 => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2791] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:32:45 2026] DELETE /v2.0/subnetpools/30de7b58-9def-4d58-a9e9-9db3ae0ca884 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2792] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:32:45 2026] DELETE /v2.0/subnetpools/dddcf94f-c9d4-416a-850c-9225996e58cd => 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: 1419/2793] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:32:45 2026] DELETE /v2.0/subnetpools/1cf8234a-6f08-409b-bc88-d13b69657646 => 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: 1375/2794] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:32:45 2026] DELETE /v2.0/subnetpools/28ac9298-8436-4c84-b6fb-7c715dcf55e0 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2795] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:46 2026] GET /v2.0/security-groups?tenant_id=af86ee1c2d2c42979b288132c18fe9c7&name=default => generated 2929 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2796] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:46 2026] DELETE /v2.0/security-groups/456f5cab-084f-4e89-8701-83e28a8ab496 => 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: 1421/2797] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:46 2026] GET /v2.0/security-groups?tenant_id=4c9c350274e04b6db54bf97b03b8a2cc&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2798] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:46 2026] DELETE /v2.0/security-groups/5d887f1d-0443-4d29-acc7-9295c452a3f5 => 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: 1422/2799] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:46 2026] GET /v2.0/security-groups?tenant_id=07a997f3768b4d0f8ab874a5d94927a9&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2800] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:47 2026] DELETE /v2.0/security-groups/5ded9d5c-05b4-43f0-9299-e999fc25ed3c => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:50.321 7 INFO neutron.db.segments_db [None req-240c9614-f48e-44d4-a17c-85a42b4bb080 9d69984e23c24f63acd99ebd0dc7e068 85c91559f20c478fb6dab62ae89542a4 - - default default] Added segment fd40e353-ec4c-42d7-b179-88043a692ed7 of type vxlan for network cd4ed6a5-a5b6-469f-9670-fcae23919bbc 2026-03-06 21:32:50.545 7 INFO neutron.db.l3_hamode_db [None req-240c9614-f48e-44d4-a17c-85a42b4bb080 9d69984e23c24f63acd99ebd0dc7e068 85c91559f20c478fb6dab62ae89542a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-03-06 21:32:50.654 7 INFO neutron.db.l3_hamode_db [None req-240c9614-f48e-44d4-a17c-85a42b4bb080 9d69984e23c24f63acd99ebd0dc7e068 85c91559f20c478fb6dab62ae89542a4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1423/2801] 10.0.0.215 () {34 vars in 668 bytes} [Fri Mar 6 21:32:50 2026] POST /v2.0/routers => generated 474 bytes in 1016 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2802] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:32:51 2026] PUT /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags => generated 25 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2803] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:51 2026] GET /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags => generated 25 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2804] 10.0.0.215 () {34 vars in 762 bytes} [Fri Mar 6 21:32:51 2026] PUT /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags/green => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2805] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:51 2026] GET /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags => generated 34 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2806] 10.0.0.215 () {34 vars in 758 bytes} [Fri Mar 6 21:32:51 2026] PUT /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags/red => generated 4 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1426/2807] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:51 2026] GET /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2810] 10.0.0.215 () {34 vars in 780 bytes} [Fri Mar 6 21:32:51 2026] PUT /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags/black.or.white => 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: 1429/2811] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:51 2026] GET /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags => generated 52 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2812] 10.0.0.215 () {34 vars in 751 bytes} [Fri Mar 6 21:32:52 2026] PUT /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags => generated 37 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2813] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:52 2026] GET /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags => generated 37 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2814] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:32:52 2026] GET /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags/red => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:52.348 7 INFO neutron.api.v2.resource [None req-758015d1-e107-447a-bc51-52d41103eacc 9d69984e23c24f63acd99ebd0dc7e068 85c91559f20c478fb6dab62ae89542a4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1431/2815] 10.0.0.215 () {32 vars in 743 bytes} [Fri Mar 6 21:32:52 2026] GET /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags/green => generated 99 bytes in 74 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2816] 10.0.0.215 () {32 vars in 742 bytes} [Fri Mar 6 21:32:52 2026] DELETE /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags/red => generated 0 bytes in 547 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2817] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:52 2026] GET /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags => generated 30 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:32:53.049 8 INFO neutron.api.v2.resource [None req-eb080e44-1890-409c-9d61-f6f3eb05aebf 9d69984e23c24f63acd99ebd0dc7e068 85c91559f20c478fb6dab62ae89542a4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1386/2818] 10.0.0.215 () {32 vars in 746 bytes} [Fri Mar 6 21:32:52 2026] DELETE /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags/green => generated 99 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2819] 10.0.0.215 () {32 vars in 734 bytes} [Fri Mar 6 21:32:53 2026] DELETE /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2820] 10.0.0.215 () {32 vars in 731 bytes} [Fri Mar 6 21:32:53 2026] GET /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65/tags => generated 12 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2821] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:32:53 2026] GET /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65 => generated 480 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2822] 10.0.0.215 () {34 vars in 742 bytes} [Fri Mar 6 21:32:53 2026] PUT /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65 => generated 480 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2823] 10.0.0.215 () {32 vars in 736 bytes} [Fri Mar 6 21:32:53 2026] GET /v2.0/ports?device_id=cc64c20c-7011-4c43-91ef-d460db313e65 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:32:53.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-cd935298-7ad7-4691-b6f5-0552d108c071 9d69984e23c24f63acd99ebd0dc7e068 85c91559f20c478fb6dab62ae89542a4 - - default default] TaaS: Handle Delete Port: 74dc19c3-b922-4cfb-9a53-10aa9b6f8a5c 2026-03-06 21:32:53.978 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd935298-7ad7-4691-b6f5-0552d108c071 9d69984e23c24f63acd99ebd0dc7e068 85c91559f20c478fb6dab62ae89542a4 - - default default] Tap Mirror: Handle Delete Port: 74dc19c3-b922-4cfb-9a53-10aa9b6f8a5c 2026-03-06 21:32:54.300 8 INFO neutron.services.segments.plugin [-] Segment fd40e353-ec4c-42d7-b179-88043a692ed7 resource provider aggregate not found 2026-03-06 21:32:54.308 8 INFO neutron.services.segments.plugin [-] Segment fd40e353-ec4c-42d7-b179-88043a692ed7 resource provider aggregate not found 2026-03-06 21:32:54.321 8 INFO neutron.services.segments.plugin [-] Segment fd40e353-ec4c-42d7-b179-88043a692ed7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd40e353-ec4c-42d7-b179-88043a692ed7 found for delete ", "request_id": "req-c5b99ff8-4efb-427f-97cf-3bc14536f3b5"}]} 2026-03-06 21:32:54.328 8 INFO neutron.services.segments.plugin [-] Segment fd40e353-ec4c-42d7-b179-88043a692ed7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd40e353-ec4c-42d7-b179-88043a692ed7 found for delete ", "request_id": "req-5c49171d-12ea-40db-aec4-a852d66b2efd"}]} 2026-03-06 21:32:54.335 8 INFO neutron.db.l3_hamode_db [None req-cd935298-7ad7-4691-b6f5-0552d108c071 9d69984e23c24f63acd99ebd0dc7e068 85c91559f20c478fb6dab62ae89542a4 - - default default] HA network cd4ed6a5-a5b6-469f-9670-fcae23919bbc was deleted as no HA routers are present in tenant 85c91559f20c478fb6dab62ae89542a4. [pid: 8|app: 0|req: 1389/2824] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:32:53 2026] DELETE /v2.0/routers/cc64c20c-7011-4c43-91ef-d460db313e65 => generated 0 bytes in 538 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2825] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:54 2026] GET /v2.0/security-groups?tenant_id=85c91559f20c478fb6dab62ae89542a4&name=default => generated 2929 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2826] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:55 2026] DELETE /v2.0/security-groups/a8013775-e0e9-43e4-aedf-9ec4b8acaf45 => 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: 1437/2827] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/security-groups => generated 28651 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2828] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/network-ip-availabilities => generated 3614 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2829] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/security-groups?tenant_id=af0276ed075c4468937acaf206defc08&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2830] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:32:55 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: 7|app: 0|req: 1440/2831] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/subnetpools => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2832] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:32:55 2026] DELETE /v2.0/security-groups/2897ac98-babe-42b6-a02d-44cc9fb9682e => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1441/2833] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/ports => generated 19957 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2834] 10.0.0.56 () {34 vars in 1083 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/ports?device_id=f155caff-298a-4435-8dc1-0200a49263d0&device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 2927 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2835] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/routers => generated 728 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2836] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:32:55 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: 1443/2837] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2838] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/l3-agents => generated 681 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2839] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:32:55 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: 1396/2840] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/networks => generated 5225 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2841] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:32:55 2026] GET /v2.0/floatingips => generated 1702 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2842] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:32:56 2026] GET /v2.0/subnets => generated 6133 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1446/2843] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:32:56 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2844] 10.0.0.175 () {30 vars in 690 bytes} [Fri Mar 6 21:32:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2845] 10.0.0.175 () {30 vars in 692 bytes} [Fri Mar 6 21:32: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: 1399/2846] 10.0.0.175 () {30 vars in 668 bytes} [Fri Mar 6 21:32:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2847] 10.0.0.175 () {30 vars in 704 bytes} [Fri Mar 6 21:32:57 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2848] 10.0.0.175 () {28 vars in 439 bytes} [Fri Mar 6 21:32:58 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: 1449/2849] 10.0.0.175 () {30 vars in 728 bytes} [Fri Mar 6 21:32:58 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 657 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2850] 10.0.0.175 () {30 vars in 690 bytes} [Fri Mar 6 21:32:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2851] 10.0.0.175 () {30 vars in 692 bytes} [Fri Mar 6 21:32:58 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: 1402/2852] 10.0.0.175 () {30 vars in 668 bytes} [Fri Mar 6 21:32:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2853] 10.0.0.175 () {30 vars in 704 bytes} [Fri Mar 6 21:32:58 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: 1403/2854] 10.0.0.175 () {30 vars in 728 bytes} [Fri Mar 6 21:32:58 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2855] 10.0.0.175 () {30 vars in 690 bytes} [Fri Mar 6 21:32:58 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: 1404/2856] 10.0.0.175 () {30 vars in 692 bytes} [Fri Mar 6 21:32:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2857] 10.0.0.175 () {30 vars in 668 bytes} [Fri Mar 6 21:32:58 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: 1405/2858] 10.0.0.175 () {30 vars in 704 bytes} [Fri Mar 6 21:32:58 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: 1454/2859] 10.0.0.175 () {30 vars in 730 bytes} [Fri Mar 6 21:32:58 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2860] 10.0.0.175 () {30 vars in 682 bytes} [Fri Mar 6 21:32:58 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2861] 10.0.0.175 () {34 vars in 704 bytes} [Fri Mar 6 21:32:58 2026] POST /v2.0/ports => generated 1132 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2862] 10.0.0.215 () {34 vars in 676 bytes} [Fri Mar 6 21:32:58 2026] POST /v2.0/subnetpools => generated 516 bytes in 139 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: 1456/2863] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:32:58 2026] PUT /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2864] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:32:58 2026] GET /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags => generated 25 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2865] 10.0.0.215 () {34 vars in 770 bytes} [Fri Mar 6 21:32:58 2026] PUT /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2866] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:32:58 2026] GET /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2867] 10.0.0.215 () {34 vars in 766 bytes} [Fri Mar 6 21:32:58 2026] PUT /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags/red => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2868] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:32:58 2026] GET /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags => generated 34 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2869] 10.0.0.215 () {34 vars in 788 bytes} [Fri Mar 6 21:32:59 2026] PUT /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2870] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:32:59 2026] GET /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags => generated 52 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2871] 10.0.0.215 () {34 vars in 759 bytes} [Fri Mar 6 21:32:59 2026] PUT /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2872] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:32:59 2026] GET /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1461/2873] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:32:59 2026] GET /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:32:59.284 8 INFO neutron.api.v2.resource [None req-742b2fb4-0122-437c-808e-8b68695d1279 9b96763144684399a8ea6b9f783475d9 ccf1c6a98ac04ce88b58905b2e5b1e5b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1413/2874] 10.0.0.215 () {32 vars in 751 bytes} [Fri Mar 6 21:32:59 2026] GET /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1462/2875] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:32:59 2026] DELETE /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2876] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:32:59 2026] GET /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags => generated 30 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:32:59.419 7 INFO neutron.api.v2.resource [None req-ff9bcb9a-095a-4f83-ba48-ecb43f5eacea 9b96763144684399a8ea6b9f783475d9 ccf1c6a98ac04ce88b58905b2e5b1e5b - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1463/2877] 10.0.0.215 () {32 vars in 754 bytes} [Fri Mar 6 21:32:59 2026] DELETE /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags/green => generated 99 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2878] 10.0.0.215 () {32 vars in 742 bytes} [Fri Mar 6 21:32:59 2026] DELETE /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2879] 10.0.0.215 () {32 vars in 739 bytes} [Fri Mar 6 21:32:59 2026] GET /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2880] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:32:59 2026] DELETE /v2.0/subnetpools/cb0fd7de-3bdb-4c0f-8305-a95290edbfd2 => 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: 1465/2881] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:33:00 2026] GET /v2.0/security-groups?tenant_id=ccf1c6a98ac04ce88b58905b2e5b1e5b&name=default => generated 2929 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2882] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:33:00 2026] DELETE /v2.0/security-groups/27d119f7-7c53-4a55-9cfd-84d0077db7e2 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/2883] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:33:00 2026] GET /v2.0/security-groups?tenant_id=3350657078c448dc9ac7468f40fc1ede&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: 1418/2884] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:33:00 2026] DELETE /v2.0/security-groups/bd8a1e26-a717-48d5-ac82-3c05400dc51d => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2885] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:33:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2886] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:33:01 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2887] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:33:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2888] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:33:01 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: 1469/2889] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:33:01 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2890] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:33:01 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: 1470/2891] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:33:01 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: 1422/2892] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:33:01 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: 1471/2893] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:33:01 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 21:33:01.743 8 INFO neutron.api.v2.resource [None req-5cf4dbb7-b20c-4c90-b8c5-912ee577aca3 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1423/2894] 162.253.55.49 () {30 vars in 762 bytes} [Fri Mar 6 21:33:01 2026] GET /v2.0/security-groups/lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 149 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2895] 162.253.55.49 () {30 vars in 784 bytes} [Fri Mar 6 21:33:01 2026] GET /v2.0/security-groups?name=lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2896] 162.253.55.49 () {34 vars in 735 bytes} [Fri Mar 6 21:33:01 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: 7|app: 0|req: 1473/2897] 162.253.55.49 () {30 vars in 814 bytes} [Fri Mar 6 21:33:01 2026] GET /v2.0/security-group-rules?security_group_id=9c6724ab-02ed-4633-9437-99ca07b7250a => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1425/2898] 162.253.55.49 () {34 vars in 788 bytes} [Fri Mar 6 21:33:01 2026] PUT /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 1132 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2899] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:33:02 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1426/2900] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:33:02 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: 1475/2901] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:33:02 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: 1427/2902] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:33:02 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: 1476/2903] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:33:02 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:33:03.976 8 INFO neutron.db.segments_db [None req-3a61145d-ef81-49a6-ba65-6cc27ef74148 be26e43f3d4143d8b01365ba63946a83 e5f1cbb8f22c4fa4a01610742678b1f1 - - default default] Added segment 73dff923-6e48-4277-ae3e-1ce24e6c8c69 of type vxlan for network 18e086f1-98e9-4ff5-9fa2-3d2f029429cc [pid: 8|app: 0|req: 1428/2904] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:33:03 2026] POST /v2.0/networks => generated 613 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-03-06 21:33:04.113 7 INFO neutron.db.segments_db [None req-1a04b575-3923-43cb-a047-07115696eebc be26e43f3d4143d8b01365ba63946a83 e5f1cbb8f22c4fa4a01610742678b1f1 - - default default] Added segment c730a8dc-cc26-41c4-99cb-f51c41500107 of type vxlan for network ba5f6fba-4ec0-4cb1-a7c4-0a2f0f806a1f [pid: 7|app: 0|req: 1477/2905] 10.0.0.215 () {34 vars in 670 bytes} [Fri Mar 6 21:33:04 2026] POST /v2.0/networks => generated 612 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2906] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:33:04 2026] PUT /v2.0/networks/18e086f1-98e9-4ff5-9fa2-3d2f029429cc/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: 1478/2907] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:33:04 2026] GET /v2.0/networks/18e086f1-98e9-4ff5-9fa2-3d2f029429cc/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2908] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:33:04 2026] PUT /v2.0/networks/ba5f6fba-4ec0-4cb1-a7c4-0a2f0f806a1f/tags => generated 17 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2909] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:33:04 2026] GET /v2.0/networks/ba5f6fba-4ec0-4cb1-a7c4-0a2f0f806a1f/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2910] 10.0.0.215 () {34 vars in 753 bytes} [Fri Mar 6 21:33:04 2026] PUT /v2.0/networks/ba5f6fba-4ec0-4cb1-a7c4-0a2f0f806a1f/tags => generated 12 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2911] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:33:04 2026] GET /v2.0/networks/ba5f6fba-4ec0-4cb1-a7c4-0a2f0f806a1f/tags => 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: 1432/2912] 10.0.0.215 () {32 vars in 733 bytes} [Fri Mar 6 21:33:04 2026] GET /v2.0/networks/18e086f1-98e9-4ff5-9fa2-3d2f029429cc/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:33:04.662 7 INFO neutron.services.segments.plugin [-] Segment 73dff923-6e48-4277-ae3e-1ce24e6c8c69 resource provider aggregate not found 2026-03-06 21:33:04.669 7 INFO neutron.services.segments.plugin [-] Segment 73dff923-6e48-4277-ae3e-1ce24e6c8c69 resource provider aggregate not found 2026-03-06 21:33:04.677 7 INFO neutron.services.segments.plugin [-] Segment 73dff923-6e48-4277-ae3e-1ce24e6c8c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73dff923-6e48-4277-ae3e-1ce24e6c8c69 found for delete ", "request_id": "req-337fcb66-08ec-4185-9c28-888ec6c06f32"}]} 2026-03-06 21:33:04.692 7 INFO neutron.services.segments.plugin [-] Segment 73dff923-6e48-4277-ae3e-1ce24e6c8c69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73dff923-6e48-4277-ae3e-1ce24e6c8c69 found for delete ", "request_id": "req-f79bda26-219d-49cc-9f3b-a10fae134669"}]} [pid: 7|app: 0|req: 1481/2913] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:33:04 2026] DELETE /v2.0/networks/18e086f1-98e9-4ff5-9fa2-3d2f029429cc => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:33:04.819 8 INFO neutron.services.segments.plugin [-] Segment c730a8dc-cc26-41c4-99cb-f51c41500107 resource provider aggregate not found 2026-03-06 21:33:04.828 8 INFO neutron.services.segments.plugin [-] Segment c730a8dc-cc26-41c4-99cb-f51c41500107 resource provider aggregate not found 2026-03-06 21:33:04.842 8 INFO neutron.services.segments.plugin [-] Segment c730a8dc-cc26-41c4-99cb-f51c41500107 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c730a8dc-cc26-41c4-99cb-f51c41500107 found for delete ", "request_id": "req-463d71b5-252b-4506-94a5-9a6a850504d9"}]} 2026-03-06 21:33:04.846 8 INFO neutron.services.segments.plugin [-] Segment c730a8dc-cc26-41c4-99cb-f51c41500107 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c730a8dc-cc26-41c4-99cb-f51c41500107 found for delete ", "request_id": "req-e00d97ff-5037-48d3-be9c-4968dcba3544"}]} [pid: 8|app: 0|req: 1433/2914] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:33:04 2026] DELETE /v2.0/networks/ba5f6fba-4ec0-4cb1-a7c4-0a2f0f806a1f => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/2915] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:33:05 2026] GET /v2.0/security-groups?tenant_id=653f2d1296874383897bcde65f74aa77&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2916] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:33:05 2026] DELETE /v2.0/security-groups/88087803-233d-40ff-98d7-539e829eace5 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2917] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:33:05 2026] GET /v2.0/security-groups?tenant_id=e5f1cbb8f22c4fa4a01610742678b1f1&name=default => generated 2929 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2918] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:33:05 2026] DELETE /v2.0/security-groups/36a07e5f-945e-43bf-b602-760dad091ebb => 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: 1437/2921] 10.0.0.56 () {34 vars in 1015 bytes} [Fri Mar 6 21:33:09 2026] GET /v2.0/security-groups?id=f5767f87-283d-4c0a-810e-a82ab8c657fb&fields=id => 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: 1485/2922] 10.0.0.56 () {34 vars in 981 bytes} [Fri Mar 6 21:33:09 2026] GET /v2.0/networks?id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2923] 10.0.0.56 () {34 vars in 964 bytes} [Fri Mar 6 21:33:10 2026] GET /v2.0/quotas/ef2dcee05d744f818015a58145198acd => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2924] 10.0.0.56 () {34 vars in 1001 bytes} [Fri Mar 6 21:33:10 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&fields=id => generated 149 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2925] 10.0.0.56 () {34 vars in 1007 bytes} [Fri Mar 6 21:33:10 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1487/2926] 10.0.0.56 () {34 vars in 1107 bytes} [Fri Mar 6 21:33:10 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1440/2927] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:10 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => 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: 1488/2928] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:10 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2929] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:13 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2930] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:13 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => 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: 1442/2931] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:33:14 2026] GET /v2.0/networks?id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1 => generated 735 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2932] 162.253.55.49 () {34 vars in 1049 bytes} [Fri Mar 6 21:33:14 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=ef2dcee05d744f818015a58145198acd => generated 343 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2933] 162.253.55.49 () {38 vars in 954 bytes} [Fri Mar 6 21:33:14 2026] POST /v2.0/ports => generated 1082 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2934] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:33:15 2026] PUT /v2.0/ports/3cf71dcd-859f-49b3-9692-abb72119c7ca => generated 1243 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:33:15.518 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2886e3ac-da86-4307-a2f6-a0cd2a29e7bc'] response: {'name': 'network-changed', 'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'tag': '3cf71dcd-859f-49b3-9692-abb72119c7ca', '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: 1444/2935] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:33:16 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1246 bytes in 40 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: 1492/2936] 162.253.55.49 () {34 vars in 1017 bytes} [Fri Mar 6 21:33:16 2026] GET /v2.0/networks?tenant_id=ef2dcee05d744f818015a58145198acd&shared=False => generated 735 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2937] 162.253.55.49 () {34 vars in 929 bytes} [Fri Mar 6 21:33:16 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: 1493/2938] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:16 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1246 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2939] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:33:16 2026] GET /v2.0/security-groups?id=f5767f87-283d-4c0a-810e-a82ab8c657fb&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2940] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:16 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => 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: 1447/2941] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:33:17 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/2942] 162.253.55.49 () {34 vars in 1061 bytes} [Fri Mar 6 21:33:17 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.191&port_id=3cf71dcd-859f-49b3-9692-abb72119c7ca => 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: 1448/2943] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:33:17 2026] GET /v2.0/subnets?id=421c5f57-16d2-41a1-b5e3-e2ee37325d07 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/2944] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:33:17 2026] GET /v2.0/ports?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2945] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:33:17 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1497/2946] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:33:17 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1450/2947] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:19 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1246 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/2948] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:33:19 2026] GET /v2.0/security-groups?id=f5767f87-283d-4c0a-810e-a82ab8c657fb&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2949] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:19 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1246 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/2950] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:33:21 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1246 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2951] 162.253.55.49 () {34 vars in 1043 bytes} [Fri Mar 6 21:33:21 2026] GET /v2.0/security-groups?id=f5767f87-283d-4c0a-810e-a82ab8c657fb&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2954] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:22 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1248 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/2955] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:33:22 2026] GET /v2.0/security-groups?id=f5767f87-283d-4c0a-810e-a82ab8c657fb&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: 1455/2956] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:22 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1248 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/2957] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:25 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1248 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2958] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:33:25 2026] GET /v2.0/security-groups?id=f5767f87-283d-4c0a-810e-a82ab8c657fb&fields=id&fields=name => generated 96 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/2959] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:33:25 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1248 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2964] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:33:55 2026] GET /v2.0/subnets => generated 6133 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/2965] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:33:55 2026] GET /v2.0/subnetpools => 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: 1460/2966] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:33:55 2026] GET /v2.0/floatingips => generated 1702 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/2967] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:33:55 2026] GET /v2.0/subnets => generated 6133 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2968] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:33:55 2026] GET /v2.0/security-groups => generated 30269 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/2969] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:33:55 2026] GET /v2.0/ports => generated 22318 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2970] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:33:55 2026] GET /v2.0/routers => generated 728 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/2971] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:33:55 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: 1463/2972] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:33:55 2026] GET /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/l3-agents => generated 681 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/2973] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:33:55 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: 1464/2974] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:33:56 2026] GET /v2.0/network-ip-availabilities => generated 3614 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/2975] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:33:56 2026] GET /v2.0/networks => generated 5225 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2976] 10.0.0.56 () {34 vars in 1177 bytes} [Fri Mar 6 21:33:56 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f&device_id=f155caff-298a-4435-8dc1-0200a49263d0&device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 4164 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/2977] 10.0.0.56 () {34 vars in 1119 bytes} [Fri Mar 6 21:33:56 2026] GET /v2.0/security-groups?id=f5767f87-283d-4c0a-810e-a82ab8c657fb&id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 185 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2978] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:34:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/2979] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:34:00 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: 1467/2980] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:34:00 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/2981] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:34:00 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2982] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:00 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => 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: 1515/2983] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:34:00 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1248 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2984] 162.253.55.49 () {34 vars in 716 bytes} [Fri Mar 6 21:34:00 2026] POST /v2.0/ports => generated 1059 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/2985] 10.0.0.56 () {34 vars in 970 bytes} [Fri Mar 6 21:34:01 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1059 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2986] 10.0.0.56 () {34 vars in 906 bytes} [Fri Mar 6 21:34:01 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: 1517/2987] 162.253.55.49 () {34 vars in 1261 bytes} [Fri Mar 6 21:34:02 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2988] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:02 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1518/2989] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:02 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1472/2990] 162.253.55.49 () {34 vars in 974 bytes} [Fri Mar 6 21:34:03 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/2991] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:34:03 2026] GET /v2.0/networks?id=ac6a9b53-b615-4a28-9064-35325fa51264 => generated 803 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2992] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:34:03 2026] PUT /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1249 bytes in 422 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:34:03.589 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-634efcb4-b2b4-428a-9499-7f1fd8b642a3'] response: {'name': 'network-changed', 'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'tag': 'e493464a-adc8-44bf-b2a8-6525c15d9b4d', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1520/2993] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:34:04 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2489 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2994] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:34:04 2026] GET /v2.0/networks?id=ac6a9b53-b615-4a28-9064-35325fa51264 => generated 803 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/2995] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:34:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=e493464a-adc8-44bf-b2a8-6525c15d9b4d => 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: 1475/2996] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:34:04 2026] GET /v2.0/subnets?id=59121c08-c8ed-4c65-9118-456d388c793b => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/2997] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:04 2026] GET /v2.0/ports?network_id=ac6a9b53-b615-4a28-9064-35325fa51264&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2998] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:04 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1523/2999] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:04 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1477/3000] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2489 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3001] 162.253.55.49 () {34 vars in 1061 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.191&port_id=3cf71dcd-859f-49b3-9692-abb72119c7ca => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/3002] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/subnets?id=421c5f57-16d2-41a1-b5e3-e2ee37325d07 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3003] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/ports?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1&device_owner=network%3Adhcp => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/3004] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1526/3005] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1480/3006] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=e493464a-adc8-44bf-b2a8-6525c15d9b4d => 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: 1527/3007] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/subnets?id=59121c08-c8ed-4c65-9118-456d388c793b => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/3008] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/ports?network_id=ac6a9b53-b615-4a28-9064-35325fa51264&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3009] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/3010] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:05 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1530/3013] 10.0.0.56 () {34 vars in 970 bytes} [Fri Mar 6 21:34:09 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1251 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/3014] 162.253.55.49 () {34 vars in 788 bytes} [Fri Mar 6 21:34:09 2026] PUT /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1276 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:34:10.175 7 INFO neutron.api.v2.resource [None req-911e3a92-a620-4251-b72a-6c2b08041447 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1531/3015] 162.253.55.49 () {30 vars in 762 bytes} [Fri Mar 6 21:34:10 2026] GET /v2.0/security-groups/lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 149 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:34:10.183 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8938ef7c-7355-40b7-9f51-23768842a328'] response: {'name': 'network-changed', 'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'tag': 'e493464a-adc8-44bf-b2a8-6525c15d9b4d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1485/3016] 162.253.55.49 () {30 vars in 784 bytes} [Fri Mar 6 21:34:10 2026] GET /v2.0/security-groups?name=lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 1639 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/3017] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:34:10 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2590 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/3018] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:34:10 2026] GET /v2.0/networks?id=ac6a9b53-b615-4a28-9064-35325fa51264 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/3019] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:34:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=e493464a-adc8-44bf-b2a8-6525c15d9b4d => 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: 1489/3020] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:34:10 2026] GET /v2.0/subnets?id=59121c08-c8ed-4c65-9118-456d388c793b => generated 678 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/3021] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:10 2026] GET /v2.0/ports?network_id=ac6a9b53-b615-4a28-9064-35325fa51264&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/3022] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:10 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1532/3023] 162.253.55.49 () {34 vars in 788 bytes} [Fri Mar 6 21:34:10 2026] PUT /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1314 bytes in 724 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:34:11.031 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79469b87-ec6b-41f2-88cd-b8de323a06fa'] response: {'name': 'network-changed', 'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'tag': 'e493464a-adc8-44bf-b2a8-6525c15d9b4d', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1492/3024] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:10 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1533/3025] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/3026] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3027] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/3028] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3029] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/3030] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 1132 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3031] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1350 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/3032] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3033] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264 => generated 800 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/3034] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => 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: 1538/3035] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:11 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/3036] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:34:12 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3037] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:34:12 2026] GET /v2.0/networks?id=ac6a9b53-b615-4a28-9064-35325fa51264 => generated 803 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/3038] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:34:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=e493464a-adc8-44bf-b2a8-6525c15d9b4d => 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: 1540/3039] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:34:12 2026] GET /v2.0/subnets?id=59121c08-c8ed-4c65-9118-456d388c793b => 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: 1500/3040] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:12 2026] GET /v2.0/ports?network_id=ac6a9b53-b615-4a28-9064-35325fa51264&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3041] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:12 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1501/3042] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:12 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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) 2026-03-06 21:34:19.771 7 INFO neutron.db.l3_db [None req-1c0d3ba7-42c1-4c71-8064-17e296d6b3b7 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Floating IP 9472c5f6-8d91-4ec7-b026-0610a5089195 associated. External IP: 10.96.250.215, port: 91f697ea-8454-4de0-83c1-475b1e4e93a4. [pid: 7|app: 0|req: 1542/3043] 10.0.0.215 () {34 vars in 677 bytes} [Fri Mar 6 21:34:19 2026] POST /v2.0/floatingips => generated 899 bytes in 772 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/3046] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:34:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3047] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:34:24 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: 1504/3048] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:34:24 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: 1545/3049] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:34:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:34:24.906 8 INFO neutron.api.v2.resource [None req-d1f85d84-0660-4fd2-9da0-8bc267db147b 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1505/3050] 162.253.55.49 () {30 vars in 762 bytes} [Fri Mar 6 21:34:24 2026] GET /v2.0/security-groups/lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 149 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3051] 162.253.55.49 () {30 vars in 784 bytes} [Fri Mar 6 21:34:24 2026] GET /v2.0/security-groups?name=lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 1639 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/3052] 162.253.55.49 () {30 vars in 814 bytes} [Fri Mar 6 21:34:24 2026] GET /v2.0/security-group-rules?security_group_id=9c6724ab-02ed-4633-9437-99ca07b7250a => generated 1182 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3053] 162.253.55.49 () {34 vars in 746 bytes} [Fri Mar 6 21:34:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/3054] 162.253.55.49 () {34 vars in 746 bytes} [Fri Mar 6 21:34:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3055] 10.0.0.175 () {30 vars in 690 bytes} [Fri Mar 6 21:34:36 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3058] 10.0.0.175 () {30 vars in 692 bytes} [Fri Mar 6 21:34:36 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: 1509/3059] 10.0.0.175 () {30 vars in 668 bytes} [Fri Mar 6 21:34:36 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: 1551/3060] 10.0.0.175 () {30 vars in 704 bytes} [Fri Mar 6 21:34:36 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3061] 10.0.0.175 () {28 vars in 439 bytes} [Fri Mar 6 21:34:37 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: 1552/3062] 10.0.0.175 () {30 vars in 728 bytes} [Fri Mar 6 21:34:37 2026] GET /v2.0/subnets/066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 655 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3063] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:34:38 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3064] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:34:38 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: 1512/3065] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:34:38 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: 1554/3066] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:34:38 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: 1513/3067] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:38 2026] GET /v2.0/subnets/066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1555/3068] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:34:38 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3069] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:34:38 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: 1556/3070] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:34:38 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: 1515/3071] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:34:38 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: 1557/3072] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:34:38 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: 1516/3073] 162.253.55.49 () {34 vars in 716 bytes} [Fri Mar 6 21:34:38 2026] POST /v2.0/ports => generated 1328 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3074] 10.0.0.56 () {34 vars in 970 bytes} [Fri Mar 6 21:34:39 2026] GET /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 1328 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, ' [pid: 8|app: 0|req: 1517/3075] 10.0.0.56 () {34 vars in 906 bytes} [Fri Mar 6 21:34:39 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: 1559/3076] 162.253.55.49 () {34 vars in 1261 bytes} [Fri Mar 6 21:34:40 2026] GET /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3077] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:40 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1560/3078] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:40 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3079] 162.253.55.49 () {34 vars in 974 bytes} [Fri Mar 6 21:34:41 2026] GET /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 1328 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3080] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:34:41 2026] GET /v2.0/networks?id=0c07c18c-6425-4110-a87e-5896098d6933 => generated 800 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3081] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:34:41 2026] PUT /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 1518 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:34:41.791 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f628c3f-f1c3-4ee8-90bc-b9c2a7078de9'] response: {'name': 'network-changed', 'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'tag': 'd549618c-8628-48ec-bd53-4fc30a54e076', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1562/3082] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:34:42 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 4100 bytes in 45 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: 1521/3083] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:34:42 2026] GET /v2.0/networks?id=0c07c18c-6425-4110-a87e-5896098d6933 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3084] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:34:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=d549618c-8628-48ec-bd53-4fc30a54e076 => 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: 1522/3085] 162.253.55.49 () {34 vars in 1103 bytes} [Fri Mar 6 21:34:42 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b4&port_id=d549618c-8628-48ec-bd53-4fc30a54e076 => 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: 1564/3086] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:34:42 2026] GET /v2.0/subnets?id=72f814af-6db2-4030-a45b-7ababe885c40&id=066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3087] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:42 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3088] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:42 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&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: 1524/3089] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:42 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1566/3090] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:42 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1525/3091] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:34:43 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 4100 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3092] 162.253.55.49 () {34 vars in 1061 bytes} [Fri Mar 6 21:34:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.191&port_id=3cf71dcd-859f-49b3-9692-abb72119c7ca => 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: 1526/3093] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:34:43 2026] GET /v2.0/subnets?id=421c5f57-16d2-41a1-b5e3-e2ee37325d07 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3094] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:43 2026] GET /v2.0/ports?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1&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: 1527/3095] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:43 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1569/3096] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:43 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1528/3097] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:34:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=e493464a-adc8-44bf-b2a8-6525c15d9b4d => 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: 1570/3098] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/subnets?id=59121c08-c8ed-4c65-9118-456d388c793b => generated 678 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3099] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/ports?network_id=ac6a9b53-b615-4a28-9064-35325fa51264&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: 1571/3100] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?fields=segments => generated 14 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3101] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1572/3102] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=d549618c-8628-48ec-bd53-4fc30a54e076 => 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: 1531/3103] 162.253.55.49 () {34 vars in 1103 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b4&port_id=d549618c-8628-48ec-bd53-4fc30a54e076 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3104] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/subnets?id=72f814af-6db2-4030-a45b-7ababe885c40&id=066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 1410 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3105] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3106] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3107] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3108] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:34:44 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1534/3109] 10.0.0.56 () {34 vars in 970 bytes} [Fri Mar 6 21:34:48 2026] GET /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 1518 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3110] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:34:48 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3111] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:48 2026] GET /v2.0/subnets/066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3112] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:48 2026] GET /v2.0/subnets/72f814af-6db2-4030-a45b-7ababe885c40 => generated 744 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3113] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:34:48 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: 1578/3114] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:34:48 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: 1537/3115] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:34:48 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1579/3116] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:34:48 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: 8|app: 0|req: 1538/3117] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:48 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => 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: 1580/3118] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:34:48 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3119] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:34:48 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1350 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3120] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:48 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => 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: 1540/3121] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:34:49 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264 => 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: 1582/3122] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:34:49 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3123] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:49 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3126] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/security-groups => generated 31495 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3127] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:34:55 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: 7|app: 0|req: 1585/3128] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/network-ip-availabilities => generated 3614 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3129] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/routers => generated 728 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3130] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1586/3131] 10.0.0.56 () {34 vars in 1177 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f&device_id=f155caff-298a-4435-8dc1-0200a49263d0&device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 7018 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3132] 10.0.0.56 () {34 vars in 1279 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/security-groups?id=9c6724ab-02ed-4633-9437-99ca07b7250a&id=324298df-c4bc-49c0-b348-4afab988e352&id=f5767f87-283d-4c0a-810e-a82ab8c657fb&id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 351 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3133] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/l3-agents => generated 681 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1588/3134] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/subnets => generated 6133 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/3135] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:34:55 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: 1589/3136] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/floatingips => generated 2589 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3137] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/networks => generated 5225 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3138] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/subnets => generated 6133 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3139] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:34:55 2026] GET /v2.0/ports => generated 26166 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3140] 10.0.0.175 () {30 vars in 690 bytes} [Fri Mar 6 21:34:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3141] 10.0.0.175 () {30 vars in 692 bytes} [Fri Mar 6 21:34:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3142] 10.0.0.175 () {30 vars in 668 bytes} [Fri Mar 6 21:34:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3143] 10.0.0.175 () {30 vars in 704 bytes} [Fri Mar 6 21:34:58 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: 1593/3144] 10.0.0.175 () {28 vars in 439 bytes} [Fri Mar 6 21:34:58 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3145] 10.0.0.175 () {30 vars in 728 bytes} [Fri Mar 6 21:34:58 2026] GET /v2.0/subnets/e40000a8-cb04-408c-8a06-9ce831986e8a => generated 656 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3146] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:34:59 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: 1553/3147] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:34:59 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: 1595/3148] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:34:59 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: 1554/3149] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:34:59 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: 1596/3150] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:59 2026] GET /v2.0/subnets/066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 673 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3151] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:34:59 2026] GET /v2.0/subnets/e40000a8-cb04-408c-8a06-9ce831986e8a => generated 674 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3152] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:34:59 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 4102 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3153] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:34:59 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: 1598/3154] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:34:59 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: 1557/3155] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:34:59 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: 1599/3156] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:34:59 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: 1558/3157] 162.253.55.49 () {34 vars in 716 bytes} [Fri Mar 6 21:34:59 2026] POST /v2.0/ports => generated 1328 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3158] 10.0.0.56 () {34 vars in 970 bytes} [Fri Mar 6 21:34:59 2026] GET /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 1328 bytes in 29 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: 1559/3159] 162.253.55.49 () {34 vars in 1261 bytes} [Fri Mar 6 21:35:00 2026] GET /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3160] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:01 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3161] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:01 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1602/3162] 162.253.55.49 () {34 vars in 974 bytes} [Fri Mar 6 21:35:01 2026] GET /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 1328 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3163] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:35:01 2026] GET /v2.0/networks?id=7683c433-0b9d-4619-827d-7ff055988d83 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1603/3164] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:35:01 2026] PUT /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 1518 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:35:02.207 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fd6920e0-00a6-417d-94e6-ecb4cd3cd187'] response: {'name': 'network-changed', 'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'tag': 'ab0fa76d-539a-487a-b4f0-eab2b1a7521a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1562/3165] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:35:02 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 5612 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: 1604/3166] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:35:02 2026] GET /v2.0/networks?id=7683c433-0b9d-4619-827d-7ff055988d83 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3167] 162.253.55.49 () {34 vars in 1055 bytes} [Fri Mar 6 21:35:02 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=ab0fa76d-539a-487a-b4f0-eab2b1a7521a => 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: 1605/3168] 162.253.55.49 () {34 vars in 1105 bytes} [Fri Mar 6 21:35:02 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1db&port_id=ab0fa76d-539a-487a-b4f0-eab2b1a7521a => 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: 1564/3169] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:35:02 2026] GET /v2.0/subnets?id=e40000a8-cb04-408c-8a06-9ce831986e8a&id=4ce71909-6213-4799-a03d-5084ea983447 => generated 1415 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1606/3170] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:02 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3171] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:02 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1607/3172] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:03 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1566/3173] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:03 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1608/3174] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 5612 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3175] 162.253.55.49 () {34 vars in 1061 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.191&port_id=3cf71dcd-859f-49b3-9692-abb72119c7ca => 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: 1609/3176] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/subnets?id=421c5f57-16d2-41a1-b5e3-e2ee37325d07 => 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: 1568/3177] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/ports?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1&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: 1610/3178] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1569/3179] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1611/3180] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3181] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/subnets?id=59121c08-c8ed-4c65-9118-456d388c793b => 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: 1612/3182] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/ports?network_id=ac6a9b53-b615-4a28-9064-35325fa51264&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: 1571/3183] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1613/3184] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3185] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=d549618c-8628-48ec-bd53-4fc30a54e076 => 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: 1614/3186] 162.253.55.49 () {34 vars in 1103 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A3b4&port_id=d549618c-8628-48ec-bd53-4fc30a54e076 => 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: 1573/3187] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/subnets?id=72f814af-6db2-4030-a45b-7ababe885c40&id=066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3188] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&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: 1574/3189] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3190] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3191] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1617/3192] 162.253.55.49 () {34 vars in 1055 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.67&port_id=ab0fa76d-539a-487a-b4f0-eab2b1a7521a => 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: 1576/3193] 162.253.55.49 () {34 vars in 1105 bytes} [Fri Mar 6 21:35:04 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1db&port_id=ab0fa76d-539a-487a-b4f0-eab2b1a7521a => 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: 1618/3194] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:35:05 2026] GET /v2.0/subnets?id=e40000a8-cb04-408c-8a06-9ce831986e8a&id=4ce71909-6213-4799-a03d-5084ea983447 => generated 1415 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3195] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:05 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&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: 1619/3196] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:05 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/3197] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:05 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1620/3198] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:05 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1622/3201] 10.0.0.56 () {34 vars in 970 bytes} [Fri Mar 6 21:35:08 2026] GET /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3202] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83 => generated 798 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1623/3203] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/subnets/e40000a8-cb04-408c-8a06-9ce831986e8a => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3204] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/subnets/4ce71909-6213-4799-a03d-5084ea983447 => generated 748 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3205] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1582/3206] 162.253.55.49 () {34 vars in 789 bytes} [Fri Mar 6 21:35:09 2026] PUT /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 1255 bytes in 273 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:35:09.507 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ffb8f0d-c9cd-4bcf-a2da-2815f52167fe'] response: {'name': 'network-changed', 'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'tag': 'd549618c-8628-48ec-bd53-4fc30a54e076', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1625/3207] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933 => generated 797 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1583/3208] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/subnets/066d1c85-9c96-4912-9602-f445ddbb93d8 => 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: 1626/3209] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/3210] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1627/3211] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:09 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: 1585/3212] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:09 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: 1628/3213] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3214] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => 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: 1629/3215] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1350 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3216] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3217] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3218] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:09 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1631/3219] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:10 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3220] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:35:10 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 5385 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3221] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:35:10 2026] GET /v2.0/networks?id=0c07c18c-6425-4110-a87e-5896098d6933 => generated 800 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3222] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:35:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=d549618c-8628-48ec-bd53-4fc30a54e076 => 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: 1633/3223] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:35:10 2026] GET /v2.0/subnets?id=066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3224] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:10 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&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: 1634/3225] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:10 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3226] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:10 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1636/3229] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:22 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3230] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1637/3231] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:23 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: 1595/3232] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1638/3233] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:23 2026] GET /v2.0/subnets/066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1596/3234] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:23 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 5385 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1639/3235] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:23 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: 1597/3236] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:23 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: 1640/3237] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:23 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: 1598/3238] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:23 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: 1641/3239] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:23 2026] GET /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3240] 162.253.55.49 () {34 vars in 789 bytes} [Fri Mar 6 21:35:23 2026] PUT /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 1311 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:35:23.673 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b51cc80-6d7f-493a-9599-e14dc69e1cb3'] response: {'name': 'network-changed', 'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'tag': 'ab0fa76d-539a-487a-b4f0-eab2b1a7521a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1642/3241] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:35:23 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1600/3242] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:23 2026] GET /v2.0/subnets/4ce71909-6213-4799-a03d-5084ea983447 => generated 748 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1643/3243] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:23 2026] GET /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 1347 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3244] 162.253.55.49 () {34 vars in 788 bytes} [Fri Mar 6 21:35:23 2026] PUT /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 1080 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1644/3245] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:35:24 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83 => generated 798 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: 1602/3246] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:24 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 4981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1645/3247] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:35:24 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 4981 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3248] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:35:24 2026] GET /v2.0/networks?id=7683c433-0b9d-4619-827d-7ff055988d83 => generated 801 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1646/3249] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:24 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 4981 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1604/3250] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:24 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1647/3251] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:24 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1605/3252] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:25 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:35:25.717 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-96e73bd4-3072-4077-bfa4-f57071d9a7f1'] response: {'name': 'network-changed', 'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'tag': 'ab0fa76d-539a-487a-b4f0-eab2b1a7521a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1648/3253] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:35:26 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 4981 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3254] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:35:26 2026] GET /v2.0/networks?id=7683c433-0b9d-4619-827d-7ff055988d83 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1649/3255] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:26 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1650/3256] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:26 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1607/3257] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:26 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 4981 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1651/3258] 162.253.55.49 () {34 vars in 974 bytes} [Fri Mar 6 21:35:26 2026] GET /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 1116 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3259] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:35:26 2026] GET /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a?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: 1652/3260] 162.253.55.49 () {34 vars in 1015 bytes} [Fri Mar 6 21:35:26 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?fields=dns_domain => generated 29 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3261] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:35:26 2026] PUT /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 917 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1653/3262] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:27 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 3873 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 21:35:27.616 8 INFO neutron_taas.services.taas.taas_plugin [None req-4a473489-4fad-4d9e-839d-4f7813bee305 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: ab0fa76d-539a-487a-b4f0-eab2b1a7521a 2026-03-06 21:35:27.619 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4a473489-4fad-4d9e-839d-4f7813bee305 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: ab0fa76d-539a-487a-b4f0-eab2b1a7521a [pid: 8|app: 0|req: 1610/3263] 162.253.55.49 () {32 vars in 758 bytes} [Fri Mar 6 21:35:27 2026] DELETE /v2.0/ports/ab0fa76d-539a-487a-b4f0-eab2b1a7521a => generated 0 bytes in 185 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1654/3264] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:27 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: 1611/3265] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:27 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: 1655/3266] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:27 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: 1612/3267] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1656/3268] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:27 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3269] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:27 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => 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: 1657/3270] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:27 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1350 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3271] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:27 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => 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: 1658/3272] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3273] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 1132 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1659/3274] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3275] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 3873 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1660/3276] 162.253.55.49 () {34 vars in 1225 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/networks?id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1&id=ac6a9b53-b615-4a28-9064-35325fa51264&id=0c07c18c-6425-4110-a87e-5896098d6933&id=7683c433-0b9d-4619-827d-7ff055988d83 => generated 3097 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3277] 162.253.55.49 () {34 vars in 1061 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.191&port_id=3cf71dcd-859f-49b3-9692-abb72119c7ca => 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: 1661/3278] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/subnets?id=421c5f57-16d2-41a1-b5e3-e2ee37325d07 => generated 654 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3279] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/ports?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1662/3280] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1619/3281] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1663/3282] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=e493464a-adc8-44bf-b2a8-6525c15d9b4d => 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: 1620/3283] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/subnets?id=59121c08-c8ed-4c65-9118-456d388c793b => generated 678 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1664/3284] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/ports?network_id=ac6a9b53-b615-4a28-9064-35325fa51264&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3285] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1665/3286] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1622/3287] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.150&port_id=d549618c-8628-48ec-bd53-4fc30a54e076 => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1666/3288] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:35:28 2026] GET /v2.0/subnets?id=066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3289] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:29 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1667/3290] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:29 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3291] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:29 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1668/3292] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3293] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1669/3294] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3295] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:33 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: 1670/3296] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:33 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 3873 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1627/3297] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1671/3298] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3299] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1672/3300] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3301] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:33 2026] GET /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 1291 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1673/3302] 162.253.55.49 () {34 vars in 788 bytes} [Fri Mar 6 21:35:33 2026] PUT /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 1080 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:35:34.126 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0cc0dddd-693c-49ce-bc14-cff1d013b38e'] response: {'name': 'network-changed', 'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'tag': 'd549618c-8628-48ec-bd53-4fc30a54e076', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1630/3303] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:35:34 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933 => 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: 7|app: 0|req: 1674/3304] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:34 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3305] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:34 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 3698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1675/3306] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:35:34 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 3698 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3307] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:35:34 2026] GET /v2.0/networks?id=0c07c18c-6425-4110-a87e-5896098d6933 => generated 800 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1676/3308] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:34 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1633/3309] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:34 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1677/3310] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:35 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3311] 162.253.55.49 () {34 vars in 974 bytes} [Fri Mar 6 21:35:36 2026] GET /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 1116 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1678/3312] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:35:36 2026] GET /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3313] 162.253.55.49 () {34 vars in 1015 bytes} [Fri Mar 6 21:35:36 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?fields=dns_domain => generated 29 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3314] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:36 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 3698 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1679/3315] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:35:36 2026] PUT /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 917 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3318] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:37 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2590 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-03-06 21:35:37.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-4dbc274f-b635-40df-9be7-8d35febd6f2e 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: d549618c-8628-48ec-bd53-4fc30a54e076 2026-03-06 21:35:37.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4dbc274f-b635-40df-9be7-8d35febd6f2e 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: d549618c-8628-48ec-bd53-4fc30a54e076 [pid: 7|app: 0|req: 1681/3319] 162.253.55.49 () {32 vars in 758 bytes} [Fri Mar 6 21:35:37 2026] DELETE /v2.0/ports/d549618c-8628-48ec-bd53-4fc30a54e076 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3320] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:37 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1682/3321] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:37 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3322] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:37 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1683/3323] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:37 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: 1641/3324] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:37 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => 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: 1684/3325] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:37 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => 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: 1642/3326] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:37 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1350 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1685/3327] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:37 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3328] 162.253.55.49 () {30 vars in 742 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1686/3329] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3330] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2590 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1687/3331] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => 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: 1645/3332] 162.253.55.49 () {34 vars in 1145 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/networks?id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1&id=ac6a9b53-b615-4a28-9064-35325fa51264&id=0c07c18c-6425-4110-a87e-5896098d6933 => generated 2310 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1688/3333] 162.253.55.49 () {34 vars in 1061 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.191&port_id=3cf71dcd-859f-49b3-9692-abb72119c7ca => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3334] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/subnets?id=421c5f57-16d2-41a1-b5e3-e2ee37325d07 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1689/3335] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/ports?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1&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: 1647/3336] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1690/3337] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1648/3338] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.125&port_id=e493464a-adc8-44bf-b2a8-6525c15d9b4d => 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: 1691/3339] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/subnets?id=59121c08-c8ed-4c65-9118-456d388c793b => generated 678 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3340] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/ports?network_id=ac6a9b53-b615-4a28-9064-35325fa51264&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1692/3341] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1650/3342] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:38 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?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: 1693/3343] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:49 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: 1651/3344] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:49 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: 1694/3345] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:49 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: 1652/3346] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:49 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:35:49.328 7 INFO neutron.api.v2.resource [None req-62ed0755-f982-4401-972d-d70e8c3b2727 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1695/3347] 162.253.55.49 () {30 vars in 762 bytes} [Fri Mar 6 21:35:49 2026] GET /v2.0/security-groups/lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3348] 162.253.55.49 () {30 vars in 784 bytes} [Fri Mar 6 21:35:49 2026] GET /v2.0/security-groups?name=lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 2865 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1696/3349] 162.253.55.49 () {30 vars in 814 bytes} [Fri Mar 6 21:35:49 2026] GET /v2.0/security-group-rules?security_group_id=9c6724ab-02ed-4633-9437-99ca07b7250a => generated 2334 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3350] 162.253.55.49 () {32 vars in 788 bytes} [Fri Mar 6 21:35:49 2026] DELETE /v2.0/security-group-rules/540b30bf-527b-40f5-8777-db7649554775 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1697/3351] 162.253.55.49 () {32 vars in 788 bytes} [Fri Mar 6 21:35:49 2026] DELETE /v2.0/security-group-rules/6c043d14-fd4c-47a1-bc4d-66b2f849989d => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:35:53.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-e5c154d3-ca65-4ea2-9dfd-e8ad6ee0071e 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: e4d929a2-6376-418c-a627-3856b9f91258 2026-03-06 21:35:53.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e5c154d3-ca65-4ea2-9dfd-e8ad6ee0071e 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: e4d929a2-6376-418c-a627-3856b9f91258 2026-03-06 21:35:53.612 8 INFO neutron.db.l3_db [None req-e5c154d3-ca65-4ea2-9dfd-e8ad6ee0071e 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Floating IP 9472c5f6-8d91-4ec7-b026-0610a5089195 disassociated (deleted). External IP: 10.96.250.215, port: 91f697ea-8454-4de0-83c1-475b1e4e93a4. [pid: 8|app: 0|req: 1656/3354] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:35:53 2026] DELETE /v2.0/floatingips/9472c5f6-8d91-4ec7-b026-0610a5089195 => generated 0 bytes in 619 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:35:53.935 7 INFO neutron.api.v2.resource [None req-890a1956-f345-4cc9-bbd1-90b63e8ee2fa 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1699/3355] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:35:53 2026] GET /v2.0/floatingips/9472c5f6-8d91-4ec7-b026-0610a5089195 => generated 144 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3356] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:54 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: 1700/3357] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:54 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: 1658/3358] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1701/3359] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:54 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 21:35:54.618 8 INFO neutron.api.v2.resource [None req-281c9bc0-4105-4357-b9fd-ff73fef50e25 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1659/3360] 162.253.55.49 () {30 vars in 762 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/security-groups/lb-490ce155-135c-44b8-8b51-34812aabf603 => 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: 1702/3361] 162.253.55.49 () {30 vars in 784 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/security-groups?name=lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3362] 162.253.55.49 () {30 vars in 814 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/security-group-rules?security_group_id=9c6724ab-02ed-4633-9437-99ca07b7250a => generated 1182 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1703/3363] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3364] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1704/3365] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3366] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1705/3367] 162.253.55.49 () {30 vars in 740 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 675 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3368] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1706/3369] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2590 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1664/3370] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:54 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2590 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1707/3371] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/floatingips => generated 1702 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1665/3372] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/networks => generated 5225 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1708/3373] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/routers => generated 728 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1666/3374] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1667/3375] 10.0.0.56 () {34 vars in 1177 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f&device_id=f155caff-298a-4435-8dc1-0200a49263d0&device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 5506 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1709/3376] 10.0.0.228 () {28 vars in 677 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/l3-agents => generated 681 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1710/3377] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/network-ip-availabilities => generated 3614 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3378] 10.0.0.56 () {34 vars in 1199 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/security-groups?id=9c6724ab-02ed-4633-9437-99ca07b7250a&id=f5767f87-283d-4c0a-810e-a82ab8c657fb&id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 284 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1711/3379] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/security-groups => generated 30269 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1669/3380] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/ports => generated 23660 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1712/3381] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/agents => generated 3385 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3382] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/subnets => generated 6133 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1713/3383] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:35:55 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: 1671/3384] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:35:55 2026] GET /v2.0/subnets => generated 6133 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1714/3385] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:56 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1672/3386] 162.253.55.49 () {34 vars in 974 bytes} [Fri Mar 6 21:35:57 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1350 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3387] 162.253.55.49 () {34 vars in 1059 bytes} [Fri Mar 6 21:35:57 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d?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: 7|app: 0|req: 1715/3388] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:57 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 2590 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3389] 162.253.55.49 () {34 vars in 1015 bytes} [Fri Mar 6 21:35:57 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264?fields=dns_domain => generated 29 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1716/3390] 162.253.55.49 () {38 vars in 1027 bytes} [Fri Mar 6 21:35:57 2026] PUT /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1151 bytes in 275 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1675/3391] 162.253.55.49 () {30 vars in 768 bytes} [Fri Mar 6 21:35:58 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1717/3392] 162.253.55.49 () {34 vars in 788 bytes} [Fri Mar 6 21:35:58 2026] PUT /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1090 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3393] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:58 2026] GET /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 1090 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, ' 2026-03-06 21:35:58.572 7 INFO neutron_taas.services.taas.taas_plugin [None req-2b4a7fdc-13a4-462f-90e8-1b0f0d856fd5 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: e493464a-adc8-44bf-b2a8-6525c15d9b4d 2026-03-06 21:35:58.575 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b4a7fdc-13a4-462f-90e8-1b0f0d856fd5 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: e493464a-adc8-44bf-b2a8-6525c15d9b4d [pid: 7|app: 0|req: 1718/3394] 162.253.55.49 () {32 vars in 758 bytes} [Fri Mar 6 21:35:58 2026] DELETE /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 0 bytes in 245 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3395] 162.253.55.49 () {30 vars in 702 bytes} [Fri Mar 6 21:35:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1719/3396] 162.253.55.49 () {30 vars in 704 bytes} [Fri Mar 6 21:35:58 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: 1678/3397] 162.253.55.49 () {30 vars in 680 bytes} [Fri Mar 6 21:35:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1720/3398] 162.253.55.49 () {30 vars in 716 bytes} [Fri Mar 6 21:35:58 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 21:35:58.859 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94dc6dab-098a-454d-b566-3abeae88c356 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1679/3399] 162.253.55.49 () {32 vars in 758 bytes} [Fri Mar 6 21:35:58 2026] DELETE /v2.0/ports/e493464a-adc8-44bf-b2a8-6525c15d9b4d => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1721/3400] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:58 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:35:58.926 8 INFO neutron.api.v2.resource [None req-d13d1079-0f2f-4f27-a2e9-7eb108e80d0d 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1680/3401] 162.253.55.49 () {30 vars in 762 bytes} [Fri Mar 6 21:35:58 2026] GET /v2.0/security-groups/lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 149 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1722/3402] 162.253.55.49 () {30 vars in 784 bytes} [Fri Mar 6 21:35:58 2026] GET /v2.0/security-groups?name=lb-490ce155-135c-44b8-8b51-34812aabf603 => generated 1639 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3403] 162.253.55.49 () {30 vars in 736 bytes} [Fri Mar 6 21:35:58 2026] GET /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => 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: 1723/3404] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:35:58 2026] GET /v2.0/ports?tenant_id=ef2dcee05d744f818015a58145198acd&device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1724/3405] 162.253.55.49 () {34 vars in 1065 bytes} [Fri Mar 6 21:35:59 2026] GET /v2.0/networks?id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1&id=ac6a9b53-b615-4a28-9064-35325fa51264 => generated 1524 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1725/3406] 162.253.55.49 () {34 vars in 1061 bytes} [Fri Mar 6 21:35:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.191&port_id=3cf71dcd-859f-49b3-9692-abb72119c7ca => 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: 1726/3407] 162.253.55.49 () {34 vars in 983 bytes} [Fri Mar 6 21:35:59 2026] GET /v2.0/subnets?id=421c5f57-16d2-41a1-b5e3-e2ee37325d07 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1727/3408] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:35:59 2026] GET /v2.0/ports?network_id=2ab450fa-ddc8-44e7-9dea-055b0a8e71f1&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3409] 162.253.55.49 () {34 vars in 788 bytes} [Fri Mar 6 21:35:59 2026] PUT /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 1094 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1728/3410] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:35:59 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1729/3411] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:35:59 2026] GET /v2.0/networks/2ab450fa-ddc8-44e7-9dea-055b0a8e71f1?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: 1683/3412] 162.253.55.49 () {32 vars in 778 bytes} [Fri Mar 6 21:35:59 2026] DELETE /v2.0/security-groups/9c6724ab-02ed-4633-9437-99ca07b7250a => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:35:59.412 7 INFO neutron_taas.services.taas.taas_plugin [None req-b9f822e2-6036-4a21-9718-4762840ed4ff 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 91f697ea-8454-4de0-83c1-475b1e4e93a4 2026-03-06 21:35:59.415 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9f822e2-6036-4a21-9718-4762840ed4ff 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 91f697ea-8454-4de0-83c1-475b1e4e93a4 [pid: 7|app: 0|req: 1730/3413] 162.253.55.49 () {32 vars in 758 bytes} [Fri Mar 6 21:35:59 2026] DELETE /v2.0/ports/91f697ea-8454-4de0-83c1-475b1e4e93a4 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3414] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:36:02 2026] GET /v2.0/ports?device_id=143f95b1-56e8-45b1-8a0e-2b87b2efd95f => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:36:02.559 7 INFO neutron_taas.services.taas.taas_plugin [req-02c1f29a-0f89-4338-9076-516f3c5783f4 req-c04115e8-6f60-4be1-883d-926b5eea267b 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] TaaS: Handle Delete Port: 3cf71dcd-859f-49b3-9692-abb72119c7ca 2026-03-06 21:36:02.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-02c1f29a-0f89-4338-9076-516f3c5783f4 req-c04115e8-6f60-4be1-883d-926b5eea267b 6b94713896564ff7be8a46d0bc63d74e ef2dcee05d744f818015a58145198acd - - default default] Tap Mirror: Handle Delete Port: 3cf71dcd-859f-49b3-9692-abb72119c7ca [pid: 7|app: 0|req: 1731/3415] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:36:02 2026] DELETE /v2.0/ports/3cf71dcd-859f-49b3-9692-abb72119c7ca => generated 0 bytes in 276 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:02.747 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ebeeb291-34c9-467b-bfc3-bfb2270f8dcf'] response: {'server_uuid': '143f95b1-56e8-45b1-8a0e-2b87b2efd95f', 'name': 'network-vif-deleted', 'tag': '3cf71dcd-859f-49b3-9692-abb72119c7ca', 'status': 'completed', 'code': 200} 2026-03-06 21:36:04.253 8 INFO neutron_taas.services.taas.taas_plugin [None req-f54aa84c-fa33-41fa-bea9-e07b52047262 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: 83c53bf8-725f-4ed4-a99a-1891bfde1504 2026-03-06 21:36:04.256 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f54aa84c-fa33-41fa-bea9-e07b52047262 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: 83c53bf8-725f-4ed4-a99a-1891bfde1504 2026-03-06 21:36:04.420 8 INFO neutron.db.l3_db [None req-f54aa84c-fa33-41fa-bea9-e07b52047262 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Floating IP 31deec1c-2502-4fec-8fac-90c429595ce3 disassociated (deleted). External IP: 10.96.250.210, port: ce950057-8848-4932-b345-c828a36c13c1. [pid: 8|app: 0|req: 1685/3416] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:36:04 2026] DELETE /v2.0/floatingips/31deec1c-2502-4fec-8fac-90c429595ce3 => generated 0 bytes in 604 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:04.758 7 INFO neutron.api.v2.resource [None req-aa7bc2ab-445b-463d-9a81-b74130ebcb89 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1732/3417] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:36:04 2026] GET /v2.0/floatingips/31deec1c-2502-4fec-8fac-90c429595ce3 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:04.771 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7c48fee2-7867-4b1c-9b8e-c7eefd7a8633'] response: {'name': 'network-changed', 'server_uuid': 'f155caff-298a-4435-8dc1-0200a49263d0', 'tag': 'ce950057-8848-4932-b345-c828a36c13c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1686/3418] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:36:04 2026] GET /v2.0/ports?device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1733/3419] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:36:04 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1687/3420] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:36:05 2026] GET /v2.0/ports?tenant_id=18f38eeb30e24fa08166d2a168b2e325&device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 1473 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1734/3421] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:36:05 2026] GET /v2.0/networks?id=7683c433-0b9d-4619-827d-7ff055988d83 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1688/3422] 162.253.55.49 () {34 vars in 1057 bytes} [Fri Mar 6 21:36:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.182&port_id=ce950057-8848-4932-b345-c828a36c13c1 => 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: 1735/3423] 162.253.55.49 () {34 vars in 1105 bytes} [Fri Mar 6 21:36:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3be&port_id=ce950057-8848-4932-b345-c828a36c13c1 => 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: 1689/3424] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:36:05 2026] GET /v2.0/subnets?id=e40000a8-cb04-408c-8a06-9ce831986e8a&id=4ce71909-6213-4799-a03d-5084ea983447 => generated 1415 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1736/3425] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:36:05 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1690/3426] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:36:05 2026] GET /v2.0/ports?network_id=7683c433-0b9d-4619-827d-7ff055988d83&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: 1737/3427] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:36:05 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1691/3428] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:36:05 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83?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: 1693/3431] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:36:07 2026] GET /v2.0/ports?device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 1202 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:36:07.466 7 INFO neutron_taas.services.taas.taas_plugin [req-5d3c50b2-c184-4957-847d-d39a3e7629fe req-ba078443-edc7-4db1-9841-3fb076ea5781 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: ce950057-8848-4932-b345-c828a36c13c1 2026-03-06 21:36:07.468 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5d3c50b2-c184-4957-847d-d39a3e7629fe req-ba078443-edc7-4db1-9841-3fb076ea5781 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: ce950057-8848-4932-b345-c828a36c13c1 [pid: 7|app: 0|req: 1739/3432] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:36:07 2026] DELETE /v2.0/ports/ce950057-8848-4932-b345-c828a36c13c1 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:07.657 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3b339348-3e9a-4638-850c-71c2f436e6fd'] response: {'server_uuid': 'f155caff-298a-4435-8dc1-0200a49263d0', 'name': 'network-vif-deleted', 'tag': 'ce950057-8848-4932-b345-c828a36c13c1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1694/3433] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:36:10 2026] GET /v2.0/ports?device_id=f155caff-298a-4435-8dc1-0200a49263d0 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-03-06 21:36:15.289 7 INFO neutron_taas.services.taas.taas_plugin [None req-028861f4-f58a-4c0f-8a48-bfde98093945 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: d05cce2d-0435-4024-b53d-babb95078d58 2026-03-06 21:36:15.291 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-028861f4-f58a-4c0f-8a48-bfde98093945 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: d05cce2d-0435-4024-b53d-babb95078d58 2026-03-06 21:36:15.455 7 INFO neutron.db.l3_db [None req-028861f4-f58a-4c0f-8a48-bfde98093945 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Floating IP 03dcc7ec-3be5-47fc-bd08-e8870fd6b3e4 disassociated (deleted). External IP: 10.96.250.214, port: 1a9999b6-0a5e-4241-b492-c1e8edc38b63. [pid: 7|app: 0|req: 1740/3434] 10.0.0.215 () {32 vars in 732 bytes} [Fri Mar 6 21:36:15 2026] DELETE /v2.0/floatingips/03dcc7ec-3be5-47fc-bd08-e8870fd6b3e4 => generated 0 bytes in 606 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:15.803 8 INFO neutron.api.v2.resource [None req-12f5cbb6-1124-4c87-b8b7-4f89cec243b6 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1695/3435] 10.0.0.215 () {32 vars in 729 bytes} [Fri Mar 6 21:36:15 2026] GET /v2.0/floatingips/03dcc7ec-3be5-47fc-bd08-e8870fd6b3e4 => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:15.821 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8b5321c0-d922-4796-a93a-823aad9cc567'] response: {'name': 'network-changed', 'server_uuid': 'b78bfd25-223f-428d-b05f-06f028e6ff3c', 'tag': '1a9999b6-0a5e-4241-b492-c1e8edc38b63', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1741/3436] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:36:15 2026] GET /v2.0/ports?device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3437] 10.0.0.56 () {34 vars in 1039 bytes} [Fri Mar 6 21:36:16 2026] GET /v2.0/security-groups?id=7017d1cb-3972-42f2-bdbf-72d974114b65&fields=id&fields=name => generated 110 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1742/3438] 162.253.55.49 () {34 vars in 1079 bytes} [Fri Mar 6 21:36:16 2026] GET /v2.0/ports?tenant_id=18f38eeb30e24fa08166d2a168b2e325&device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 1465 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1697/3439] 162.253.55.49 () {34 vars in 985 bytes} [Fri Mar 6 21:36:16 2026] GET /v2.0/networks?id=0c07c18c-6425-4110-a87e-5896098d6933 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1743/3440] 162.253.55.49 () {34 vars in 1055 bytes} [Fri Mar 6 21:36:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.48&port_id=1a9999b6-0a5e-4241-b492-c1e8edc38b63 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1698/3441] 162.253.55.49 () {34 vars in 1103 bytes} [Fri Mar 6 21:36:16 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A1a6&port_id=1a9999b6-0a5e-4241-b492-c1e8edc38b63 => 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: 1744/3442] 162.253.55.49 () {34 vars in 1063 bytes} [Fri Mar 6 21:36:16 2026] GET /v2.0/subnets?id=72f814af-6db2-4030-a45b-7ababe885c40&id=066d1c85-9c96-4912-9602-f445ddbb93d8 => 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: 1699/3443] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:36:16 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&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: 1745/3444] 162.253.55.49 () {34 vars in 1051 bytes} [Fri Mar 6 21:36:16 2026] GET /v2.0/ports?network_id=0c07c18c-6425-4110-a87e-5896098d6933&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1700/3445] 162.253.55.49 () {34 vars in 1011 bytes} [Fri Mar 6 21:36:16 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1746/3446] 162.253.55.49 () {34 vars in 1111 bytes} [Fri Mar 6 21:36:16 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933?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: 1701/3447] 162.253.55.49 () {34 vars in 993 bytes} [Fri Mar 6 21:36:18 2026] GET /v2.0/ports?device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-03-06 21:36:18.528 7 INFO neutron_taas.services.taas.taas_plugin [req-1e1493b7-58d7-430c-bf2b-c762a3abb26d req-c227a25e-2f7a-4d2f-99fe-5900be0a8038 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: 1a9999b6-0a5e-4241-b492-c1e8edc38b63 2026-03-06 21:36:18.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-1e1493b7-58d7-430c-bf2b-c762a3abb26d req-c227a25e-2f7a-4d2f-99fe-5900be0a8038 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: 1a9999b6-0a5e-4241-b492-c1e8edc38b63 [pid: 7|app: 0|req: 1747/3448] 162.253.55.49 () {36 vars in 996 bytes} [Fri Mar 6 21:36:18 2026] DELETE /v2.0/ports/1a9999b6-0a5e-4241-b492-c1e8edc38b63 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:18.744 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2433e21b-684a-4160-99cd-6297bbcfb82e'] response: {'server_uuid': 'b78bfd25-223f-428d-b05f-06f028e6ff3c', 'name': 'network-vif-deleted', 'tag': '1a9999b6-0a5e-4241-b492-c1e8edc38b63', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1702/3449] 10.0.0.56 () {34 vars in 989 bytes} [Fri Mar 6 21:36:21 2026] GET /v2.0/ports?device_id=b78bfd25-223f-428d-b05f-06f028e6ff3c => 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: 1704/3452] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:26 2026] DELETE /v2.0/security-group-rules/efab73e1-9780-4318-9f45-6207c0513812 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:26.311 7 INFO neutron.api.v2.resource [None req-55d6c53f-eb6a-4223-ae52-ab601620d0d0 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1749/3453] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:26 2026] GET /v2.0/security-group-rules/efab73e1-9780-4318-9f45-6207c0513812 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1705/3454] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:26 2026] DELETE /v2.0/security-group-rules/ab73b8c8-aafe-437d-8b7d-6310e6b2fa59 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:26.395 7 INFO neutron.api.v2.resource [None req-91a30e20-49ce-4f02-aef1-29ab6e8b6749 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1750/3455] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:26 2026] GET /v2.0/security-group-rules/ab73b8c8-aafe-437d-8b7d-6310e6b2fa59 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3456] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:26 2026] DELETE /v2.0/security-group-rules/bc7bb113-70b0-4b37-902f-1cfd62b93aaa => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:26.483 7 INFO neutron.api.v2.resource [None req-6cc25334-d3b1-4687-9855-7011021381d5 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1751/3457] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:26 2026] GET /v2.0/security-group-rules/bc7bb113-70b0-4b37-902f-1cfd62b93aaa => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3458] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:26 2026] DELETE /v2.0/security-group-rules/403ca4dc-928f-4ba1-97f1-f03c0fab0dca => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:26.571 7 INFO neutron.api.v2.resource [None req-91861b56-6990-491c-a31e-8dbf67dfddf8 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1752/3459] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:26 2026] GET /v2.0/security-group-rules/403ca4dc-928f-4ba1-97f1-f03c0fab0dca => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3460] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:26 2026] DELETE /v2.0/security-group-rules/2e8b30b8-92ba-4c2c-9b7f-8c9a9290c380 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:26.650 7 INFO neutron.api.v2.resource [None req-f7da2557-bfbb-40b1-bb03-90367932ed28 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1753/3461] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:26 2026] GET /v2.0/security-group-rules/2e8b30b8-92ba-4c2c-9b7f-8c9a9290c380 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3462] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:26 2026] DELETE /v2.0/security-group-rules/1173714e-8161-4b93-a5d0-3084efd47150 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:26.738 7 INFO neutron.api.v2.resource [None req-684ad084-0a51-4666-b7c8-80bf5586eb2b 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1754/3463] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:26 2026] GET /v2.0/security-group-rules/1173714e-8161-4b93-a5d0-3084efd47150 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1710/3464] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:26 2026] DELETE /v2.0/security-group-rules/a78458de-4521-4ed3-9901-9a2b09e88f50 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:26.819 7 INFO neutron.api.v2.resource [None req-564ddc50-e0e7-4671-ab71-d5d8ec187143 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1755/3465] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:26 2026] GET /v2.0/security-group-rules/a78458de-4521-4ed3-9901-9a2b09e88f50 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3466] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:26 2026] DELETE /v2.0/security-group-rules/a668e092-8cc3-4e08-bc99-be0f3c5072ab => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:26.913 7 INFO neutron.api.v2.resource [None req-2574f196-fefb-4598-94d4-893107c3528a 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1756/3467] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:26 2026] GET /v2.0/security-group-rules/a668e092-8cc3-4e08-bc99-be0f3c5072ab => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3468] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:26 2026] DELETE /v2.0/security-group-rules/ca9b6367-bd8e-4d15-9319-d3968c10deed => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:27.017 7 INFO neutron.api.v2.resource [None req-ff9eab1d-aef7-4de0-826a-9c41a3e2e994 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1757/3469] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:27 2026] GET /v2.0/security-group-rules/ca9b6367-bd8e-4d15-9319-d3968c10deed => generated 155 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3470] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:27 2026] DELETE /v2.0/security-group-rules/7c303d99-7ef9-4c1d-8e3f-0288e21a72eb => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:27.104 7 INFO neutron.api.v2.resource [None req-59477db9-5376-4262-a7e8-bff321a8dd6c 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1758/3471] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:27 2026] GET /v2.0/security-group-rules/7c303d99-7ef9-4c1d-8e3f-0288e21a72eb => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1714/3472] 10.0.0.215 () {32 vars in 750 bytes} [Fri Mar 6 21:36:27 2026] DELETE /v2.0/security-group-rules/c45e115b-dd60-4e5f-964d-711a94a5e6ff => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:27.187 7 INFO neutron.api.v2.resource [None req-92795ac9-23a9-4898-8352-9a2e32e5aeaf 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1759/3473] 10.0.0.215 () {32 vars in 747 bytes} [Fri Mar 6 21:36:27 2026] GET /v2.0/security-group-rules/c45e115b-dd60-4e5f-964d-711a94a5e6ff => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1715/3474] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:36:27 2026] DELETE /v2.0/security-groups/7017d1cb-3972-42f2-bdbf-72d974114b65 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:27.297 7 INFO neutron.api.v2.resource [None req-8fb05d5a-3427-4360-afac-bdd0d3857fbe 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1760/3475] 10.0.0.215 () {32 vars in 737 bytes} [Fri Mar 6 21:36:27 2026] GET /v2.0/security-groups/7017d1cb-3972-42f2-bdbf-72d974114b65 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:27.729 8 INFO neutron_taas.services.taas.taas_plugin [None req-6976f13d-f00d-4347-bd3e-2a82778b5d84 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: 616d6f4e-10ad-4a7a-bd45-b8f55878992d 2026-03-06 21:36:27.732 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6976f13d-f00d-4347-bd3e-2a82778b5d84 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: 616d6f4e-10ad-4a7a-bd45-b8f55878992d [pid: 8|app: 0|req: 1716/3476] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:36:27 2026] PUT /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/remove_router_interface => generated 309 bytes in 988 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:36:28.484 7 INFO neutron.api.v2.resource [None req-a257f560-9cb1-4343-a501-c76253fad656 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1761/3477] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:36:28 2026] PUT /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/remove_router_interface => generated 198 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:28.846 8 INFO neutron_taas.services.taas.taas_plugin [None req-eb55b659-5aa7-4e6a-b7c4-de99df17e397 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: f75dfcfe-d06d-4f23-93c3-f86cb20f4695 2026-03-06 21:36:28.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb55b659-5aa7-4e6a-b7c4-de99df17e397 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: f75dfcfe-d06d-4f23-93c3-f86cb20f4695 [pid: 8|app: 0|req: 1717/3478] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:36:28 2026] PUT /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/remove_router_interface => generated 309 bytes in 878 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:36:29.522 7 INFO neutron.api.v2.resource [None req-261d53ad-f583-45b9-93fd-25ab2c66f515 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1762/3479] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:36:29 2026] PUT /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/remove_router_interface => generated 198 bytes in 149 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:29.922 8 INFO neutron_taas.services.taas.taas_plugin [None req-d3dc8846-1cee-489c-bf7d-79a5b2f35eaa 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: 558e91a2-7433-4124-ba93-73f4a9dc4f4e 2026-03-06 21:36:29.927 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3dc8846-1cee-489c-bf7d-79a5b2f35eaa 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: 558e91a2-7433-4124-ba93-73f4a9dc4f4e [pid: 8|app: 0|req: 1718/3480] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:36:29 2026] PUT /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/remove_router_interface => generated 309 bytes in 938 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-03-06 21:36:30.613 7 INFO neutron.api.v2.resource [None req-a60310f3-966d-4369-a426-6ddf6ec9e8bc 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1763/3481] 10.0.0.215 () {34 vars in 789 bytes} [Fri Mar 6 21:36:30 2026] PUT /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:30.802 8 INFO neutron_taas.services.taas.taas_plugin [None req-162e24a4-ed69-4a70-ad8d-97b615976365 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: 81b61cfb-471a-4192-80fc-77372b8ddc07 2026-03-06 21:36:30.805 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-162e24a4-ed69-4a70-ad8d-97b615976365 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: 81b61cfb-471a-4192-80fc-77372b8ddc07 2026-03-06 21:36:31.049 8 INFO neutron_taas.services.taas.taas_plugin [None req-162e24a4-ed69-4a70-ad8d-97b615976365 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: 9306cd9e-491c-4460-aaa0-c866cd30c7ea 2026-03-06 21:36:31.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-162e24a4-ed69-4a70-ad8d-97b615976365 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: 9306cd9e-491c-4460-aaa0-c866cd30c7ea 2026-03-06 21:36:31.392 8 INFO neutron.db.l3_hamode_db [None req-162e24a4-ed69-4a70-ad8d-97b615976365 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] HA network c49e12e4-58f7-4901-886d-253ab8d873fc was deleted as no HA routers are present in tenant 18f38eeb30e24fa08166d2a168b2e325. [pid: 8|app: 0|req: 1719/3482] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:36:30 2026] DELETE /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740 => generated 0 bytes in 780 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-03-06 21:36:31.407 8 INFO neutron.services.segments.plugin [-] Segment a66f7d3e-e126-4913-82db-e0b961b399d6 resource provider aggregate not found 2026-03-06 21:36:31.421 8 INFO neutron.services.segments.plugin [-] Segment a66f7d3e-e126-4913-82db-e0b961b399d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a66f7d3e-e126-4913-82db-e0b961b399d6 found for delete ", "request_id": "req-c5c60e2c-47b8-4899-a3fd-c15e652b7c01"}]} 2026-03-06 21:36:31.422 7 INFO neutron.api.v2.resource [None req-d97a118d-8966-415d-8972-4b250586083e 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1764/3483] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:36:31 2026] GET /v2.0/routers/e300e828-a8ab-49ad-ac08-56681f4de740 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:31.426 8 INFO neutron.services.segments.plugin [-] Segment a66f7d3e-e126-4913-82db-e0b961b399d6 resource provider aggregate not found 2026-03-06 21:36:31.451 8 INFO neutron.services.segments.plugin [-] Segment a66f7d3e-e126-4913-82db-e0b961b399d6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a66f7d3e-e126-4913-82db-e0b961b399d6 found for delete ", "request_id": "req-7714fac2-8962-4d9d-bfe2-8f3af9049b53"}]} [pid: 8|app: 0|req: 1720/3484] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:36:31 2026] DELETE /v2.0/subnets/4ce71909-6213-4799-a03d-5084ea983447 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:31.579 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26feaa74-0736-461e-aaa5-6651f87b4898 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1765/3485] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:36:31 2026] GET /v2.0/subnets/4ce71909-6213-4799-a03d-5084ea983447 => 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: 1721/3486] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:36:31 2026] DELETE /v2.0/subnets/e40000a8-cb04-408c-8a06-9ce831986e8a => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:31.751 7 INFO neutron.pecan_wsgi.hooks.translation [None req-557eeed2-1a40-4814-9d68-2f2d1cffc6ad 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1766/3487] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:36:31 2026] GET /v2.0/subnets/e40000a8-cb04-408c-8a06-9ce831986e8a => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:31.848 8 INFO neutron_taas.services.taas.taas_plugin [None req-2deab9ac-2a85-4881-99f2-6900a804a7c4 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: 808ce50e-19b4-4b43-a84c-c937290c5d22 2026-03-06 21:36:31.851 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2deab9ac-2a85-4881-99f2-6900a804a7c4 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: 808ce50e-19b4-4b43-a84c-c937290c5d22 [pid: 8|app: 0|req: 1722/3488] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:36:31 2026] DELETE /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:32.077 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4ae021aa-0aad-4a9c-a3a8-f31f820175a0 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1767/3489] 10.0.0.215 () {32 vars in 723 bytes} [Fri Mar 6 21:36:32 2026] GET /v2.0/networks/7683c433-0b9d-4619-827d-7ff055988d83 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3490] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:36:32 2026] DELETE /v2.0/subnets/72f814af-6db2-4030-a45b-7ababe885c40 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:32.245 7 INFO neutron.pecan_wsgi.hooks.translation [None req-51a54438-716c-4820-977a-8d89f4c09637 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1768/3491] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:36:32 2026] GET /v2.0/subnets/72f814af-6db2-4030-a45b-7ababe885c40 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3492] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:36:32 2026] DELETE /v2.0/subnets/066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:32.412 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f41689d3-475b-4f80-a1cd-e9f7b7b88cd3 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1769/3493] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:36:32 2026] GET /v2.0/subnets/066d1c85-9c96-4912-9602-f445ddbb93d8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:32.511 8 INFO neutron_taas.services.taas.taas_plugin [None req-cf17b19f-4ca2-48d9-bf9d-d223df5c1c88 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: 67a1fef3-9327-47e8-a1bd-8682f3334641 2026-03-06 21:36:32.516 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cf17b19f-4ca2-48d9-bf9d-d223df5c1c88 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: 67a1fef3-9327-47e8-a1bd-8682f3334641 [pid: 8|app: 0|req: 1725/3494] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:36:32 2026] DELETE /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933 => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:32.736 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9af0b8ae-0abf-44f9-9845-176143590f92 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1770/3495] 10.0.0.215 () {32 vars in 723 bytes} [Fri Mar 6 21:36:32 2026] GET /v2.0/networks/0c07c18c-6425-4110-a87e-5896098d6933 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3496] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:36:32 2026] DELETE /v2.0/subnets/3142abf0-321e-45c0-90c1-2c9104b7db5c => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:32.914 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f0c90c80-c6f4-4c70-9dbe-2cd772a070a7 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1771/3497] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:36:32 2026] GET /v2.0/subnets/3142abf0-321e-45c0-90c1-2c9104b7db5c => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1727/3498] 10.0.0.215 () {32 vars in 724 bytes} [Fri Mar 6 21:36:32 2026] DELETE /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:33.083 7 INFO neutron.pecan_wsgi.hooks.translation [None req-65eb5016-1e9e-400e-ab7e-6c95508d1b15 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1772/3499] 10.0.0.215 () {32 vars in 721 bytes} [Fri Mar 6 21:36:33 2026] GET /v2.0/subnets/59121c08-c8ed-4c65-9118-456d388c793b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:33.186 8 INFO neutron_taas.services.taas.taas_plugin [None req-08990697-ec0e-4f4c-aa79-298d16f7210a 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] TaaS: Handle Delete Port: a213dac1-081f-4643-9166-693377da01f4 2026-03-06 21:36:33.189 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-08990697-ec0e-4f4c-aa79-298d16f7210a 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] Tap Mirror: Handle Delete Port: a213dac1-081f-4643-9166-693377da01f4 [pid: 8|app: 0|req: 1728/3500] 10.0.0.215 () {32 vars in 726 bytes} [Fri Mar 6 21:36:33 2026] DELETE /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264 => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-03-06 21:36:33.440 8 INFO neutron.services.segments.plugin [-] Segment 7e7e44e1-e15b-49a0-ad25-1263ea74fa76 resource provider aggregate not found 2026-03-06 21:36:33.447 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4b4f6951-a579-43ba-ac7f-1df3e8aee3c4 0efb5584ae2b4bb582feb65cbb2c9593 18f38eeb30e24fa08166d2a168b2e325 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1773/3501] 10.0.0.215 () {32 vars in 723 bytes} [Fri Mar 6 21:36:33 2026] GET /v2.0/networks/ac6a9b53-b615-4a28-9064-35325fa51264 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-03-06 21:36:33.458 8 INFO neutron.services.segments.plugin [-] Segment 7e7e44e1-e15b-49a0-ad25-1263ea74fa76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e7e44e1-e15b-49a0-ad25-1263ea74fa76 found for delete ", "request_id": "req-58dcc3c2-69da-4172-aaa0-9cb4aedf629a"}]} 2026-03-06 21:36:33.474 8 INFO neutron.services.segments.plugin [-] Segment 7e7e44e1-e15b-49a0-ad25-1263ea74fa76 resource provider aggregate not found 2026-03-06 21:36:33.478 8 INFO neutron.services.segments.plugin [-] Segment 860edea0-2b14-41c1-be7d-a0f746c2fbac resource provider aggregate not found 2026-03-06 21:36:33.487 8 INFO neutron.services.segments.plugin [-] Segment 7e7e44e1-e15b-49a0-ad25-1263ea74fa76 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e7e44e1-e15b-49a0-ad25-1263ea74fa76 found for delete ", "request_id": "req-cb10a015-a7c1-460f-8ae2-5caa0ddb6096"}]} 2026-03-06 21:36:33.491 8 INFO neutron.services.segments.plugin [-] Segment 860edea0-2b14-41c1-be7d-a0f746c2fbac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 860edea0-2b14-41c1-be7d-a0f746c2fbac found for delete ", "request_id": "req-94a37c79-c251-4b48-868a-99f35bbd5b70"}]} 2026-03-06 21:36:33.506 8 INFO neutron.services.segments.plugin [-] Segment 860edea0-2b14-41c1-be7d-a0f746c2fbac resource provider aggregate not found 2026-03-06 21:36:33.511 8 INFO neutron.services.segments.plugin [-] Segment 95c41812-614a-4928-be4e-498f65a94baf resource provider aggregate not found 2026-03-06 21:36:33.526 8 INFO neutron.services.segments.plugin [-] Segment 860edea0-2b14-41c1-be7d-a0f746c2fbac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 860edea0-2b14-41c1-be7d-a0f746c2fbac found for delete ", "request_id": "req-b7e77de6-bb68-4243-b7cd-6668a74adeb6"}]} 2026-03-06 21:36:33.531 8 INFO neutron.services.segments.plugin [-] Segment 95c41812-614a-4928-be4e-498f65a94baf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95c41812-614a-4928-be4e-498f65a94baf found for delete ", "request_id": "req-15ba46e5-beff-47f1-a4e8-83fd567db49d"}]} 2026-03-06 21:36:33.539 8 INFO neutron.services.segments.plugin [-] Segment 95c41812-614a-4928-be4e-498f65a94baf resource provider aggregate not found 2026-03-06 21:36:33.554 8 INFO neutron.services.segments.plugin [-] Segment 95c41812-614a-4928-be4e-498f65a94baf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 95c41812-614a-4928-be4e-498f65a94baf found for delete ", "request_id": "req-e577991d-2d02-45be-a6a9-6c266364d299"}]} [pid: 8|app: 0|req: 1729/3502] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:36:35 2026] GET /v2.0/security-groups?tenant_id=aa5d3f7555754a278c30ed1385d9a327&name=default => generated 2929 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1774/3503] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:36:35 2026] DELETE /v2.0/security-groups/da92fcfc-b953-4d13-a3c9-f66c9d8bfc19 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3504] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:36:35 2026] GET /v2.0/security-groups?tenant_id=18f38eeb30e24fa08166d2a168b2e325&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1775/3505] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:36:35 2026] DELETE /v2.0/security-groups/cf205340-4eb2-43cc-8c12-88aad3152ffe => 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: 1731/3506] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:36:36 2026] GET /v2.0/security-groups?tenant_id=ccb046f521224fe3a803f0db75d07147&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1776/3507] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:36:36 2026] DELETE /v2.0/security-groups/6a14cfa9-a08c-4dfc-80c0-d032828a93a3 => 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: 1732/3508] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:36:36 2026] GET /v2.0/security-groups?tenant_id=58cbc33a5bc14f2f9882f5b5bdff5a01&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1777/3509] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:36:36 2026] DELETE /v2.0/security-groups/84670d7e-fda6-4ef0-872d-7074078988fc => 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: 1779/3512] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:36:36 2026] GET /v2.0/security-groups?tenant_id=15e5877a930141cca7e450de6ba31ca0&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3513] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:36:37 2026] DELETE /v2.0/security-groups/fd3eed04-ad8e-40b4-aa9e-41b24f4f5200 => 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: 1780/3514] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:36:37 2026] GET /v2.0/security-groups?tenant_id=b6d3703413a14d048f1a927d01f2673b&name=default => generated 2929 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1735/3515] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:36:37 2026] DELETE /v2.0/security-groups/a4651a6a-cdab-4c18-ab47-4aed54e40c1d => 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: 1781/3516] 10.0.0.215 () {32 vars in 774 bytes} [Fri Mar 6 21:36:37 2026] GET /v2.0/security-groups?tenant_id=2114057fb3924805848d15299d453b1a&name=default => generated 2929 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3517] 10.0.0.215 () {32 vars in 740 bytes} [Fri Mar 6 21:36:37 2026] DELETE /v2.0/security-groups/89045d32-6ff9-4671-816a-1656b55faa4b => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1782/3518] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:36:40 2026] GET /v2.0/networks => generated 2168 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1737/3519] 10.0.0.215 () {32 vars in 655 bytes} [Fri Mar 6 21:36:41 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1783/3520] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:36:41 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: 8|app: 0|req: 1738/3521] 10.0.0.215 () {32 vars in 643 bytes} [Fri Mar 6 21:36:41 2026] GET /v2.0/ports => generated 4725 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1784/3522] 10.0.0.215 () {32 vars in 647 bytes} [Fri Mar 6 21:36:41 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: 1739/3523] 10.0.0.215 () {32 vars in 649 bytes} [Fri Mar 6 21:36:41 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: 1785/3524] 10.0.0.215 () {32 vars in 663 bytes} [Fri Mar 6 21:36:41 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1740/3525] 10.0.0.215 () {32 vars in 655 bytes} [Fri Mar 6 21:36:41 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: 1787/3528] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:36:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1742/3529] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:36:55 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: 1788/3530] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:36:55 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: 1743/3531] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:36:55 2026] GET /v2.0/networks => generated 2168 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1789/3532] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:36:55 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: 1744/3533] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:36:55 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: 1790/3534] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:36:55 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: 1745/3535] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:36:55 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: 7|app: 0|req: 1791/3536] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:36:55 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: 1746/3537] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:36:55 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: 1792/3538] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:36:55 2026] GET /v2.0/ports => generated 4725 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1797/3547] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:37:55 2026] GET /v2.0/floatingips => generated 19 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1751/3548] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:37:55 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: 7|app: 0|req: 1798/3549] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:37:55 2026] GET /v2.0/ports => generated 4725 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1752/3550] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:37:55 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: 1799/3551] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:37:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1753/3552] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:37:55 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: 1800/3553] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:37:55 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: 1754/3554] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:37:55 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: 7|app: 0|req: 1801/3555] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:37:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1755/3556] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:37:55 2026] GET /v2.0/subnets => generated 1308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1802/3557] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:37:55 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: 1760/3566] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:38:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 162 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1807/3567] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:38:55 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1761/3568] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:38:55 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: 1808/3569] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:38:55 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: 1762/3570] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:38:55 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: 1809/3571] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:38:55 2026] GET /v2.0/subnets => generated 1308 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1763/3572] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:38:55 2026] GET /v2.0/routers => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1810/3573] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:38:55 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: 1764/3574] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:38:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1811/3575] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:38:55 2026] GET /v2.0/ports => generated 4725 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1765/3576] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:38:55 2026] GET /v2.0/agents => generated 3384 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1816/3585] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:39:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1770/3586] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:39:55 2026] GET /v2.0/subnets => generated 1308 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1817/3587] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:39:55 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: 1771/3588] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:39:55 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1818/3589] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:39:55 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: 1772/3590] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:39:55 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: 1819/3591] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:39:55 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: 1773/3592] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:39:55 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: 1820/3593] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:39:55 2026] GET /v2.0/networks => generated 2168 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1774/3594] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:39:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1821/3595] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:39:55 2026] GET /v2.0/ports => generated 4725 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1779/3604] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:40:55 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: 7|app: 0|req: 1826/3605] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:40:55 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: 1780/3606] 10.0.0.228 () {28 vars in 591 bytes} [Fri Mar 6 21:40:55 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: 7|app: 0|req: 1827/3607] 10.0.0.228 () {28 vars in 579 bytes} [Fri Mar 6 21:40:55 2026] GET /v2.0/ports => generated 4725 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1781/3608] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:40:55 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: 1828/3609] 10.0.0.228 () {28 vars in 583 bytes} [Fri Mar 6 21:40:55 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: 1782/3610] 10.0.0.228 () {28 vars in 624 bytes} [Fri Mar 6 21:40:55 2026] GET /v2.0/agents?binary=ovn-controller => generated 14 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1829/3611] 10.0.0.228 () {28 vars in 581 bytes} [Fri Mar 6 21:40:55 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: 1783/3612] 10.0.0.228 () {28 vars in 619 bytes} [Fri Mar 6 21:40:55 2026] GET /v2.0/network-ip-availabilities => generated 1104 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1830/3613] 10.0.0.228 () {28 vars in 585 bytes} [Fri Mar 6 21:40:55 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: 8|app: 0|req: 1784/3614] 10.0.0.228 () {28 vars in 599 bytes} [Fri Mar 6 21:40:55 2026] GET /v2.0/security-groups => generated 17401 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0)