+ 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 [Mon Apr 6 19:18:25 2026] *** compiled with version: 13.3.0 on 27 November 2025 23:02:21 os: Linux-5.15.0-174-generic #184-Ubuntu SMP Fri Mar 13 18:41:50 UTC 2026 nodename: neutron-server-57fdbb7884-kf7sr 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 0x7f2896bc1668 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-04-06 19:18:29.234 7 INFO neutron.common.config [-] Logging enabled! 2026-04-06 19:18:29.234 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-06 19:18:29.310 8 INFO neutron.common.config [-] Logging enabled! 2026-04-06 19:18:29.310 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-06 19:18:30.238 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-06 19:18:30.403 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-06 19:18:31.799 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-06 19:18:31.802 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-06 19:18:31.806 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-06 19:18:31.807 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-06 19:18:31.807 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-06 19:18:31.807 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-06 19:18:31.807 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-06 19:18:31.814 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-06 19:18:31.815 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-06 19:18:31.815 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-06 19:18:31.836 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-06 19:18:31.837 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-06 19:18:31.838 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-06 19:18:31.865 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-06 19:18:31.865 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-06 19:18:31.865 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-06 19:18:31.865 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-06 19:18:31.933 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-06 19:18:31.935 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-06 19:18:31.939 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-06 19:18:31.940 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-06 19:18:31.940 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-06 19:18:31.940 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-06 19:18:31.940 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-06 19:18:31.949 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-06 19:18:31.949 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-06 19:18:31.949 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-06 19:18:31.972 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-06 19:18:31.973 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-06 19:18:31.974 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-06 19:18:32.000 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-06 19:18:32.000 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-06 19:18:32.000 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-06 19:18:32.001 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-06 19:18:32.153 7 INFO neutron.plugins.ml2.managers [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] Initializing driver for type 'vlan' 2026-04-06 19:18:32.277 8 INFO neutron.plugins.ml2.managers [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] Initializing driver for type 'vlan' 2026-04-06 19:18:32.430 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] VlanTypeDriver initialization complete 2026-04-06 19:18:32.430 7 INFO neutron.plugins.ml2.managers [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] Initializing driver for type 'vxlan' 2026-04-06 19:18:32.431 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-06 19:18:32.442 7 INFO neutron.plugins.ml2.managers [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-06 19:18:32.442 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-06 19:18:32.442 7 INFO neutron.plugins.ml2.managers [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] Initializing extension driver 'port_security' 2026-04-06 19:18:32.442 7 INFO neutron.plugins.ml2.extensions.port_security [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-06 19:18:32.442 7 INFO neutron.plugins.ml2.managers [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] Initializing extension driver 'qos' 2026-04-06 19:18:32.443 7 INFO neutron.plugins.ml2.managers [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-06 19:18:32.443 7 INFO neutron.plugins.ml2.managers [None req-f7efa0b3-6ab0-4829-999f-fd8b8137eded - - - - - -] Initializing mechanism driver 'l2population' 2026-04-06 19:18:32.457 7 INFO neutron.quota [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded quota_driver: . 2026-04-06 19:18:32.457 7 INFO neutron.plugins.ml2.plugin [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Modular L2 Plugin initialization complete 2026-04-06 19:18:32.457 7 INFO neutron.plugins.ml2.managers [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-06 19:18:32.458 7 INFO neutron.plugins.ml2.managers [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-06 19:18:32.458 7 INFO neutron.plugins.ml2.managers [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-06 19:18:32.458 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: qos 2026-04-06 19:18:32.471 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: router 2026-04-06 19:18:32.518 7 INFO neutron.services.service_base [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-06 19:18:32.518 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: segments 2026-04-06 19:18:32.544 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] VlanTypeDriver initialization complete 2026-04-06 19:18:32.544 8 INFO neutron.plugins.ml2.managers [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] Initializing driver for type 'vxlan' 2026-04-06 19:18:32.544 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-06 19:18:32.556 8 INFO neutron.plugins.ml2.managers [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-06 19:18:32.556 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-06 19:18:32.557 8 INFO neutron.plugins.ml2.managers [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] Initializing extension driver 'port_security' 2026-04-06 19:18:32.557 8 INFO neutron.plugins.ml2.extensions.port_security [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-06 19:18:32.557 8 INFO neutron.plugins.ml2.managers [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] Initializing extension driver 'qos' 2026-04-06 19:18:32.557 8 INFO neutron.plugins.ml2.managers [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-06 19:18:32.557 8 INFO neutron.plugins.ml2.managers [None req-6916fa47-c31e-4ecf-a3bf-98d4cc21ef40 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-06 19:18:32.568 8 INFO neutron.quota [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded quota_driver: . 2026-04-06 19:18:32.569 8 INFO neutron.plugins.ml2.plugin [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Modular L2 Plugin initialization complete 2026-04-06 19:18:32.569 8 INFO neutron.plugins.ml2.managers [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-06 19:18:32.569 8 INFO neutron.plugins.ml2.managers [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-06 19:18:32.569 8 INFO neutron.plugins.ml2.managers [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-06 19:18:32.569 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: qos 2026-04-06 19:18:32.582 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: router 2026-04-06 19:18:32.615 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: trunk 2026-04-06 19:18:32.628 8 INFO neutron.services.service_base [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-06 19:18:32.628 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: segments 2026-04-06 19:18:32.629 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: vpnaas 2026-04-06 19:18:32.670 7 WARNING stevedore.named [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-06 19:18:32.725 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: trunk 2026-04-06 19:18:32.740 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: vpnaas 2026-04-06 19:18:32.741 7 INFO neutron_vpnaas.services.vpn.plugin [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-06 19:18:32.742 7 INFO neutron.common.utils [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-06 19:18:32.742 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: taas 2026-04-06 19:18:32.767 7 WARNING stevedore.named [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-06 19:18:32.767 7 WARNING stevedore.named [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-06 19:18:32.787 8 WARNING stevedore.named [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-06 19:18:32.789 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-06 19:18:32.789 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: tapmirror 2026-04-06 19:18:32.802 7 WARNING stevedore.named [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-06 19:18:32.802 7 WARNING stevedore.named [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-06 19:18:32.815 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-06 19:18:32.816 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: auto_allocate 2026-04-06 19:18:32.823 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: tag 2026-04-06 19:18:32.833 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: timestamp 2026-04-06 19:18:32.837 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: network_ip_availability 2026-04-06 19:18:32.841 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: flavors 2026-04-06 19:18:32.844 7 INFO neutron.manager [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loading Plugin: revisions 2026-04-06 19:18:32.847 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Initializing extension manager. 2026-04-06 19:18:32.849 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: address-group 2026-04-06 19:18:32.850 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: address-scope 2026-04-06 19:18:32.850 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-06 19:18:32.851 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: agent 2026-04-06 19:18:32.852 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: agent-resources-synced 2026-04-06 19:18:32.852 8 INFO neutron_vpnaas.services.vpn.plugin [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-06 19:18:32.852 8 INFO neutron.common.utils [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-06 19:18:32.852 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: taas 2026-04-06 19:18:32.853 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-06 19:18:32.853 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-06 19:18:32.854 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: availability_zone 2026-04-06 19:18:32.855 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: availability_zone_filter 2026-04-06 19:18:32.855 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-06 19:18:32.856 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: default-subnetpools 2026-04-06 19:18:32.857 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-06 19:18:32.858 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: dns-integration 2026-04-06 19:18:32.858 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: dns-domain-ports 2026-04-06 19:18:32.859 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-06 19:18:32.859 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: dvr 2026-04-06 19:18:32.860 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-06 19:18:32.861 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: empty-string-filtering 2026-04-06 19:18:32.861 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-06 19:18:32.862 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-06 19:18:32.862 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: external-net 2026-04-06 19:18:32.863 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-06 19:18:32.863 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: extraroute 2026-04-06 19:18:32.864 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: extraroute-atomic 2026-04-06 19:18:32.864 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-06 19:18:32.865 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-06 19:18:32.865 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-06 19:18:32.866 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-06 19:18:32.866 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: fip-port-details 2026-04-06 19:18:32.867 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: flavors 2026-04-06 19:18:32.869 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-06 19:18:32.869 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: floatingip-pools 2026-04-06 19:18:32.870 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: ip_allocation 2026-04-06 19:18:32.870 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-06 19:18:32.871 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: l2_adjacency 2026-04-06 19:18:32.872 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: router 2026-04-06 19:18:32.874 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-06 19:18:32.875 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-06 19:18:32.875 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-06 19:18:32.876 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: ext-gw-mode 2026-04-06 19:18:32.876 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: l3-ha 2026-04-06 19:18:32.877 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-06 19:18:32.877 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-06 19:18:32.878 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: l3-flavors 2026-04-06 19:18:32.878 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-06 19:18:32.879 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-06 19:18:32.881 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-06 19:18:32.882 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-06 19:18:32.883 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-06 19:18:32.884 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-06 19:18:32.885 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-06 19:18:32.885 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: multi-provider 2026-04-06 19:18:32.886 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: net-mtu 2026-04-06 19:18:32.886 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: net-mtu-writable 2026-04-06 19:18:32.887 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: network_availability_zone 2026-04-06 19:18:32.887 8 WARNING stevedore.named [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-06 19:18:32.887 8 WARNING stevedore.named [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-06 19:18:32.887 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: network_ha 2026-04-06 19:18:32.888 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: network-ip-availability 2026-04-06 19:18:32.889 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-06 19:18:32.890 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: pagination 2026-04-06 19:18:32.890 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: port-device-profile 2026-04-06 19:18:32.891 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-06 19:18:32.891 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-06 19:18:32.892 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-06 19:18:32.892 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: port-mac-override 2026-04-06 19:18:32.893 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-06 19:18:32.893 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-06 19:18:32.894 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-06 19:18:32.894 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: port-resource-request 2026-04-06 19:18:32.895 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-06 19:18:32.895 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-06 19:18:32.896 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: binding 2026-04-06 19:18:32.897 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: binding-extended 2026-04-06 19:18:32.897 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: port-security 2026-04-06 19:18:32.898 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: project-id 2026-04-06 19:18:32.898 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: provider 2026-04-06 19:18:32.899 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-06 19:18:32.901 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos 2026-04-06 19:18:32.901 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-06 19:18:32.902 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-06 19:18:32.902 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-default 2026-04-06 19:18:32.903 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-fip 2026-04-06 19:18:32.903 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-06 19:18:32.904 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-06 19:18:32.904 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-06 19:18:32.905 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-06 19:18:32.906 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-06 19:18:32.906 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-pps 2026-04-06 19:18:32.907 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-06 19:18:32.907 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-06 19:18:32.908 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: qos-rules-alias 2026-04-06 19:18:32.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-06 19:18:32.908 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: tapmirror 2026-04-06 19:18:32.908 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: quota-check-limit 2026-04-06 19:18:32.909 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-06 19:18:32.911 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: quotas 2026-04-06 19:18:32.912 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: quota_details 2026-04-06 19:18:32.914 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: rbac-policies 2026-04-06 19:18:32.914 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: rbac-address-group 2026-04-06 19:18:32.915 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: rbac-address-scope 2026-04-06 19:18:32.915 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: rbac-security-groups 2026-04-06 19:18:32.916 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-06 19:18:32.916 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: revision-if-match 2026-04-06 19:18:32.917 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-06 19:18:32.917 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: router_availability_zone 2026-04-06 19:18:32.918 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-06 19:18:32.920 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-06 19:18:32.920 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-06 19:18:32.920 8 WARNING stevedore.named [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-06 19:18:32.920 8 WARNING stevedore.named [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-06 19:18:32.921 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-06 19:18:32.921 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-06 19:18:32.922 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-06 19:18:32.922 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-06 19:18:32.928 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: security-group 2026-04-06 19:18:32.929 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: segment 2026-04-06 19:18:32.929 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-06 19:18:32.930 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: service-type 2026-04-06 19:18:32.930 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: sorting 2026-04-06 19:18:32.931 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: standard-attr-segment 2026-04-06 19:18:32.932 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: standard-attr-description 2026-04-06 19:18:32.933 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: stateful-security-group 2026-04-06 19:18:32.933 7 WARNING neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-06 19:18:32.933 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-06 19:18:32.933 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: auto_allocate 2026-04-06 19:18:32.934 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-06 19:18:32.934 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: subnet-external-network 2026-04-06 19:18:32.935 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: subnet_onboard 2026-04-06 19:18:32.935 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-06 19:18:32.936 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: subnet-service-types 2026-04-06 19:18:32.936 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: subnet_allocation 2026-04-06 19:18:32.937 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-06 19:18:32.937 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: tag-creation 2026-04-06 19:18:32.938 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-06 19:18:32.942 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: tag 2026-04-06 19:18:32.942 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: standard-attr-tag 2026-04-06 19:18:32.942 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-06 19:18:32.943 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: trunk 2026-04-06 19:18:32.944 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: trunk-details 2026-04-06 19:18:32.944 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-06 19:18:32.945 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-06 19:18:32.945 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-06 19:18:32.946 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-06 19:18:32.948 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-06 19:18:32.948 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-06 19:18:32.949 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: vpn-flavors 2026-04-06 19:18:32.949 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: timestamp 2026-04-06 19:18:32.951 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: vpnaas 2026-04-06 19:18:32.952 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: network_ip_availability 2026-04-06 19:18:32.952 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: taas 2026-04-06 19:18:32.953 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: tap-mirror 2026-04-06 19:18:32.953 7 INFO neutron.api.extensions [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-06 19:18:32.956 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: flavors 2026-04-06 19:18:32.956 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-06 19:18:32.956 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-06 19:18:32.956 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-06 19:18:32.956 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-06 19:18:32.959 8 INFO neutron.manager [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loading Plugin: revisions 2026-04-06 19:18:32.959 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-06 19:18:32.960 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-06 19:18:32.963 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Initializing extension manager. 2026-04-06 19:18:32.964 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: address-group 2026-04-06 19:18:32.964 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-06 19:18:32.965 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-06 19:18:32.965 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: address-scope 2026-04-06 19:18:32.965 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-06 19:18:32.966 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-06 19:18:32.966 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-06 19:18:32.966 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] subnetpool is already registered 2026-04-06 19:18:32.966 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: agent 2026-04-06 19:18:32.967 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-06 19:18:32.967 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: agent-resources-synced 2026-04-06 19:18:32.967 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] subnetpool is already registered 2026-04-06 19:18:32.967 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-06 19:18:32.968 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-06 19:18:32.968 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-06 19:18:32.968 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-06 19:18:32.969 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-06 19:18:32.969 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-06 19:18:32.969 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-06 19:18:32.969 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: availability_zone 2026-04-06 19:18:32.970 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-06 19:18:32.970 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: availability_zone_filter 2026-04-06 19:18:32.970 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-06 19:18:32.970 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] ipsecpolicy is already registered 2026-04-06 19:18:32.970 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-06 19:18:32.971 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-06 19:18:32.971 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] ikepolicy is already registered 2026-04-06 19:18:32.971 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: default-subnetpools 2026-04-06 19:18:32.973 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-06 19:18:32.973 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: dns-integration 2026-04-06 19:18:32.974 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: dns-domain-ports 2026-04-06 19:18:32.974 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-06 19:18:32.975 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: dvr 2026-04-06 19:18:32.975 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-06 19:18:32.975 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-06 19:18:32.975 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] router is already registered 2026-04-06 19:18:32.976 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: empty-string-filtering 2026-04-06 19:18:32.976 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-06 19:18:32.976 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] floatingip is already registered 2026-04-06 19:18:32.976 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-06 19:18:32.977 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-06 19:18:32.977 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: external-net 2026-04-06 19:18:32.978 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-06 19:18:32.978 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: extraroute 2026-04-06 19:18:32.979 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: extraroute-atomic 2026-04-06 19:18:32.979 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-06 19:18:32.979 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-06 19:18:32.980 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] rbac_policy is already registered 2026-04-06 19:18:32.980 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-06 19:18:32.980 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-06 19:18:32.980 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] security_group is already registered 2026-04-06 19:18:32.980 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-06 19:18:32.981 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-06 19:18:32.981 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] security_group_rule is already registered 2026-04-06 19:18:32.981 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-06 19:18:32.981 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: fip-port-details 2026-04-06 19:18:32.981 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-06 19:18:32.982 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] subnetpool is already registered 2026-04-06 19:18:32.982 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-06 19:18:32.982 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: flavors 2026-04-06 19:18:32.982 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] subnetpool is already registered 2026-04-06 19:18:32.983 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-06 19:18:32.983 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] trunk is already registered 2026-04-06 19:18:32.983 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-06 19:18:32.983 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-06 19:18:32.983 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] ikepolicy is already registered 2026-04-06 19:18:32.984 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-06 19:18:32.984 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] ipsecpolicy is already registered 2026-04-06 19:18:32.984 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: floatingip-pools 2026-04-06 19:18:32.984 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-06 19:18:32.984 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] endpoint_group is already registered 2026-04-06 19:18:32.984 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: ip_allocation 2026-04-06 19:18:32.985 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-06 19:18:32.985 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] vpnservice is already registered 2026-04-06 19:18:32.985 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-06 19:18:32.985 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-06 19:18:32.985 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] ipsec_site_connection is already registered 2026-04-06 19:18:32.985 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: l2_adjacency 2026-04-06 19:18:32.986 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-06 19:18:32.986 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] ipsecpolicy is already registered 2026-04-06 19:18:32.986 7 INFO neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-06 19:18:32.986 7 WARNING neutron.quota.resource_registry [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] ikepolicy is already registered 2026-04-06 19:18:32.986 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: router 2026-04-06 19:18:32.988 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-06 19:18:32.989 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-06 19:18:32.990 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-06 19:18:32.990 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: ext-gw-mode 2026-04-06 19:18:32.991 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: l3-ha 2026-04-06 19:18:32.991 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-06 19:18:32.992 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-06 19:18:32.992 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: l3-flavors 2026-04-06 19:18:32.993 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-06 19:18:32.994 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-06 19:18:32.996 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-06 19:18:32.997 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-06 19:18:32.998 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-06 19:18:32.999 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-06 19:18:33.000 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-06 19:18:33.000 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: multi-provider 2026-04-06 19:18:33.001 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: net-mtu 2026-04-06 19:18:33.001 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: net-mtu-writable 2026-04-06 19:18:33.002 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: network_availability_zone 2026-04-06 19:18:33.002 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: network_ha 2026-04-06 19:18:33.003 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: network-ip-availability 2026-04-06 19:18:33.004 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-06 19:18:33.005 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: pagination 2026-04-06 19:18:33.005 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: port-device-profile 2026-04-06 19:18:33.005 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-06 19:18:33.006 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-06 19:18:33.006 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-06 19:18:33.007 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: port-mac-override 2026-04-06 19:18:33.007 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-06 19:18:33.008 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-06 19:18:33.008 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-06 19:18:33.009 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: port-resource-request 2026-04-06 19:18:33.009 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-06 19:18:33.010 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-06 19:18:33.010 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: binding 2026-04-06 19:18:33.012 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: binding-extended 2026-04-06 19:18:33.012 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: port-security 2026-04-06 19:18:33.012 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: project-id 2026-04-06 19:18:33.013 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: provider 2026-04-06 19:18:33.014 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-06 19:18:33.016 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos 2026-04-06 19:18:33.016 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-06 19:18:33.017 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-06 19:18:33.017 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-default 2026-04-06 19:18:33.018 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-fip 2026-04-06 19:18:33.018 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-06 19:18:33.019 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-06 19:18:33.019 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-06 19:18:33.020 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-06 19:18:33.020 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-06 19:18:33.021 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-pps 2026-04-06 19:18:33.022 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-06 19:18:33.022 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-06 19:18:33.023 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: qos-rules-alias 2026-04-06 19:18:33.023 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: quota-check-limit 2026-04-06 19:18:33.024 7 WARNING keystonemiddleware._common.config [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-06 19:18:33.024 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-06 19:18:33.026 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: quotas 2026-04-06 19:18:33.027 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: quota_details 2026-04-06 19:18:33.028 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: rbac-policies 2026-04-06 19:18:33.029 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: rbac-address-group 2026-04-06 19:18:33.029 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: rbac-address-scope 2026-04-06 19:18:33.030 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: rbac-security-groups 2026-04-06 19:18:33.030 7 WARNING oslo_config.cfg [None req-ef01f85e-e4d4-4d87-8478-a519e9945ac3 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-06 19:18:33.030 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-06 19:18:33.031 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: revision-if-match 2026-04-06 19:18:33.032 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-06 19:18:33.032 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: router_availability_zone WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f2896bc1668 pid: 7 (default app) 2026-04-06 19:18:33.033 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-06 19:18:33.034 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-06 19:18:33.035 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-06 19:18:33.035 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-06 19:18:33.036 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-06 19:18:33.036 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-06 19:18:33.037 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-06 19:18:33.041 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: security-group 2026-04-06 19:18:33.042 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: segment 2026-04-06 19:18:33.043 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-06 19:18:33.043 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: service-type 2026-04-06 19:18:33.044 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: sorting 2026-04-06 19:18:33.044 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: standard-attr-segment 2026-04-06 19:18:33.045 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: standard-attr-description 2026-04-06 19:18:33.046 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: stateful-security-group 2026-04-06 19:18:33.046 8 WARNING neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-06 19:18:33.046 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-06 19:18:33.047 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: subnet-external-network 2026-04-06 19:18:33.048 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: subnet_onboard 2026-04-06 19:18:33.048 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-06 19:18:33.049 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: subnet-service-types 2026-04-06 19:18:33.049 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: subnet_allocation 2026-04-06 19:18:33.050 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-06 19:18:33.050 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: tag-creation 2026-04-06 19:18:33.052 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-06 19:18:33.056 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: standard-attr-tag 2026-04-06 19:18:33.057 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-06 19:18:33.057 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: trunk 2026-04-06 19:18:33.058 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: trunk-details 2026-04-06 19:18:33.058 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-06 19:18:33.059 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-06 19:18:33.060 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-06 19:18:33.060 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-06 19:18:33.062 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-06 19:18:33.063 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-06 19:18:33.064 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: vpn-flavors 2026-04-06 19:18:33.066 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: vpnaas 2026-04-06 19:18:33.067 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: taas 2026-04-06 19:18:33.068 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: tap-mirror 2026-04-06 19:18:33.069 8 INFO neutron.api.extensions [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-06 19:18:33.072 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-06 19:18:33.072 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-06 19:18:33.072 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-06 19:18:33.072 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-06 19:18:33.076 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-06 19:18:33.077 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-06 19:18:33.081 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-06 19:18:33.082 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-06 19:18:33.082 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-06 19:18:33.083 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-06 19:18:33.083 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] subnetpool is already registered 2026-04-06 19:18:33.084 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-06 19:18:33.084 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] subnetpool is already registered 2026-04-06 19:18:33.084 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-06 19:18:33.085 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-06 19:18:33.085 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-06 19:18:33.086 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-06 19:18:33.086 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-06 19:18:33.086 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-06 19:18:33.087 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-06 19:18:33.087 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] ipsecpolicy is already registered 2026-04-06 19:18:33.087 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-06 19:18:33.087 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] ikepolicy is already registered 2026-04-06 19:18:33.092 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-06 19:18:33.092 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] router is already registered 2026-04-06 19:18:33.093 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-06 19:18:33.093 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] floatingip is already registered 2026-04-06 19:18:33.096 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-06 19:18:33.096 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] rbac_policy is already registered 2026-04-06 19:18:33.097 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-06 19:18:33.097 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] security_group is already registered 2026-04-06 19:18:33.098 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-06 19:18:33.098 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] security_group_rule is already registered 2026-04-06 19:18:33.098 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-06 19:18:33.099 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] subnetpool is already registered 2026-04-06 19:18:33.099 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-06 19:18:33.100 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] subnetpool is already registered 2026-04-06 19:18:33.100 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-06 19:18:33.100 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] trunk is already registered 2026-04-06 19:18:33.101 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-06 19:18:33.101 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] ikepolicy is already registered 2026-04-06 19:18:33.101 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-06 19:18:33.101 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] ipsecpolicy is already registered 2026-04-06 19:18:33.102 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-06 19:18:33.102 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] endpoint_group is already registered 2026-04-06 19:18:33.102 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-06 19:18:33.102 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] vpnservice is already registered 2026-04-06 19:18:33.103 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-06 19:18:33.103 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] ipsec_site_connection is already registered 2026-04-06 19:18:33.103 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-06 19:18:33.103 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] ipsecpolicy is already registered 2026-04-06 19:18:33.104 8 INFO neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-06 19:18:33.104 8 WARNING neutron.quota.resource_registry [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] ikepolicy is already registered 2026-04-06 19:18:33.141 8 WARNING keystonemiddleware._common.config [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-06 19:18:33.147 8 WARNING oslo_config.cfg [None req-2a700263-f6ab-47e3-bf51-ba321f451f02 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f2896bc1668 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-04-06 19:18:37.510 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0152ab28-b89b-409b-9539-f977c3fc2360 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.169 () {44 vars in 928 bytes} [Mon Apr 6 19:18:36 2026] GET /v2.0/networks/public => generated 108 bytes in 801 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1/4] 199.204.45.169 () {44 vars in 950 bytes} [Mon Apr 6 19:18:37 2026] GET /v2.0/networks?name=public => generated 15 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:18:38.257 7 WARNING neutron.services.revisions.revision_plugin [None req-4cdaae18-5fc1-4dcf-9523-750c51b9c96e 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Could not find related network for resource to bump revision. 2026-04-06 19:18:38.279 7 INFO neutron.db.segments_db [None req-4cdaae18-5fc1-4dcf-9523-750c51b9c96e 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 6fc93cfb-8224-4836-8061-8313bd2ba665 of type flat for network 5c210958-8b14-4223-bdd3-a5410fb8c0e0 2026-04-06 19:18:38.338 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4cdaae18-5fc1-4dcf-9523-750c51b9c96e 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.169 () {48 vars in 968 bytes} [Mon Apr 6 19:18:37 2026] POST /v2.0/networks => generated 124 bytes in 486 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:18:44.174 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c3d66551-cb63-4e99-83e7-1af78e809416 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.169 () {44 vars in 928 bytes} [Mon Apr 6 19:18:44 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: 3/8] 199.204.45.169 () {44 vars in 950 bytes} [Mon Apr 6 19:18:44 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:18:44.241 7 WARNING neutron.services.revisions.revision_plugin [None req-3b3722d2-f61e-4d1e-9f0e-b520597e94b7 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Could not find related network for resource to bump revision. 2026-04-06 19:18:44.252 7 INFO neutron.db.segments_db [None req-3b3722d2-f61e-4d1e-9f0e-b520597e94b7 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment c329c5f9-949f-494f-b302-26e66b3b8d21 of type flat for network 495c278b-6af1-400b-9936-6f97f99b2603 2026-04-06 19:18:44.268 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b3722d2-f61e-4d1e-9f0e-b520597e94b7 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.169 () {48 vars in 968 bytes} [Mon Apr 6 19:18:44 2026] POST /v2.0/networks => generated 124 bytes in 77 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:18:50.415 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3fa179a1-56ac-420f-9f49-d6b79696e0b1 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.169 () {44 vars in 928 bytes} [Mon Apr 6 19:18:50 2026] GET /v2.0/networks/public => generated 108 bytes in 370 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 7/11] 199.204.45.169 () {44 vars in 950 bytes} [Mon Apr 6 19:18:50 2026] GET /v2.0/networks?name=public => generated 15 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:18:50.676 8 WARNING neutron.services.revisions.revision_plugin [None req-9a7ec173-5d68-4f52-895f-b0bd78324760 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Could not find related network for resource to bump revision. 2026-04-06 19:18:50.695 8 INFO neutron.db.segments_db [None req-9a7ec173-5d68-4f52-895f-b0bd78324760 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 167e1565-cb4d-4400-aa99-e6c2fc798865 of type flat for network 07714e0c-414c-4515-a0e4-1441a4be3457 2026-04-06 19:18:50.753 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9a7ec173-5d68-4f52-895f-b0bd78324760 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.169 () {48 vars in 968 bytes} [Mon Apr 6 19:18:50 2026] POST /v2.0/networks => generated 124 bytes in 308 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:18:56.617 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a1c1d91f-cfda-4380-aa38-cfb514df24cc 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.169 () {44 vars in 928 bytes} [Mon Apr 6 19:18:56 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.169 () {44 vars in 950 bytes} [Mon Apr 6 19:18:56 2026] GET /v2.0/networks?name=public => generated 15 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:18:56.730 8 WARNING neutron.services.revisions.revision_plugin [None req-6c0fcd7d-93da-4a59-a92a-b874b4801765 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Could not find related network for resource to bump revision. 2026-04-06 19:18:56.746 8 INFO neutron.db.segments_db [None req-6c0fcd7d-93da-4a59-a92a-b874b4801765 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment e9cfe36b-a23f-4133-8f74-b6906d1f0dc8 of type flat for network 910074e1-0bd3-4214-b86e-f6fff389c804 2026-04-06 19:18:56.764 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c0fcd7d-93da-4a59-a92a-b874b4801765 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.169 () {48 vars in 968 bytes} [Mon Apr 6 19:18:56 2026] POST /v2.0/networks => generated 124 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:19:02.670 7 INFO neutron.pecan_wsgi.hooks.translation [None req-efc04337-e5a3-4e2f-b87b-ffd5b5ada8dc 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.169 () {44 vars in 928 bytes} [Mon Apr 6 19:19:02 2026] GET /v2.0/networks/public => generated 108 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 8/18] 199.204.45.169 () {44 vars in 950 bytes} [Mon Apr 6 19:19:02 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-04-06 19:19:02.862 7 WARNING neutron.services.revisions.revision_plugin [None req-72761209-426a-4168-ad5e-afaccbd6facb 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Could not find related network for resource to bump revision. 2026-04-06 19:19:03.217 7 INFO neutron.db.segments_db [None req-72761209-426a-4168-ad5e-afaccbd6facb 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment ec9dfc18-9871-4f1b-acc7-dbe16b47326e of type flat for network 5aa3c647-4b4d-4745-97da-122f50164053 [pid: 7|app: 0|req: 11/19] 199.204.45.169 () {48 vars in 968 bytes} [Mon Apr 6 19:19:02 2026] POST /v2.0/networks => generated 706 bytes in 645 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:19:04.440 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ce6e414b-efc0-410f-bf25-952c6b0ea1c8 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.169 () {44 vars in 928 bytes} [Mon Apr 6 19:19:04 2026] GET /v2.0/networks/public => generated 108 bytes in 71 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.169 () {44 vars in 950 bytes} [Mon Apr 6 19:19:04 2026] GET /v2.0/networks?name=public => generated 709 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:19:04.516 8 INFO neutron.pecan_wsgi.hooks.translation [None req-da8b40cc-5a5b-40f6-8778-6e0ea668f535 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.169 () {44 vars in 1035 bytes} [Mon Apr 6 19:19:04 2026] GET /v2.0/subnets/public-subnet?network_id=5aa3c647-4b4d-4745-97da-122f50164053 => generated 113 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 13/23] 199.204.45.169 () {44 vars in 1058 bytes} [Mon Apr 6 19:19:04 2026] GET /v2.0/subnets?name=public-subnet&network_id=5aa3c647-4b4d-4745-97da-122f50164053 => 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: 11/24] 199.204.45.169 () {48 vars in 966 bytes} [Mon Apr 6 19:19:04 2026] POST /v2.0/subnets => generated 664 bytes in 271 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:23:50.285 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b7cb416c-d904-4ef1-84ca-8c867ea4bfa6 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 33/62] 199.204.45.169 () {44 vars in 938 bytes} [Mon Apr 6 19:23:50 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 30/63] 199.204.45.169 () {44 vars in 960 bytes} [Mon Apr 6 19:23:50 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:23:50.354 7 INFO neutron.db.segments_db [None req-eb628762-25f9-49e3-9f00-b02e773899fa 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 115f1177-4df1-49fd-b7e5-0bfb8ae921ab of type vxlan for network fc005d4f-2e44-458d-aaff-b7850fb4af05 [pid: 7|app: 0|req: 34/64] 199.204.45.169 () {48 vars in 967 bytes} [Mon Apr 6 19:23:50 2026] POST /v2.0/networks => generated 688 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:23:51.311 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9724584f-fe07-4367-945b-91eb132b8fbb 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 31/65] 199.204.45.169 () {44 vars in 938 bytes} [Mon Apr 6 19:23:51 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 35/66] 199.204.45.169 () {44 vars in 960 bytes} [Mon Apr 6 19:23:51 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:23:51.366 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9bd3d6a1-8773-4bd4-95bf-eb96238075a8 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 32/67] 199.204.45.169 () {44 vars in 1037 bytes} [Mon Apr 6 19:23:51 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05 => generated 114 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/68] 199.204.45.169 () {44 vars in 1060 bytes} [Mon Apr 6 19:23:51 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05 => 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: 33/69] 199.204.45.169 () {48 vars in 966 bytes} [Mon Apr 6 19:23:51 2026] POST /v2.0/subnets => generated 651 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:23:52.653 7 INFO neutron.api.v2.resource [None req-5d0bf330-caae-45b1-8add-c04d5e00f159 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 37/70] 199.204.45.169 () {44 vars in 972 bytes} [Mon Apr 6 19:23:52 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/71] 199.204.45.169 () {44 vars in 994 bytes} [Mon Apr 6 19:23:52 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/72] 199.204.45.169 () {48 vars in 981 bytes} [Mon Apr 6 19:23:52 2026] POST /v2.0/security-groups => generated 1616 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/73] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:53 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 1616 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/74] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:53 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 1616 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:53 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 1616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/76] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:23:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:54 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 2230 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/78] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:54 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 2230 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/79] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:55 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => 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: 42/80] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:23:55 2026] POST /v2.0/security-group-rules => generated 603 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:55 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 2846 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:55 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 2846 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:56 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 2846 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/86] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:23:56 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/87] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:56 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/88] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:56 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 3462 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/89] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:57 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 3462 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/90] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:23:57 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: 8|app: 0|req: 45/91] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:57 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4078 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/92] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:58 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4078 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/93] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:58 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4078 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/94] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:23:58 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/95] 199.204.45.169 () {44 vars in 988 bytes} [Mon Apr 6 19:23:59 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05 => generated 732 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:23:59.466 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1ae7fcdb-77b7-4a9d-af7b-85867746388d 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 49/96] 199.204.45.169 () {44 vars in 1077 bytes} [Mon Apr 6 19:23:59 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05 => generated 132 bytes in 60 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/97] 199.204.45.169 () {44 vars in 1100 bytes} [Mon Apr 6 19:23:59 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/98] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:23:59 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => 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: 49/99] 199.204.45.169 () {48 vars in 962 bytes} [Mon Apr 6 19:23:59 2026] POST /v2.0/ports => generated 1100 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-06 19:24:06.580 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38d79dcc-9a1a-4442-998f-52faec779a68 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 51/100] 199.204.45.169 () {44 vars in 980 bytes} [Mon Apr 6 19:24:06 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 50/101] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:24:06 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/102] 199.204.45.169 () {48 vars in 1032 bytes} [Mon Apr 6 19:24:06 2026] PUT /v2.0/ports/cd16baaf-c806-4c3c-ac6d-08a40ec7092f => generated 1249 bytes in 725 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/103] 199.204.45.169 () {44 vars in 921 bytes} [Mon Apr 6 19:24:08 2026] GET /v2.0/ports => generated 3730 bytes in 260 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-04-06 19:24:10.132 7 INFO neutron.api.v2.resource [None req-39f8bf43-8570-4258-9543-503a7dfdfe5e 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/104] 199.204.45.169 () {44 vars in 960 bytes} [Mon Apr 6 19:24:10 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/105] 199.204.45.169 () {44 vars in 982 bytes} [Mon Apr 6 19:24:10 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/106] 199.204.45.169 () {48 vars in 981 bytes} [Mon Apr 6 19:24:10 2026] POST /v2.0/security-groups => generated 1610 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/109] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:24:11 2026] GET /v2.0/security-groups/8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955 => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/110] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:24:11 2026] GET /v2.0/security-groups/8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955 => 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: 55/111] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:24:11 2026] GET /v2.0/security-groups/8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955 => generated 1610 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/112] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:24:11 2026] POST /v2.0/security-group-rules => generated 623 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/113] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:24:12 2026] GET /v2.0/security-groups/8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955 => generated 2246 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/114] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:24:12 2026] GET /v2.0/security-groups/8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955 => generated 2246 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/115] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:24:12 2026] GET /v2.0/security-groups/8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955 => generated 2246 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/116] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:24:12 2026] POST /v2.0/security-group-rules => generated 627 bytes in 81 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 62/125] 199.204.45.169 () {44 vars in 976 bytes} [Mon Apr 6 19:25:12 2026] GET /v2.0/quotas/b043c051ec9c4ad49526b5c5bc85aa85 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 64/126] 199.204.45.169 () {48 vars in 1028 bytes} [Mon Apr 6 19:25:12 2026] PUT /v2.0/quotas/b043c051ec9c4ad49526b5c5bc85aa85 => generated 291 bytes in 27 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-04-06 19:27:32.498 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4153d428-8be8-4fcc-9705-d9a55562d452 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 72/145] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 19:27:32 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 154 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: 74/146] 199.204.45.169 () {30 vars in 763 bytes} [Mon Apr 6 19:27:32 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:27:34.330 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fac683ff-c0ef-4cdb-9fdd-94a5b15b229c 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 73/147] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 19:27:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 75/148] 199.204.45.169 () {30 vars in 763 bytes} [Mon Apr 6 19:27:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:33:18.027 8 INFO neutron.api.v2.resource [None req-b88fc4bc-5861-436f-88a5-6640b2a2555d 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 97/195] 199.204.45.169 () {44 vars in 1075 bytes} [Mon Apr 6 19:33:17 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 139 bytes in 116 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 99/196] 199.204.45.169 () {44 vars in 1098 bytes} [Mon Apr 6 19:33:18 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 23 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 98/197] 199.204.45.169 () {48 vars in 982 bytes} [Mon Apr 6 19:33:18 2026] POST /v2.0/security-groups => generated 1624 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 100/198] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:33:19 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 1624 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 99/199] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:33:19 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774 => generated 1624 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 101/200] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:33:19 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => 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: 100/201] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:33:19 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) [pid: 7|app: 0|req: 102/202] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:33:20 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 2234 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/203] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:33:20 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774 => generated 2234 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/204] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:33:20 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 2234 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/205] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:33:20 2026] POST /v2.0/security-group-rules => generated 599 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/206] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:33:21 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 2846 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/207] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:33:21 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774 => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:33:21 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 2846 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:33:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:33:22 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 3460 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:33:22 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774 => generated 3460 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/212] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:33:22 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 3460 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.169 () {48 vars in 992 bytes} [Mon Apr 6 19:33:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/256] 199.204.45.169 () {30 vars in 740 bytes} [Mon Apr 6 19:38:32 2026] GET /v2.0/networks?tenant_id=e3d281d1ebf64ce59594ff6ab6c3b375&shared=False => generated 15 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:38:32.984 7 INFO neutron.db.segments_db [None req-98b49ed4-fd41-4c35-895b-4efd3b5cb3ff a0337287e82345d4aa6b82d5bdd660ad e3d281d1ebf64ce59594ff6ab6c3b375 - - e19190b1e2694383ba9e634ea2710e4e e19190b1e2694383ba9e634ea2710e4e] Added segment 36efc66f-8d84-4208-9002-60a91000a353 of type vxlan for network b78c40e5-b40d-47a0-b070-47063ee94ced [pid: 7|app: 0|req: 129/257] 199.204.45.169 () {34 vars in 682 bytes} [Mon Apr 6 19:38:32 2026] POST /v2.0/networks => generated 699 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/258] 199.204.45.169 () {30 vars in 722 bytes} [Mon Apr 6 19:38:33 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/259] 199.204.45.169 () {30 vars in 633 bytes} [Mon Apr 6 19:38:33 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: 130/260] 199.204.45.169 () {34 vars in 677 bytes} [Mon Apr 6 19:38:33 2026] POST /v2.0/ports => generated 999 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/261] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 19:38:33 2026] GET /v2.0/networks/b78c40e5-b40d-47a0-b070-47063ee94ced => generated 705 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/262] 199.204.45.169 () {30 vars in 722 bytes} [Mon Apr 6 19:38:35 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/263] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 19:38:35 2026] GET /v2.0/networks/b78c40e5-b40d-47a0-b070-47063ee94ced => generated 705 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/268] 199.204.45.169 () {44 vars in 976 bytes} [Mon Apr 6 19:39:00 2026] GET /v2.0/quotas/e3d281d1ebf64ce59594ff6ab6c3b375 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 134/269] 199.204.45.169 () {48 vars in 1028 bytes} [Mon Apr 6 19:39:01 2026] PUT /v2.0/quotas/e3d281d1ebf64ce59594ff6ab6c3b375 => generated 291 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:49:45.179 8 INFO neutron.pecan_wsgi.hooks.translation [None req-94b0642e-3624-443d-9b6e-6db638667861 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/356] 199.204.45.169 () {44 vars in 928 bytes} [Mon Apr 6 19:49:45 2026] GET /v2.0/networks/public => generated 108 bytes in 129 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/357] 199.204.45.169 () {44 vars in 950 bytes} [Mon Apr 6 19:49:45 2026] GET /v2.0/networks?name=public => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:49:46.317 8 INFO neutron.pecan_wsgi.hooks.translation [None req-74e4755e-5f36-446b-99a4-108012074951 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 179/358] 199.204.45.169 () {44 vars in 928 bytes} [Mon Apr 6 19:49:46 2026] GET /v2.0/networks/public => generated 108 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/359] 199.204.45.169 () {44 vars in 950 bytes} [Mon Apr 6 19:49:46 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-04-06 19:49:46.384 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4b701b80-d691-40b3-aa33-8202998bc3a0 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 180/360] 199.204.45.169 () {44 vars in 1035 bytes} [Mon Apr 6 19:49:46 2026] GET /v2.0/subnets/public-subnet?network_id=5aa3c647-4b4d-4745-97da-122f50164053 => generated 113 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/361] 199.204.45.169 () {44 vars in 1058 bytes} [Mon Apr 6 19:49:46 2026] GET /v2.0/subnets?name=public-subnet&network_id=5aa3c647-4b4d-4745-97da-122f50164053 => generated 667 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:50:12.542 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a9b24d04-fa4b-4575-a467-06d35b86fc2a 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 183/366] 199.204.45.169 () {44 vars in 938 bytes} [Mon Apr 6 19:50:12 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/367] 199.204.45.169 () {44 vars in 960 bytes} [Mon Apr 6 19:50:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:50:13.495 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a918bfa3-dac6-46d6-9af6-4336f55cfd9e 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/368] 199.204.45.169 () {44 vars in 938 bytes} [Mon Apr 6 19:50:13 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/369] 199.204.45.169 () {44 vars in 960 bytes} [Mon Apr 6 19:50:13 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:50:13.562 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4868fe2f-ae96-4a0a-bfeb-8683f091f934 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 185/370] 199.204.45.169 () {44 vars in 1037 bytes} [Mon Apr 6 19:50:13 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05 => generated 114 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/371] 199.204.45.169 () {44 vars in 1060 bytes} [Mon Apr 6 19:50:13 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:50:14.675 8 INFO neutron.api.v2.resource [None req-ad83286b-f69e-4a55-8360-43d8ca784fc1 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 186/372] 199.204.45.169 () {44 vars in 972 bytes} [Mon Apr 6 19:50:14 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/373] 199.204.45.169 () {44 vars in 994 bytes} [Mon Apr 6 19:50:14 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/374] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:15 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/375] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:15 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/376] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:50:15 2026] GET /v2.0/security-group-rules/ed8514d3-72c2-482b-b81d-b9a2fdc876ed => 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: 189/377] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:16 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/378] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:16 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/379] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:50:16 2026] GET /v2.0/security-group-rules/e5cd2b53-5be0-41b0-a639-47ac2c8ed24d => 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: 190/380] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:17 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/381] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:17 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/382] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:50:17 2026] GET /v2.0/security-group-rules/f575235e-7dc1-4033-b087-c49d12614276 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/383] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:18 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/384] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:18 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/385] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:50:18 2026] GET /v2.0/security-group-rules/e903f061-4934-4c4d-8a84-0e712a768ef0 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/386] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:19 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/387] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:19 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/388] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:50:19 2026] GET /v2.0/security-group-rules/b23cc039-df5e-44d2-b5f0-40dc7f864dd9 => generated 603 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/389] 199.204.45.169 () {44 vars in 988 bytes} [Mon Apr 6 19:50:20 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05 => generated 732 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:50:20.812 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7075e934-957a-470f-b527-6fe536bd2528 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 195/390] 199.204.45.169 () {44 vars in 1077 bytes} [Mon Apr 6 19:50:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05 => 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: 196/391] 199.204.45.169 () {44 vars in 1100 bytes} [Mon Apr 6 19:50:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05 => generated 1254 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/392] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:20 2026] GET /v2.0/security-groups/692ccd9c-5dc8-46c9-bc6a-e75819a9863c => generated 4694 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:50:28.330 7 INFO neutron.pecan_wsgi.hooks.translation [None req-75f324d1-9a63-45a6-9235-f6daa729ff71 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/395] 199.204.45.169 () {44 vars in 980 bytes} [Mon Apr 6 19:50:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/396] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 199/397] 199.204.45.169 () {44 vars in 921 bytes} [Mon Apr 6 19:50:29 2026] GET /v2.0/ports => generated 4725 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:50:30.875 8 INFO neutron.api.v2.resource [None req-b5e99ce5-5250-4263-bcbb-86759133da4c 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 199/398] 199.204.45.169 () {44 vars in 960 bytes} [Mon Apr 6 19:50:30 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/399] 199.204.45.169 () {44 vars in 982 bytes} [Mon Apr 6 19:50:30 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/400] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:31 2026] GET /v2.0/security-groups/8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955 => generated 2886 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/401] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:31 2026] GET /v2.0/security-groups/8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955 => generated 2886 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/402] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:50:31 2026] GET /v2.0/security-group-rules/064dcb46-dbf2-44bc-a8c4-5915f23effc2 => generated 623 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/403] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:32 2026] GET /v2.0/security-groups/8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955 => generated 2886 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/404] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:50:32 2026] GET /v2.0/security-groups/8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955 => generated 2886 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/405] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:50:32 2026] GET /v2.0/security-group-rules/35900200-8645-443f-bf0c-bf04a7f600d3 => generated 627 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/408] 199.204.45.169 () {44 vars in 976 bytes} [Mon Apr 6 19:50:43 2026] GET /v2.0/quotas/b043c051ec9c4ad49526b5c5bc85aa85 => generated 291 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:51:33.623 7 INFO neutron.api.v2.resource [None req-9e39fd14-bb14-4966-9d30-17b8639dd89b 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/415] 199.204.45.169 () {44 vars in 1075 bytes} [Mon Apr 6 19:51:33 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/416] 199.204.45.169 () {44 vars in 1098 bytes} [Mon Apr 6 19:51:33 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 4072 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/417] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:51:34 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 4075 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/418] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:51:34 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774 => 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: 211/419] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:51:34 2026] GET /v2.0/security-group-rules/21d8f45b-b227-4064-a52d-8ddeb7b406c7 => generated 597 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/420] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:51:35 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 4075 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/421] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:51:35 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/422] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:51:35 2026] GET /v2.0/security-group-rules/47e6f024-6aa5-40a9-b1de-1fc4c412d51b => generated 599 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/423] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:51:36 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => generated 4075 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 211/424] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:51:36 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774 => 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: 214/425] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:51:36 2026] GET /v2.0/security-group-rules/7e09f932-d7fd-4b7b-b03a-a3dd31fddfcf => 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: 212/426] 199.204.45.169 () {44 vars in 1089 bytes} [Mon Apr 6 19:51:37 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774?project_id=e3d281d1ebf64ce59594ff6ab6c3b375 => 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: 215/427] 199.204.45.169 () {44 vars in 1002 bytes} [Mon Apr 6 19:51:37 2026] GET /v2.0/security-groups/d48b50f8-4aa8-4747-88f7-067102d45774 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/428] 199.204.45.169 () {44 vars in 1012 bytes} [Mon Apr 6 19:51:37 2026] GET /v2.0/security-group-rules/f16a5a39-e069-4ebf-a085-fffba3a518d3 => 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: 215/431] 199.204.45.169 () {44 vars in 976 bytes} [Mon Apr 6 19:51:44 2026] GET /v2.0/quotas/e3d281d1ebf64ce59594ff6ab6c3b375 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/438] 199.204.45.169 () {44 vars in 950 bytes} [Mon Apr 6 19:52:33 2026] GET /v2.0/networks?name=public => generated 753 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/445] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:53:11 2026] GET /v2.0/networks => generated 2168 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/446] 10.0.0.45 () {32 vars in 654 bytes} [Mon Apr 6 19:53:13 2026] GET /v2.0/floatingips => generated 19 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 224/447] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:53:13 2026] GET /v2.0/routers => generated 15 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/448] 10.0.0.45 () {32 vars in 642 bytes} [Mon Apr 6 19:53:13 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: 225/449] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:53:13 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: 225/450] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:53:13 2026] GET /v2.0/networks => generated 2168 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/451] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 19:53:13 2026] GET /v2.0/security-groups => generated 17401 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/452] 10.0.0.45 () {32 vars in 654 bytes} [Mon Apr 6 19:53:13 2026] GET /v2.0/subnetpools => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:53:23.761 7 INFO neutron.db.segments_db [None req-76219b01-5979-4e18-b5b4-413c8b79906f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 045f0b72-7778-44c7-9359-ee403d438211 of type vxlan for network 6cca89d2-7b7d-450d-bb91-d40b4d756992 [pid: 7|app: 0|req: 227/453] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:53:23 2026] POST /v2.0/networks => generated 725 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:23.855 8 INFO neutron.db.segments_db [None req-c628ec1a-df8d-4f8f-bbf0-f889070e0d4c 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment a6995cf3-4d09-4498-925b-9a2de011f7f2 of type vxlan for network 7e636afb-d930-4b83-b896-17ed01d85a0e [pid: 8|app: 0|req: 227/454] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:53:23 2026] POST /v2.0/networks => generated 725 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:23.983 7 INFO neutron.db.segments_db [None req-d535c5ce-38d6-4927-96c4-ec5944a53f9e 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment d3f2d4a0-f7fc-4d64-a79f-bdca5ca9c0fb of type vxlan for network 98093f92-a6bc-484c-aa27-42cd502b2016 [pid: 7|app: 0|req: 228/455] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:53:23 2026] POST /v2.0/networks => generated 727 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/456] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:23 2026] POST /v2.0/subnets => generated 691 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/457] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:24 2026] POST /v2.0/subnets => generated 691 bytes in 182 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:24.273 7 INFO neutron.db.segments_db [None req-fa7f94ed-d20c-4aab-8c2e-1d3dc8d3057f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 68438768-e0d7-4599-995d-cc2f54eca209 of type vxlan for network 7cd32d1a-419f-4cf6-8f18-7a63fe2aa346 [pid: 8|app: 0|req: 229/458] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:24 2026] POST /v2.0/subnets => generated 693 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:24.325 8 INFO neutron.db.segments_db [None req-977fe5d7-78da-4e50-8774-43f4aa5107d2 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 97236a52-f66f-45d3-9fa0-ba1315824041 of type vxlan for network ab253f62-fc9b-4b75-977f-5e4c36fa2453 2026-04-06 19:53:24.519 7 INFO neutron.db.l3_hamode_db [None req-fa7f94ed-d20c-4aab-8c2e-1d3dc8d3057f 971d5f0bcc3c40d3873e9b9b3c98f096 e0886cbbc9484130b010581dd5a2b583 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:53:24.554 8 INFO neutron.db.l3_hamode_db [None req-977fe5d7-78da-4e50-8774-43f4aa5107d2 971d5f0bcc3c40d3873e9b9b3c98f096 76e082105c6147a2be3d333dc09f668a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:53:25.378 7 INFO neutron.db.l3_hamode_db [None req-fa7f94ed-d20c-4aab-8c2e-1d3dc8d3057f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:53:25.433 8 INFO neutron.db.l3_hamode_db [None req-977fe5d7-78da-4e50-8774-43f4aa5107d2 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 230/459] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:24 2026] POST /v2.0/routers => generated 731 bytes in 2347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:26.613 7 INFO neutron.db.segments_db [None req-c65dc531-56d5-4dcc-bba5-c41495c9b8ef 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 9babd683-65b0-480c-812c-18d649ef0f34 of type vxlan for network 73b5a0e2-48f1-4a3c-8500-98bf2e6e75c8 [pid: 8|app: 0|req: 230/460] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:24 2026] POST /v2.0/routers => generated 731 bytes in 2367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:26.817 7 INFO neutron.db.l3_hamode_db [None req-c65dc531-56d5-4dcc-bba5-c41495c9b8ef 971d5f0bcc3c40d3873e9b9b3c98f096 d583028154fe456bb7e6ca76710eec7b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 231/461] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:53:26 2026] GET /v2.0/security-groups?tenant_id=996d9f080b3244089961798605df1205&name=default => generated 2922 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:53:27.440 7 INFO neutron.db.l3_hamode_db [None req-c65dc531-56d5-4dcc-bba5-c41495c9b8ef 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 234/464] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:53:26 2026] PUT /v2.0/routers/112d534c-585a-4c3e-b68f-f463bce21f28/add_router_interface => generated 309 bytes in 1160 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/465] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:26 2026] POST /v2.0/routers => generated 733 bytes in 1635 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/466] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:53:28 2026] DELETE /v2.0/security-groups/3b2ea97a-a3eb-4f1d-a8b0-fe925477e018 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/467] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:53:28 2026] PUT /v2.0/routers/fd2db84f-c0f7-4ca4-a17e-fd75c527120a/add_router_interface => generated 309 bytes in 1129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/468] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:53:28 2026] PUT /v2.0/routers/6c4f0cae-f465-4a24-bac3-a2ac62102934/add_router_interface => generated 309 bytes in 1081 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/469] 10.0.0.76 () {38 vars in 970 bytes} [Mon Apr 6 19:53:29 2026] POST /v2.0/security-groups => generated 1681 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/470] 10.0.0.45 () {34 vars in 684 bytes} [Mon Apr 6 19:53:29 2026] POST /v2.0/security-groups => generated 1657 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/471] 10.0.0.76 () {38 vars in 970 bytes} [Mon Apr 6 19:53:29 2026] POST /v2.0/security-groups => generated 1686 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/472] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:53:30 2026] POST /v2.0/security-group-rules => generated 597 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/473] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:30 2026] GET /v2.0/security-groups/e63046ac-93e5-4cf2-bb4d-3c25460dbc51 => generated 1686 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/474] 10.0.0.76 () {38 vars in 970 bytes} [Mon Apr 6 19:53:29 2026] POST /v2.0/security-groups => generated 1682 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/475] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:53:30 2026] POST /v2.0/security-group-rules => generated 602 bytes in 84 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:30.364 8 INFO neutron.db.segments_db [None req-41c12c66-e1d1-4573-b5f0-56a2873c011d 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment c4846fc8-61e4-4122-9244-0cd8871c5ec8 of type vxlan for network 0ca23d03-1671-4c97-99a8-062d735d759f [pid: 7|app: 0|req: 237/476] 10.0.0.76 () {38 vars in 980 bytes} [Mon Apr 6 19:53:30 2026] POST /v2.0/security-group-rules => generated 614 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/477] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:53:30 2026] POST /v2.0/networks => generated 725 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/478] 10.0.0.76 () {38 vars in 970 bytes} [Mon Apr 6 19:53:30 2026] POST /v2.0/security-groups => generated 1681 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/479] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:30 2026] POST /v2.0/subnets => generated 691 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 240/480] 10.0.0.76 () {38 vars in 970 bytes} [Mon Apr 6 19:53:30 2026] POST /v2.0/security-groups => generated 1683 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/481] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:53:30 2026] GET /v2.0/security-groups?tenant_id=e0886cbbc9484130b010581dd5a2b583 => generated 7905 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/482] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:53:30 2026] POST /v2.0/floatingips => generated 552 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/483] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:30 2026] GET /v2.0/security-groups/898e7947-15c5-4648-b8e7-4c5da565c62d => generated 1683 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:53:30.996 7 INFO neutron.db.segments_db [None req-9f4da68f-a33f-496d-b6e7-0e18bd0fadef 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 1c2c0c77-f634-4bf0-bf52-e53b065bc9c1 of type vxlan for network d20a56c3-555e-40ba-a86a-5f9944ca075b [pid: 8|app: 0|req: 243/484] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:30 2026] GET /v2.0/security-groups/21e1e308-556a-4ba9-b30e-6795b56a7ed4 => generated 2918 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/485] 10.0.0.76 () {38 vars in 980 bytes} [Mon Apr 6 19:53:31 2026] POST /v2.0/security-group-rules => generated 614 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 245/486] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/security-groups/21e1e308-556a-4ba9-b30e-6795b56a7ed4 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/487] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/security-groups/898e7947-15c5-4648-b8e7-4c5da565c62d => generated 2308 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/488] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/security-groups/1be64814-e78a-46d8-b195-bdc1cabe80d5 => generated 1681 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:53:31.229 7 INFO neutron.db.l3_hamode_db [None req-9f4da68f-a33f-496d-b6e7-0e18bd0fadef 971d5f0bcc3c40d3873e9b9b3c98f096 bca7cd4d82b6464ebf897692c9b5bdd5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 248/489] 10.0.0.76 () {38 vars in 980 bytes} [Mon Apr 6 19:53:31 2026] POST /v2.0/security-group-rules => generated 619 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/490] 10.0.0.76 () {36 vars in 1012 bytes} [Mon Apr 6 19:53:31 2026] DELETE /v2.0/security-groups/1be64814-e78a-46d8-b195-bdc1cabe80d5 => 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: 250/491] 10.0.0.76 () {34 vars in 1095 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/security-groups?name=tempest-securitygroup--36097295&fields=id&tenant_id=76e082105c6147a2be3d333dc09f668a => generated 69 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/492] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/security-groups/898e7947-15c5-4648-b8e7-4c5da565c62d => generated 2938 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/493] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/networks?id=7e636afb-d930-4b83-b896-17ed01d85a0e => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:31.550 8 INFO neutron.api.v2.resource [req-7530ce72-3a9b-46b7-9bfb-8b6f744fbfb4 req-4704fdb2-a69e-460e-8c7e-3f2a9dff90c6 84d5024278ef418591f4f149ff9b3481 e0886cbbc9484130b010581dd5a2b583 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 253/494] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/security-groups/1be64814-e78a-46d8-b195-bdc1cabe80d5 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/495] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/quotas/76e082105c6147a2be3d333dc09f668a => 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: 255/496] 10.0.0.76 () {34 vars in 1000 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/security-group-rules/7d3fec92-c9f6-4048-9443-3bbdbc32bd83 => generated 616 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/497] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/ports?tenant_id=76e082105c6147a2be3d333dc09f668a&fields=id => generated 57 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/498] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/security-groups/898e7947-15c5-4648-b8e7-4c5da565c62d => generated 2938 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/499] 10.0.0.76 () {36 vars in 1022 bytes} [Mon Apr 6 19:53:31 2026] DELETE /v2.0/security-group-rules/7d3fec92-c9f6-4048-9443-3bbdbc32bd83 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/500] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/security-groups/17b39cb8-7f4e-4aa5-b040-278a54a063dc => generated 1682 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:53:31.949 7 INFO neutron.db.l3_hamode_db [None req-9f4da68f-a33f-496d-b6e7-0e18bd0fadef 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 260/501] 10.0.0.76 () {36 vars in 1012 bytes} [Mon Apr 6 19:53:31 2026] DELETE /v2.0/security-groups/17b39cb8-7f4e-4aa5-b040-278a54a063dc => 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: 261/502] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:31 2026] GET /v2.0/security-groups/898e7947-15c5-4648-b8e7-4c5da565c62d => generated 2308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/503] 10.0.0.76 () {36 vars in 1012 bytes} [Mon Apr 6 19:53:32 2026] DELETE /v2.0/security-groups/898e7947-15c5-4648-b8e7-4c5da565c62d => 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: 263/504] 10.0.0.76 () {34 vars in 906 bytes} [Mon Apr 6 19:53:32 2026] GET /v2.0/extensions => generated 21537 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-06 19:53:32.147 8 INFO neutron.api.v2.resource [req-5734627b-eb4f-4905-a67c-2210dbc665b0 req-35ef470a-bbf1-4604-b3a1-b3ea489f1177 84d5024278ef418591f4f149ff9b3481 e0886cbbc9484130b010581dd5a2b583 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 264/505] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:32 2026] GET /v2.0/security-groups/17b39cb8-7f4e-4aa5-b040-278a54a063dc => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/506] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:53:32 2026] GET /v2.0/networks/7e636afb-d930-4b83-b896-17ed01d85a0e?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: 266/507] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:32 2026] GET /v2.0/security-groups/e63046ac-93e5-4cf2-bb4d-3c25460dbc51 => generated 2311 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/508] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:53:32 2026] GET /v2.0/networks/7e636afb-d930-4b83-b896-17ed01d85a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/509] 10.0.0.76 () {36 vars in 1012 bytes} [Mon Apr 6 19:53:32 2026] DELETE /v2.0/security-groups/e63046ac-93e5-4cf2-bb4d-3c25460dbc51 => 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: 242/510] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:30 2026] POST /v2.0/routers => generated 731 bytes in 2002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:33.137 8 INFO neutron_taas.services.taas.taas_plugin [None req-daedf650-bb48-418b-b43c-7c02eef991a1 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 4e118227-8e69-4aff-ae2e-94c4e71aa691 2026-04-06 19:53:33.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-daedf650-bb48-418b-b43c-7c02eef991a1 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 4e118227-8e69-4aff-ae2e-94c4e71aa691 [pid: 7|app: 0|req: 243/511] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:32 2026] GET /v2.0/security-groups/1bd2b95c-afdb-4375-a9a7-7e0638a60913 => generated 1681 bytes in 282 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/512] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:33 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/513] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:53:32 2026] PUT /v2.0/routers/6c4f0cae-f465-4a24-bac3-a2ac62102934/remove_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/514] 10.0.0.76 () {36 vars in 1012 bytes} [Mon Apr 6 19:53:33 2026] DELETE /v2.0/security-groups/1bd2b95c-afdb-4375-a9a7-7e0638a60913 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:53:33.793 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f955da0-a619-4f3c-802c-ac00c68f5e75 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 31ebd4f4-3de7-43a3-b778-083cae11aefd 2026-04-06 19:53:33.796 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f955da0-a619-4f3c-802c-ac00c68f5e75 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 31ebd4f4-3de7-43a3-b778-083cae11aefd 2026-04-06 19:53:33.975 8 INFO neutron_taas.services.taas.taas_plugin [None req-0f955da0-a619-4f3c-802c-ac00c68f5e75 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 5a48fe88-11c3-4e06-ab74-9d412f057b31 2026-04-06 19:53:33.978 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f955da0-a619-4f3c-802c-ac00c68f5e75 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 5a48fe88-11c3-4e06-ab74-9d412f057b31 2026-04-06 19:53:34.037 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-0f955da0-a619-4f3c-802c-ac00c68f5e75 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - 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-04-06 19:53:34.316 8 INFO neutron.db.l3_hamode_db [None req-0f955da0-a619-4f3c-802c-ac00c68f5e75 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network 73b5a0e2-48f1-4a3c-8500-98bf2e6e75c8 was deleted as no HA routers are present in tenant d583028154fe456bb7e6ca76710eec7b. [pid: 8|app: 0|req: 271/515] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:53:33 2026] DELETE /v2.0/routers/6c4f0cae-f465-4a24-bac3-a2ac62102934 => generated 0 bytes in 706 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:53:34.328 8 INFO neutron.api.v2.resource [req-cd120a7f-81cf-42e1-b6d0-101ae0797166 req-0b11174e-87df-4101-95ea-3bac73206b5f 84d5024278ef418591f4f149ff9b3481 e0886cbbc9484130b010581dd5a2b583 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 272/516] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:34 2026] GET /v2.0/security-groups/1bd2b95c-afdb-4375-a9a7-7e0638a60913 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/517] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:53:33 2026] PUT /v2.0/routers/b668f64c-df0a-4df0-b842-ef535966a8e3/add_router_interface => generated 309 bytes in 1100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/518] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:53:34 2026] GET /v2.0/security-groups?tenant_id=e0886cbbc9484130b010581dd5a2b583 => generated 2921 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/519] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:53:34 2026] DELETE /v2.0/subnets/b803ae7c-7cdc-40ab-907c-9e32d143a5e0 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/520] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:34 2026] GET /v2.0/security-groups/21e1e308-556a-4ba9-b30e-6795b56a7ed4 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/521] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:34 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => 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: 275/522] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:34 2026] GET /v2.0/security-groups/21e1e308-556a-4ba9-b30e-6795b56a7ed4 => generated 2918 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:53:34.554 8 INFO neutron.api.v2.resource [req-b945ce90-3151-4844-9dc8-02f2d15a5622 req-45b97c06-7dd9-4f38-b036-06fe768aafef 84d5024278ef418591f4f149ff9b3481 e0886cbbc9484130b010581dd5a2b583 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 276/523] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:34 2026] GET /v2.0/security-groups/1bd2b95c-afdb-4375-a9a7-7e0638a60913 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:53:34.599 8 INFO neutron.api.v2.resource [req-603764de-bce0-4699-82a3-b160ebf4bc44 req-f4a8ac90-01cb-498b-907f-6fde8d6b7490 84d5024278ef418591f4f149ff9b3481 e0886cbbc9484130b010581dd5a2b583 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 277/524] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:34 2026] GET /v2.0/security-groups/17b39cb8-7f4e-4aa5-b040-278a54a063dc => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:53:34.645 8 INFO neutron.api.v2.resource [req-f7182aa4-67e5-4d8f-81f1-732d2d2ef811 req-f6f5ce62-c23b-4a5a-b386-eabeb5ddc23e 84d5024278ef418591f4f149ff9b3481 e0886cbbc9484130b010581dd5a2b583 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 278/525] 10.0.0.76 () {34 vars in 990 bytes} [Mon Apr 6 19:53:34 2026] GET /v2.0/security-groups/1be64814-e78a-46d8-b195-bdc1cabe80d5 => generated 146 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/526] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:53:34 2026] DELETE /v2.0/networks/98093f92-a6bc-484c-aa27-42cd502b2016 => generated 0 bytes in 192 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:53:34.665 8 INFO neutron.services.segments.plugin [-] Segment 9babd683-65b0-480c-812c-18d649ef0f34 resource provider aggregate not found 2026-04-06 19:53:34.698 8 INFO neutron.services.segments.plugin [-] Segment 9babd683-65b0-480c-812c-18d649ef0f34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9babd683-65b0-480c-812c-18d649ef0f34 found for delete ", "request_id": "req-f7cc949f-98af-4cde-9f35-12f34f5a2a7e"}]} 2026-04-06 19:53:34.726 8 INFO neutron.services.segments.plugin [-] Segment 9babd683-65b0-480c-812c-18d649ef0f34 resource provider aggregate not found 2026-04-06 19:53:34.745 8 INFO neutron.services.segments.plugin [-] Segment 9babd683-65b0-480c-812c-18d649ef0f34 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9babd683-65b0-480c-812c-18d649ef0f34 found for delete ", "request_id": "req-347997d2-44bf-4a22-a48d-5384c870aebc"}]} [pid: 7|app: 0|req: 249/527] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:53:34 2026] GET /v2.0/security-groups?tenant_id=d583028154fe456bb7e6ca76710eec7b&name=default => generated 2921 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/528] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:53:34 2026] DELETE /v2.0/security-groups/ead5de7a-65f3-4447-8ab5-e826a39ec68c => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:53:35.050 8 INFO neutron_taas.services.taas.taas_plugin [None req-599c5140-73c3-43a5-b540-0264dab3ae0b 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: c2afe2ad-0ca4-42a8-923a-475b489274d4 2026-04-06 19:53:35.052 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-599c5140-73c3-43a5-b540-0264dab3ae0b 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: c2afe2ad-0ca4-42a8-923a-475b489274d4 [pid: 7|app: 0|req: 251/529] 10.0.0.45 () {34 vars in 684 bytes} [Mon Apr 6 19:53:34 2026] POST /v2.0/security-groups => generated 1660 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/530] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:53:35 2026] POST /v2.0/security-group-rules => generated 597 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:35.195 7 INFO neutron.services.segments.plugin [-] Segment d3f2d4a0-f7fc-4d64-a79f-bdca5ca9c0fb resource provider aggregate not found 2026-04-06 19:53:35.229 7 INFO neutron.services.segments.plugin [-] Segment d3f2d4a0-f7fc-4d64-a79f-bdca5ca9c0fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3f2d4a0-f7fc-4d64-a79f-bdca5ca9c0fb found for delete ", "request_id": "req-f4626be0-c8df-4135-862d-78e78ef8a0f8"}]} 2026-04-06 19:53:35.250 7 INFO neutron.services.segments.plugin [-] Segment d3f2d4a0-f7fc-4d64-a79f-bdca5ca9c0fb resource provider aggregate not found [pid: 7|app: 0|req: 253/531] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:53:35 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:35.273 7 INFO neutron.services.segments.plugin [-] Segment d3f2d4a0-f7fc-4d64-a79f-bdca5ca9c0fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d3f2d4a0-f7fc-4d64-a79f-bdca5ca9c0fb found for delete ", "request_id": "req-4e63cd64-caa6-4b03-9ecc-8fa7b1f56acf"}]} [pid: 8|app: 0|req: 279/532] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:53:34 2026] PUT /v2.0/routers/112d534c-585a-4c3e-b68f-f463bce21f28/remove_router_interface => generated 309 bytes in 950 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/533] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:35 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:53:35.780 8 INFO neutron_taas.services.taas.taas_plugin [None req-4656ae88-6439-4f93-af39-c90dca70a6f4 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: df8c8b37-83b1-4bdd-89c7-aa9cfc3c7c2c 2026-04-06 19:53:35.783 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4656ae88-6439-4f93-af39-c90dca70a6f4 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: df8c8b37-83b1-4bdd-89c7-aa9cfc3c7c2c [pid: 7|app: 0|req: 254/534] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:53:35 2026] POST /v2.0/floatingips => generated 552 bytes in 536 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:36.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-4656ae88-6439-4f93-af39-c90dca70a6f4 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: bcb9762a-f444-4b85-8019-0fb60f107c7f 2026-04-06 19:53:36.032 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4656ae88-6439-4f93-af39-c90dca70a6f4 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: bcb9762a-f444-4b85-8019-0fb60f107c7f [pid: 7|app: 0|req: 255/535] 10.0.0.76 () {34 vars in 1099 bytes} [Mon Apr 6 19:53:36 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1354882655&fields=id&tenant_id=bca7cd4d82b6464ebf897692c9b5bdd5 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/536] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:53:36 2026] GET /v2.0/networks?id=0ca23d03-1671-4c97-99a8-062d735d759f => generated 676 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/537] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:53:36 2026] GET /v2.0/quotas/bca7cd4d82b6464ebf897692c9b5bdd5 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:36.391 8 INFO neutron.db.l3_hamode_db [None req-4656ae88-6439-4f93-af39-c90dca70a6f4 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network 7cd32d1a-419f-4cf6-8f18-7a63fe2aa346 was deleted as no HA routers are present in tenant e0886cbbc9484130b010581dd5a2b583. [pid: 8|app: 0|req: 281/538] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:53:35 2026] DELETE /v2.0/routers/112d534c-585a-4c3e-b68f-f463bce21f28 => generated 0 bytes in 774 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/539] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:53:36 2026] GET /v2.0/ports?tenant_id=bca7cd4d82b6464ebf897692c9b5bdd5&fields=id => generated 57 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/540] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:53:36 2026] GET /v2.0/networks/0ca23d03-1671-4c97-99a8-062d735d759f?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: 282/541] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:53:36 2026] DELETE /v2.0/subnets/985173c1-7916-4ea4-b9c0-a5583814e8f6 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/542] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:53:36 2026] GET /v2.0/networks/0ca23d03-1671-4c97-99a8-062d735d759f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:53:36.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-dd268b58-2bb1-48f3-8c27-e1c5c7f1d5d4 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 01dff54c-0e2a-42b3-904a-b45702400d77 2026-04-06 19:53:36.677 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dd268b58-2bb1-48f3-8c27-e1c5c7f1d5d4 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 01dff54c-0e2a-42b3-904a-b45702400d77 [pid: 7|app: 0|req: 261/543] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:36 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:53:36.752 8 INFO neutron.services.segments.plugin [-] Segment 68438768-e0d7-4599-995d-cc2f54eca209 resource provider aggregate not found 2026-04-06 19:53:36.765 8 INFO neutron.services.segments.plugin [-] Segment 68438768-e0d7-4599-995d-cc2f54eca209 resource provider aggregate not found [pid: 7|app: 0|req: 262/544] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:36 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:53:36.777 8 INFO neutron.services.segments.plugin [-] Segment 68438768-e0d7-4599-995d-cc2f54eca209 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68438768-e0d7-4599-995d-cc2f54eca209 found for delete ", "request_id": "req-d9462fc2-d428-4a0b-95ba-12cca190ebc1"}]} 2026-04-06 19:53:36.789 8 INFO neutron.services.segments.plugin [-] Segment 68438768-e0d7-4599-995d-cc2f54eca209 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 68438768-e0d7-4599-995d-cc2f54eca209 found for delete ", "request_id": "req-5f1cf6e9-6d27-45c9-90b8-94b3e05d42ca"}]} [pid: 8|app: 0|req: 283/545] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:53:36 2026] DELETE /v2.0/networks/6cca89d2-7b7d-450d-bb91-d40b4d756992 => generated 0 bytes in 302 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/546] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:53:37 2026] GET /v2.0/security-groups?tenant_id=e0886cbbc9484130b010581dd5a2b583&name=default => generated 2921 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:53:37.120 7 INFO neutron.db.segments_db [None req-33c5da55-82d0-45e4-9a37-22d1b1ed1866 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment c268b7c1-f41c-442e-89d4-99daf853ad03 of type vxlan for network 82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 [pid: 8|app: 0|req: 285/547] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:53:37 2026] DELETE /v2.0/security-groups/21e1e308-556a-4ba9-b30e-6795b56a7ed4 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/548] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:53:36 2026] POST /v2.0/networks => generated 731 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/549] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:37 2026] POST /v2.0/subnets => generated 698 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:53:37.482 8 INFO neutron.db.segments_db [None req-345e4d34-debd-41bc-bfec-5ccc6f97c51c 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 6fcaed12-715a-4f31-8ce4-24e9c7888065 of type vxlan for network 9582dbdf-1b8a-4572-8930-1903219698c0 [pid: 7|app: 0|req: 264/550] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:53:37 2026] GET /v2.0/networks?id=7e636afb-d930-4b83-b896-17ed01d85a0e => generated 676 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 265/551] 199.204.45.169 () {34 vars in 911 bytes} [Mon Apr 6 19:53:37 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/552] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:53:37 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=76e082105c6147a2be3d333dc09f668a => generated 179 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:37.707 8 INFO neutron.db.l3_hamode_db [None req-345e4d34-debd-41bc-bfec-5ccc6f97c51c 971d5f0bcc3c40d3873e9b9b3c98f096 0d2544838e854ea7be0110ab393f86c5 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 267/553] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:53:37 2026] POST /v2.0/ports => generated 958 bytes in 387 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: 268/554] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:37 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 961 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/555] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:38 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => 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: 270/556] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:38 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:38.526 8 INFO neutron.db.l3_hamode_db [None req-345e4d34-debd-41bc-bfec-5ccc6f97c51c 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:53:38.806 8 INFO neutron.services.segments.plugin [-] Segment 045f0b72-7778-44c7-9359-ee403d438211 resource provider aggregate not found 2026-04-06 19:53:38.812 8 INFO neutron.services.segments.plugin [-] Segment 045f0b72-7778-44c7-9359-ee403d438211 resource provider aggregate not found 2026-04-06 19:53:38.827 8 INFO neutron.services.segments.plugin [-] Segment 045f0b72-7778-44c7-9359-ee403d438211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 045f0b72-7778-44c7-9359-ee403d438211 found for delete ", "request_id": "req-1477f764-0c6e-4438-a448-069a93d2ae67"}]} 2026-04-06 19:53:38.829 8 INFO neutron.services.segments.plugin [-] Segment 045f0b72-7778-44c7-9359-ee403d438211 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 045f0b72-7778-44c7-9359-ee403d438211 found for delete ", "request_id": "req-bae2c068-62a6-4c3a-88ae-2eda41d3eada"}]} [pid: 7|app: 0|req: 271/557] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:53:38 2026] PUT /v2.0/ports/b3659e8d-2a15-4a35-ac0e-4f59d64f0418 => generated 1239 bytes in 509 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-04-06 19:53:39.172 7 INFO neutron.db.segments_db [None req-c50a96d0-e8b7-4829-81ec-a3de2cf4c90f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 084e5eae-820a-4c36-aaa3-0a3fdd292d71 of type vxlan for network 64d2ab50-014d-41ba-8eda-92afd5f38010 [pid: 7|app: 0|req: 272/558] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:53:38 2026] POST /v2.0/networks => generated 719 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 273/559] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:39 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => 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: 287/560] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:37 2026] POST /v2.0/routers => generated 738 bytes in 1875 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/561] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:39 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:39.416 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d974d906-0d07-4bf3-b789-9156fa900ff3'] response: {'name': 'network-changed', 'server_uuid': 'f8f2091a-4188-4ee0-8e9d-5d3475380301', 'tag': 'b3659e8d-2a15-4a35-ac0e-4f59d64f0418', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 288/562] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:39 2026] POST /v2.0/subnets => generated 685 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/563] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:39 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:39.628 8 INFO neutron.db.segments_db [None req-85e8cde4-08b8-40c6-9e86-a562edccec15 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 53905585-1030-42cb-86f0-546497f80aa9 of type vxlan for network 8fb8b094-dda4-4515-b39c-e6a39b92698e 2026-04-06 19:53:39.791 8 INFO neutron.db.l3_hamode_db [None req-85e8cde4-08b8-40c6-9e86-a562edccec15 971d5f0bcc3c40d3873e9b9b3c98f096 8ae3af0a3a984dd5be136d09c53a03ee - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:53:40.494 8 INFO neutron.db.l3_hamode_db [None req-85e8cde4-08b8-40c6-9e86-a562edccec15 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 275/564] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:53:39 2026] PUT /v2.0/routers/3b7f362e-5224-448f-813e-3f30f74a00ae/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/565] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:40 2026] GET /v2.0/ports?tenant_id=76e082105c6147a2be3d333dc09f668a&device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 1242 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/566] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:40 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => 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: 278/567] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:53:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3659e8d-2a15-4a35-ac0e-4f59d64f0418 => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/568] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:53:40 2026] GET /v2.0/subnets?id=4a3a889e-d26e-4f21-ba51-3009563e20c7 => generated 694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 280/569] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:40 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => 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: 281/570] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:53:40 2026] GET /v2.0/ports?network_id=7e636afb-d930-4b83-b896-17ed01d85a0e&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/571] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:40 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/572] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:53:40 2026] GET /v2.0/networks/7e636afb-d930-4b83-b896-17ed01d85a0e?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/573] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:53:40 2026] GET /v2.0/networks/7e636afb-d930-4b83-b896-17ed01d85a0e?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: 285/574] 10.0.0.45 () {34 vars in 684 bytes} [Mon Apr 6 19:53:41 2026] POST /v2.0/security-groups => generated 1659 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/577] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:53:41 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: 7|app: 0|req: 289/578] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:53:41 2026] GET /v2.0/networks?id=0ca23d03-1671-4c97-99a8-062d735d759f => generated 676 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 290/579] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:53:39 2026] POST /v2.0/routers => generated 725 bytes in 1763 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 290/580] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:53:41 2026] POST /v2.0/security-group-rules => generated 602 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/581] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:53:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=bca7cd4d82b6464ebf897692c9b5bdd5 => generated 181 bytes in 349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/582] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:53:41 2026] POST /v2.0/floatingips => generated 552 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/583] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => 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: 294/584] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:53:42 2026] POST /v2.0/ports => generated 954 bytes in 372 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: 295/585] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 973 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/586] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:53:41 2026] PUT /v2.0/routers/380afdad-8cb2-483a-b425-661391c0a395/add_router_interface => generated 309 bytes in 1225 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/587] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/ports?tenant_id=76e082105c6147a2be3d333dc09f668a&device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 1242 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/588] 10.0.0.76 () {34 vars in 1097 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--619235793&fields=id&tenant_id=0d2544838e854ea7be0110ab393f86c5 => generated 69 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/589] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/590] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/networks?id=7e636afb-d930-4b83-b896-17ed01d85a0e => generated 772 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/591] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/networks?id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 => generated 683 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/592] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3659e8d-2a15-4a35-ac0e-4f59d64f0418 => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/593] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/quotas/0d2544838e854ea7be0110ab393f86c5 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/594] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/subnets?id=4a3a889e-d26e-4f21-ba51-3009563e20c7 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/595] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:53:42 2026] GET /v2.0/ports?tenant_id=0d2544838e854ea7be0110ab393f86c5&fields=id => generated 57 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/596] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/ports?network_id=7e636afb-d930-4b83-b896-17ed01d85a0e&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/597] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:53:42 2026] PUT /v2.0/ports/07528918-fc23-4bc2-9bf6-91ba6533de95 => generated 1235 bytes in 486 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 306/598] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/networks/7e636afb-d930-4b83-b896-17ed01d85a0e?fields=segments => generated 14 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:53:43.127 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4991653a-5e11-42eb-b8f3-993a445db8d3'] response: {'name': 'network-changed', 'server_uuid': '95c47078-e6d6-4a57-9e02-cf5da343ff2e', 'tag': '07528918-fc23-4bc2-9bf6-91ba6533de95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 307/599] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/networks/7e636afb-d930-4b83-b896-17ed01d85a0e?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: 293/600] 10.0.0.45 () {34 vars in 684 bytes} [Mon Apr 6 19:53:43 2026] POST /v2.0/security-groups => generated 1659 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/601] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/602] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/603] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:53:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/604] 10.0.0.76 () {34 vars in 906 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/extensions => generated 21537 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/605] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/606] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:53:43 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: 8|app: 0|req: 312/607] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/608] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/609] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/ports?tenant_id=bca7cd4d82b6464ebf897692c9b5bdd5&device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/610] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/networks?tenant_id=bca7cd4d82b6464ebf897692c9b5bdd5&shared=False => generated 772 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/611] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/612] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/613] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:43 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/614] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:53:43 2026] POST /v2.0/floatingips => generated 552 bytes in 627 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/615] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/616] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/617] 10.0.0.76 () {34 vars in 1097 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/security-groups?name=tempest-securitygroup--525953082&fields=id&tenant_id=8ae3af0a3a984dd5be136d09c53a03ee => 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: 298/618] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/networks?id=64d2ab50-014d-41ba-8eda-92afd5f38010 => generated 670 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/619] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/quotas/8ae3af0a3a984dd5be136d09c53a03ee => 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: 299/620] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/ports?tenant_id=8ae3af0a3a984dd5be136d09c53a03ee&fields=id => generated 57 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/621] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => 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: 300/622] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/networks/64d2ab50-014d-41ba-8eda-92afd5f38010?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: 323/623] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/networks/64d2ab50-014d-41ba-8eda-92afd5f38010?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/624] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/ports?tenant_id=bca7cd4d82b6464ebf897692c9b5bdd5&device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 1238 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/625] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => 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: 302/626] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:53:44 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=07528918-fc23-4bc2-9bf6-91ba6533de95 => generated 19 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/627] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:53:45 2026] GET /v2.0/subnets?id=cd325004-20a8-4f57-85e6-616c73e3bc90 => generated 694 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/628] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:53:45 2026] GET /v2.0/ports?network_id=0ca23d03-1671-4c97-99a8-062d735d759f&device_owner=network%3Adhcp => generated 1244 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/629] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:45 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/630] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:53:45 2026] GET /v2.0/networks/0ca23d03-1671-4c97-99a8-062d735d759f?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/631] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:45 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/632] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:53:45 2026] GET /v2.0/networks/0ca23d03-1671-4c97-99a8-062d735d759f?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: 305/633] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:45 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/634] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:45 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&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: 306/635] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:45 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => 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: 330/636] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:46 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/637] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:46 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 975 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/638] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:46 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/639] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:46 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/640] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:46 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/641] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:46 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => 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: 333/642] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:47 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => 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: 310/643] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:47 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/644] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:47 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/645] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:47 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 335/646] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:47 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/647] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:48 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => 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: 336/648] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:53:48 2026] GET /v2.0/networks?id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 => generated 683 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/649] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:48 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => 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: 337/650] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:53:48 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0d2544838e854ea7be0110ab393f86c5 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/651] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:48 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/652] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:48 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/653] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:53:48 2026] POST /v2.0/ports => generated 954 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 315/654] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:49 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/655] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:53:48 2026] PUT /v2.0/ports/5d12e5b9-aae2-4912-9561-6d789c0edd2f => generated 1235 bytes in 468 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: 316/656] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:49 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 969 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/657] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:49 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 317/658] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:49 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/659] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:49 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:53:49.583 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-26825126-ee5d-4d66-a197-5650ecca0b0d'] response: {'name': 'network-changed', 'server_uuid': '321ee589-4918-4997-ac58-b7032fc862fc', 'tag': '5d12e5b9-aae2-4912-9561-6d789c0edd2f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 318/660] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:49 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 975 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/661] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:49 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/662] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:49 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/663] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/ports?tenant_id=0d2544838e854ea7be0110ab393f86c5&device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 1238 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/664] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/networks?tenant_id=0d2544838e854ea7be0110ab393f86c5&shared=False => generated 778 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/665] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/666] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => 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: 324/667] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => 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: 325/668] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/networks?id=64d2ab50-014d-41ba-8eda-92afd5f38010 => generated 670 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:50.471 8 INFO neutron.db.l3_db [None req-ca3f01e2-a02f-48f6-99ae-cab84127ca62 64429378cf7140e0b07b551ae29b7ab1 76e082105c6147a2be3d333dc09f668a - - default default] Floating IP b3e2cb4b-301f-4c00-b48c-fe20e747aa39 associated. External IP: 10.96.250.213, port: b3659e8d-2a15-4a35-ac0e-4f59d64f0418. [pid: 7|app: 0|req: 326/669] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&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: 327/670] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/671] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8ae3af0a3a984dd5be136d09c53a03ee => generated 180 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/672] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => 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: 330/673] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:50 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/674] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:53:49 2026] PUT /v2.0/floatingips/b3e2cb4b-301f-4c00-b48c-fe20e747aa39 => generated 856 bytes in 772 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/675] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:53:50 2026] POST /v2.0/ports => generated 954 bytes in 388 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-04-06 19:53:51.042 8 INFO neutron.db.l3_db [None req-3ae812c4-65ed-41f9-973c-47c14de63eb7 32121d15c7644ed48a17747beab775b7 bca7cd4d82b6464ebf897692c9b5bdd5 - - default default] Floating IP 3d0b4ccf-335c-46aa-aff8-8a2f4e417212 associated. External IP: 10.96.250.214, port: 07528918-fc23-4bc2-9bf6-91ba6533de95. [pid: 7|app: 0|req: 332/676] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 975 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/677] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:53:50 2026] PUT /v2.0/floatingips/3d0b4ccf-335c-46aa-aff8-8a2f4e417212 => generated 855 bytes in 632 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/678] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/679] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/ports?tenant_id=0d2544838e854ea7be0110ab393f86c5&device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/680] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5d12e5b9-aae2-4912-9561-6d789c0edd2f => 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: 349/681] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/subnets?id=417fcbbb-1f17-44d7-b808-66b9019458f1 => generated 701 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/682] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/ports?network_id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8&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: 351/683] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/684] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/685] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/686] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:51.809 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a969446-ada2-442e-9b82-41ccae750552'] response: {'name': 'network-changed', 'server_uuid': 'f8f2091a-4188-4ee0-8e9d-5d3475380301', 'tag': 'b3659e8d-2a15-4a35-ac0e-4f59d64f0418', 'status': 'completed', 'code': 200} 2026-04-06 19:53:51.810 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8a969446-ada2-442e-9b82-41ccae750552'] response: {'name': 'network-changed', 'server_uuid': '95c47078-e6d6-4a57-9e02-cf5da343ff2e', 'tag': '07528918-fc23-4bc2-9bf6-91ba6533de95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 355/687] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/688] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:53:51 2026] PUT /v2.0/ports/3cac83f0-24f7-44e5-b8c6-e87177549cca => generated 1235 bytes in 757 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: 356/689] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/690] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&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: 357/691] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:51 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:51.927 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-89825f41-fb4a-4ef7-b7a6-85b323a56444'] response: {'name': 'network-changed', 'server_uuid': '3c12becd-7808-43f8-861f-51e8076c44b6', 'tag': '3cac83f0-24f7-44e5-b8c6-e87177549cca', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 335/692] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/ports?tenant_id=76e082105c6147a2be3d333dc09f668a&device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/693] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/networks?id=7e636afb-d930-4b83-b896-17ed01d85a0e => generated 772 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/694] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/ports?tenant_id=8ae3af0a3a984dd5be136d09c53a03ee&device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/695] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=b3659e8d-2a15-4a35-ac0e-4f59d64f0418 => generated 859 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/696] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/networks?tenant_id=8ae3af0a3a984dd5be136d09c53a03ee&shared=False => generated 766 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/697] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/subnets?id=4a3a889e-d26e-4f21-ba51-3009563e20c7 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/698] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/ports?network_id=7e636afb-d930-4b83-b896-17ed01d85a0e&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: 338/699] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/700] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/networks/7e636afb-d930-4b83-b896-17ed01d85a0e?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: 339/701] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/networks/7e636afb-d930-4b83-b896-17ed01d85a0e?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: 363/702] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/703] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&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: 364/704] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/705] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&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: 341/706] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:52 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/707] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/708] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/ports?tenant_id=8ae3af0a3a984dd5be136d09c53a03ee&device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 1238 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/709] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3cac83f0-24f7-44e5-b8c6-e87177549cca => 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: 343/710] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/subnets?id=0fce71da-32ba-4c37-806e-c95a0912a64b => generated 688 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/711] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/ports?network_id=64d2ab50-014d-41ba-8eda-92afd5f38010&device_owner=network%3Adhcp => 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: 368/712] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/ports?tenant_id=bca7cd4d82b6464ebf897692c9b5bdd5&device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 1240 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/713] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/networks/64d2ab50-014d-41ba-8eda-92afd5f38010?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: 369/714] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/networks?id=0ca23d03-1671-4c97-99a8-062d735d759f => generated 772 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/715] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/networks/64d2ab50-014d-41ba-8eda-92afd5f38010?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: 370/716] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=07528918-fc23-4bc2-9bf6-91ba6533de95 => 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: 347/717] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/subnets?id=cd325004-20a8-4f57-85e6-616c73e3bc90 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/718] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/ports?network_id=0ca23d03-1671-4c97-99a8-062d735d759f&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: 348/719] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/networks/0ca23d03-1671-4c97-99a8-062d735d759f?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/720] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:53:53 2026] GET /v2.0/networks/0ca23d03-1671-4c97-99a8-062d735d759f?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: 349/721] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:54 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/722] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:54 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/723] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:54 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&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: 374/724] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:54 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&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: 351/725] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:53:54 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/726] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:54 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/727] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:54 2026] GET /v2.0/security-groups?id=a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:54.388 7 INFO neutron_taas.services.taas.taas_plugin [req-66560bc0-205c-4e6f-b214-29c784f8d923 req-3daca872-0370-49c0-876a-6b976595a002 64429378cf7140e0b07b551ae29b7ab1 76e082105c6147a2be3d333dc09f668a - - default default] TaaS: Handle Delete Port: b3659e8d-2a15-4a35-ac0e-4f59d64f0418 2026-04-06 19:53:54.395 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-66560bc0-205c-4e6f-b214-29c784f8d923 req-3daca872-0370-49c0-876a-6b976595a002 64429378cf7140e0b07b551ae29b7ab1 76e082105c6147a2be3d333dc09f668a - - default default] Tap Mirror: Handle Delete Port: b3659e8d-2a15-4a35-ac0e-4f59d64f0418 2026-04-06 19:53:54.647 7 INFO neutron.db.l3_db [req-66560bc0-205c-4e6f-b214-29c784f8d923 req-3daca872-0370-49c0-876a-6b976595a002 64429378cf7140e0b07b551ae29b7ab1 76e082105c6147a2be3d333dc09f668a - - default default] Floating IP b3e2cb4b-301f-4c00-b48c-fe20e747aa39 disassociated. External IP: 10.96.250.213, port: b3659e8d-2a15-4a35-ac0e-4f59d64f0418. [pid: 7|app: 0|req: 352/728] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 19:53:54 2026] DELETE /v2.0/ports/b3659e8d-2a15-4a35-ac0e-4f59d64f0418 => generated 0 bytes in 852 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:53:55.118 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-79b4dfd8-cce7-418e-8fab-cbcbc532362a'] response: {'server_uuid': 'f8f2091a-4188-4ee0-8e9d-5d3475380301', 'name': 'network-vif-deleted', 'tag': 'b3659e8d-2a15-4a35-ac0e-4f59d64f0418', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 377/729] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:55 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/730] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:55 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/731] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:55 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/732] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:55 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&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: 354/733] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:55 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => 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: 381/736] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:56 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/737] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:56 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&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: 382/738] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:56 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/739] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:56 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&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: 8|app: 0|req: 383/740] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:56 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => 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: 358/741] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:56 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 971 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:56.992 8 INFO neutron.db.l3_db [None req-7d7001e3-6944-48f0-9f22-0278e29d6b7c cb37e09239da46229250369b6ded60a5 0d2544838e854ea7be0110ab393f86c5 - - default default] Floating IP 203e3671-607b-4921-8bc1-c6caa86074b7 associated. External IP: 10.96.250.212, port: 5d12e5b9-aae2-4912-9561-6d789c0edd2f. [pid: 8|app: 0|req: 384/742] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:53:56 2026] PUT /v2.0/floatingips/203e3671-607b-4921-8bc1-c6caa86074b7 => generated 855 bytes in 528 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:57.295 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6a475e53-57b0-418b-8f2a-19157d3a9868'] response: {'name': 'network-changed', 'server_uuid': '321ee589-4918-4997-ac58-b7032fc862fc', 'tag': '5d12e5b9-aae2-4912-9561-6d789c0edd2f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 359/743] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:57 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 385/744] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:57 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 386/745] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:57 2026] GET /v2.0/ports?device_id=f8f2091a-4188-4ee0-8e9d-5d3475380301 => 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: 360/746] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:57 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/747] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:57 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&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: 361/748] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:53:57 2026] GET /v2.0/ports?tenant_id=0d2544838e854ea7be0110ab393f86c5&device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/749] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:53:57 2026] GET /v2.0/networks?id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 => generated 778 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/750] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:53:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5d12e5b9-aae2-4912-9561-6d789c0edd2f => generated 858 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/751] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:53:57 2026] GET /v2.0/subnets?id=417fcbbb-1f17-44d7-b808-66b9019458f1 => generated 701 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 363/752] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:53:58 2026] GET /v2.0/ports?network_id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8&device_owner=network%3Adhcp => generated 1244 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 390/753] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:53:58 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?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: 364/754] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:53:58 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/755] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:58 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/756] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:53:58 2026] DELETE /v2.0/security-groups/a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:53:58.886 8 INFO neutron.api.v2.resource [None req-e8849e8d-768c-4df7-81db-e46ae8d302c5 64429378cf7140e0b07b551ae29b7ab1 76e082105c6147a2be3d333dc09f668a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 392/757] 10.0.0.45 () {32 vars in 736 bytes} [Mon Apr 6 19:53:58 2026] GET /v2.0/security-groups/a7bc2e2e-8411-4b3a-a7d0-c9062bd090a6 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/758] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:58 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/759] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:58 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:59.080 8 INFO neutron_taas.services.taas.taas_plugin [None req-79a7a746-44c4-4db1-b7c5-f54a6b735d66 64429378cf7140e0b07b551ae29b7ab1 76e082105c6147a2be3d333dc09f668a - - default default] TaaS: Handle Delete Port: 3ebce90c-aba4-4c8f-bf72-6e4cb3d8471f 2026-04-06 19:53:59.090 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-79a7a746-44c4-4db1-b7c5-f54a6b735d66 64429378cf7140e0b07b551ae29b7ab1 76e082105c6147a2be3d333dc09f668a - - default default] Tap Mirror: Handle Delete Port: 3ebce90c-aba4-4c8f-bf72-6e4cb3d8471f [pid: 8|app: 0|req: 393/760] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:53:58 2026] DELETE /v2.0/floatingips/b3e2cb4b-301f-4c00-b48c-fe20e747aa39 => generated 0 bytes in 357 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:53:59.412 7 INFO neutron.db.l3_db [None req-28655feb-62c0-43a4-adaf-ce75aa1010f4 538b9744eaf941c78cce0f656b28d5fc 8ae3af0a3a984dd5be136d09c53a03ee - - default default] Floating IP 56f365e5-6476-46ce-9602-63c0043fc687 associated. External IP: 10.96.250.208, port: 3cac83f0-24f7-44e5-b8c6-e87177549cca. 2026-04-06 19:53:59.583 8 INFO neutron_taas.services.taas.taas_plugin [None req-5991fa11-cd43-4db4-8a26-f174d21e18d2 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 12481c41-144e-49b1-a433-596c39e61bbf 2026-04-06 19:53:59.585 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5991fa11-cd43-4db4-8a26-f174d21e18d2 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 12481c41-144e-49b1-a433-596c39e61bbf [pid: 7|app: 0|req: 368/761] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:53:59 2026] PUT /v2.0/floatingips/56f365e5-6476-46ce-9602-63c0043fc687 => generated 855 bytes in 752 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:53:59.791 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8c8db19f-0ed3-4337-97ac-4c6df2ce9b7f'] response: {'name': 'network-changed', 'server_uuid': '3c12becd-7808-43f8-861f-51e8076c44b6', 'tag': '3cac83f0-24f7-44e5-b8c6-e87177549cca', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 369/762] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:53:59 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/763] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:53:59 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/764] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:53:59 2026] PUT /v2.0/routers/fd2db84f-c0f7-4ca4-a17e-fd75c527120a/remove_router_interface => generated 309 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/765] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:00 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/766] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:00 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&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-04-06 19:54:00.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ebb57ae-02f6-433d-b3bc-86a7a63cd4aa 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 70f910f1-e7b6-46fe-b7ad-45a0d8cb9dad 2026-04-06 19:54:00.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ebb57ae-02f6-433d-b3bc-86a7a63cd4aa 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 70f910f1-e7b6-46fe-b7ad-45a0d8cb9dad [pid: 8|app: 0|req: 397/767] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:54:00 2026] GET /v2.0/ports?tenant_id=8ae3af0a3a984dd5be136d09c53a03ee&device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => 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: 398/768] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:54:00 2026] GET /v2.0/networks?id=64d2ab50-014d-41ba-8eda-92afd5f38010 => generated 766 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/769] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:54:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=3cac83f0-24f7-44e5-b8c6-e87177549cca => generated 858 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/770] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:54:00 2026] GET /v2.0/subnets?id=0fce71da-32ba-4c37-806e-c95a0912a64b => generated 688 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/771] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:54:00 2026] GET /v2.0/ports?network_id=64d2ab50-014d-41ba-8eda-92afd5f38010&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:54:00.620 7 INFO neutron_taas.services.taas.taas_plugin [None req-8ebb57ae-02f6-433d-b3bc-86a7a63cd4aa 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 39bc9046-3552-4c18-a0a3-4fd87095b0b8 2026-04-06 19:54:00.622 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8ebb57ae-02f6-433d-b3bc-86a7a63cd4aa 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 39bc9046-3552-4c18-a0a3-4fd87095b0b8 [pid: 8|app: 0|req: 402/772] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:54:00 2026] GET /v2.0/networks/64d2ab50-014d-41ba-8eda-92afd5f38010?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: 403/773] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:54:00 2026] GET /v2.0/networks/64d2ab50-014d-41ba-8eda-92afd5f38010?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:00.704 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-8ebb57ae-02f6-433d-b3bc-86a7a63cd4aa 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - 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-04-06 19:54:00.987 7 INFO neutron.services.segments.plugin [-] Segment 97236a52-f66f-45d3-9fa0-ba1315824041 resource provider aggregate not found 2026-04-06 19:54:00.993 7 INFO neutron.services.segments.plugin [-] Segment 97236a52-f66f-45d3-9fa0-ba1315824041 resource provider aggregate not found 2026-04-06 19:54:01.014 7 INFO neutron.services.segments.plugin [-] Segment 97236a52-f66f-45d3-9fa0-ba1315824041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97236a52-f66f-45d3-9fa0-ba1315824041 found for delete ", "request_id": "req-f9f94e77-db67-4074-a329-7f9a11b4537e"}]} 2026-04-06 19:54:01.014 7 INFO neutron.db.l3_hamode_db [None req-8ebb57ae-02f6-433d-b3bc-86a7a63cd4aa 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network ab253f62-fc9b-4b75-977f-5e4c36fa2453 was deleted as no HA routers are present in tenant 76e082105c6147a2be3d333dc09f668a. [pid: 7|app: 0|req: 371/774] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:00 2026] DELETE /v2.0/routers/fd2db84f-c0f7-4ca4-a17e-fd75c527120a => generated 0 bytes in 946 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:54:01.023 7 INFO neutron.services.segments.plugin [-] Segment 97236a52-f66f-45d3-9fa0-ba1315824041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 97236a52-f66f-45d3-9fa0-ba1315824041 found for delete ", "request_id": "req-d28f8c52-5b65-48db-b265-63687f532fe9"}]} [pid: 8|app: 0|req: 404/775] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:01 2026] DELETE /v2.0/subnets/4a3a889e-d26e-4f21-ba51-3009563e20c7 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:01.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-e46963e7-3ee6-478f-a548-1cdc96b023cb 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 05ea7fa2-ce57-451c-8a74-7292ea761e81 2026-04-06 19:54:01.299 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e46963e7-3ee6-478f-a548-1cdc96b023cb 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 05ea7fa2-ce57-451c-8a74-7292ea761e81 [pid: 8|app: 0|req: 405/776] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:01 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => 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: 406/777] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:01 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&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: 372/778] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:01 2026] DELETE /v2.0/networks/7e636afb-d930-4b83-b896-17ed01d85a0e => generated 0 bytes in 303 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/779] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:01 2026] GET /v2.0/security-groups?tenant_id=76e082105c6147a2be3d333dc09f668a&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/780] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:01 2026] DELETE /v2.0/security-groups/2ddc9a77-c5e1-4045-afb1-8f08a09aea29 => 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: 408/781] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:02 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/782] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:02 2026] GET /v2.0/security-groups?id=3239c8d7-9527-48ef-91fa-3d0dabefe388&fields=id&fields=name => generated 113 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/783] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:54:02 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 971 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:02.741 7 INFO neutron_taas.services.taas.taas_plugin [req-44e1e1d7-6ac0-4723-a2ce-57379cb95d27 req-0b25ad1e-a747-4ae8-a569-48ef7e49ec77 538b9744eaf941c78cce0f656b28d5fc 8ae3af0a3a984dd5be136d09c53a03ee - - default default] TaaS: Handle Delete Port: 3cac83f0-24f7-44e5-b8c6-e87177549cca 2026-04-06 19:54:02.743 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-44e1e1d7-6ac0-4723-a2ce-57379cb95d27 req-0b25ad1e-a747-4ae8-a569-48ef7e49ec77 538b9744eaf941c78cce0f656b28d5fc 8ae3af0a3a984dd5be136d09c53a03ee - - default default] Tap Mirror: Handle Delete Port: 3cac83f0-24f7-44e5-b8c6-e87177549cca 2026-04-06 19:54:02.845 7 INFO neutron.db.l3_db [req-44e1e1d7-6ac0-4723-a2ce-57379cb95d27 req-0b25ad1e-a747-4ae8-a569-48ef7e49ec77 538b9744eaf941c78cce0f656b28d5fc 8ae3af0a3a984dd5be136d09c53a03ee - - default default] Floating IP 56f365e5-6476-46ce-9602-63c0043fc687 disassociated. External IP: 10.96.250.208, port: 3cac83f0-24f7-44e5-b8c6-e87177549cca. 2026-04-06 19:54:03.043 7 INFO neutron.services.segments.plugin [-] Segment a6995cf3-4d09-4498-925b-9a2de011f7f2 resource provider aggregate not found 2026-04-06 19:54:03.052 7 INFO neutron.services.segments.plugin [-] Segment a6995cf3-4d09-4498-925b-9a2de011f7f2 resource provider aggregate not found 2026-04-06 19:54:03.066 7 INFO neutron.services.segments.plugin [-] Segment a6995cf3-4d09-4498-925b-9a2de011f7f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6995cf3-4d09-4498-925b-9a2de011f7f2 found for delete ", "request_id": "req-0098d6fd-eda6-46a7-b33d-42682b9ab96f"}]} 2026-04-06 19:54:03.072 7 INFO neutron.services.segments.plugin [-] Segment a6995cf3-4d09-4498-925b-9a2de011f7f2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6995cf3-4d09-4498-925b-9a2de011f7f2 found for delete ", "request_id": "req-9c3f477a-f8b5-49b9-ac8c-ebe34a4220af"}]} [pid: 8|app: 0|req: 410/784] 10.0.0.36 () {34 vars in 989 bytes} [Mon Apr 6 19:54:02 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 1240 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 411/785] 10.0.0.36 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:03 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/786] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 19:54:02 2026] DELETE /v2.0/ports/3cac83f0-24f7-44e5-b8c6-e87177549cca => generated 0 bytes in 703 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:03.378 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2ca413e5-3be9-4497-816c-e03504ea1e0b'] response: {'server_uuid': '3c12becd-7808-43f8-861f-51e8076c44b6', 'name': 'network-vif-deleted', 'tag': '3cac83f0-24f7-44e5-b8c6-e87177549cca', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 412/787] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:03 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/788] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:04 2026] GET /v2.0/security-groups?tenant_id=61875b27fd3745ee847e538bb73786b1&name=default => generated 2925 bytes in 305 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/789] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:04 2026] DELETE /v2.0/security-groups/3f5f1fbb-3c50-4620-9377-6d7c2a3c8e04 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 377/790] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:04 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => 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: 414/791] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:05 2026] GET /v2.0/ports?device_id=3c12becd-7808-43f8-861f-51e8076c44b6 => 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: 378/792] 10.0.0.36 () {34 vars in 989 bytes} [Mon Apr 6 19:54:06 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 1240 bytes in 253 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/793] 10.0.0.36 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:06 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:06.870 8 INFO neutron.db.segments_db [None req-a3408c71-34db-4087-96ac-ab4e28b523f6 5f56fad4cbf743b5b6ca8c24118fc9ea d3e849d4b538434dad2649c06f147872 - - default default] Added segment 6b160b07-1636-46db-a0d9-30fc76d01412 of type vxlan for network 38211ca5-1de8-40ae-b37e-0079fe01409a 2026-04-06 19:54:06.932 8 INFO neutron.db.segments_db [None req-a3408c71-34db-4087-96ac-ab4e28b523f6 5f56fad4cbf743b5b6ca8c24118fc9ea d3e849d4b538434dad2649c06f147872 - - default default] Added segment a3052fab-f58c-4b5f-9558-2b86b4381f69 of type vxlan for network d49eb313-65e8-4a59-a948-3ae2b5de57e7 [pid: 8|app: 0|req: 415/794] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:06 2026] POST /v2.0/networks => generated 1208 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/795] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:54:07 2026] GET /v2.0/networks => generated 1845 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 380/796] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:07 2026] DELETE /v2.0/security-groups/3239c8d7-9527-48ef-91fa-3d0dabefe388 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:54:07.184 7 INFO neutron.api.v2.resource [None req-b4c1749c-7a75-4cca-bf73-720acd238865 538b9744eaf941c78cce0f656b28d5fc 8ae3af0a3a984dd5be136d09c53a03ee - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 381/797] 10.0.0.45 () {32 vars in 736 bytes} [Mon Apr 6 19:54:07 2026] GET /v2.0/security-groups/3239c8d7-9527-48ef-91fa-3d0dabefe388 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:54:07.315 8 INFO neutron.services.segments.plugin [-] Segment 6b160b07-1636-46db-a0d9-30fc76d01412 resource provider aggregate not found 2026-04-06 19:54:07.321 8 INFO neutron.services.segments.plugin [-] Segment 6b160b07-1636-46db-a0d9-30fc76d01412 resource provider aggregate not found 2026-04-06 19:54:07.323 7 INFO neutron_taas.services.taas.taas_plugin [None req-a34343dd-3d1a-48a8-a9af-a780f6630e97 538b9744eaf941c78cce0f656b28d5fc 8ae3af0a3a984dd5be136d09c53a03ee - - default default] TaaS: Handle Delete Port: f49e4a49-cf98-4924-8b10-4d7a64d27018 2026-04-06 19:54:07.327 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a34343dd-3d1a-48a8-a9af-a780f6630e97 538b9744eaf941c78cce0f656b28d5fc 8ae3af0a3a984dd5be136d09c53a03ee - - default default] Tap Mirror: Handle Delete Port: f49e4a49-cf98-4924-8b10-4d7a64d27018 2026-04-06 19:54:07.332 8 INFO neutron.services.segments.plugin [-] Segment 6b160b07-1636-46db-a0d9-30fc76d01412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b160b07-1636-46db-a0d9-30fc76d01412 found for delete ", "request_id": "req-a3ca0904-114f-4b2b-a47d-c304b6132178"}]} 2026-04-06 19:54:07.346 8 INFO neutron.services.segments.plugin [-] Segment 6b160b07-1636-46db-a0d9-30fc76d01412 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b160b07-1636-46db-a0d9-30fc76d01412 found for delete ", "request_id": "req-523c56f3-5de0-4dbc-b51b-47b9e63f5b22"}]} [pid: 8|app: 0|req: 417/798] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:07 2026] DELETE /v2.0/networks/38211ca5-1de8-40ae-b37e-0079fe01409a => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/799] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:54:07 2026] DELETE /v2.0/floatingips/56f365e5-6476-46ce-9602-63c0043fc687 => generated 0 bytes in 300 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/800] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:07 2026] DELETE /v2.0/networks/d49eb313-65e8-4a59-a948-3ae2b5de57e7 => 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: 419/801] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:54:07 2026] GET /v2.0/networks => generated 651 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:07.602 8 INFO neutron.db.segments_db [None req-7a09bc67-4e34-4841-b7ee-49edcfe0c651 5f56fad4cbf743b5b6ca8c24118fc9ea d3e849d4b538434dad2649c06f147872 - - default default] Added segment 337cf86d-6c47-4af8-bc45-672312274fda of type vxlan for network 82f9f7be-64ae-470d-8ab9-b91e3b1ea2c6 [pid: 8|app: 0|req: 420/802] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:07 2026] POST /v2.0/networks => generated 630 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:07.733 8 INFO neutron.db.segments_db [None req-0711186a-4b04-4461-ae7c-3bd62738465e 5f56fad4cbf743b5b6ca8c24118fc9ea d3e849d4b538434dad2649c06f147872 - - default default] Added segment e9051193-b4fb-4e67-9a54-c2d81e4b24d1 of type vxlan for network cccf6179-ea0d-4c9c-81dd-41a17f6c5ad5 [pid: 8|app: 0|req: 421/803] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:07 2026] POST /v2.0/networks => generated 631 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:08.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-18449171-f470-4f4d-8abd-8a6071e14142 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 59716a39-1fc5-4ec1-bbe1-c40d731933bb 2026-04-06 19:54:08.259 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-18449171-f470-4f4d-8abd-8a6071e14142 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 59716a39-1fc5-4ec1-bbe1-c40d731933bb [pid: 8|app: 0|req: 422/804] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:54:07 2026] POST /v2.0/ports => generated 1506 bytes in 567 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: 423/805] 10.0.0.45 () {32 vars in 642 bytes} [Mon Apr 6 19:54:08 2026] GET /v2.0/ports => generated 1506 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 383/806] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:07 2026] PUT /v2.0/routers/380afdad-8cb2-483a-b425-661391c0a395/remove_router_interface => generated 309 bytes in 1440 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:08.994 8 INFO neutron_taas.services.taas.taas_plugin [None req-e235ae93-98ab-4cba-a29e-20f43bbdaea6 5f56fad4cbf743b5b6ca8c24118fc9ea d3e849d4b538434dad2649c06f147872 - - default default] TaaS: Handle Delete Port: 292c86e6-f837-46c4-a95e-c0545b9ece36 2026-04-06 19:54:09.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e235ae93-98ab-4cba-a29e-20f43bbdaea6 5f56fad4cbf743b5b6ca8c24118fc9ea d3e849d4b538434dad2649c06f147872 - - default default] Tap Mirror: Handle Delete Port: 292c86e6-f837-46c4-a95e-c0545b9ece36 [pid: 8|app: 0|req: 424/807] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:54:08 2026] DELETE /v2.0/ports/292c86e6-f837-46c4-a95e-c0545b9ece36 => generated 0 bytes in 238 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:09.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-6054d74d-0d48-4855-adc7-c118b69da0c5 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 7cfb3671-9bd9-41be-8971-b31e6509c04f 2026-04-06 19:54:09.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6054d74d-0d48-4855-adc7-c118b69da0c5 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 7cfb3671-9bd9-41be-8971-b31e6509c04f 2026-04-06 19:54:09.182 8 INFO neutron_taas.services.taas.taas_plugin [None req-4fa7b93a-5b41-4839-a6ff-86d6c9caf926 5f56fad4cbf743b5b6ca8c24118fc9ea d3e849d4b538434dad2649c06f147872 - - default default] TaaS: Handle Delete Port: a4ad3453-f3b3-4e54-9763-c1381f4156e1 2026-04-06 19:54:09.186 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4fa7b93a-5b41-4839-a6ff-86d6c9caf926 5f56fad4cbf743b5b6ca8c24118fc9ea d3e849d4b538434dad2649c06f147872 - - default default] Tap Mirror: Handle Delete Port: a4ad3453-f3b3-4e54-9763-c1381f4156e1 [pid: 8|app: 0|req: 425/808] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:54:09 2026] DELETE /v2.0/ports/a4ad3453-f3b3-4e54-9763-c1381f4156e1 => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/809] 10.0.0.45 () {32 vars in 642 bytes} [Mon Apr 6 19:54:09 2026] GET /v2.0/ports => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:09.346 8 INFO neutron.db.segments_db [None req-d93fcefe-23ed-4007-bf04-b420f069cd4c 5f56fad4cbf743b5b6ca8c24118fc9ea d3e849d4b538434dad2649c06f147872 - - default default] Added segment 2ba87a68-f3f3-48a4-bf6e-55158f21a226 of type vxlan for network 0a123c42-bc78-46d3-a7aa-5e10f76a39c2 2026-04-06 19:54:09.350 8 INFO neutron.services.segments.plugin [-] Segment a3052fab-f58c-4b5f-9558-2b86b4381f69 resource provider aggregate not found 2026-04-06 19:54:09.367 8 INFO neutron.services.segments.plugin [-] Segment a3052fab-f58c-4b5f-9558-2b86b4381f69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3052fab-f58c-4b5f-9558-2b86b4381f69 found for delete ", "request_id": "req-1495a5b8-0994-4ad6-b2fd-965fcbdaae76"}]} 2026-04-06 19:54:09.370 8 INFO neutron.services.segments.plugin [-] Segment a3052fab-f58c-4b5f-9558-2b86b4381f69 resource provider aggregate not found 2026-04-06 19:54:09.387 8 INFO neutron.services.segments.plugin [-] Segment a3052fab-f58c-4b5f-9558-2b86b4381f69 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a3052fab-f58c-4b5f-9558-2b86b4381f69 found for delete ", "request_id": "req-b3912254-db4a-473c-b6fa-dfa240f2f856"}]} 2026-04-06 19:54:09.407 7 INFO neutron_taas.services.taas.taas_plugin [None req-6054d74d-0d48-4855-adc7-c118b69da0c5 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: aa9d8835-4735-4c3b-b4cb-2adaf21f6b89 2026-04-06 19:54:09.410 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6054d74d-0d48-4855-adc7-c118b69da0c5 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: aa9d8835-4735-4c3b-b4cb-2adaf21f6b89 [pid: 8|app: 0|req: 427/810] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:09 2026] POST /v2.0/networks => generated 630 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:09.502 8 INFO neutron.db.segments_db [None req-ab478e2f-49f1-469d-bdd5-dc3b521b1c53 5f56fad4cbf743b5b6ca8c24118fc9ea d3e849d4b538434dad2649c06f147872 - - default default] Added segment 704e51ae-4566-40c8-a98a-4cb04bda2ed2 of type vxlan for network e19267c9-d367-424d-9ec1-a6edf05d3e47 [pid: 8|app: 0|req: 428/811] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:09 2026] POST /v2.0/networks => generated 631 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:09.750 7 INFO neutron.services.segments.plugin [-] Segment 53905585-1030-42cb-86f0-546497f80aa9 resource provider aggregate not found 2026-04-06 19:54:09.757 7 INFO neutron.services.segments.plugin [-] Segment 53905585-1030-42cb-86f0-546497f80aa9 resource provider aggregate not found 2026-04-06 19:54:09.771 7 INFO neutron.services.segments.plugin [-] Segment 53905585-1030-42cb-86f0-546497f80aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53905585-1030-42cb-86f0-546497f80aa9 found for delete ", "request_id": "req-d621d7ba-8651-4fcb-a5cb-48ec8a2ca44a"}]} 2026-04-06 19:54:09.779 7 INFO neutron.services.segments.plugin [-] Segment 53905585-1030-42cb-86f0-546497f80aa9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53905585-1030-42cb-86f0-546497f80aa9 found for delete ", "request_id": "req-62cc8992-fd7b-4b89-8005-ab3e6deb1535"}]} 2026-04-06 19:54:09.783 7 INFO neutron.db.l3_hamode_db [None req-6054d74d-0d48-4855-adc7-c118b69da0c5 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network 8fb8b094-dda4-4515-b39c-e6a39b92698e was deleted as no HA routers are present in tenant 8ae3af0a3a984dd5be136d09c53a03ee. [pid: 7|app: 0|req: 384/812] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:08 2026] DELETE /v2.0/routers/380afdad-8cb2-483a-b425-661391c0a395 => generated 0 bytes in 853 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 385/813] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:09 2026] DELETE /v2.0/subnets/0fce71da-32ba-4c37-806e-c95a0912a64b => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:10.056 7 INFO neutron_taas.services.taas.taas_plugin [None req-4331b884-f27f-404e-b827-d0061658ecae 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 0fd9189b-ff98-4f5d-bff6-d056213a13be 2026-04-06 19:54:10.059 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4331b884-f27f-404e-b827-d0061658ecae 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 0fd9189b-ff98-4f5d-bff6-d056213a13be [pid: 8|app: 0|req: 429/814] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:09 2026] POST /v2.0/subnets => generated 1274 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/815] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:54:10 2026] GET /v2.0/subnets => generated 1910 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/816] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:09 2026] DELETE /v2.0/networks/64d2ab50-014d-41ba-8eda-92afd5f38010 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/817] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:10 2026] DELETE /v2.0/subnets/194ecc10-ea3e-4d47-a971-4d66c9d43b79 => 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: 432/818] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:10 2026] GET /v2.0/security-groups?tenant_id=8ae3af0a3a984dd5be136d09c53a03ee&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/819] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:10 2026] DELETE /v2.0/subnets/f6031f3a-e6fb-4755-9499-7b8f80e718ed => 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: 433/820] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:10 2026] DELETE /v2.0/security-groups/0e9da0a7-91e3-4cbc-8c68-11f153d6a9e4 => 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: 388/821] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:54:10 2026] GET /v2.0/subnets => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/822] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:10 2026] DELETE /v2.0/networks/e19267c9-d367-424d-9ec1-a6edf05d3e47 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/823] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:10 2026] DELETE /v2.0/networks/0a123c42-bc78-46d3-a7aa-5e10f76a39c2 => 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: 435/824] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:10 2026] DELETE /v2.0/networks/cccf6179-ea0d-4c9c-81dd-41a17f6c5ad5 => 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: 390/825] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:10 2026] DELETE /v2.0/networks/82f9f7be-64ae-470d-8ab9-b91e3b1ea2c6 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:11.385 8 INFO neutron.services.segments.plugin [-] Segment 704e51ae-4566-40c8-a98a-4cb04bda2ed2 resource provider aggregate not found 2026-04-06 19:54:11.403 8 INFO neutron.services.segments.plugin [-] Segment 704e51ae-4566-40c8-a98a-4cb04bda2ed2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 704e51ae-4566-40c8-a98a-4cb04bda2ed2 found for delete ", "request_id": "req-75de4f82-c19d-47d5-96b1-c398a69babdc"}]} 2026-04-06 19:54:11.410 8 INFO neutron.services.segments.plugin [-] Segment 704e51ae-4566-40c8-a98a-4cb04bda2ed2 resource provider aggregate not found 2026-04-06 19:54:11.423 8 INFO neutron.services.segments.plugin [-] Segment e9051193-b4fb-4e67-9a54-c2d81e4b24d1 resource provider aggregate not found 2026-04-06 19:54:11.434 8 INFO neutron.services.segments.plugin [-] Segment 704e51ae-4566-40c8-a98a-4cb04bda2ed2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 704e51ae-4566-40c8-a98a-4cb04bda2ed2 found for delete ", "request_id": "req-41ca2a8b-2480-41aa-ad7e-e9b800e8df3d"}]} 2026-04-06 19:54:11.453 8 INFO neutron.services.segments.plugin [-] Segment e9051193-b4fb-4e67-9a54-c2d81e4b24d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9051193-b4fb-4e67-9a54-c2d81e4b24d1 found for delete ", "request_id": "req-260407e6-4197-458f-836d-daf0655e1a2f"}]} 2026-04-06 19:54:11.455 8 INFO neutron.services.segments.plugin [-] Segment e9051193-b4fb-4e67-9a54-c2d81e4b24d1 resource provider aggregate not found 2026-04-06 19:54:11.480 8 INFO neutron.services.segments.plugin [-] Segment e9051193-b4fb-4e67-9a54-c2d81e4b24d1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e9051193-b4fb-4e67-9a54-c2d81e4b24d1 found for delete ", "request_id": "req-fddcf8da-fc75-480e-91ac-3c708cca0aa8"}]} [pid: 8|app: 0|req: 437/828] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:11 2026] GET /v2.0/security-groups?tenant_id=d3e849d4b538434dad2649c06f147872&name=default => generated 2925 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:54:11.794 7 INFO neutron.services.segments.plugin [-] Segment 084e5eae-820a-4c36-aaa3-0a3fdd292d71 resource provider aggregate not found 2026-04-06 19:54:11.814 7 INFO neutron.services.segments.plugin [-] Segment 084e5eae-820a-4c36-aaa3-0a3fdd292d71 resource provider aggregate not found 2026-04-06 19:54:11.815 7 INFO neutron.services.segments.plugin [-] Segment 084e5eae-820a-4c36-aaa3-0a3fdd292d71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 084e5eae-820a-4c36-aaa3-0a3fdd292d71 found for delete ", "request_id": "req-1a559976-add8-4725-b790-384710622caf"}]} 2026-04-06 19:54:11.839 7 INFO neutron.services.segments.plugin [-] Segment 084e5eae-820a-4c36-aaa3-0a3fdd292d71 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 084e5eae-820a-4c36-aaa3-0a3fdd292d71 found for delete ", "request_id": "req-65a5fa00-bf3b-43d9-b56f-0644627b1193"}]} 2026-04-06 19:54:11.841 7 INFO neutron.services.segments.plugin [-] Segment 2ba87a68-f3f3-48a4-bf6e-55158f21a226 resource provider aggregate not found 2026-04-06 19:54:11.863 7 INFO neutron.services.segments.plugin [-] Segment 2ba87a68-f3f3-48a4-bf6e-55158f21a226 resource provider aggregate not found 2026-04-06 19:54:11.875 7 INFO neutron.services.segments.plugin [-] Segment 2ba87a68-f3f3-48a4-bf6e-55158f21a226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ba87a68-f3f3-48a4-bf6e-55158f21a226 found for delete ", "request_id": "req-4335d8f2-97b9-4591-8e97-15f9f9acc199"}]} 2026-04-06 19:54:11.890 7 INFO neutron.services.segments.plugin [-] Segment 2ba87a68-f3f3-48a4-bf6e-55158f21a226 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ba87a68-f3f3-48a4-bf6e-55158f21a226 found for delete ", "request_id": "req-49bca844-aabf-4143-83ad-fa5414be1800"}]} 2026-04-06 19:54:11.913 7 INFO neutron.services.segments.plugin [-] Segment 337cf86d-6c47-4af8-bc45-672312274fda resource provider aggregate not found 2026-04-06 19:54:11.929 7 INFO neutron.services.segments.plugin [-] Segment 337cf86d-6c47-4af8-bc45-672312274fda resource provider aggregate not found 2026-04-06 19:54:11.943 7 INFO neutron.services.segments.plugin [-] Segment 337cf86d-6c47-4af8-bc45-672312274fda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 337cf86d-6c47-4af8-bc45-672312274fda found for delete ", "request_id": "req-5e2621fa-570e-41b8-bc78-4a8e82ea3d1e"}]} 2026-04-06 19:54:11.964 7 INFO neutron.services.segments.plugin [-] Segment 337cf86d-6c47-4af8-bc45-672312274fda resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 337cf86d-6c47-4af8-bc45-672312274fda found for delete ", "request_id": "req-54700520-055f-49ef-8410-50144c3cca87"}]} [pid: 7|app: 0|req: 392/829] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:11 2026] DELETE /v2.0/security-groups/b606ba9f-7c46-46db-a3e8-c25a6051e8ac => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:54:12.537 8 INFO neutron.db.segments_db [None req-27345f20-e5d7-419d-80f0-30f5c763b263 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 2e64c61e-1248-4159-81f3-1bc2407959f5 of type vxlan for network 3104eeb2-71c7-48f7-bcca-a12a3100e4bf [pid: 8|app: 0|req: 438/830] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:54:12 2026] POST /v2.0/networks => generated 727 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/831] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:12 2026] POST /v2.0/subnets => generated 693 bytes in 206 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:12.883 8 INFO neutron.db.segments_db [None req-63731aa4-6493-4432-97fb-8e60376a741f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 008f64c5-88e1-4413-9601-9ab84ebeebd3 of type vxlan for network b7c37f92-b998-41b6-a04e-ac2ebba9c2dc 2026-04-06 19:54:13.236 8 INFO neutron.db.l3_hamode_db [None req-63731aa4-6493-4432-97fb-8e60376a741f 971d5f0bcc3c40d3873e9b9b3c98f096 55e39fbf502d4614b1dd9d50d3aaf5b9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:54:13.983 8 INFO neutron.db.l3_hamode_db [None req-63731aa4-6493-4432-97fb-8e60376a741f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:54:13.993 7 INFO neutron.db.segments_db [None req-81e86221-15ee-40ef-98bc-8a0ca81cb142 41c8436bcc9f4cdaac9af3f096676c07 14dcb2d7f5ad488aba69b1cf430b24a3 - - default default] Added segment f7f18447-62e6-4345-98c8-4f92cf378812 of type vxlan for network f1e6434c-77c5-42e3-9df7-278ae4fa4973 [pid: 7|app: 0|req: 394/832] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:13 2026] POST /v2.0/networks => generated 629 bytes in 414 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/833] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:14 2026] POST /v2.0/subnets => generated 673 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:14.842 7 INFO neutron.db.segments_db [None req-24dfb903-f19f-4805-ba53-0e8edaefa64f 41c8436bcc9f4cdaac9af3f096676c07 14dcb2d7f5ad488aba69b1cf430b24a3 - - default default] Added segment 2f055d21-81bb-4d39-af8e-3f4903ca0130 of type vxlan for network 427e0085-495e-48b3-b24c-c7c4804e279b [pid: 8|app: 0|req: 439/834] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:12 2026] POST /v2.0/routers => generated 733 bytes in 2045 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/835] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:14 2026] POST /v2.0/networks => generated 629 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/836] 10.0.0.45 () {34 vars in 742 bytes} [Mon Apr 6 19:54:14 2026] PUT /v2.0/networks/427e0085-495e-48b3-b24c-c7c4804e279b => generated 592 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/837] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:15 2026] POST /v2.0/subnets => generated 646 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/838] 10.0.0.45 () {34 vars in 740 bytes} [Mon Apr 6 19:54:15 2026] PUT /v2.0/subnets/cdb56242-1caf-4b9a-b6c1-a856c4013195 => generated 656 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:15.650 7 INFO neutron.services.segments.plugin [-] Segment 2f055d21-81bb-4d39-af8e-3f4903ca0130 resource provider aggregate not found 2026-04-06 19:54:15.661 7 INFO neutron.services.segments.plugin [-] Segment 2f055d21-81bb-4d39-af8e-3f4903ca0130 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f055d21-81bb-4d39-af8e-3f4903ca0130 found for delete ", "request_id": "req-3baa91cc-c464-43ce-a335-95a5089c40d9"}]} 2026-04-06 19:54:15.670 7 INFO neutron.services.segments.plugin [-] Segment 2f055d21-81bb-4d39-af8e-3f4903ca0130 resource provider aggregate not found 2026-04-06 19:54:15.691 7 INFO neutron.services.segments.plugin [-] Segment 2f055d21-81bb-4d39-af8e-3f4903ca0130 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f055d21-81bb-4d39-af8e-3f4903ca0130 found for delete ", "request_id": "req-43def1c6-35b5-430e-9254-0db33af06d2c"}]} [pid: 7|app: 0|req: 400/839] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:15 2026] DELETE /v2.0/networks/427e0085-495e-48b3-b24c-c7c4804e279b => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:15.711 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15274d52-70ac-497c-8009-6bb730f7c9cc 41c8436bcc9f4cdaac9af3f096676c07 14dcb2d7f5ad488aba69b1cf430b24a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 401/840] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:15 2026] DELETE /v2.0/networks/427e0085-495e-48b3-b24c-c7c4804e279b => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/841] 10.0.0.45 () {32 vars in 693 bytes} [Mon Apr 6 19:54:15 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/842] 10.0.0.45 () {32 vars in 741 bytes} [Mon Apr 6 19:54:15 2026] GET /v2.0/subnets?network_id=5aa3c647-4b4d-4745-97da-122f50164053 => generated 649 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/843] 10.0.0.45 () {32 vars in 652 bytes} [Mon Apr 6 19:54:15 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/844] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:54:15 2026] GET /v2.0/networks => generated 1313 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 406/845] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:54:15 2026] GET /v2.0/subnets => generated 1312 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/846] 10.0.0.45 () {32 vars in 722 bytes} [Mon Apr 6 19:54:15 2026] GET /v2.0/networks/f1e6434c-77c5-42e3-9df7-278ae4fa4973 => generated 673 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/847] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:54:16 2026] GET /v2.0/subnets/ad0f9a94-989d-4ed6-835e-75750f239071 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:16.071 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d8538fda-114b-45ab-ab4b-f3a7b9853233 41c8436bcc9f4cdaac9af3f096676c07 14dcb2d7f5ad488aba69b1cf430b24a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 409/848] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:16 2026] DELETE /v2.0/subnets/cdb56242-1caf-4b9a-b6c1-a856c4013195 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:54:16.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bb462c9d-3325-43c5-9b41-eb285cccfca7 41c8436bcc9f4cdaac9af3f096676c07 14dcb2d7f5ad488aba69b1cf430b24a3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 410/849] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:16 2026] DELETE /v2.0/networks/427e0085-495e-48b3-b24c-c7c4804e279b => generated 138 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/850] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:54:14 2026] PUT /v2.0/routers/a8f045a9-069d-4e97-b560-329f2468c244/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: 411/851] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:16 2026] DELETE /v2.0/subnets/ad0f9a94-989d-4ed6-835e-75750f239071 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:16.358 8 INFO neutron.services.segments.plugin [-] Segment f7f18447-62e6-4345-98c8-4f92cf378812 resource provider aggregate not found 2026-04-06 19:54:16.362 8 INFO neutron.services.segments.plugin [-] Segment f7f18447-62e6-4345-98c8-4f92cf378812 resource provider aggregate not found 2026-04-06 19:54:16.375 8 INFO neutron.services.segments.plugin [-] Segment f7f18447-62e6-4345-98c8-4f92cf378812 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7f18447-62e6-4345-98c8-4f92cf378812 found for delete ", "request_id": "req-59032b0b-105b-428c-9aa9-a6f99c7cd292"}]} 2026-04-06 19:54:16.379 8 INFO neutron.services.segments.plugin [-] Segment f7f18447-62e6-4345-98c8-4f92cf378812 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f7f18447-62e6-4345-98c8-4f92cf378812 found for delete ", "request_id": "req-ab779a9b-ecc7-4689-808a-a61d8f04cb1c"}]} [pid: 8|app: 0|req: 441/852] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:16 2026] DELETE /v2.0/networks/f1e6434c-77c5-42e3-9df7-278ae4fa4973 => 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: 412/853] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:16 2026] GET /v2.0/security-groups?tenant_id=14dcb2d7f5ad488aba69b1cf430b24a3&name=default => generated 2925 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/854] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:17 2026] DELETE /v2.0/security-groups/c702795d-2e4e-49fa-963d-423e470c3be8 => 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: 413/855] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:54:17 2026] GET /v2.0/networks?id=3104eeb2-71c7-48f7-bcca-a12a3100e4bf => generated 678 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/856] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:54:17 2026] GET /v2.0/quotas/55e39fbf502d4614b1dd9d50d3aaf5b9 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/857] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:54:17 2026] GET /v2.0/ports?tenant_id=55e39fbf502d4614b1dd9d50d3aaf5b9&fields=id => generated 103 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/858] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:54:17 2026] GET /v2.0/networks/3104eeb2-71c7-48f7-bcca-a12a3100e4bf?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: 415/859] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:54:17 2026] GET /v2.0/networks/3104eeb2-71c7-48f7-bcca-a12a3100e4bf?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: 445/860] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:17 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => 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: 416/861] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:18 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:19.161 8 INFO neutron.db.segments_db [None req-a6f08004-e18c-4d71-bb49-c9812df77fa7 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Added segment 42bfd999-d64a-48fe-9776-8d40ac497734 of type vxlan for network 84604300-a084-46c1-a871-d5e6bb28c8a9 [pid: 8|app: 0|req: 446/862] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:18 2026] POST /v2.0/networks => generated 614 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:19.309 7 INFO neutron.db.segments_db [None req-ce562e51-57ce-4bdb-8e9f-530442fe88aa abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Added segment 16067110-a02e-4496-a934-35ebb74aaa4f of type vxlan for network 79e1e5a6-65fe-447c-95cf-ce33d2815577 [pid: 7|app: 0|req: 417/863] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:19 2026] POST /v2.0/networks => generated 614 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/864] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:19 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/865] 10.0.0.76 () {34 vars in 970 bytes} [Mon Apr 6 19:54:19 2026] GET /v2.0/ports/5d12e5b9-aae2-4912-9561-6d789c0edd2f => generated 968 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/866] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:19 2026] POST /v2.0/subnets => generated 646 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/867] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:19 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => 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: 449/868] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:19 2026] POST /v2.0/subnets => generated 655 bytes in 239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:19.942 7 INFO neutron.db.segments_db [None req-3f9e6500-bd1b-4236-b5e0-64f3fd234ef0 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Added segment cca8f338-a64c-4064-a0c7-11327a749d3b of type vxlan for network b435452f-4670-4837-8341-8cb320fea84f [pid: 8|app: 0|req: 450/869] 199.204.45.169 () {34 vars in 1000 bytes} [Mon Apr 6 19:54:20 2026] GET /v2.0/subnets?network_id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 => generated 683 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:20.183 7 INFO neutron.db.l3_hamode_db [None req-3f9e6500-bd1b-4236-b5e0-64f3fd234ef0 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 451/870] 199.204.45.169 () {34 vars in 1146 bytes} [Mon Apr 6 19:54:20 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc&device_owner=compute%3Anova&network_id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:20.355 7 INFO neutron.db.l3_hamode_db [None req-3f9e6500-bd1b-4236-b5e0-64f3fd234ef0 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 452/871] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:54:20 2026] PUT /v2.0/ports/5d12e5b9-aae2-4912-9561-6d789c0edd2f => generated 1145 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:54:20.847 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-574459cc-0b1a-47f2-8d06-97b5b14e17e7'] response: {'name': 'network-changed', 'server_uuid': '321ee589-4918-4997-ac58-b7032fc862fc', 'tag': '5d12e5b9-aae2-4912-9561-6d789c0edd2f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 420/872] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:19 2026] POST /v2.0/routers => generated 510 bytes in 1040 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 421/873] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:20 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => 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: 422/874] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/ports?tenant_id=0d2544838e854ea7be0110ab393f86c5&device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 1417 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/875] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/networks?id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 => generated 778 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/876] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5d12e5b9-aae2-4912-9561-6d789c0edd2f => 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: 425/877] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5d12e5b9-aae2-4912-9561-6d789c0edd2f => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/878] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/subnets?id=417fcbbb-1f17-44d7-b808-66b9019458f1 => generated 701 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/879] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/ports?network_id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8&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: 428/880] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?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: 429/881] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?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: 430/882] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 1148 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/883] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&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: 453/884] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:54:20 2026] PUT /v2.0/routers/0d45d948-2006-47ac-b244-ee45c084ae77/add_router_interface => generated 309 bytes in 1037 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 432/885] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/networks?id=3104eeb2-71c7-48f7-bcca-a12a3100e4bf => generated 678 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/886] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:54:21 2026] GET /v2.0/ports/936d7f65-6745-4c46-b5d2-61d0522548d3 => generated 959 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/887] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:22 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => 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: 433/888] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:54:22 2026] POST /v2.0/ports => generated 954 bytes in 314 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: 434/889] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:54:22 2026] PUT /v2.0/ports/512154e1-958b-4e33-93be-fc887f25cea5 => generated 1235 bytes in 361 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: 435/890] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:54:22 2026] GET /v2.0/ports?tenant_id=0d2544838e854ea7be0110ab393f86c5&device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 1417 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:54:22.730 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed28e1b0-29f1-4d3e-8c63-935b92d5e87c'] response: {'name': 'network-changed', 'server_uuid': '273bbf2a-3b70-46d9-b31b-b60060729dce', 'tag': '512154e1-958b-4e33-93be-fc887f25cea5', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 436/891] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:54:22 2026] GET /v2.0/networks?id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 => generated 778 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/892] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:54:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=5d12e5b9-aae2-4912-9561-6d789c0edd2f => 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: 438/893] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:54:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5d12e5b9-aae2-4912-9561-6d789c0edd2f => 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: 439/894] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:54:22 2026] GET /v2.0/subnets?id=417fcbbb-1f17-44d7-b808-66b9019458f1 => generated 701 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/895] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:54:22 2026] GET /v2.0/ports?network_id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8&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: 441/896] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:54:22 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/897] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:54:22 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?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: 456/898] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:54:22 2026] PUT /v2.0/routers/0d45d948-2006-47ac-b244-ee45c084ae77/add_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/899] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:54:23 2026] GET /v2.0/ports/24d4c9db-fb71-4596-9c89-f8f86c85964f => generated 967 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/900] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:23 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 969 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/901] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:23 2026] GET /v2.0/security-groups?id=7979241b-90b4-4e5d-bc47-61b9345b26a1&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/902] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:54:23 2026] GET /v2.0/ports?tenant_id=55e39fbf502d4614b1dd9d50d3aaf5b9&device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/903] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:54:23 2026] GET /v2.0/networks?tenant_id=55e39fbf502d4614b1dd9d50d3aaf5b9&shared=False => generated 774 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/904] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:54:23 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-04-06 19:54:23.516 7 INFO neutron_taas.services.taas.taas_plugin [None req-50beda12-de46-44bb-ac41-4a7a03043e33 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] TaaS: Handle Delete Port: 24d4c9db-fb71-4596-9c89-f8f86c85964f 2026-04-06 19:54:23.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-50beda12-de46-44bb-ac41-4a7a03043e33 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Tap Mirror: Handle Delete Port: 24d4c9db-fb71-4596-9c89-f8f86c85964f [pid: 8|app: 0|req: 462/905] 199.204.45.169 () {34 vars in 1118 bytes} [Mon Apr 6 19:54:23 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.3 => generated 1148 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 463/906] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:54:23 2026] PUT /v2.0/ports/5d12e5b9-aae2-4912-9561-6d789c0edd2f => generated 968 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/907] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:23 2026] PUT /v2.0/routers/0d45d948-2006-47ac-b244-ee45c084ae77/remove_router_interface => generated 309 bytes in 712 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-04-06 19:54:23.950 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-341bdff6-0943-43a0-8185-69d0c9cec649'] response: {'name': 'network-changed', 'server_uuid': '321ee589-4918-4997-ac58-b7032fc862fc', 'tag': '5d12e5b9-aae2-4912-9561-6d789c0edd2f', 'status': 'completed', 'code': 200} 2026-04-06 19:54:24.192 8 INFO neutron_taas.services.taas.taas_plugin [None req-599aa8e1-7553-40ab-b4d0-2b1eaf8ac7be abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] TaaS: Handle Delete Port: 936d7f65-6745-4c46-b5d2-61d0522548d3 2026-04-06 19:54:24.195 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-599aa8e1-7553-40ab-b4d0-2b1eaf8ac7be abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Tap Mirror: Handle Delete Port: 936d7f65-6745-4c46-b5d2-61d0522548d3 [pid: 7|app: 0|req: 445/908] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 969 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/909] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/ports?tenant_id=0d2544838e854ea7be0110ab393f86c5&device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/910] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/ports?tenant_id=55e39fbf502d4614b1dd9d50d3aaf5b9&device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/911] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:23 2026] PUT /v2.0/routers/0d45d948-2006-47ac-b244-ee45c084ae77/remove_router_interface => generated 309 bytes in 592 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/912] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/security-groups?id=7979241b-90b4-4e5d-bc47-61b9345b26a1&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/913] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=512154e1-958b-4e33-93be-fc887f25cea5 => 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: 450/914] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/ports?device_id=0d45d948-2006-47ac-b244-ee45c084ae77 => 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: 465/915] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/networks?id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 => generated 778 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/916] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/subnets?id=1e381fc9-a07c-4044-a83e-7d1e8d278c67 => generated 696 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/917] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5d12e5b9-aae2-4912-9561-6d789c0edd2f => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/918] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/ports?network_id=3104eeb2-71c7-48f7-bcca-a12a3100e4bf&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/919] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/subnets?id=417fcbbb-1f17-44d7-b808-66b9019458f1 => generated 701 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:24.722 8 INFO neutron_taas.services.taas.taas_plugin [None req-72fc05ce-fba7-4484-aba6-436e6347ffe9 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] TaaS: Handle Delete Port: 401e8c74-29bf-4b0c-bd64-9476fd1d2161 [pid: 7|app: 0|req: 455/920] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/networks/3104eeb2-71c7-48f7-bcca-a12a3100e4bf?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:24.725 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-72fc05ce-fba7-4484-aba6-436e6347ffe9 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Tap Mirror: Handle Delete Port: 401e8c74-29bf-4b0c-bd64-9476fd1d2161 [pid: 7|app: 0|req: 456/921] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/ports?network_id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8&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: 457/922] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/networks/3104eeb2-71c7-48f7-bcca-a12a3100e4bf?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: 458/923] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/924] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:54:24 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?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-04-06 19:54:25.064 8 INFO neutron.services.segments.plugin [-] Segment cca8f338-a64c-4064-a0c7-11327a749d3b resource provider aggregate not found 2026-04-06 19:54:25.066 8 INFO neutron.services.segments.plugin [-] Segment cca8f338-a64c-4064-a0c7-11327a749d3b resource provider aggregate not found 2026-04-06 19:54:25.086 8 INFO neutron.services.segments.plugin [-] Segment cca8f338-a64c-4064-a0c7-11327a749d3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cca8f338-a64c-4064-a0c7-11327a749d3b found for delete ", "request_id": "req-ec30447e-fc84-425d-849d-07a86fb4a3ce"}]} 2026-04-06 19:54:25.087 8 INFO neutron.db.l3_hamode_db [None req-72fc05ce-fba7-4484-aba6-436e6347ffe9 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] HA network b435452f-4670-4837-8341-8cb320fea84f was deleted as no HA routers are present in tenant be03d5a0cfcf49b1b64caa19e85a4b42. 2026-04-06 19:54:25.090 8 INFO neutron.services.segments.plugin [-] Segment cca8f338-a64c-4064-a0c7-11327a749d3b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cca8f338-a64c-4064-a0c7-11327a749d3b found for delete ", "request_id": "req-ea6e80f4-ead0-43a0-8b8c-6358e57a9222"}]} [pid: 8|app: 0|req: 466/925] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:24 2026] DELETE /v2.0/routers/0d45d948-2006-47ac-b244-ee45c084ae77 => generated 0 bytes in 522 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/926] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:25 2026] DELETE /v2.0/subnets/aeacc0e6-3a71-4d9d-be8b-bc7be80e838d => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/927] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:25 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/928] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:25 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&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: 461/929] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:25 2026] DELETE /v2.0/subnets/61bb683c-7e8f-451e-a15d-4d46489df77d => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:25.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-797e24f8-0bbe-4781-a336-23a88b27c26f abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] TaaS: Handle Delete Port: e5f7aad0-745e-4437-ab81-73f712ad06aa 2026-04-06 19:54:25.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-797e24f8-0bbe-4781-a336-23a88b27c26f abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Tap Mirror: Handle Delete Port: e5f7aad0-745e-4437-ab81-73f712ad06aa [pid: 7|app: 0|req: 462/930] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:25 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 463/931] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:25 2026] GET /v2.0/security-groups?id=7979241b-90b4-4e5d-bc47-61b9345b26a1&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/932] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:25 2026] DELETE /v2.0/networks/79e1e5a6-65fe-447c-95cf-ce33d2815577 => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:25.802 7 INFO neutron.services.segments.plugin [-] Segment 42bfd999-d64a-48fe-9776-8d40ac497734 resource provider aggregate not found 2026-04-06 19:54:25.808 7 INFO neutron.services.segments.plugin [-] Segment 42bfd999-d64a-48fe-9776-8d40ac497734 resource provider aggregate not found 2026-04-06 19:54:25.818 7 INFO neutron.services.segments.plugin [-] Segment 42bfd999-d64a-48fe-9776-8d40ac497734 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42bfd999-d64a-48fe-9776-8d40ac497734 found for delete ", "request_id": "req-5fec480c-792d-4db9-9a26-d47c37a08b2c"}]} 2026-04-06 19:54:25.821 7 INFO neutron.services.segments.plugin [-] Segment 42bfd999-d64a-48fe-9776-8d40ac497734 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42bfd999-d64a-48fe-9776-8d40ac497734 found for delete ", "request_id": "req-6b40e7f3-f669-4dad-98bd-de6dcb21b719"}]} [pid: 7|app: 0|req: 464/933] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:25 2026] DELETE /v2.0/networks/84604300-a084-46c1-a871-d5e6bb28c8a9 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:25.921 8 INFO neutron.db.segments_db [None req-4df49cb4-5af4-4c75-a0a9-6dec389993f3 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Added segment 8f61d893-91d4-4b79-b1d1-8131a04bd83c of type vxlan for network 700be453-19a9-4842-85e4-f018f53f6932 [pid: 7|app: 0|req: 465/934] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:54:25 2026] GET /v2.0/ports?tenant_id=0d2544838e854ea7be0110ab393f86c5&device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/935] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:54:25 2026] GET /v2.0/networks?id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 => generated 778 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/936] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:25 2026] POST /v2.0/networks => generated 614 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 467/937] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:54:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=5d12e5b9-aae2-4912-9561-6d789c0edd2f => generated 860 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/938] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:54:26 2026] GET /v2.0/subnets?id=417fcbbb-1f17-44d7-b808-66b9019458f1 => generated 701 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/941] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:54:26 2026] GET /v2.0/ports?network_id=82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8&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: 472/942] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:54:26 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?fields=segments => generated 14 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/943] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:54:26 2026] GET /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8?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: 471/944] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:26 2026] POST /v2.0/subnets => generated 646 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:26.298 7 INFO neutron.db.segments_db [None req-7ccc1ec0-3cbf-4aa0-be7d-e4deacd13cee abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Added segment 1fca27fe-72e0-4ee3-a100-d84608e9b903 of type vxlan for network f931f028-8533-453d-aff2-a3b3b44101b9 [pid: 8|app: 0|req: 472/945] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:26 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:26.535 7 INFO neutron.db.l3_hamode_db [None req-7ccc1ec0-3cbf-4aa0-be7d-e4deacd13cee abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 473/946] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:26 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&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-04-06 19:54:26.638 7 INFO neutron.db.l3_hamode_db [None req-7ccc1ec0-3cbf-4aa0-be7d-e4deacd13cee abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 474/947] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:26 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/948] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:26 2026] GET /v2.0/security-groups?id=7979241b-90b4-4e5d-bc47-61b9345b26a1&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:27.106 8 INFO neutron.services.segments.plugin [-] Segment 16067110-a02e-4496-a934-35ebb74aaa4f resource provider aggregate not found 2026-04-06 19:54:27.120 8 INFO neutron.services.segments.plugin [-] Segment 16067110-a02e-4496-a934-35ebb74aaa4f resource provider aggregate not found 2026-04-06 19:54:27.125 8 INFO neutron.services.segments.plugin [-] Segment 16067110-a02e-4496-a934-35ebb74aaa4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16067110-a02e-4496-a934-35ebb74aaa4f found for delete ", "request_id": "req-79ac6a9b-64e3-43fc-87be-3dd763677806"}]} 2026-04-06 19:54:27.142 8 INFO neutron.services.segments.plugin [-] Segment 16067110-a02e-4496-a934-35ebb74aaa4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 16067110-a02e-4496-a934-35ebb74aaa4f found for delete ", "request_id": "req-89522b28-c71f-437a-8d5d-45cd0b4ddd41"}]} [pid: 7|app: 0|req: 474/949] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:26 2026] POST /v2.0/routers => generated 511 bytes in 893 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/950] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:54:27 2026] POST /v2.0/ports => generated 959 bytes in 329 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: 477/951] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:27 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => 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: 478/952] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:27 2026] GET /v2.0/security-groups?id=6a2e7a49-fe43-4aac-986a-17217e5b8953&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/953] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:54:27 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:27.843 8 INFO neutron_taas.services.taas.taas_plugin [req-9259c52a-dcb7-46bb-b163-0f2b12a0b488 req-b7c82701-cf02-42b1-b4a3-93937c5c729d cb37e09239da46229250369b6ded60a5 0d2544838e854ea7be0110ab393f86c5 - - default default] TaaS: Handle Delete Port: 5d12e5b9-aae2-4912-9561-6d789c0edd2f 2026-04-06 19:54:27.845 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9259c52a-dcb7-46bb-b163-0f2b12a0b488 req-b7c82701-cf02-42b1-b4a3-93937c5c729d cb37e09239da46229250369b6ded60a5 0d2544838e854ea7be0110ab393f86c5 - - default default] Tap Mirror: Handle Delete Port: 5d12e5b9-aae2-4912-9561-6d789c0edd2f 2026-04-06 19:54:27.965 8 INFO neutron.db.l3_db [req-9259c52a-dcb7-46bb-b163-0f2b12a0b488 req-b7c82701-cf02-42b1-b4a3-93937c5c729d cb37e09239da46229250369b6ded60a5 0d2544838e854ea7be0110ab393f86c5 - - default default] Floating IP 203e3671-607b-4921-8bc1-c6caa86074b7 disassociated. External IP: 10.96.250.212, port: 5d12e5b9-aae2-4912-9561-6d789c0edd2f. [pid: 8|app: 0|req: 480/954] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 19:54:27 2026] DELETE /v2.0/ports/5d12e5b9-aae2-4912-9561-6d789c0edd2f => generated 0 bytes in 499 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:28.310 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17175a56-4e6f-4cd8-8516-d07c1548e45f'] response: {'server_uuid': '321ee589-4918-4997-ac58-b7032fc862fc', 'name': 'network-vif-deleted', 'tag': '5d12e5b9-aae2-4912-9561-6d789c0edd2f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 481/955] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:28 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 971 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 482/956] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:28 2026] GET /v2.0/security-groups?id=7979241b-90b4-4e5d-bc47-61b9345b26a1&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/957] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:54:27 2026] PUT /v2.0/routers/e4061949-cfa7-47cf-9489-b7c6ae44214d/add_router_interface => generated 309 bytes in 1027 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/958] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:54:28 2026] GET /v2.0/ports/bc522fb7-bcca-40ce-a6ee-20e4aa3b0c5b => generated 1033 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: 484/959] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:28 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:28.879 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0195974-2b9b-402b-9d3b-f19d42360d59 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] TaaS: Handle Delete Port: bc522fb7-bcca-40ce-a6ee-20e4aa3b0c5b 2026-04-06 19:54:28.882 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0195974-2b9b-402b-9d3b-f19d42360d59 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Tap Mirror: Handle Delete Port: bc522fb7-bcca-40ce-a6ee-20e4aa3b0c5b [pid: 7|app: 0|req: 476/960] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:28 2026] PUT /v2.0/routers/e4061949-cfa7-47cf-9489-b7c6ae44214d/remove_router_interface => generated 309 bytes in 732 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: 477/961] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:29 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:29.437 8 INFO neutron.api.v2.resource [None req-bed26ac8-e925-4536-af3a-a9eb6b5c9ab3 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 485/962] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:29 2026] PUT /v2.0/routers/e4061949-cfa7-47cf-9489-b7c6ae44214d/remove_router_interface => generated 197 bytes in 146 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/963] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:29 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/964] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:29 2026] GET /v2.0/ports?device_id=e4061949-cfa7-47cf-9489-b7c6ae44214d => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/965] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:29 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/966] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:29 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/967] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:29 2026] GET /v2.0/security-groups?id=7979241b-90b4-4e5d-bc47-61b9345b26a1&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/968] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:29 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:29.650 8 INFO neutron_taas.services.taas.taas_plugin [None req-42ab4f06-65a4-4606-83eb-c3d08e2ce387 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] TaaS: Handle Delete Port: ef8e6835-eb9f-499e-b0a0-37ef734a23d8 2026-04-06 19:54:29.653 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-42ab4f06-65a4-4606-83eb-c3d08e2ce387 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Tap Mirror: Handle Delete Port: ef8e6835-eb9f-499e-b0a0-37ef734a23d8 [pid: 7|app: 0|req: 483/969] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:29 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => 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: 484/970] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:29 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:29.975 8 INFO neutron.services.segments.plugin [-] Segment 1fca27fe-72e0-4ee3-a100-d84608e9b903 resource provider aggregate not found 2026-04-06 19:54:29.979 8 INFO neutron.services.segments.plugin [-] Segment 1fca27fe-72e0-4ee3-a100-d84608e9b903 resource provider aggregate not found 2026-04-06 19:54:29.993 8 INFO neutron.services.segments.plugin [-] Segment 1fca27fe-72e0-4ee3-a100-d84608e9b903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fca27fe-72e0-4ee3-a100-d84608e9b903 found for delete ", "request_id": "req-b19e2073-67cd-4113-9791-cd10fc96518e"}]} 2026-04-06 19:54:29.996 8 INFO neutron.db.l3_hamode_db [None req-42ab4f06-65a4-4606-83eb-c3d08e2ce387 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] HA network f931f028-8533-453d-aff2-a3b3b44101b9 was deleted as no HA routers are present in tenant be03d5a0cfcf49b1b64caa19e85a4b42. [pid: 7|app: 0|req: 485/971] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:29 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:30.001 8 INFO neutron.services.segments.plugin [-] Segment 1fca27fe-72e0-4ee3-a100-d84608e9b903 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1fca27fe-72e0-4ee3-a100-d84608e9b903 found for delete ", "request_id": "req-67481946-29b6-4759-aa81-5d0c02820fb6"}]} [pid: 8|app: 0|req: 487/972] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:29 2026] DELETE /v2.0/routers/e4061949-cfa7-47cf-9489-b7c6ae44214d => generated 0 bytes in 514 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/973] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:30 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/974] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:30 2026] GET /v2.0/security-groups?id=7979241b-90b4-4e5d-bc47-61b9345b26a1&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 489/975] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:30 2026] DELETE /v2.0/subnets/79a282a5-bc09-4c99-9f3e-99febc868194 => generated 0 bytes in 443 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:30.581 7 INFO neutron.services.segments.plugin [-] Segment 8f61d893-91d4-4b79-b1d1-8131a04bd83c resource provider aggregate not found 2026-04-06 19:54:30.585 7 INFO neutron.services.segments.plugin [-] Segment 8f61d893-91d4-4b79-b1d1-8131a04bd83c resource provider aggregate not found 2026-04-06 19:54:30.599 7 INFO neutron.services.segments.plugin [-] Segment 8f61d893-91d4-4b79-b1d1-8131a04bd83c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f61d893-91d4-4b79-b1d1-8131a04bd83c found for delete ", "request_id": "req-57c40fc9-bf35-4ff1-9e84-f25bf2b124e6"}]} 2026-04-06 19:54:30.603 7 INFO neutron.services.segments.plugin [-] Segment 8f61d893-91d4-4b79-b1d1-8131a04bd83c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8f61d893-91d4-4b79-b1d1-8131a04bd83c found for delete ", "request_id": "req-ae9b86c2-be7a-4462-a830-6dfcdaa0398f"}]} [pid: 7|app: 0|req: 487/976] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:30 2026] DELETE /v2.0/networks/700be453-19a9-4842-85e4-f018f53f6932 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:30.661 8 INFO neutron.db.segments_db [None req-6551349b-d8f4-404f-b693-0c14879cd7f9 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Added segment 7f897526-03a2-40a9-9744-9e7145a6c1d5 of type vxlan for network 7ff30b39-bc3c-4936-a6af-ede56c9478f9 [pid: 8|app: 0|req: 490/977] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:30 2026] POST /v2.0/networks => generated 615 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/978] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:30 2026] POST /v2.0/subnets => generated 646 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:30.986 8 INFO neutron.db.segments_db [None req-8bc32ae8-dcda-4706-ae90-e8e56ed804fa abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Added segment da8b99f1-4a9e-4cdc-a576-5f5cd328620a of type vxlan for network 0b0c575c-6376-4d67-8a61-36b7e7bcbfb0 [pid: 7|app: 0|req: 489/979] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/ports?device_id=321ee589-4918-4997-ac58-b7032fc862fc => 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: 490/980] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/981] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => 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: 492/982] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/security-groups?id=7979241b-90b4-4e5d-bc47-61b9345b26a1&fields=id&fields=name => generated 88 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:31.199 8 INFO neutron.db.l3_hamode_db [None req-8bc32ae8-dcda-4706-ae90-e8e56ed804fa abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 493/983] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:31.290 8 INFO neutron.db.l3_hamode_db [None req-8bc32ae8-dcda-4706-ae90-e8e56ed804fa abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 494/984] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/ports?tenant_id=bca7cd4d82b6464ebf897692c9b5bdd5&device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 495/985] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/networks?id=0ca23d03-1671-4c97-99a8-062d735d759f => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/986] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=07528918-fc23-4bc2-9bf6-91ba6533de95 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/987] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/subnets?id=cd325004-20a8-4f57-85e6-616c73e3bc90 => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/988] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/ports?network_id=0ca23d03-1671-4c97-99a8-062d735d759f&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: 499/989] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/networks/0ca23d03-1671-4c97-99a8-062d735d759f?fields=segments => generated 14 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/990] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:54:31 2026] GET /v2.0/networks/0ca23d03-1671-4c97-99a8-062d735d759f?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: 491/991] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:30 2026] POST /v2.0/routers => generated 511 bytes in 906 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/992] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:32 2026] DELETE /v2.0/security-groups/6a2e7a49-fe43-4aac-986a-17217e5b8953 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:54:32.204 8 INFO neutron.api.v2.resource [None req-1e2fdced-88ff-4b9b-b7f2-0192844cebb9 cb37e09239da46229250369b6ded60a5 0d2544838e854ea7be0110ab393f86c5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 493/993] 10.0.0.45 () {32 vars in 736 bytes} [Mon Apr 6 19:54:32 2026] GET /v2.0/security-groups/6a2e7a49-fe43-4aac-986a-17217e5b8953 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:54:32.320 8 INFO neutron_taas.services.taas.taas_plugin [None req-a72f40de-5e84-4b9b-a3d1-6c48bb6e99af cb37e09239da46229250369b6ded60a5 0d2544838e854ea7be0110ab393f86c5 - - default default] TaaS: Handle Delete Port: b9c7f9de-5459-4bed-acf6-e42cba9a1604 2026-04-06 19:54:32.323 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a72f40de-5e84-4b9b-a3d1-6c48bb6e99af cb37e09239da46229250369b6ded60a5 0d2544838e854ea7be0110ab393f86c5 - - default default] Tap Mirror: Handle Delete Port: b9c7f9de-5459-4bed-acf6-e42cba9a1604 [pid: 8|app: 0|req: 494/994] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:54:32 2026] DELETE /v2.0/floatingips/203e3671-607b-4921-8bc1-c6caa86074b7 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/995] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:32 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => 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: 496/996] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:32 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/997] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:54:32 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/998] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:32 2026] GET /v2.0/security-groups?id=7979241b-90b4-4e5d-bc47-61b9345b26a1&fields=id&fields=name => generated 88 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/999] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:32 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:32.805 8 INFO neutron_taas.services.taas.taas_plugin [req-e30963d0-9f7d-4918-a065-85aecb5a0070 req-112652f1-6fe8-4ed5-9885-efd421a6c85d 2343e3f7f7bb48eea3b4ec294a25180d 55e39fbf502d4614b1dd9d50d3aaf5b9 - - default default] TaaS: Handle Delete Port: 512154e1-958b-4e33-93be-fc887f25cea5 2026-04-06 19:54:32.808 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e30963d0-9f7d-4918-a065-85aecb5a0070 req-112652f1-6fe8-4ed5-9885-efd421a6c85d 2343e3f7f7bb48eea3b4ec294a25180d 55e39fbf502d4614b1dd9d50d3aaf5b9 - - default default] Tap Mirror: Handle Delete Port: 512154e1-958b-4e33-93be-fc887f25cea5 [pid: 7|app: 0|req: 501/1000] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:54:31 2026] PUT /v2.0/routers/6024684e-3e21-4fc5-ab7e-aeaa09f7d136/add_router_interface => generated 309 bytes in 982 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/1001] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 19:54:32 2026] DELETE /v2.0/ports/512154e1-958b-4e33-93be-fc887f25cea5 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:32.982 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-00864b83-3e6f-490c-93d0-10bdc78efad0'] response: {'server_uuid': '273bbf2a-3b70-46d9-b31b-b60060729dce', 'name': 'network-vif-deleted', 'tag': '512154e1-958b-4e33-93be-fc887f25cea5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 501/1002] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:54:32 2026] GET /v2.0/ports/45cae152-b8e6-4e02-8845-45880dd9c366 => generated 959 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:33.204 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac70ad69-37e1-4aa5-bcef-4978db1f1c17 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 8d50df84-d2ce-441c-bc6e-c0a648597602 2026-04-06 19:54:33.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac70ad69-37e1-4aa5-bcef-4978db1f1c17 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 8d50df84-d2ce-441c-bc6e-c0a648597602 2026-04-06 19:54:33.311 8 INFO neutron_taas.services.taas.taas_plugin [None req-10df2d15-540c-4c70-82f0-fe083238ab60 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] TaaS: Handle Delete Port: 45cae152-b8e6-4e02-8845-45880dd9c366 2026-04-06 19:54:33.314 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-10df2d15-540c-4c70-82f0-fe083238ab60 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Tap Mirror: Handle Delete Port: 45cae152-b8e6-4e02-8845-45880dd9c366 [pid: 7|app: 0|req: 502/1003] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:32 2026] PUT /v2.0/routers/3b7f362e-5224-448f-813e-3f30f74a00ae/remove_router_interface => generated 309 bytes in 810 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/1004] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:33 2026] PUT /v2.0/routers/6024684e-3e21-4fc5-ab7e-aeaa09f7d136/remove_router_interface => generated 309 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/1005] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:33 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => 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: 504/1006] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:33 2026] GET /v2.0/ports?device_id=6024684e-3e21-4fc5-ab7e-aeaa09f7d136 => 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: 505/1007] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:33 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:33.837 7 INFO neutron_taas.services.taas.taas_plugin [None req-19b30282-84aa-48dc-8a14-d9e83ada83ac 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 376d9f05-68df-40d9-a7b7-29dab2b42760 2026-04-06 19:54:33.840 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19b30282-84aa-48dc-8a14-d9e83ada83ac 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 376d9f05-68df-40d9-a7b7-29dab2b42760 2026-04-06 19:54:33.979 8 INFO neutron_taas.services.taas.taas_plugin [None req-29ba896f-6230-47ff-b6ad-a00de3ae380a abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] TaaS: Handle Delete Port: ee3547e0-68c0-4873-9a37-b0cadec544db 2026-04-06 19:54:33.982 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29ba896f-6230-47ff-b6ad-a00de3ae380a abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Tap Mirror: Handle Delete Port: ee3547e0-68c0-4873-9a37-b0cadec544db 2026-04-06 19:54:34.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-19b30282-84aa-48dc-8a14-d9e83ada83ac 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: e86dd24d-a8f7-4e3a-baed-c29ece08f230 2026-04-06 19:54:34.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19b30282-84aa-48dc-8a14-d9e83ada83ac 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: e86dd24d-a8f7-4e3a-baed-c29ece08f230 2026-04-06 19:54:34.300 8 INFO neutron.services.segments.plugin [-] Segment da8b99f1-4a9e-4cdc-a576-5f5cd328620a resource provider aggregate not found 2026-04-06 19:54:34.303 8 INFO neutron.services.segments.plugin [-] Segment da8b99f1-4a9e-4cdc-a576-5f5cd328620a resource provider aggregate not found 2026-04-06 19:54:34.321 8 INFO neutron.services.segments.plugin [-] Segment da8b99f1-4a9e-4cdc-a576-5f5cd328620a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da8b99f1-4a9e-4cdc-a576-5f5cd328620a found for delete ", "request_id": "req-6aeb0210-4537-424e-b715-d900ffb1a58f"}]} 2026-04-06 19:54:34.322 8 INFO neutron.services.segments.plugin [-] Segment da8b99f1-4a9e-4cdc-a576-5f5cd328620a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid da8b99f1-4a9e-4cdc-a576-5f5cd328620a found for delete ", "request_id": "req-1e68c42f-a759-4a0a-ae07-e72c44498854"}]} 2026-04-06 19:54:34.325 8 INFO neutron.db.l3_hamode_db [None req-29ba896f-6230-47ff-b6ad-a00de3ae380a abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] HA network 0b0c575c-6376-4d67-8a61-36b7e7bcbfb0 was deleted as no HA routers are present in tenant be03d5a0cfcf49b1b64caa19e85a4b42. [pid: 8|app: 0|req: 506/1008] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:33 2026] DELETE /v2.0/routers/6024684e-3e21-4fc5-ab7e-aeaa09f7d136 => generated 0 bytes in 512 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1009] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:34 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 508/1010] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:34 2026] DELETE /v2.0/subnets/f60bc392-740c-4c37-bb48-19040b6bc1ac => generated 0 bytes in 92 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 509/1011] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:34 2026] DELETE /v2.0/networks/7ff30b39-bc3c-4936-a6af-ede56c9478f9 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:34.635 8 INFO neutron.db.segments_db [None req-5bac1e72-bc82-45be-b91d-45e0f71e3e7b abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Added segment 8c79d828-abfa-4d5c-be9d-ff71fb28d15e of type vxlan for network 7e530a65-2255-43d4-a56c-99c65cc83964 2026-04-06 19:54:34.795 7 INFO neutron.services.segments.plugin [-] Segment 6fcaed12-715a-4f31-8ce4-24e9c7888065 resource provider aggregate not found 2026-04-06 19:54:34.801 7 INFO neutron.services.segments.plugin [-] Segment 6fcaed12-715a-4f31-8ce4-24e9c7888065 resource provider aggregate not found 2026-04-06 19:54:34.813 7 INFO neutron.services.segments.plugin [-] Segment 6fcaed12-715a-4f31-8ce4-24e9c7888065 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fcaed12-715a-4f31-8ce4-24e9c7888065 found for delete ", "request_id": "req-945a3e1c-402f-4b91-8578-fefe87c3a944"}]} 2026-04-06 19:54:34.814 7 INFO neutron.db.l3_hamode_db [None req-19b30282-84aa-48dc-8a14-d9e83ada83ac 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network 9582dbdf-1b8a-4572-8930-1903219698c0 was deleted as no HA routers are present in tenant 0d2544838e854ea7be0110ab393f86c5. 2026-04-06 19:54:34.815 7 INFO neutron.services.segments.plugin [-] Segment 6fcaed12-715a-4f31-8ce4-24e9c7888065 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6fcaed12-715a-4f31-8ce4-24e9c7888065 found for delete ", "request_id": "req-1ba6e854-7aba-4cfd-8431-39279456e0c8"}]} [pid: 7|app: 0|req: 503/1012] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:33 2026] DELETE /v2.0/routers/3b7f362e-5224-448f-813e-3f30f74a00ae => generated 0 bytes in 1170 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:54:34.878 8 INFO neutron.db.l3_hamode_db [None req-5bac1e72-bc82-45be-b91d-45e0f71e3e7b abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 504/1013] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:34 2026] DELETE /v2.0/subnets/417fcbbb-1f17-44d7-b808-66b9019458f1 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1014] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:34 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:35.086 7 INFO neutron_taas.services.taas.taas_plugin [None req-acac3acc-cefd-4967-9aa3-7f6af79c9b9c 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 30d21a93-1e31-42b3-9b22-ddada405beee 2026-04-06 19:54:35.089 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-acac3acc-cefd-4967-9aa3-7f6af79c9b9c 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 30d21a93-1e31-42b3-9b22-ddada405beee [pid: 7|app: 0|req: 506/1015] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:34 2026] DELETE /v2.0/networks/82a6b48c-d0c7-4b4a-81d4-73f13cb08bb8 => generated 0 bytes in 345 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/1016] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:35 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1017] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:35 2026] GET /v2.0/security-groups?tenant_id=0d2544838e854ea7be0110ab393f86c5&name=default => 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: 509/1018] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:35 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&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-04-06 19:54:35.681 8 INFO neutron.db.l3_hamode_db [None req-5bac1e72-bc82-45be-b91d-45e0f71e3e7b abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 510/1019] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:35 2026] DELETE /v2.0/security-groups/50b913b3-6022-466b-9e43-b409e965a6d5 => 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: 511/1020] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:36 2026] GET /v2.0/ports?device_id=273bbf2a-3b70-46d9-b31b-b60060729dce => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:36.348 8 INFO neutron.services.segments.plugin [-] Segment 7f897526-03a2-40a9-9744-9e7145a6c1d5 resource provider aggregate not found 2026-04-06 19:54:36.354 8 INFO neutron.services.segments.plugin [-] Segment 7f897526-03a2-40a9-9744-9e7145a6c1d5 resource provider aggregate not found 2026-04-06 19:54:36.375 8 INFO neutron.services.segments.plugin [-] Segment 7f897526-03a2-40a9-9744-9e7145a6c1d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f897526-03a2-40a9-9744-9e7145a6c1d5 found for delete ", "request_id": "req-a56c02ae-27b4-40c5-8b65-3eb3a980f993"}]} 2026-04-06 19:54:36.390 8 INFO neutron.services.segments.plugin [-] Segment 7f897526-03a2-40a9-9744-9e7145a6c1d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f897526-03a2-40a9-9744-9e7145a6c1d5 found for delete ", "request_id": "req-6974c1fa-d141-4ca3-9186-48336fc933f8"}]} [pid: 8|app: 0|req: 510/1021] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:34 2026] POST /v2.0/routers => generated 692 bytes in 1966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1022] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:54:36 2026] GET /v2.0/routers/ffaf8865-f096-40a9-9487-910466866162 => generated 698 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1023] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:36 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1024] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:54:36 2026] GET /v2.0/routers => generated 701 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 514/1025] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:36 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:36.836 7 INFO neutron.services.segments.plugin [-] Segment c268b7c1-f41c-442e-89d4-99daf853ad03 resource provider aggregate not found 2026-04-06 19:54:36.841 7 INFO neutron.services.segments.plugin [-] Segment c268b7c1-f41c-442e-89d4-99daf853ad03 resource provider aggregate not found 2026-04-06 19:54:36.861 7 INFO neutron.services.segments.plugin [-] Segment c268b7c1-f41c-442e-89d4-99daf853ad03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c268b7c1-f41c-442e-89d4-99daf853ad03 found for delete ", "request_id": "req-581fc509-b97d-4257-a7fb-f02b26ddf3ca"}]} 2026-04-06 19:54:36.863 7 INFO neutron.services.segments.plugin [-] Segment c268b7c1-f41c-442e-89d4-99daf853ad03 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c268b7c1-f41c-442e-89d4-99daf853ad03 found for delete ", "request_id": "req-1585f36d-df92-46b6-8797-f9c416f9e4e3"}]} [pid: 8|app: 0|req: 512/1026] 10.0.0.45 () {34 vars in 740 bytes} [Mon Apr 6 19:54:36 2026] PUT /v2.0/routers/ffaf8865-f096-40a9-9487-910466866162 => generated 705 bytes in 388 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1027] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:54:37 2026] GET /v2.0/routers/ffaf8865-f096-40a9-9487-910466866162 => generated 705 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1028] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:37 2026] GET /v2.0/ports?device_id=ffaf8865-f096-40a9-9487-910466866162 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:37.434 7 INFO neutron_taas.services.taas.taas_plugin [None req-b961aa50-8532-4cb6-9dd3-dfa6f540c7fd abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] TaaS: Handle Delete Port: 880cde9f-971a-4aa1-9b05-bc0604543a2f 2026-04-06 19:54:37.436 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b961aa50-8532-4cb6-9dd3-dfa6f540c7fd abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Tap Mirror: Handle Delete Port: 880cde9f-971a-4aa1-9b05-bc0604543a2f 2026-04-06 19:54:37.525 8 INFO neutron_taas.services.taas.taas_plugin [None req-6a7ab9eb-9c20-482f-9e96-e52c1f0c8814 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: cbc97849-5b6a-460b-a25f-0d899c29c9f1 2026-04-06 19:54:37.528 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6a7ab9eb-9c20-482f-9e96-e52c1f0c8814 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: cbc97849-5b6a-460b-a25f-0d899c29c9f1 2026-04-06 19:54:37.621 7 INFO neutron_taas.services.taas.taas_plugin [None req-b961aa50-8532-4cb6-9dd3-dfa6f540c7fd abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] TaaS: Handle Delete Port: 6dd3673d-4368-4b4f-8da6-9bab977c5905 2026-04-06 19:54:37.624 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b961aa50-8532-4cb6-9dd3-dfa6f540c7fd abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] Tap Mirror: Handle Delete Port: 6dd3673d-4368-4b4f-8da6-9bab977c5905 2026-04-06 19:54:37.985 7 INFO neutron.db.l3_hamode_db [None req-b961aa50-8532-4cb6-9dd3-dfa6f540c7fd abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] HA network 7e530a65-2255-43d4-a56c-99c65cc83964 was deleted as no HA routers are present in tenant be03d5a0cfcf49b1b64caa19e85a4b42. [pid: 7|app: 0|req: 517/1029] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:37 2026] DELETE /v2.0/routers/ffaf8865-f096-40a9-9487-910466866162 => generated 0 bytes in 774 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1030] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:37 2026] PUT /v2.0/routers/a8f045a9-069d-4e97-b560-329f2468c244/remove_router_interface => generated 309 bytes in 929 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.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:38 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 969 bytes in 74 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.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:38 2026] GET /v2.0/ports?device_id=ffaf8865-f096-40a9-9487-910466866162 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:38.275 7 INFO neutron.db.segments_db [None req-72402f6d-4e2b-494c-9194-a6c7e9529fe9 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment bf111bac-cba7-4386-876a-fc7bceb43ff0 of type vxlan for network ad9ad867-2e6d-430d-8924-f2d02e82a2fb 2026-04-06 19:54:38.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d529d5e-50b0-427f-9c97-2d63423e89a8 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 3113fec2-d6e4-4216-8da9-1cbabbece553 2026-04-06 19:54:38.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d529d5e-50b0-427f-9c97-2d63423e89a8 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 3113fec2-d6e4-4216-8da9-1cbabbece553 [pid: 7|app: 0|req: 518/1033] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:54:37 2026] POST /v2.0/networks => generated 729 bytes in 371 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1034] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:38 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&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-04-06 19:54:38.408 7 INFO neutron.api.v2.resource [None req-b3c9a50b-edd6-4841-9201-d153110f4838 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 520/1035] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:38 2026] DELETE /v2.0/routers/ffaf8865-f096-40a9-9487-910466866162 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1036] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:38 2026] POST /v2.0/subnets => generated 695 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1037] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:38 2026] GET /v2.0/ports?device_id=6024684e-3e21-4fc5-ab7e-aeaa09f7d136 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:38.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d529d5e-50b0-427f-9c97-2d63423e89a8 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 86a9333a-f39e-4022-8e39-f96de3be9224 2026-04-06 19:54:38.631 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d529d5e-50b0-427f-9c97-2d63423e89a8 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 86a9333a-f39e-4022-8e39-f96de3be9224 2026-04-06 19:54:38.656 7 INFO neutron.db.segments_db [None req-35d14403-f16a-4623-8fa7-58a0c4c6fa20 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 0e50adf8-be9d-4c73-946b-09b1acc909bb of type vxlan for network 13550a80-ef44-406c-8383-a07f2f146802 2026-04-06 19:54:38.886 7 INFO neutron.services.segments.plugin [-] Segment 8c79d828-abfa-4d5c-be9d-ff71fb28d15e resource provider aggregate not found 2026-04-06 19:54:38.890 7 INFO neutron.services.segments.plugin [-] Segment 8c79d828-abfa-4d5c-be9d-ff71fb28d15e resource provider aggregate not found 2026-04-06 19:54:38.910 7 INFO neutron.services.segments.plugin [-] Segment 8c79d828-abfa-4d5c-be9d-ff71fb28d15e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c79d828-abfa-4d5c-be9d-ff71fb28d15e found for delete ", "request_id": "req-6fd21bde-4026-4a57-87ea-a409b1e72b7f"}]} 2026-04-06 19:54:38.910 7 INFO neutron.services.segments.plugin [-] Segment 8c79d828-abfa-4d5c-be9d-ff71fb28d15e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8c79d828-abfa-4d5c-be9d-ff71fb28d15e found for delete ", "request_id": "req-991998bd-a247-4074-9cdc-257d4730c815"}]} 2026-04-06 19:54:38.954 7 INFO neutron.db.l3_hamode_db [None req-35d14403-f16a-4623-8fa7-58a0c4c6fa20 971d5f0bcc3c40d3873e9b9b3c98f096 526396ced14b49ac916264b0931f759f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:54:39.023 8 INFO neutron.services.segments.plugin [-] Segment 008f64c5-88e1-4413-9601-9ab84ebeebd3 resource provider aggregate not found 2026-04-06 19:54:39.030 8 INFO neutron.services.segments.plugin [-] Segment 008f64c5-88e1-4413-9601-9ab84ebeebd3 resource provider aggregate not found 2026-04-06 19:54:39.043 8 INFO neutron.services.segments.plugin [-] Segment 008f64c5-88e1-4413-9601-9ab84ebeebd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 008f64c5-88e1-4413-9601-9ab84ebeebd3 found for delete ", "request_id": "req-2d1554d1-f58b-4fc8-b7fd-c6d068481c5e"}]} 2026-04-06 19:54:39.047 8 INFO neutron.services.segments.plugin [-] Segment 008f64c5-88e1-4413-9601-9ab84ebeebd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 008f64c5-88e1-4413-9601-9ab84ebeebd3 found for delete ", "request_id": "req-0b282cf2-6522-416e-a20b-bf71830e74ac"}]} 2026-04-06 19:54:39.054 8 INFO neutron.db.l3_hamode_db [None req-2d529d5e-50b0-427f-9c97-2d63423e89a8 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network b7c37f92-b998-41b6-a04e-ac2ebba9c2dc was deleted as no HA routers are present in tenant 55e39fbf502d4614b1dd9d50d3aaf5b9. [pid: 8|app: 0|req: 516/1038] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:38 2026] DELETE /v2.0/routers/a8f045a9-069d-4e97-b560-329f2468c244 => generated 0 bytes in 893 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:54:39.079 8 INFO neutron.api.v2.resource [None req-1e742c09-192f-4f4d-ae38-810e6965ace9 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 517/1039] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:39 2026] DELETE /v2.0/routers/6024684e-3e21-4fc5-ab7e-aeaa09f7d136 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 518/1040] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:39 2026] DELETE /v2.0/subnets/1e381fc9-a07c-4044-a83e-7d1e8d278c67 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:39.272 8 INFO neutron.pecan_wsgi.hooks.translation [None req-54e04dee-6da2-4b96-8a23-e821095dd383 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 519/1041] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:39 2026] DELETE /v2.0/subnets/f60bc392-740c-4c37-bb48-19040b6bc1ac => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:54:39.370 8 INFO neutron_taas.services.taas.taas_plugin [None req-bcff317e-6588-439d-9bb5-383eb06b23a6 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: cb2bab09-c3b8-4ba6-9ef9-0a7cd050784c 2026-04-06 19:54:39.373 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcff317e-6588-439d-9bb5-383eb06b23a6 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: cb2bab09-c3b8-4ba6-9ef9-0a7cd050784c [pid: 8|app: 0|req: 520/1042] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:39 2026] DELETE /v2.0/networks/3104eeb2-71c7-48f7-bcca-a12a3100e4bf => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1043] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:39 2026] GET /v2.0/ports?device_id=e4061949-cfa7-47cf-9489-b7c6ae44214d => 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: 522/1044] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:39 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:39.636 8 INFO neutron.api.v2.resource [None req-d7c52b76-70b6-4bac-bf24-620473c8d6e6 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 523/1045] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:39 2026] DELETE /v2.0/routers/e4061949-cfa7-47cf-9489-b7c6ae44214d => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1046] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:39 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:39.690 8 INFO neutron.pecan_wsgi.hooks.translation [None req-750ad94c-dc6c-4e7e-856c-293c17cc9425 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 525/1047] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:39 2026] DELETE /v2.0/subnets/79a282a5-bc09-4c99-9f3e-99febc868194 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1048] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:39 2026] GET /v2.0/security-groups?tenant_id=55e39fbf502d4614b1dd9d50d3aaf5b9&name=default => generated 2925 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1049] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:39 2026] GET /v2.0/ports?device_id=0d45d948-2006-47ac-b244-ee45c084ae77 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:39.804 7 INFO neutron.db.l3_hamode_db [None req-35d14403-f16a-4623-8fa7-58a0c4c6fa20 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 528/1050] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:39 2026] DELETE /v2.0/security-groups/7979241b-90b4-4e5d-bc47-61b9345b26a1 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:54:39.884 8 INFO neutron.api.v2.resource [None req-6f9c4463-8c93-4da6-b29a-b5c3b350255d abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 529/1051] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:39 2026] DELETE /v2.0/routers/0d45d948-2006-47ac-b244-ee45c084ae77 => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:54:39.909 8 INFO neutron.pecan_wsgi.hooks.translation [None req-366a5aab-afb0-4402-a854-0169c50781c1 abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 530/1052] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:39 2026] DELETE /v2.0/subnets/aeacc0e6-3a71-4d9d-be8b-bc7be80e838d => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:54:39.934 8 INFO neutron.pecan_wsgi.hooks.translation [None req-725e521b-1d65-47e8-89e0-4f05ba76b33b abd68eb8c9834a74abd31121aaab9111 be03d5a0cfcf49b1b64caa19e85a4b42 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 531/1053] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:39 2026] DELETE /v2.0/subnets/61bb683c-7e8f-451e-a15d-4d46489df77d => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1054] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:40 2026] GET /v2.0/security-groups?tenant_id=be03d5a0cfcf49b1b64caa19e85a4b42&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1055] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:38 2026] POST /v2.0/routers => generated 735 bytes in 2002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1056] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:40 2026] DELETE /v2.0/security-groups/0f3e8f89-a0d7-49de-91b1-3f5977399da0 => 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: 534/1057] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:40 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1058] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:40 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:41.073 8 INFO neutron.services.segments.plugin [-] Segment 2e64c61e-1248-4159-81f3-1bc2407959f5 resource provider aggregate not found 2026-04-06 19:54:41.086 8 INFO neutron.services.segments.plugin [-] Segment 2e64c61e-1248-4159-81f3-1bc2407959f5 resource provider aggregate not found 2026-04-06 19:54:41.091 8 INFO neutron.services.segments.plugin [-] Segment 2e64c61e-1248-4159-81f3-1bc2407959f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e64c61e-1248-4159-81f3-1bc2407959f5 found for delete ", "request_id": "req-9d98f391-ccef-43f2-b64d-b0f0c54cc03d"}]} 2026-04-06 19:54:41.112 8 INFO neutron.services.segments.plugin [-] Segment 2e64c61e-1248-4159-81f3-1bc2407959f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e64c61e-1248-4159-81f3-1bc2407959f5 found for delete ", "request_id": "req-be65be13-1da7-4c8e-92e6-dff167b2e5d5"}]} [pid: 7|app: 0|req: 524/1061] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:54:40 2026] PUT /v2.0/routers/89ea9630-b4b9-4102-81db-55357d327c27/add_router_interface => generated 309 bytes in 1239 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1062] 10.0.0.45 () {34 vars in 684 bytes} [Mon Apr 6 19:54:42 2026] POST /v2.0/security-groups => generated 1659 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1063] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:54:42 2026] POST /v2.0/security-group-rules => generated 597 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:42.686 8 INFO neutron.db.segments_db [None req-86fa0252-f5e5-4772-8ca7-42c47e66e686 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Added segment a2d1642a-413e-4c78-896a-c8bd4a46411e of type vxlan for network 1264a915-d1af-42bd-ac9e-ec6ec16b907d [pid: 8|app: 0|req: 538/1064] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:42 2026] POST /v2.0/networks => generated 610 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1065] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:54:42 2026] POST /v2.0/security-group-rules => generated 602 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:42.828 8 INFO neutron.db.segments_db [None req-68d883ea-fdcd-4f2a-b20a-84d48f5228c8 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Added segment bae43e02-55d2-47c7-a92b-f681d7f87e89 of type vxlan for network 6f7c143a-ee86-49f8-bf13-3238356fcf28 [pid: 8|app: 0|req: 539/1066] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:42 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: 540/1067] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:42 2026] POST /v2.0/subnets => generated 626 bytes in 351 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1068] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:54:42 2026] POST /v2.0/floatingips => generated 552 bytes in 636 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1069] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:43 2026] POST /v2.0/subnets => generated 626 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:43.543 7 INFO neutron.db.segments_db [None req-b34d82d7-700b-42fe-8745-c46e33613a68 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Added segment cdeaf5ca-df1a-4456-84eb-9ed9da666512 of type vxlan for network 054bd329-b314-42e2-ad89-f039ae5ac6e5 2026-04-06 19:54:43.747 7 INFO neutron.db.l3_hamode_db [None req-b34d82d7-700b-42fe-8745-c46e33613a68 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:54:43.870 7 INFO neutron.db.l3_hamode_db [None req-b34d82d7-700b-42fe-8745-c46e33613a68 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 542/1070] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:43 2026] GET /v2.0/security-groups?tenant_id=0780df19eda242d18e5928ce88712f27&name=default => generated 2925 bytes in 264 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1071] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:44 2026] DELETE /v2.0/security-groups/eee60fcc-234d-44a3-9ab9-4e1a46a8ef00 => 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: 544/1072] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:44 2026] GET /v2.0/security-groups?tenant_id=0a0ff76e3f7d4642a3c0a9fbc73a5f7a&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1073] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:44 2026] DELETE /v2.0/security-groups/69739dac-8cdd-4d96-9d6f-b7d7b8db2374 => 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: 529/1074] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:43 2026] POST /v2.0/routers => generated 506 bytes in 1015 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1075] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:54:44 2026] PUT /v2.0/routers/fa333a97-ae20-486c-9522-e8c32c7a3cfe/add_router_interface => generated 309 bytes in 1204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1076] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:54:45 2026] GET /v2.0/ports/b181edb0-f216-4fa9-8875-ab76edf7d992 => generated 955 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1077] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:54:45 2026] PUT /v2.0/routers/fa333a97-ae20-486c-9522-e8c32c7a3cfe/add_router_interface => generated 309 bytes in 1094 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1078] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:54:46 2026] GET /v2.0/ports/0acd7f7d-009b-41c1-80c7-422f90edac58 => generated 955 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:47.324 8 INFO neutron_taas.services.taas.taas_plugin [None req-c207180a-8789-485d-86f8-8524029eb1e3 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] TaaS: Handle Delete Port: 0acd7f7d-009b-41c1-80c7-422f90edac58 2026-04-06 19:54:47.327 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c207180a-8789-485d-86f8-8524029eb1e3 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Tap Mirror: Handle Delete Port: 0acd7f7d-009b-41c1-80c7-422f90edac58 [pid: 8|app: 0|req: 548/1079] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:47 2026] PUT /v2.0/routers/fa333a97-ae20-486c-9522-e8c32c7a3cfe/remove_router_interface => generated 309 bytes in 668 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:48.058 7 INFO neutron_taas.services.taas.taas_plugin [None req-235ccd1a-c58c-48bc-8254-1abfcaa0b3b4 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] TaaS: Handle Delete Port: b181edb0-f216-4fa9-8875-ab76edf7d992 2026-04-06 19:54:48.061 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-235ccd1a-c58c-48bc-8254-1abfcaa0b3b4 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Tap Mirror: Handle Delete Port: b181edb0-f216-4fa9-8875-ab76edf7d992 [pid: 8|app: 0|req: 549/1080] 10.0.0.76 () {34 vars in 1097 bytes} [Mon Apr 6 19:54:48 2026] GET /v2.0/security-groups?name=tempest-securitygroup--280657299&fields=id&tenant_id=526396ced14b49ac916264b0931f759f => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1081] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:54:48 2026] GET /v2.0/networks?id=ad9ad867-2e6d-430d-8924-f2d02e82a2fb => generated 680 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1082] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:54:48 2026] GET /v2.0/quotas/526396ced14b49ac916264b0931f759f => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1083] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:54:48 2026] GET /v2.0/ports?tenant_id=526396ced14b49ac916264b0931f759f&fields=id => generated 57 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1084] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:54:48 2026] GET /v2.0/networks/ad9ad867-2e6d-430d-8924-f2d02e82a2fb?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: 532/1085] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:47 2026] PUT /v2.0/routers/fa333a97-ae20-486c-9522-e8c32c7a3cfe/remove_router_interface => generated 309 bytes in 762 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1086] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:54:48 2026] GET /v2.0/networks/ad9ad867-2e6d-430d-8924-f2d02e82a2fb?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1087] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:48 2026] GET /v2.0/ports?device_id=fa333a97-ae20-486c-9522-e8c32c7a3cfe => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:48.678 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cd7659e-5494-4344-a411-50bd978327e5 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] TaaS: Handle Delete Port: e4be7c4d-07ba-4650-989d-5ad9a990a7a8 2026-04-06 19:54:48.681 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cd7659e-5494-4344-a411-50bd978327e5 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Tap Mirror: Handle Delete Port: e4be7c4d-07ba-4650-989d-5ad9a990a7a8 [pid: 7|app: 0|req: 534/1088] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:48 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:49.052 8 INFO neutron.services.segments.plugin [-] Segment cdeaf5ca-df1a-4456-84eb-9ed9da666512 resource provider aggregate not found 2026-04-06 19:54:49.059 8 INFO neutron.services.segments.plugin [-] Segment cdeaf5ca-df1a-4456-84eb-9ed9da666512 resource provider aggregate not found 2026-04-06 19:54:49.070 8 INFO neutron.services.segments.plugin [-] Segment cdeaf5ca-df1a-4456-84eb-9ed9da666512 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdeaf5ca-df1a-4456-84eb-9ed9da666512 found for delete ", "request_id": "req-5a2ba642-1bc9-490c-9d08-f119dfa5aaac"}]} 2026-04-06 19:54:49.081 8 INFO neutron.services.segments.plugin [-] Segment cdeaf5ca-df1a-4456-84eb-9ed9da666512 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cdeaf5ca-df1a-4456-84eb-9ed9da666512 found for delete ", "request_id": "req-2969c65e-adfc-412f-a697-90e46e088ca7"}]} 2026-04-06 19:54:49.096 8 INFO neutron.db.l3_hamode_db [None req-6cd7659e-5494-4344-a411-50bd978327e5 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] HA network 054bd329-b314-42e2-ad89-f039ae5ac6e5 was deleted as no HA routers are present in tenant 66fe7bc03e704318843d8a448726771f. [pid: 8|app: 0|req: 555/1089] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:48 2026] DELETE /v2.0/routers/fa333a97-ae20-486c-9522-e8c32c7a3cfe => generated 0 bytes in 608 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1090] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:49 2026] DELETE /v2.0/subnets/cbe19bac-b1fa-4e91-a470-752eb7bd01a5 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1091] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:49 2026] DELETE /v2.0/subnets/de5b7f03-72a2-4175-83ac-0670effeeb61 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:49.537 7 INFO neutron.services.segments.plugin [-] Segment bae43e02-55d2-47c7-a92b-f681d7f87e89 resource provider aggregate not found 2026-04-06 19:54:49.543 7 INFO neutron.services.segments.plugin [-] Segment bae43e02-55d2-47c7-a92b-f681d7f87e89 resource provider aggregate not found 2026-04-06 19:54:49.557 7 INFO neutron.services.segments.plugin [-] Segment bae43e02-55d2-47c7-a92b-f681d7f87e89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bae43e02-55d2-47c7-a92b-f681d7f87e89 found for delete ", "request_id": "req-1902cc4c-93a9-4e18-a550-bc45b0419584"}]} [pid: 7|app: 0|req: 536/1092] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:49 2026] DELETE /v2.0/networks/6f7c143a-ee86-49f8-bf13-3238356fcf28 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:49.577 7 INFO neutron.services.segments.plugin [-] Segment bae43e02-55d2-47c7-a92b-f681d7f87e89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bae43e02-55d2-47c7-a92b-f681d7f87e89 found for delete ", "request_id": "req-f653574d-2a55-4ad9-8130-9788a79f38aa"}]} 2026-04-06 19:54:49.670 8 INFO neutron_taas.services.taas.taas_plugin [None req-56aab3bf-601f-4f0d-b30a-502abec8b176 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] TaaS: Handle Delete Port: 6e430b14-32ad-4883-9946-829ee75313dd 2026-04-06 19:54:49.673 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56aab3bf-601f-4f0d-b30a-502abec8b176 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Tap Mirror: Handle Delete Port: 6e430b14-32ad-4883-9946-829ee75313dd [pid: 7|app: 0|req: 537/1093] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:49 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => 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: 557/1094] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:49 2026] DELETE /v2.0/networks/1264a915-d1af-42bd-ac9e-ec6ec16b907d => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:49.925 7 INFO neutron.db.segments_db [None req-aab1ddb7-504d-4e9a-ba1c-eebdac438a78 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Added segment 045736d4-bf5a-49bb-901b-058ffe743fe1 of type vxlan for network 6ca6bfd6-6a23-4ce1-a3fe-39ab24984723 [pid: 7|app: 0|req: 538/1095] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:49 2026] POST /v2.0/networks => generated 610 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1096] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:50 2026] POST /v2.0/subnets => generated 626 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:50.270 8 INFO neutron.db.segments_db [None req-4c1b771d-dd4b-4bd6-8b41-f0612fc7e685 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Added segment 2946a014-b6a3-40b3-87d6-8f3b7343e20d of type vxlan for network 78762e0b-00f3-4955-9724-b84808462abf [pid: 7|app: 0|req: 539/1097] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:50 2026] GET /v2.0/security-groups?tenant_id=999fba80af7e454787f1aac74d997ad7&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1098] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:50 2026] DELETE /v2.0/security-groups/437c72e3-3ff5-4af9-89b3-d80e8442fd15 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:54:50.512 8 INFO neutron.db.l3_hamode_db [None req-4c1b771d-dd4b-4bd6-8b41-f0612fc7e685 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:54:50.634 8 INFO neutron.db.l3_hamode_db [None req-4c1b771d-dd4b-4bd6-8b41-f0612fc7e685 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 541/1099] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:50 2026] GET /v2.0/security-groups?tenant_id=fa8fbaed9667443083393532f817653d&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: 542/1100] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:50 2026] DELETE /v2.0/security-groups/e66d288f-3c15-4b00-a17a-516bf381875d => 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: 543/1101] 10.0.0.36 () {34 vars in 989 bytes} [Mon Apr 6 19:54:50 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => 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: 544/1102] 10.0.0.36 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:50 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&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: 545/1103] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:50 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:51.095 8 INFO neutron.services.segments.plugin [-] Segment a2d1642a-413e-4c78-896a-c8bd4a46411e resource provider aggregate not found 2026-04-06 19:54:51.112 8 INFO neutron.services.segments.plugin [-] Segment a2d1642a-413e-4c78-896a-c8bd4a46411e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2d1642a-413e-4c78-896a-c8bd4a46411e found for delete ", "request_id": "req-44c496d7-4772-4a3d-9470-a46c6afed085"}]} 2026-04-06 19:54:51.118 8 INFO neutron.services.segments.plugin [-] Segment a2d1642a-413e-4c78-896a-c8bd4a46411e resource provider aggregate not found 2026-04-06 19:54:51.138 8 INFO neutron.services.segments.plugin [-] Segment a2d1642a-413e-4c78-896a-c8bd4a46411e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2d1642a-413e-4c78-896a-c8bd4a46411e found for delete ", "request_id": "req-4a662e3c-2ad1-47e8-9027-48c79e69c238"}]} [pid: 8|app: 0|req: 559/1104] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:50 2026] POST /v2.0/routers => generated 506 bytes in 1004 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1105] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:54:51 2026] POST /v2.0/ports => generated 948 bytes in 388 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: 547/1106] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:52 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => 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: 560/1107] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:54:51 2026] PUT /v2.0/routers/3f6a8f45-f48a-4377-969b-53507eed794b/add_router_interface => generated 309 bytes in 1118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1108] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:54:52 2026] GET /v2.0/ports/0a70018c-eb25-4bea-beba-236a61fb7154 => generated 1022 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: 7|app: 0|req: 549/1109] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:54:52 2026] GET /v2.0/networks?id=ad9ad867-2e6d-430d-8924-f2d02e82a2fb => generated 680 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1110] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:54:53 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=526396ced14b49ac916264b0931f759f => generated 180 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:53.100 8 INFO neutron_taas.services.taas.taas_plugin [None req-59d3af41-bbe3-4a40-9c3c-2244dcabecd0 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] TaaS: Handle Delete Port: 0a70018c-eb25-4bea-beba-236a61fb7154 2026-04-06 19:54:53.103 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59d3af41-bbe3-4a40-9c3c-2244dcabecd0 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Tap Mirror: Handle Delete Port: 0a70018c-eb25-4bea-beba-236a61fb7154 [pid: 7|app: 0|req: 551/1111] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:54:53 2026] POST /v2.0/ports => generated 954 bytes in 418 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: 552/1112] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:53 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 957 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1113] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:52 2026] PUT /v2.0/routers/3f6a8f45-f48a-4377-969b-53507eed794b/remove_router_interface => generated 309 bytes in 1145 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: 562/1114] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:53 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&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: 7|app: 0|req: 553/1115] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:54:53 2026] PUT /v2.0/ports/81a2d94f-e5d9-40c6-8b65-02170aecab29 => generated 1235 bytes in 450 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:54:54.017 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e80bbacb-5898-4fff-9e7f-fd1d35c7ebb3'] response: {'name': 'network-changed', 'server_uuid': '1686a1d4-845f-46b2-bcdf-d84696b14f8d', 'tag': '81a2d94f-e5d9-40c6-8b65-02170aecab29', 'status': 'completed', 'code': 200} 2026-04-06 19:54:54.058 8 INFO neutron.api.v2.resource [None req-7f05f9f6-375d-470b-bdd2-886a60dc6b3d ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 563/1116] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:53 2026] PUT /v2.0/routers/3f6a8f45-f48a-4377-969b-53507eed794b/remove_router_interface => generated 197 bytes in 108 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: 554/1117] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:54 2026] GET /v2.0/ports?device_id=3f6a8f45-f48a-4377-969b-53507eed794b => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:54.243 8 INFO neutron_taas.services.taas.taas_plugin [None req-9ce54cc1-20f1-48cb-a254-235c4f49da17 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] TaaS: Handle Delete Port: 5a15bdb1-0f1d-4f2f-be13-668d5b43a346 2026-04-06 19:54:54.246 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ce54cc1-20f1-48cb-a254-235c4f49da17 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Tap Mirror: Handle Delete Port: 5a15bdb1-0f1d-4f2f-be13-668d5b43a346 [pid: 7|app: 0|req: 555/1118] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:54:54 2026] GET /v2.0/ports?tenant_id=526396ced14b49ac916264b0931f759f&device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 1238 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:54:54.582 8 INFO neutron.services.segments.plugin [-] Segment 2946a014-b6a3-40b3-87d6-8f3b7343e20d resource provider aggregate not found 2026-04-06 19:54:54.591 8 INFO neutron.services.segments.plugin [-] Segment 2946a014-b6a3-40b3-87d6-8f3b7343e20d resource provider aggregate not found 2026-04-06 19:54:54.604 8 INFO neutron.services.segments.plugin [-] Segment 2946a014-b6a3-40b3-87d6-8f3b7343e20d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2946a014-b6a3-40b3-87d6-8f3b7343e20d found for delete ", "request_id": "req-6a931c26-e410-4504-83e4-63c9083790a0"}]} [pid: 7|app: 0|req: 556/1119] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:54:54 2026] GET /v2.0/networks?tenant_id=526396ced14b49ac916264b0931f759f&shared=False => generated 776 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:54:54.608 8 INFO neutron.services.segments.plugin [-] Segment 2946a014-b6a3-40b3-87d6-8f3b7343e20d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2946a014-b6a3-40b3-87d6-8f3b7343e20d found for delete ", "request_id": "req-0e8d249c-506f-415a-a8f1-1ba713eb2ad7"}]} 2026-04-06 19:54:54.621 8 INFO neutron.db.l3_hamode_db [None req-9ce54cc1-20f1-48cb-a254-235c4f49da17 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] HA network 78762e0b-00f3-4955-9724-b84808462abf was deleted as no HA routers are present in tenant 66fe7bc03e704318843d8a448726771f. [pid: 8|app: 0|req: 564/1120] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:54 2026] DELETE /v2.0/routers/3f6a8f45-f48a-4377-969b-53507eed794b => 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: 557/1121] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:54:54 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1122] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:54 2026] DELETE /v2.0/subnets/a697cbc6-3b88-4bc0-9f16-75ceb17c5a4f => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:54.888 7 INFO neutron.services.segments.plugin [-] Segment 045736d4-bf5a-49bb-901b-058ffe743fe1 resource provider aggregate not found 2026-04-06 19:54:54.895 7 INFO neutron.services.segments.plugin [-] Segment 045736d4-bf5a-49bb-901b-058ffe743fe1 resource provider aggregate not found 2026-04-06 19:54:54.913 7 INFO neutron.services.segments.plugin [-] Segment 045736d4-bf5a-49bb-901b-058ffe743fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 045736d4-bf5a-49bb-901b-058ffe743fe1 found for delete ", "request_id": "req-141cc108-155d-4189-8176-c5576e9f0391"}]} [pid: 7|app: 0|req: 558/1123] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:54 2026] DELETE /v2.0/networks/6ca6bfd6-6a23-4ce1-a3fe-39ab24984723 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:54.920 7 INFO neutron.services.segments.plugin [-] Segment 045736d4-bf5a-49bb-901b-058ffe743fe1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 045736d4-bf5a-49bb-901b-058ffe743fe1 found for delete ", "request_id": "req-c62b4269-49db-4853-8d3e-2f6d15232e01"}]} 2026-04-06 19:54:54.992 8 INFO neutron.db.segments_db [None req-d51a8e42-36cb-4238-92e0-eee79eb30518 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Added segment f318ec38-60be-401f-b3e5-3484370a43fe of type vxlan for network c762d169-6a2d-48ab-a4e1-c70461d40f00 [pid: 7|app: 0|req: 559/1124] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:55 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 969 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1125] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:54:54 2026] POST /v2.0/networks => generated 610 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1126] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:55 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&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: 567/1127] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:55 2026] POST /v2.0/subnets => generated 626 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:54:55.464 7 INFO neutron.db.segments_db [None req-cd525b2a-4a14-425e-aabd-d07b40d023e8 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Added segment e5a5cdbc-4c5b-4ca7-9cd8-50cb2e802724 of type vxlan for network 3fcc28a3-ce05-4309-955d-49a0d6f2c19c 2026-04-06 19:54:55.721 7 INFO neutron.db.l3_hamode_db [None req-cd525b2a-4a14-425e-aabd-d07b40d023e8 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:54:55.814 7 INFO neutron.db.l3_hamode_db [None req-cd525b2a-4a14-425e-aabd-d07b40d023e8 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 568/1128] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:55 2026] GET /v2.0/security-groups?tenant_id=78aabc1a62c14d6689a688b7a5a12928&name=default => generated 2925 bytes in 313 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1129] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:54:55 2026] GET /v2.0/ports?tenant_id=526396ced14b49ac916264b0931f759f&device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1130] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:56 2026] DELETE /v2.0/security-groups/841781db-99e5-40de-aca8-953d647042a5 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1131] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:54:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=81a2d94f-e5d9-40c6-8b65-02170aecab29 => 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: 574/1134] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:54:56 2026] GET /v2.0/subnets?id=b5358a83-33e1-498e-af7f-334a617acfe9 => 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: 575/1135] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:54:56 2026] GET /v2.0/ports?network_id=ad9ad867-2e6d-430d-8924-f2d02e82a2fb&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: 576/1136] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:56 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1137] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:54:56 2026] GET /v2.0/networks/ad9ad867-2e6d-430d-8924-f2d02e82a2fb?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: 578/1138] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:56 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&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: 561/1139] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:55 2026] POST /v2.0/routers => generated 507 bytes in 966 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1140] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:54:56 2026] GET /v2.0/networks/ad9ad867-2e6d-430d-8924-f2d02e82a2fb?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: 562/1141] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:54:56 2026] PUT /v2.0/routers/cdc4153d-b492-4cf5-be45-1e89c59bb973/add_router_interface => generated 309 bytes in 1013 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1142] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:54:57 2026] GET /v2.0/ports/3c49d1e8-1f2e-432a-a3c0-3556d14862e0 => generated 955 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1143] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:57 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 969 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1144] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:57 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&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-04-06 19:54:57.766 8 INFO neutron_taas.services.taas.taas_plugin [None req-f81ca3a9-79b9-4404-99ed-e41cb4495c2f ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] TaaS: Handle Delete Port: 3c49d1e8-1f2e-432a-a3c0-3556d14862e0 2026-04-06 19:54:57.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f81ca3a9-79b9-4404-99ed-e41cb4495c2f ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Tap Mirror: Handle Delete Port: 3c49d1e8-1f2e-432a-a3c0-3556d14862e0 [pid: 8|app: 0|req: 581/1145] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:54:57 2026] PUT /v2.0/routers/cdc4153d-b492-4cf5-be45-1e89c59bb973/remove_router_interface => generated 309 bytes in 726 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1146] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:54:58 2026] GET /v2.0/ports?device_id=cdc4153d-b492-4cf5-be45-1e89c59bb973 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:54:58.402 8 INFO neutron_taas.services.taas.taas_plugin [None req-6268f7c6-6129-4d3b-9088-e22329583608 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] TaaS: Handle Delete Port: ef2440a2-b75d-4471-8b5b-87a70ba97c94 2026-04-06 19:54:58.404 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6268f7c6-6129-4d3b-9088-e22329583608 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Tap Mirror: Handle Delete Port: ef2440a2-b75d-4471-8b5b-87a70ba97c94 2026-04-06 19:54:58.743 8 INFO neutron.services.segments.plugin [-] Segment e5a5cdbc-4c5b-4ca7-9cd8-50cb2e802724 resource provider aggregate not found 2026-04-06 19:54:58.746 8 INFO neutron.services.segments.plugin [-] Segment e5a5cdbc-4c5b-4ca7-9cd8-50cb2e802724 resource provider aggregate not found 2026-04-06 19:54:58.766 8 INFO neutron.services.segments.plugin [-] Segment e5a5cdbc-4c5b-4ca7-9cd8-50cb2e802724 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5a5cdbc-4c5b-4ca7-9cd8-50cb2e802724 found for delete ", "request_id": "req-7da7eb87-0841-4897-b9eb-d9d02f2de01a"}]} 2026-04-06 19:54:58.767 8 INFO neutron.services.segments.plugin [-] Segment e5a5cdbc-4c5b-4ca7-9cd8-50cb2e802724 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5a5cdbc-4c5b-4ca7-9cd8-50cb2e802724 found for delete ", "request_id": "req-38ff48f6-fc21-497a-851a-6b67363ac881"}]} [pid: 7|app: 0|req: 566/1147] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:54:58 2026] GET /v2.0/security-groups?tenant_id=0cf8fb63a17b4c3ab2793cb755850822&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:54:58.781 8 INFO neutron.db.l3_hamode_db [None req-6268f7c6-6129-4d3b-9088-e22329583608 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] HA network 3fcc28a3-ce05-4309-955d-49a0d6f2c19c was deleted as no HA routers are present in tenant 66fe7bc03e704318843d8a448726771f. [pid: 8|app: 0|req: 582/1148] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:58 2026] DELETE /v2.0/routers/cdc4153d-b492-4cf5-be45-1e89c59bb973 => generated 0 bytes in 571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1149] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:58 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 969 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1150] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:54:58 2026] DELETE /v2.0/security-groups/b1ed46dc-8084-46b7-b771-c030e8a068fa => 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: 584/1151] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:54:58 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&fields=id&fields=name => generated 113 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1152] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:54:58 2026] DELETE /v2.0/subnets/56dba313-2128-4175-a33a-00f5fbf31f72 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1153] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:54:58 2026] DELETE /v2.0/networks/c762d169-6a2d-48ab-a4e1-c70461d40f00 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:54:59.176 7 INFO neutron.db.segments_db [None req-18861b0a-1728-4e3d-95a0-66b32abb48e1 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Added segment 55c2ac3d-722e-45b2-8254-0a1b547f0b5d of type vxlan for network 52c1ee46-d48c-4fa4-b354-e58693e12618 2026-04-06 19:54:59.414 7 INFO neutron.db.l3_hamode_db [None req-18861b0a-1728-4e3d-95a0-66b32abb48e1 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 586/1154] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:54:59 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 969 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1155] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:00 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:00.162 7 INFO neutron.db.l3_hamode_db [None req-18861b0a-1728-4e3d-95a0-66b32abb48e1 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:55:00.788 8 INFO neutron.services.segments.plugin [-] Segment f318ec38-60be-401f-b3e5-3484370a43fe resource provider aggregate not found 2026-04-06 19:55:00.796 8 INFO neutron.services.segments.plugin [-] Segment f318ec38-60be-401f-b3e5-3484370a43fe resource provider aggregate not found 2026-04-06 19:55:00.807 8 INFO neutron.services.segments.plugin [-] Segment f318ec38-60be-401f-b3e5-3484370a43fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f318ec38-60be-401f-b3e5-3484370a43fe found for delete ", "request_id": "req-f9354310-d2ea-4119-b303-ae1d75f30f63"}]} 2026-04-06 19:55:00.815 8 INFO neutron.services.segments.plugin [-] Segment f318ec38-60be-401f-b3e5-3484370a43fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f318ec38-60be-401f-b3e5-3484370a43fe found for delete ", "request_id": "req-068b2dc3-5c5f-45a1-a5db-637a9dcf59dd"}]} 2026-04-06 19:55:00.897 8 INFO neutron.db.segments_db [None req-520944fd-c70d-4a86-b953-9887bd82fef1 eb926e83def44228877c2c3239b15d92 316068f03ea54f93897e58b5d3c9ec25 - - default default] Added segment e3ca50ee-3257-4fcc-95f8-930ddfa329b2 of type vxlan for network cd156523-6d70-4107-ba8a-70fe4cf35023 [pid: 8|app: 0|req: 588/1156] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:55:00 2026] POST /v2.0/networks => generated 625 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1157] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:54:59 2026] POST /v2.0/routers => generated 688 bytes in 1924 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1158] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:55:01 2026] GET /v2.0/routers/9944df75-c611-4f0d-a0ec-948335004bca => generated 694 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1159] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:01 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1160] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:55:01 2026] GET /v2.0/routers => generated 697 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1161] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:01 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&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: 589/1162] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:55:01 2026] POST /v2.0/subnets => generated 641 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:55:01.339 8 INFO neutron.db.segments_db [None req-2d7b6616-8a30-4558-84a6-d1c2218a62db eb926e83def44228877c2c3239b15d92 316068f03ea54f93897e58b5d3c9ec25 - - default default] Added segment 24fcc41a-977d-4a3c-96bc-66be5cddb206 of type vxlan for network e9bc5367-e201-4fcf-9221-4a4a5fb1b2c7 [pid: 8|app: 0|req: 590/1163] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:55:01 2026] POST /v2.0/networks => generated 624 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1164] 10.0.0.45 () {34 vars in 742 bytes} [Mon Apr 6 19:55:01 2026] PUT /v2.0/networks/e9bc5367-e201-4fcf-9221-4a4a5fb1b2c7 => generated 592 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1165] 10.0.0.45 () {34 vars in 740 bytes} [Mon Apr 6 19:55:01 2026] PUT /v2.0/routers/9944df75-c611-4f0d-a0ec-948335004bca => generated 701 bytes in 380 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1166] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:55:01 2026] GET /v2.0/routers/9944df75-c611-4f0d-a0ec-948335004bca => generated 701 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1167] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:55:01 2026] GET /v2.0/ports?device_id=9944df75-c611-4f0d-a0ec-948335004bca => 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: 592/1168] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:55:01 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1169] 10.0.0.45 () {34 vars in 740 bytes} [Mon Apr 6 19:55:01 2026] PUT /v2.0/subnets/5ace739e-c38c-4223-a2fc-7e91f831edc3 => generated 636 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:01.923 7 INFO neutron_taas.services.taas.taas_plugin [None req-90afbdbf-5596-4829-b374-bcb81cdb870d ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] TaaS: Handle Delete Port: 614bc308-f86c-432c-aa8e-f6ccf68b774a 2026-04-06 19:55:01.926 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90afbdbf-5596-4829-b374-bcb81cdb870d ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Tap Mirror: Handle Delete Port: 614bc308-f86c-432c-aa8e-f6ccf68b774a [pid: 8|app: 0|req: 594/1170] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:01 2026] DELETE /v2.0/networks/e9bc5367-e201-4fcf-9221-4a4a5fb1b2c7 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:55:02.099 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e1fce083-5f61-4a76-9716-d1452994c4c9 eb926e83def44228877c2c3239b15d92 316068f03ea54f93897e58b5d3c9ec25 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 595/1171] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/networks/e9bc5367-e201-4fcf-9221-4a4a5fb1b2c7 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:02.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-90afbdbf-5596-4829-b374-bcb81cdb870d ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] TaaS: Handle Delete Port: 6e52bc30-4676-4ca2-aa37-bf9340a484f7 2026-04-06 19:55:02.156 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-90afbdbf-5596-4829-b374-bcb81cdb870d ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] Tap Mirror: Handle Delete Port: 6e52bc30-4676-4ca2-aa37-bf9340a484f7 [pid: 8|app: 0|req: 596/1172] 10.0.0.45 () {32 vars in 693 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1173] 10.0.0.45 () {32 vars in 741 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/subnets?network_id=5aa3c647-4b4d-4745-97da-122f50164053 => generated 649 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 598/1174] 10.0.0.45 () {32 vars in 652 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/extensions => generated 21537 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1175] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/networks => generated 1309 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1176] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/subnets => generated 1280 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1177] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1178] 10.0.0.45 () {32 vars in 722 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/networks/cd156523-6d70-4107-ba8a-70fe4cf35023 => generated 669 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:02.475 7 INFO neutron.services.segments.plugin [-] Segment 55c2ac3d-722e-45b2-8254-0a1b547f0b5d resource provider aggregate not found 2026-04-06 19:55:02.482 7 INFO neutron.services.segments.plugin [-] Segment 55c2ac3d-722e-45b2-8254-0a1b547f0b5d resource provider aggregate not found 2026-04-06 19:55:02.502 7 INFO neutron.db.l3_hamode_db [None req-90afbdbf-5596-4829-b374-bcb81cdb870d ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] HA network 52c1ee46-d48c-4fa4-b354-e58693e12618 was deleted as no HA routers are present in tenant 66fe7bc03e704318843d8a448726771f. 2026-04-06 19:55:02.503 7 INFO neutron.services.segments.plugin [-] Segment 55c2ac3d-722e-45b2-8254-0a1b547f0b5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55c2ac3d-722e-45b2-8254-0a1b547f0b5d found for delete ", "request_id": "req-c092147f-b14d-4bc3-a52a-12e83f77a827"}]} 2026-04-06 19:55:02.510 7 INFO neutron.services.segments.plugin [-] Segment 55c2ac3d-722e-45b2-8254-0a1b547f0b5d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55c2ac3d-722e-45b2-8254-0a1b547f0b5d found for delete ", "request_id": "req-11ae28e8-76ff-40e4-9df9-da18941939a1"}]} [pid: 7|app: 0|req: 577/1179] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:01 2026] DELETE /v2.0/routers/9944df75-c611-4f0d-a0ec-948335004bca => generated 0 bytes in 769 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1180] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1181] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1182] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/subnets/0fed3747-789e-449a-8648-7537eadb2144 => generated 641 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1183] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/ports?device_id=9944df75-c611-4f0d-a0ec-948335004bca => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:55:02.566 7 INFO neutron.pecan_wsgi.hooks.translation [None req-534124a8-173a-4b0e-b65c-50b8224b86d1 eb926e83def44228877c2c3239b15d92 316068f03ea54f93897e58b5d3c9ec25 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 580/1184] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/subnets/5ace739e-c38c-4223-a2fc-7e91f831edc3 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:02.584 7 INFO neutron.api.v2.resource [None req-4f2e93ea-69d3-489e-af2c-229fddd1dcba ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 605/1185] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&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: 581/1186] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/routers/9944df75-c611-4f0d-a0ec-948335004bca => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:02.595 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ba80e87d-da3f-4da0-bb40-2bf61f3b9fbd eb926e83def44228877c2c3239b15d92 316068f03ea54f93897e58b5d3c9ec25 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 606/1187] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/networks/e9bc5367-e201-4fcf-9221-4a4a5fb1b2c7 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1188] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/ports?device_id=cdc4153d-b492-4cf5-be45-1e89c59bb973 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:55:02.629 7 INFO neutron.api.v2.resource [None req-58f77513-ccd5-4341-90f9-15bb055a6e24 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 583/1189] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/routers/cdc4153d-b492-4cf5-be45-1e89c59bb973 => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:02.654 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6ea1932-620c-4b2b-8f79-28f1af140fce ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 584/1190] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/subnets/56dba313-2128-4175-a33a-00f5fbf31f72 => 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: 585/1191] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/ports?device_id=3f6a8f45-f48a-4377-969b-53507eed794b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:55:02.703 7 INFO neutron.api.v2.resource [None req-22046808-caf7-4054-879b-2fff1b645d4d ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 586/1192] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/routers/3f6a8f45-f48a-4377-969b-53507eed794b => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:02.722 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b5b58be-d7fe-4649-8665-4fbbb1acb582 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 587/1193] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/subnets/a697cbc6-3b88-4bc0-9f16-75ceb17c5a4f => 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: 607/1194] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/subnets/0fed3747-789e-449a-8648-7537eadb2144 => generated 0 bytes in 132 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1195] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/ports?device_id=fa333a97-ae20-486c-9522-e8c32c7a3cfe => 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: 588/1196] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:02.810 7 INFO neutron.api.v2.resource [None req-0a111df0-4978-4e19-ad6f-b0f393393441 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 589/1197] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/routers/fa333a97-ae20-486c-9522-e8c32c7a3cfe => generated 135 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:02.833 8 INFO neutron.services.segments.plugin [-] Segment 24fcc41a-977d-4a3c-96bc-66be5cddb206 resource provider aggregate not found [pid: 7|app: 0|req: 590/1198] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:02 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:02.846 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5381be7e-3a0f-4761-ad35-37eda7af9776 ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 591/1199] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/subnets/cbe19bac-b1fa-4e91-a470-752eb7bd01a5 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:02.852 8 INFO neutron.services.segments.plugin [-] Segment 24fcc41a-977d-4a3c-96bc-66be5cddb206 resource provider aggregate not found 2026-04-06 19:55:02.875 8 INFO neutron.services.segments.plugin [-] Segment 24fcc41a-977d-4a3c-96bc-66be5cddb206 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24fcc41a-977d-4a3c-96bc-66be5cddb206 found for delete ", "request_id": "req-c74ba9f6-0c2d-4d95-8c1e-bc2cc72cb35e"}]} 2026-04-06 19:55:02.879 8 INFO neutron.services.segments.plugin [-] Segment 24fcc41a-977d-4a3c-96bc-66be5cddb206 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24fcc41a-977d-4a3c-96bc-66be5cddb206 found for delete ", "request_id": "req-b4c8688e-b99a-410e-a12c-00ffeeac88c7"}]} 2026-04-06 19:55:02.880 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e00c3e71-b973-45cf-909e-ad8ac88fcc8b ef6b4c62ddfb4e6abff394a86a27d774 66fe7bc03e704318843d8a448726771f - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 592/1200] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/subnets/de5b7f03-72a2-4175-83ac-0670effeeb61 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1201] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:02 2026] DELETE /v2.0/networks/cd156523-6d70-4107-ba8a-70fe4cf35023 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1202] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:03 2026] GET /v2.0/security-groups?tenant_id=66fe7bc03e704318843d8a448726771f&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1203] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:03 2026] GET /v2.0/security-groups?tenant_id=316068f03ea54f93897e58b5d3c9ec25&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1204] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:03 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => 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: 611/1205] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:03 2026] DELETE /v2.0/security-groups/99997c2d-d027-4b1f-adc6-ba04583b54b9 => 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: 612/1206] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:03 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1207] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:03 2026] DELETE /v2.0/security-groups/fd679eed-1644-4ca9-b90d-e3de80a7644c => 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: 613/1208] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:03 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1209] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:03 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1210] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:04 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:04.901 8 INFO neutron.services.segments.plugin [-] Segment e3ca50ee-3257-4fcc-95f8-930ddfa329b2 resource provider aggregate not found 2026-04-06 19:55:04.909 8 INFO neutron.services.segments.plugin [-] Segment e3ca50ee-3257-4fcc-95f8-930ddfa329b2 resource provider aggregate not found 2026-04-06 19:55:04.930 8 INFO neutron.services.segments.plugin [-] Segment e3ca50ee-3257-4fcc-95f8-930ddfa329b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3ca50ee-3257-4fcc-95f8-930ddfa329b2 found for delete ", "request_id": "req-ee4a4477-7031-47ec-b1b6-8782d246a052"}]} 2026-04-06 19:55:04.939 8 INFO neutron.services.segments.plugin [-] Segment e3ca50ee-3257-4fcc-95f8-930ddfa329b2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e3ca50ee-3257-4fcc-95f8-930ddfa329b2 found for delete ", "request_id": "req-2ac773c2-6774-4ce2-acd9-bd9ac9b1f370"}]} [pid: 7|app: 0|req: 597/1211] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:04 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1212] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:05 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 971 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1213] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:05 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1214] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:05 2026] GET /v2.0/security-groups?id=65bda5f3-8828-455f-9930-e79c90feb446&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: 600/1215] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:55:05 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:05.361 7 INFO neutron_taas.services.taas.taas_plugin [req-f479d76b-cefd-49b5-a0f7-54e954970175 req-624d3b80-9c22-4bb0-b0a9-073c110475ed 32121d15c7644ed48a17747beab775b7 bca7cd4d82b6464ebf897692c9b5bdd5 - - default default] TaaS: Handle Delete Port: 07528918-fc23-4bc2-9bf6-91ba6533de95 2026-04-06 19:55:05.363 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f479d76b-cefd-49b5-a0f7-54e954970175 req-624d3b80-9c22-4bb0-b0a9-073c110475ed 32121d15c7644ed48a17747beab775b7 bca7cd4d82b6464ebf897692c9b5bdd5 - - default default] Tap Mirror: Handle Delete Port: 07528918-fc23-4bc2-9bf6-91ba6533de95 2026-04-06 19:55:05.449 7 INFO neutron.db.l3_db [req-f479d76b-cefd-49b5-a0f7-54e954970175 req-624d3b80-9c22-4bb0-b0a9-073c110475ed 32121d15c7644ed48a17747beab775b7 bca7cd4d82b6464ebf897692c9b5bdd5 - - default default] Floating IP 3d0b4ccf-335c-46aa-aff8-8a2f4e417212 disassociated. External IP: 10.96.250.214, port: 07528918-fc23-4bc2-9bf6-91ba6533de95. 2026-04-06 19:55:05.478 8 INFO neutron.db.l3_db [None req-06221c50-10c1-432e-8b7a-b5ffcd0e3963 432c08a1a9a644c8a72e86c44c307ee7 526396ced14b49ac916264b0931f759f - - default default] Floating IP 3dd4cd58-a379-4206-a028-4d80f9ec67cb associated. External IP: 10.96.250.213, port: 81a2d94f-e5d9-40c6-8b65-02170aecab29. [pid: 8|app: 0|req: 616/1216] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:55:05 2026] PUT /v2.0/floatingips/3dd4cd58-a379-4206-a028-4d80f9ec67cb => generated 855 bytes in 636 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1217] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 19:55:05 2026] DELETE /v2.0/ports/07528918-fc23-4bc2-9bf6-91ba6533de95 => generated 0 bytes in 505 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1218] 10.0.0.45 () {32 vars in 622 bytes} [Mon Apr 6 19:55:05 2026] GET / => generated 151 bytes in 5 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) 2026-04-06 19:55:05.781 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-08622187-184f-40a2-ac57-f0a9830a451a'] response: {'name': 'network-changed', 'server_uuid': '1686a1d4-845f-46b2-bcdf-d84696b14f8d', 'tag': '81a2d94f-e5d9-40c6-8b65-02170aecab29', 'status': 'completed', 'code': 200} 2026-04-06 19:55:05.825 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-87e915e4-d127-4c3a-9a16-7dd93f4208a4'] response: {'server_uuid': '95c47078-e6d6-4a57-9e02-cf5da343ff2e', 'name': 'network-vif-deleted', 'tag': '07528918-fc23-4bc2-9bf6-91ba6533de95', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 617/1219] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:55:05 2026] POST /v2.0/subnetpools => generated 548 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1220] 10.0.0.45 () {32 vars in 632 bytes} [Mon Apr 6 19:55:05 2026] GET /v2.0/ => generated 632 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1221] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:05 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1222] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:55:05 2026] GET /v2.0/subnetpools/5d70364f-07fc-4279-a3e3-35b6768fe0f8 => generated 548 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1223] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:05 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&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: 605/1224] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:55:05 2026] PUT /v2.0/subnetpools/5d70364f-07fc-4279-a3e3-35b6768fe0f8 => generated 500 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1225] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:55:06 2026] DELETE /v2.0/subnetpools/5d70364f-07fc-4279-a3e3-35b6768fe0f8 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:06.131 7 INFO neutron.api.v2.resource [None req-90d97b65-0716-479e-b776-9c3c65caf615 54d8496f3df84b4788508c71e01c97a1 2edd838eb4b240d1942fa28407e0e595 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 606/1226] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/subnetpools/5d70364f-07fc-4279-a3e3-35b6768fe0f8 => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:06.161 8 INFO neutron.api.v2.resource [None req-d6fab2be-c5e8-4d1b-85b1-347557911949 54d8496f3df84b4788508c71e01c97a1 2edd838eb4b240d1942fa28407e0e595 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 621/1227] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:55:06 2026] DELETE /v2.0/subnetpools/5d70364f-07fc-4279-a3e3-35b6768fe0f8 => generated 145 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1228] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => 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: 622/1229] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/ports?tenant_id=526396ced14b49ac916264b0931f759f&device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1230] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1231] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/networks?id=ad9ad867-2e6d-430d-8924-f2d02e82a2fb => generated 776 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1232] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1233] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=81a2d94f-e5d9-40c6-8b65-02170aecab29 => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1234] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/subnets?id=b5358a83-33e1-498e-af7f-334a617acfe9 => generated 698 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1235] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/ports?network_id=ad9ad867-2e6d-430d-8924-f2d02e82a2fb&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1236] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/networks/ad9ad867-2e6d-430d-8924-f2d02e82a2fb?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: 612/1237] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/networks/ad9ad867-2e6d-430d-8924-f2d02e82a2fb?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: 626/1238] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/security-groups?tenant_id=ba64f0bd79c04ce6bb244cc9505a4491&name=default => generated 2925 bytes in 245 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1239] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:06 2026] DELETE /v2.0/security-groups/a42578ad-e6af-46c8-ac15-1b21b1c4580e => generated 0 bytes in 133 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1240] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:06 2026] GET /v2.0/security-groups?tenant_id=2edd838eb4b240d1942fa28407e0e595&name=default => generated 2925 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1241] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:06 2026] DELETE /v2.0/security-groups/d3168e99-862f-4688-aa73-af8323381468 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1242] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:07 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => 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: 629/1243] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:07 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1244] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:07 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1245] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:08 2026] GET /v2.0/ports?device_id=95c47078-e6d6-4a57-9e02-cf5da343ff2e => 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: 616/1246] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:08 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 971 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1247] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:08 2026] GET /v2.0/security-groups?id=87cc10ad-8acc-459c-9ba4-7546630e655c&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1248] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:55:08 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:08.951 7 INFO neutron_taas.services.taas.taas_plugin [req-094461a1-3dd9-4b1e-9311-46c6be002849 req-cb2b2f4b-4a4f-474c-9a00-f541afc4f43d 432c08a1a9a644c8a72e86c44c307ee7 526396ced14b49ac916264b0931f759f - - default default] TaaS: Handle Delete Port: 81a2d94f-e5d9-40c6-8b65-02170aecab29 2026-04-06 19:55:08.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-094461a1-3dd9-4b1e-9311-46c6be002849 req-cb2b2f4b-4a4f-474c-9a00-f541afc4f43d 432c08a1a9a644c8a72e86c44c307ee7 526396ced14b49ac916264b0931f759f - - default default] Tap Mirror: Handle Delete Port: 81a2d94f-e5d9-40c6-8b65-02170aecab29 2026-04-06 19:55:09.071 7 INFO neutron.db.l3_db [req-094461a1-3dd9-4b1e-9311-46c6be002849 req-cb2b2f4b-4a4f-474c-9a00-f541afc4f43d 432c08a1a9a644c8a72e86c44c307ee7 526396ced14b49ac916264b0931f759f - - default default] Floating IP 3dd4cd58-a379-4206-a028-4d80f9ec67cb disassociated. External IP: 10.96.250.213, port: 81a2d94f-e5d9-40c6-8b65-02170aecab29. [pid: 8|app: 0|req: 632/1249] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:09 2026] DELETE /v2.0/security-groups/65bda5f3-8828-455f-9930-e79c90feb446 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:09.729 8 INFO neutron.api.v2.resource [None req-f84a0fbc-6060-4599-bcc8-4705dd02ef64 32121d15c7644ed48a17747beab775b7 bca7cd4d82b6464ebf897692c9b5bdd5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 633/1250] 10.0.0.45 () {32 vars in 736 bytes} [Mon Apr 6 19:55:09 2026] GET /v2.0/security-groups/65bda5f3-8828-455f-9930-e79c90feb446 => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1251] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 19:55:08 2026] DELETE /v2.0/ports/81a2d94f-e5d9-40c6-8b65-02170aecab29 => generated 0 bytes in 980 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:55:09.879 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae57ab14-cfd4-4a6c-9c1f-881da8411b43'] response: {'server_uuid': '1686a1d4-845f-46b2-bcdf-d84696b14f8d', 'name': 'network-vif-deleted', 'tag': '81a2d94f-e5d9-40c6-8b65-02170aecab29', 'status': 'completed', 'code': 200} 2026-04-06 19:55:09.906 8 INFO neutron_taas.services.taas.taas_plugin [None req-5cc9bbff-af94-42de-ac4a-23a06b576cc7 32121d15c7644ed48a17747beab775b7 bca7cd4d82b6464ebf897692c9b5bdd5 - - default default] TaaS: Handle Delete Port: 53b85c2b-7f63-420f-947a-0bde3b01d6f2 2026-04-06 19:55:09.909 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5cc9bbff-af94-42de-ac4a-23a06b576cc7 32121d15c7644ed48a17747beab775b7 bca7cd4d82b6464ebf897692c9b5bdd5 - - default default] Tap Mirror: Handle Delete Port: 53b85c2b-7f63-420f-947a-0bde3b01d6f2 [pid: 7|app: 0|req: 619/1252] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:09 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1253] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:55:09 2026] DELETE /v2.0/floatingips/3d0b4ccf-335c-46aa-aff8-8a2f4e417212 => generated 0 bytes in 408 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:10.472 7 INFO neutron_taas.services.taas.taas_plugin [None req-ccea53e9-9f98-4be9-bcb9-064000a88808 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 43865421-89a8-404b-ae36-7cb7cfe98249 2026-04-06 19:55:10.474 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ccea53e9-9f98-4be9-bcb9-064000a88808 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 43865421-89a8-404b-ae36-7cb7cfe98249 [pid: 7|app: 0|req: 620/1254] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:55:10 2026] PUT /v2.0/routers/b668f64c-df0a-4df0-b842-ef535966a8e3/remove_router_interface => generated 309 bytes in 849 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1255] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:11 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:55:11.260 8 INFO neutron_taas.services.taas.taas_plugin [None req-53556db5-54e2-4f34-a5b5-62ea889df33f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 3ba23721-3952-43d3-96cd-a87a52d94d63 2026-04-06 19:55:11.264 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53556db5-54e2-4f34-a5b5-62ea889df33f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 3ba23721-3952-43d3-96cd-a87a52d94d63 2026-04-06 19:55:11.558 8 INFO neutron_taas.services.taas.taas_plugin [None req-53556db5-54e2-4f34-a5b5-62ea889df33f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 20aa2a69-8d57-4a0f-ad9f-b5cf109040d5 2026-04-06 19:55:11.561 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-53556db5-54e2-4f34-a5b5-62ea889df33f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 20aa2a69-8d57-4a0f-ad9f-b5cf109040d5 [pid: 7|app: 0|req: 624/1258] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:11 2026] GET /v2.0/security-groups?tenant_id=4a8a52a64bc54b28862037eb39763ae0&name=default => generated 2925 bytes in 370 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:55:11.998 8 INFO neutron.services.segments.plugin [-] Segment 1c2c0c77-f634-4bf0-bf52-e53b065bc9c1 resource provider aggregate not found 2026-04-06 19:55:12.005 8 INFO neutron.services.segments.plugin [-] Segment 1c2c0c77-f634-4bf0-bf52-e53b065bc9c1 resource provider aggregate not found 2026-04-06 19:55:12.016 8 INFO neutron.db.l3_hamode_db [None req-53556db5-54e2-4f34-a5b5-62ea889df33f 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network d20a56c3-555e-40ba-a86a-5f9944ca075b was deleted as no HA routers are present in tenant bca7cd4d82b6464ebf897692c9b5bdd5. [pid: 8|app: 0|req: 635/1259] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:11 2026] DELETE /v2.0/routers/b668f64c-df0a-4df0-b842-ef535966a8e3 => generated 0 bytes in 1013 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:12.022 8 INFO neutron.services.segments.plugin [-] Segment 1c2c0c77-f634-4bf0-bf52-e53b065bc9c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c2c0c77-f634-4bf0-bf52-e53b065bc9c1 found for delete ", "request_id": "req-7e78e602-599f-4ca6-9ebc-97504940d90a"}]} 2026-04-06 19:55:12.025 8 INFO neutron.services.segments.plugin [-] Segment 1c2c0c77-f634-4bf0-bf52-e53b065bc9c1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1c2c0c77-f634-4bf0-bf52-e53b065bc9c1 found for delete ", "request_id": "req-83ce69dd-3811-4335-afab-12efe0a5296f"}]} [pid: 7|app: 0|req: 625/1260] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:11 2026] DELETE /v2.0/security-groups/87b8a3dc-ebf0-4271-8c1f-872b94c1f532 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1261] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:12 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => 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: 636/1262] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:12 2026] DELETE /v2.0/subnets/cd325004-20a8-4f57-85e6-616c73e3bc90 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:55:12.232 7 INFO neutron_taas.services.taas.taas_plugin [None req-04227140-b148-49e6-80c9-29b1f3b257be 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 2b3b86e8-b68b-4d2e-8e11-da01c0399c87 2026-04-06 19:55:12.234 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04227140-b148-49e6-80c9-29b1f3b257be 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 2b3b86e8-b68b-4d2e-8e11-da01c0399c87 [pid: 8|app: 0|req: 637/1263] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:12 2026] GET /v2.0/security-groups?tenant_id=fd7784a9e6b944a5aa143cee510b0b65&name=default => generated 2925 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1264] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:12 2026] DELETE /v2.0/security-groups/073c726f-d608-4b4b-9447-e0203ffe1141 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:12.363 7 INFO neutron.services.segments.plugin [-] Segment c4846fc8-61e4-4122-9244-0cd8871c5ec8 resource provider aggregate not found 2026-04-06 19:55:12.369 7 INFO neutron.services.segments.plugin [-] Segment c4846fc8-61e4-4122-9244-0cd8871c5ec8 resource provider aggregate not found 2026-04-06 19:55:12.384 7 INFO neutron.services.segments.plugin [-] Segment c4846fc8-61e4-4122-9244-0cd8871c5ec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4846fc8-61e4-4122-9244-0cd8871c5ec8 found for delete ", "request_id": "req-242cbad2-4bca-4584-b2d7-7670dc2d79ee"}]} 2026-04-06 19:55:12.394 7 INFO neutron.services.segments.plugin [-] Segment c4846fc8-61e4-4122-9244-0cd8871c5ec8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c4846fc8-61e4-4122-9244-0cd8871c5ec8 found for delete ", "request_id": "req-b379699f-ef09-4455-9cf8-358cddfbe585"}]} [pid: 7|app: 0|req: 627/1265] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:12 2026] DELETE /v2.0/networks/0ca23d03-1671-4c97-99a8-062d735d759f => 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: 628/1266] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:12 2026] GET /v2.0/security-groups?tenant_id=bca7cd4d82b6464ebf897692c9b5bdd5&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1267] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:12 2026] GET /v2.0/security-groups?tenant_id=d0bbe37a38b84d58b3bcafcb5754e8d8&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1268] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:12 2026] DELETE /v2.0/security-groups/1e965293-e61a-4d5c-8062-f1a2366ae08f => 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: 640/1269] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:12 2026] DELETE /v2.0/security-groups/c18cafaa-ea73-42e4-9ee5-1344b006190c => 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: 630/1270] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:12 2026] GET /v2.0/security-groups?tenant_id=72c4676d4697437b8f74a0d16846b39a&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1271] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:13 2026] DELETE /v2.0/security-groups/a24af0e0-85fb-4ec7-af22-a6e5d4e6a274 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1272] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:13 2026] GET /v2.0/ports?device_id=1686a1d4-845f-46b2-bcdf-d84696b14f8d => 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: 642/1273] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:14 2026] DELETE /v2.0/security-groups/87cc10ad-8acc-459c-9ba4-7546630e655c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:14.454 7 INFO neutron.api.v2.resource [None req-a1c5c6f8-05ba-420e-983d-13af6bcce7a0 432c08a1a9a644c8a72e86c44c307ee7 526396ced14b49ac916264b0931f759f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 632/1274] 10.0.0.45 () {32 vars in 736 bytes} [Mon Apr 6 19:55:14 2026] GET /v2.0/security-groups/87cc10ad-8acc-459c-9ba4-7546630e655c => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:14.570 8 INFO neutron_taas.services.taas.taas_plugin [None req-f180c3ae-2b11-4b36-82f7-53498fca4640 432c08a1a9a644c8a72e86c44c307ee7 526396ced14b49ac916264b0931f759f - - default default] TaaS: Handle Delete Port: f83c7353-73bf-4ca1-b91f-d571359f9618 2026-04-06 19:55:14.573 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f180c3ae-2b11-4b36-82f7-53498fca4640 432c08a1a9a644c8a72e86c44c307ee7 526396ced14b49ac916264b0931f759f - - default default] Tap Mirror: Handle Delete Port: f83c7353-73bf-4ca1-b91f-d571359f9618 [pid: 8|app: 0|req: 643/1275] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:55:14 2026] DELETE /v2.0/floatingips/3dd4cd58-a379-4206-a028-4d80f9ec67cb => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:15.156 7 INFO neutron_taas.services.taas.taas_plugin [None req-d60304f2-0180-44ae-b524-5b929c335db5 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 96051747-fa5b-446b-b5f7-0c336537c569 2026-04-06 19:55:15.158 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d60304f2-0180-44ae-b524-5b929c335db5 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 96051747-fa5b-446b-b5f7-0c336537c569 [pid: 7|app: 0|req: 633/1276] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:55:14 2026] PUT /v2.0/routers/89ea9630-b4b9-4102-81db-55357d327c27/remove_router_interface => generated 309 bytes in 992 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:15.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc1ff8bd-a78c-4834-a1e7-6914ac9745e3 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 26638547-c96c-4e58-a265-7da0f2a23c6a 2026-04-06 19:55:15.964 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc1ff8bd-a78c-4834-a1e7-6914ac9745e3 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 26638547-c96c-4e58-a265-7da0f2a23c6a 2026-04-06 19:55:16.213 8 INFO neutron_taas.services.taas.taas_plugin [None req-dc1ff8bd-a78c-4834-a1e7-6914ac9745e3 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 9c7c0fea-714b-4eee-8915-5e59d2d7dd74 2026-04-06 19:55:16.215 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dc1ff8bd-a78c-4834-a1e7-6914ac9745e3 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 9c7c0fea-714b-4eee-8915-5e59d2d7dd74 2026-04-06 19:55:16.564 8 INFO neutron.services.segments.plugin [-] Segment 0e50adf8-be9d-4c73-946b-09b1acc909bb resource provider aggregate not found 2026-04-06 19:55:16.569 8 INFO neutron.services.segments.plugin [-] Segment 0e50adf8-be9d-4c73-946b-09b1acc909bb resource provider aggregate not found 2026-04-06 19:55:16.583 8 INFO neutron.services.segments.plugin [-] Segment 0e50adf8-be9d-4c73-946b-09b1acc909bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e50adf8-be9d-4c73-946b-09b1acc909bb found for delete ", "request_id": "req-40e929c6-b970-4213-82fc-0a089267598c"}]} 2026-04-06 19:55:16.589 8 INFO neutron.services.segments.plugin [-] Segment 0e50adf8-be9d-4c73-946b-09b1acc909bb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e50adf8-be9d-4c73-946b-09b1acc909bb found for delete ", "request_id": "req-1acdacad-545e-4aa4-93ca-10e3976afac2"}]} 2026-04-06 19:55:16.593 8 INFO neutron.db.l3_hamode_db [None req-dc1ff8bd-a78c-4834-a1e7-6914ac9745e3 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network 13550a80-ef44-406c-8383-a07f2f146802 was deleted as no HA routers are present in tenant 526396ced14b49ac916264b0931f759f. [pid: 8|app: 0|req: 644/1277] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:15 2026] DELETE /v2.0/routers/89ea9630-b4b9-4102-81db-55357d327c27 => generated 0 bytes in 868 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1278] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:16 2026] GET /v2.0/security-groups?tenant_id=e85b84170f2e4fd6a95b5569593a03e9&name=default => generated 2925 bytes in 371 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1279] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:16 2026] DELETE /v2.0/security-groups/7b599dcc-3d3c-4574-b002-b9340d81d2c8 => 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: 645/1280] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:16 2026] DELETE /v2.0/subnets/b5358a83-33e1-498e-af7f-334a617acfe9 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:55:16.840 7 INFO neutron_taas.services.taas.taas_plugin [None req-7063806a-013b-4f6d-a77b-8f57f607cc10 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: f0f6fe71-5ccf-43f7-bc51-47e3ee9a21f9 2026-04-06 19:55:16.842 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7063806a-013b-4f6d-a77b-8f57f607cc10 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: f0f6fe71-5ccf-43f7-bc51-47e3ee9a21f9 2026-04-06 19:55:17.011 7 INFO neutron.services.segments.plugin [-] Segment bf111bac-cba7-4386-876a-fc7bceb43ff0 resource provider aggregate not found 2026-04-06 19:55:17.022 7 INFO neutron.services.segments.plugin [-] Segment bf111bac-cba7-4386-876a-fc7bceb43ff0 resource provider aggregate not found 2026-04-06 19:55:17.027 7 INFO neutron.services.segments.plugin [-] Segment bf111bac-cba7-4386-876a-fc7bceb43ff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf111bac-cba7-4386-876a-fc7bceb43ff0 found for delete ", "request_id": "req-86027237-3ac8-48aa-b6fc-79503cf1f330"}]} [pid: 7|app: 0|req: 636/1281] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:16 2026] DELETE /v2.0/networks/ad9ad867-2e6d-430d-8924-f2d02e82a2fb => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:55:17.042 7 INFO neutron.services.segments.plugin [-] Segment bf111bac-cba7-4386-876a-fc7bceb43ff0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bf111bac-cba7-4386-876a-fc7bceb43ff0 found for delete ", "request_id": "req-206cae86-3b67-4122-9dba-0fafdb7dba9d"}]} [pid: 7|app: 0|req: 637/1282] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:17 2026] GET /v2.0/security-groups?tenant_id=526396ced14b49ac916264b0931f759f&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: 638/1283] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:17 2026] DELETE /v2.0/security-groups/4a934d03-1c58-4c63-a69e-5ef763e31350 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1284] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:17 2026] GET /v2.0/security-groups?tenant_id=41af69b307164331b8e6863dd7f3da1e&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 639/1285] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:17 2026] DELETE /v2.0/security-groups/728cfc7b-f431-4a54-a1fc-f8897737522e => 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: 647/1286] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:17 2026] GET /v2.0/security-groups?tenant_id=1ae9b3b9779145009de0c6f14b403710&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1287] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:17 2026] DELETE /v2.0/security-groups/f15a0f00-726d-44db-b57a-1cb885f8ecf1 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:19.015 8 INFO neutron.db.segments_db [None req-09bfbbf7-bf7e-4278-97ea-cccd2d192aa2 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 19ed043f-0a22-4e30-853b-4dc7431fcfb2 of type vxlan for network 826dea9e-856f-4133-9819-e14ef1f2d058 [pid: 8|app: 0|req: 648/1288] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:55:18 2026] POST /v2.0/networks => generated 722 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1289] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:55:19 2026] POST /v2.0/subnets => generated 688 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:55:19.364 8 INFO neutron.db.segments_db [None req-c560c76e-0fd7-4af3-9629-7b81c5f03043 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 24aa9ec8-93d8-44b7-82cb-391132684a40 of type vxlan for network 49114183-3905-40f5-856a-7eb0c4cb4e99 2026-04-06 19:55:19.617 8 INFO neutron.db.l3_hamode_db [None req-c560c76e-0fd7-4af3-9629-7b81c5f03043 971d5f0bcc3c40d3873e9b9b3c98f096 b0b5d0e3c98e47ac95e01869e681ab3e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:55:20.311 8 INFO neutron.db.l3_hamode_db [None req-c560c76e-0fd7-4af3-9629-7b81c5f03043 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 642/1290] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:20 2026] GET /v2.0/security-groups?tenant_id=0227046461f649baa9659733d8c87028&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: 643/1291] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:20 2026] DELETE /v2.0/security-groups/5c12412f-9448-422f-aa12-6cef649a4b8f => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1292] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:55:19 2026] POST /v2.0/routers => generated 728 bytes in 1889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1293] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:55:21 2026] PUT /v2.0/routers/6af58f7d-e988-42a9-b7f5-b55ced63a51d/add_router_interface => generated 309 bytes in 1201 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1294] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:23 2026] GET /v2.0/security-groups?tenant_id=4b5d3f4bb01d4e82b211e4421c88d634&name=default => generated 2925 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1295] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:24 2026] DELETE /v2.0/security-groups/0a6f9436-9fc5-425d-a1ad-a9d592a7948b => 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: 651/1296] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:24 2026] GET /v2.0/security-groups?tenant_id=e05447b5efd745b0ba1e2c4723751a01&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1297] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:24 2026] DELETE /v2.0/security-groups/82f45a49-6bc8-4b27-a2c6-6894121ac990 => 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: 652/1298] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:55:24 2026] GET /v2.0/networks?id=826dea9e-856f-4133-9819-e14ef1f2d058 => generated 673 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1299] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:55:24 2026] GET /v2.0/quotas/b0b5d0e3c98e47ac95e01869e681ab3e => 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: 653/1300] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:55:24 2026] GET /v2.0/ports?tenant_id=b0b5d0e3c98e47ac95e01869e681ab3e&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1301] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:55:24 2026] GET /v2.0/networks/826dea9e-856f-4133-9819-e14ef1f2d058?fields=segments => generated 14 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1302] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:55:24 2026] GET /v2.0/networks/826dea9e-856f-4133-9819-e14ef1f2d058?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: 649/1303] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:25 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => 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: 656/1306] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:26 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1307] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:26 2026] GET /v2.0/security-groups?tenant_id=a6b711503db346c48bbdc8acf6e264a6&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1308] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:26 2026] DELETE /v2.0/security-groups/0593c3fc-ee56-4380-9c10-57d9cb366d6f => 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: 652/1309] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:26 2026] GET /v2.0/security-groups?tenant_id=de512d196cc34d82a6b5a8c3ed98d6c0&name=default => generated 2925 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1310] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:27 2026] DELETE /v2.0/security-groups/d47f3931-1584-49c4-846c-5d669b56e879 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1311] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:27 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => 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: 659/1312] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:27 2026] GET /v2.0/security-groups?tenant_id=c1572b08664d4c799836eb45c3cb1fdd&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1313] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:27 2026] DELETE /v2.0/security-groups/ccd3bdad-1bb1-49a6-b31a-d7edf872a73a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1314] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:28 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => 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: 655/1315] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:55:29 2026] GET /v2.0/networks?id=826dea9e-856f-4133-9819-e14ef1f2d058 => generated 673 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1316] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:29 2026] GET /v2.0/security-groups?tenant_id=5a2c80bf2e064ca5a4b379dd66ba6fc9&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1317] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:29 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 961 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1318] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:55:29 2026] POST /v2.0/ports => generated 958 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 662/1319] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:29 2026] DELETE /v2.0/security-groups/8e3532bc-882c-4a14-9af2-9289f312c1ff => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1320] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:29 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:55:29.966 7 INFO neutron.db.segments_db [None req-42e86775-0c9f-406c-9e29-d08517780fce f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Added segment dd54918a-21be-4fee-8b2d-050370eed079 of type vxlan for network 18ad5eb6-bc7d-48c3-bc17-18611d8249da [pid: 7|app: 0|req: 658/1321] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:55:29 2026] POST /v2.0/networks => generated 613 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1322] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:30 2026] GET /v2.0/security-groups?tenant_id=97eb914e50b14dfca8e2859ac392b984&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:55:30.212 7 INFO neutron.db.segments_db [None req-8fb19d7d-bb16-447d-9d44-58ac72d8e611 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Added segment 4a816f26-34c7-4f84-89d8-244224cc627f of type vxlan for network f34103f2-174a-43e0-a7ad-5cdec389a13e [pid: 8|app: 0|req: 664/1323] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:55:29 2026] PUT /v2.0/ports/ff2ab471-6451-4e6e-bf66-4a898506524f => generated 1239 bytes in 425 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-04-06 19:55:30.360 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-54a87383-56cc-4fc3-a3b9-8c616c5e9f1f'] response: {'name': 'network-changed', 'server_uuid': '653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3', 'tag': 'ff2ab471-6451-4e6e-bf66-4a898506524f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 665/1324] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:30 2026] DELETE /v2.0/security-groups/6b892fe4-d6c1-42ae-81c0-be02cc3bc484 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:30.489 7 INFO neutron.db.l3_hamode_db [None req-8fb19d7d-bb16-447d-9d44-58ac72d8e611 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 666/1325] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:55:30 2026] GET /v2.0/ports?tenant_id=b0b5d0e3c98e47ac95e01869e681ab3e&device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1326] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:55:30 2026] GET /v2.0/networks?tenant_id=b0b5d0e3c98e47ac95e01869e681ab3e&shared=False => generated 769 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1327] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:30 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1328] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:55:31 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 670/1329] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:31 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:55:31.110 7 INFO neutron.db.l3_hamode_db [None req-8fb19d7d-bb16-447d-9d44-58ac72d8e611 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 671/1330] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:31 2026] GET /v2.0/security-groups?tenant_id=3a3224a77c7944a29851a748c12b4a2b&name=default => generated 2925 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1331] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:31 2026] DELETE /v2.0/security-groups/716b085f-8f59-4e0f-9dad-2042a901afd1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1332] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:55:30 2026] POST /v2.0/routers => generated 694 bytes in 1710 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1333] 10.0.0.45 () {32 vars in 775 bytes} [Mon Apr 6 19:55:31 2026] GET /v2.0/subnets?project_id=f8d394eceee048acb0a1809ea30e5ca6&cidr=10.100.0.0%2F28 => generated 14 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1334] 10.0.0.45 () {32 vars in 693 bytes} [Mon Apr 6 19:55:32 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1335] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:31 2026] GET /v2.0/security-groups?tenant_id=5b7dbd21d55e424988631c8c0e06f782&name=default => generated 2925 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 675/1336] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:55:32 2026] GET /v2.0/ports?tenant_id=b0b5d0e3c98e47ac95e01869e681ab3e&device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 1242 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 662/1337] 10.0.0.45 () {32 vars in 783 bytes} [Mon Apr 6 19:55:32 2026] GET /v2.0/subnets?network_id=5aa3c647-4b4d-4745-97da-122f50164053&cidr=10.100.0.0%2F28 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1338] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:55:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=ff2ab471-6451-4e6e-bf66-4a898506524f => 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: 676/1339] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:32 2026] DELETE /v2.0/security-groups/e34bcb5e-eceb-44cb-af66-949a3b418e29 => 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: 677/1340] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:55:32 2026] GET /v2.0/subnets?id=04be3d65-a134-46ab-967d-b9db2fd1b4ed => generated 691 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1341] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:32 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1342] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:55:32 2026] GET /v2.0/ports?network_id=826dea9e-856f-4133-9819-e14ef1f2d058&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: 680/1343] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:32 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&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: 681/1344] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:55:32 2026] GET /v2.0/networks/826dea9e-856f-4133-9819-e14ef1f2d058?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: 664/1345] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:55:32 2026] POST /v2.0/subnets => generated 656 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1346] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:55:32 2026] GET /v2.0/networks/826dea9e-856f-4133-9819-e14ef1f2d058?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: 683/1347] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:33 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1348] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:33 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&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: 665/1349] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:55:32 2026] PUT /v2.0/routers/a942dde9-c9c3-4558-89b4-47dec6abf241/add_router_interface => generated 309 bytes in 1420 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 685/1350] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:55:33 2026] GET /v2.0/networks => generated 5055 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1351] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:55:33 2026] GET /v2.0/subnets => generated 3894 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1352] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:55:33 2026] GET /v2.0/routers => generated 1461 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1353] 10.0.0.45 () {34 vars in 684 bytes} [Mon Apr 6 19:55:34 2026] POST /v2.0/security-groups => generated 1673 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1354] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:55:34 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: 7|app: 0|req: 668/1355] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:55:34 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1356] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:55:34 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1357] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:34 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1358] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:34 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1359] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:55:34 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:55:34.753 8 INFO neutron.db.securitygroups_db [None req-ecdd969e-61f8-4175-986f-47c72232ce7d f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Project f8d394eceee048acb0a1809ea30e5ca6 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: 690/1360] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:55:34 2026] POST /v2.0/security-group-rules => generated 607 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:55:34.865 8 INFO neutron.db.securitygroups_db [None req-39448a8f-ece8-434f-ad79-f403467499fa f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Project f8d394eceee048acb0a1809ea30e5ca6 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: 691/1361] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:55:34 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1362] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:34 2026] GET /v2.0/security-groups?tenant_id=d8f51c5fc36c4acebe8a856f039bfe71&name=default => generated 2925 bytes in 339 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 692/1363] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:35 2026] DELETE /v2.0/security-groups/ea51f73b-9cd2-4e0b-8ed0-e44059495b25 => 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: 672/1364] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:55:35 2026] GET /v2.0/networks => generated 1297 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1365] 10.0.0.76 () {34 vars in 1097 bytes} [Mon Apr 6 19:55:35 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-743348734&fields=id&tenant_id=f8d394eceee048acb0a1809ea30e5ca6 => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1366] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:55:35 2026] GET /v2.0/networks?id=18ad5eb6-bc7d-48c3-bc17-18611d8249da => generated 660 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 694/1367] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:35 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1368] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:55:35 2026] GET /v2.0/quotas/f8d394eceee048acb0a1809ea30e5ca6 => generated 292 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1369] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:35 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&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: 675/1370] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:55:35 2026] GET /v2.0/ports?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&fields=id => generated 103 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1371] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:55:35 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1372] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:55:35 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?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: 697/1373] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:36 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => 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: 677/1374] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:36 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 975 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1375] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1376] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => 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: 699/1377] 10.0.0.45 () {32 vars in 652 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions => generated 21537 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1378] 10.0.0.45 () {32 vars in 680 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1379] 10.0.0.45 () {32 vars in 680 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 702/1380] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1381] 10.0.0.45 () {32 vars in 664 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/agent => generated 153 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1382] 10.0.0.45 () {32 vars in 698 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1383] 10.0.0.45 () {32 vars in 696 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1384] 10.0.0.45 () {32 vars in 700 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1385] 10.0.0.45 () {32 vars in 688 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1386] 10.0.0.45 () {32 vars in 702 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1387] 10.0.0.45 () {32 vars in 692 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1388] 10.0.0.45 () {32 vars in 694 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1389] 10.0.0.45 () {32 vars in 684 bytes} [Mon Apr 6 19:55:37 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: 712/1390] 10.0.0.45 () {32 vars in 686 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1391] 10.0.0.45 () {32 vars in 660 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1392] 10.0.0.45 () {32 vars in 698 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1393] 10.0.0.45 () {32 vars in 678 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1394] 10.0.0.45 () {32 vars in 682 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1395] 10.0.0.45 () {32 vars in 674 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 718/1396] 10.0.0.45 () {32 vars in 688 bytes} [Mon Apr 6 19:55:37 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: 7|app: 0|req: 679/1397] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/security-groups?tenant_id=75276c2c26f84da2813793e319aa3a84&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: 719/1398] 10.0.0.45 () {32 vars in 722 bytes} [Mon Apr 6 19:55:37 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: 720/1399] 10.0.0.45 () {32 vars in 686 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1400] 10.0.0.45 () {32 vars in 668 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1401] 10.0.0.45 () {32 vars in 686 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1402] 10.0.0.45 () {32 vars in 680 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1403] 10.0.0.45 () {32 vars in 698 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1404] 10.0.0.45 () {32 vars in 678 bytes} [Mon Apr 6 19:55:37 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: 726/1405] 10.0.0.45 () {32 vars in 666 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/router => generated 256 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1406] 10.0.0.45 () {32 vars in 676 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1407] 10.0.0.45 () {32 vars in 664 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1408] 10.0.0.45 () {32 vars in 674 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1409] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:37 2026] DELETE /v2.0/security-groups/08437f9b-e4a2-4576-b9e9-b4c9c0ee2820 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1410] 10.0.0.45 () {32 vars in 712 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1411] 10.0.0.45 () {32 vars in 690 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1412] 10.0.0.45 () {32 vars in 682 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1413] 10.0.0.45 () {32 vars in 668 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1414] 10.0.0.45 () {32 vars in 686 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1415] 10.0.0.45 () {32 vars in 704 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1416] 10.0.0.45 () {32 vars in 674 bytes} [Mon Apr 6 19:55:37 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: 7|app: 0|req: 684/1417] 10.0.0.45 () {32 vars in 700 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1418] 10.0.0.45 () {32 vars in 674 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1419] 10.0.0.45 () {32 vars in 692 bytes} [Mon Apr 6 19:55:37 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: 735/1420] 10.0.0.45 () {32 vars in 688 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1421] 10.0.0.45 () {32 vars in 708 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1422] 10.0.0.45 () {32 vars in 704 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1423] 10.0.0.45 () {32 vars in 718 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1424] 10.0.0.45 () {32 vars in 696 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 739/1425] 10.0.0.45 () {32 vars in 710 bytes} [Mon Apr 6 19:55:37 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: 740/1426] 10.0.0.45 () {32 vars in 668 bytes} [Mon Apr 6 19:55:37 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: 741/1427] 10.0.0.45 () {32 vars in 686 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/binding-extended => 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: 742/1428] 10.0.0.45 () {32 vars in 680 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1429] 10.0.0.45 () {32 vars in 674 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1430] 10.0.0.45 () {32 vars in 670 bytes} [Mon Apr 6 19:55:37 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: 745/1431] 10.0.0.45 () {32 vars in 660 bytes} [Mon Apr 6 19:55:37 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: 746/1432] 10.0.0.45 () {32 vars in 698 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1433] 10.0.0.45 () {32 vars in 698 bytes} [Mon Apr 6 19:55:37 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: 748/1434] 10.0.0.45 () {32 vars in 676 bytes} [Mon Apr 6 19:55:37 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: 749/1435] 10.0.0.45 () {32 vars in 668 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1436] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/security-groups?tenant_id=14731b1ceda9430fa56cff623cb015e0&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: 750/1437] 10.0.0.45 () {32 vars in 682 bytes} [Mon Apr 6 19:55:37 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: 751/1438] 10.0.0.45 () {32 vars in 700 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1439] 10.0.0.45 () {32 vars in 684 bytes} [Mon Apr 6 19:55:37 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1440] 10.0.0.45 () {32 vars in 706 bytes} [Mon Apr 6 19:55:37 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: 754/1441] 10.0.0.45 () {32 vars in 668 bytes} [Mon Apr 6 19:55:37 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: 755/1442] 10.0.0.45 () {32 vars in 696 bytes} [Mon Apr 6 19:55:37 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: 756/1443] 10.0.0.45 () {32 vars in 694 bytes} [Mon Apr 6 19:55:37 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: 757/1444] 10.0.0.45 () {32 vars in 684 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1445] 10.0.0.45 () {32 vars in 688 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1446] 10.0.0.45 () {32 vars in 704 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1447] 10.0.0.45 () {32 vars in 666 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1448] 10.0.0.45 () {32 vars in 680 bytes} [Mon Apr 6 19:55:38 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: 762/1449] 10.0.0.45 () {32 vars in 680 bytes} [Mon Apr 6 19:55:38 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: 763/1450] 10.0.0.45 () {32 vars in 690 bytes} [Mon Apr 6 19:55:38 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: 764/1451] 10.0.0.45 () {32 vars in 690 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1452] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:37 2026] DELETE /v2.0/security-groups/75e65183-8808-4453-88a8-89d0c54efede => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1453] 10.0.0.45 () {32 vars in 694 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1454] 10.0.0.45 () {32 vars in 684 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1455] 10.0.0.45 () {32 vars in 688 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1456] 10.0.0.45 () {32 vars in 700 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1457] 10.0.0.45 () {32 vars in 702 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1458] 10.0.0.45 () {32 vars in 712 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1459] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1460] 10.0.0.45 () {32 vars in 714 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1461] 10.0.0.45 () {32 vars in 726 bytes} [Mon Apr 6 19:55:38 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: 771/1462] 10.0.0.45 () {32 vars in 740 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1463] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => 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: 772/1464] 10.0.0.45 () {32 vars in 718 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1465] 10.0.0.45 () {32 vars in 682 bytes} [Mon Apr 6 19:55: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: 694/1466] 10.0.0.45 () {32 vars in 668 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/segment => generated 145 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1467] 10.0.0.45 () {32 vars in 718 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1468] 10.0.0.45 () {32 vars in 678 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1469] 10.0.0.45 () {32 vars in 668 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1470] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1471] 10.0.0.45 () {32 vars in 696 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1472] 10.0.0.45 () {32 vars in 704 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1473] 10.0.0.45 () {32 vars in 700 bytes} [Mon Apr 6 19:55:38 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: 775/1474] 10.0.0.45 () {32 vars in 700 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1475] 10.0.0.45 () {32 vars in 682 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1476] 10.0.0.45 () {32 vars in 704 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 701/1477] 10.0.0.45 () {32 vars in 694 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1478] 10.0.0.45 () {32 vars in 688 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1479] 10.0.0.45 () {32 vars in 696 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1480] 10.0.0.45 () {32 vars in 678 bytes} [Mon Apr 6 19:55:38 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: 7|app: 0|req: 703/1481] 10.0.0.45 () {32 vars in 688 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1482] 10.0.0.45 () {32 vars in 700 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1483] 10.0.0.45 () {32 vars in 664 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1484] 10.0.0.45 () {32 vars in 680 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1485] 10.0.0.45 () {32 vars in 676 bytes} [Mon Apr 6 19:55:38 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: 782/1486] 10.0.0.45 () {32 vars in 692 bytes} [Mon Apr 6 19:55:38 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: 7|app: 0|req: 705/1487] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => 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: 783/1488] 10.0.0.45 () {32 vars in 676 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1489] 10.0.0.45 () {32 vars in 666 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1490] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 19:55:38 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: 7|app: 0|req: 707/1491] 10.0.0.45 () {32 vars in 674 bytes} [Mon Apr 6 19:55:38 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: 785/1492] 10.0.0.45 () {32 vars in 686 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 708/1493] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:38 2026] GET /v2.0/security-groups?tenant_id=0d1050d274c344968a6fb1775fc59c8a&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: 786/1494] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:39 2026] DELETE /v2.0/security-groups/5a778d0a-c6d5-41c0-ac88-8adf1063cd7e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1495] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:39 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => 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: 787/1496] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:39 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 975 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1497] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:39 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&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: 788/1498] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:55:40 2026] GET /v2.0/networks?id=18ad5eb6-bc7d-48c3-bc17-18611d8249da => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1499] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:55:40 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f8d394eceee048acb0a1809ea30e5ca6 => generated 180 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1500] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:40 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => 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: 790/1501] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:40 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => 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: 791/1502] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:40 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&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: 712/1503] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:55:40 2026] POST /v2.0/ports => generated 958 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 792/1506] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:55:40 2026] PUT /v2.0/ports/d19c4694-3901-48b8-a0c7-aa1c60d2ccaa => generated 1239 bytes in 362 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:55:41.332 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f335b3b7-9893-4696-bdc4-d9c1a9d4956f'] response: {'name': 'network-changed', 'server_uuid': 'adcda082-0af5-458f-8463-a4d8f864f4a1', 'tag': 'd19c4694-3901-48b8-a0c7-aa1c60d2ccaa', 'status': 'completed', 'code': 200} 2026-04-06 19:55:41.356 7 INFO neutron.db.segments_db [None req-add67bcb-8711-484d-b292-88a80307e3e3 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] Added segment 587a3a11-e020-4fac-8668-8c03ae9a7292 of type vxlan for network 16032efa-5be3-496c-a72e-8a57261cb2b5 [pid: 7|app: 0|req: 715/1507] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:55:41 2026] POST /v2.0/networks => generated 629 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 716/1508] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:41 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1509] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:41 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1510] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:55:41 2026] POST /v2.0/ports => generated 779 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:55:41.849 7 INFO neutron.db.segments_db [None req-49ab5de9-136e-414a-9c72-3131639963d7 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] Added segment c8acc974-9fa7-4462-9013-5d9a74cd1bee of type vxlan for network 49c869a2-37b6-4bdd-8e4f-33e6ec02da7d [pid: 7|app: 0|req: 718/1511] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:55:41 2026] POST /v2.0/networks => generated 617 bytes in 124 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: 794/1512] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:41 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1513] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:41 2026] GET /v2.0/security-groups?id=0c40a3b9-d805-44bd-b883-681341dbd022&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1514] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:55:41 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: 8|app: 0|req: 796/1515] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:42 2026] GET /v2.0/security-groups?tenant_id=55a8f66c256d4b53b729ad8145266b1b&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1516] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:55:42 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 975 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1517] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:55:42 2026] GET /v2.0/ports?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1518] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:42 2026] DELETE /v2.0/security-groups/9934afaa-2ab6-4299-ab68-e5bcd57f5839 => 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: 722/1519] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:55:42 2026] GET /v2.0/networks?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&shared=False => generated 754 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:42.445 7 INFO neutron_taas.services.taas.taas_plugin [req-14f9b292-68b0-4065-8d8b-a5777a899035 req-f526a62b-8bf5-42bc-b529-07367833af7e bca50b09cfd24731a064b928a49fe61f b0b5d0e3c98e47ac95e01869e681ab3e - - default default] TaaS: Handle Delete Port: ff2ab471-6451-4e6e-bf66-4a898506524f 2026-04-06 19:55:42.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-14f9b292-68b0-4065-8d8b-a5777a899035 req-f526a62b-8bf5-42bc-b529-07367833af7e bca50b09cfd24731a064b928a49fe61f b0b5d0e3c98e47ac95e01869e681ab3e - - default default] Tap Mirror: Handle Delete Port: ff2ab471-6451-4e6e-bf66-4a898506524f [pid: 8|app: 0|req: 798/1520] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:55:42 2026] POST /v2.0/ports => generated 961 bytes in 309 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: 799/1521] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:55:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1522] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 19:55:42 2026] DELETE /v2.0/ports/ff2ab471-6451-4e6e-bf66-4a898506524f => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:55:42.605 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ec7d1577-d664-4339-8d9c-d1c10d7c9320'] response: {'server_uuid': '653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3', 'name': 'network-vif-deleted', 'tag': 'ff2ab471-6451-4e6e-bf66-4a898506524f', 'status': 'completed', 'code': 200} 2026-04-06 19:55:42.657 7 INFO neutron_taas.services.taas.taas_plugin [None req-41bb4c7a-2f4f-47b5-a71a-524077a382fd 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] TaaS: Handle Delete Port: fa6d8024-561f-4006-a21d-f4d17ee5ddce 2026-04-06 19:55:42.660 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41bb4c7a-2f4f-47b5-a71a-524077a382fd 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] Tap Mirror: Handle Delete Port: fa6d8024-561f-4006-a21d-f4d17ee5ddce [pid: 8|app: 0|req: 800/1523] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:42 2026] GET /v2.0/security-groups?tenant_id=e798861a7ec34c81ad2f0ae881a05b76&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: 801/1524] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:42 2026] DELETE /v2.0/security-groups/77c8e7f1-a131-46a9-a631-04e9a537a7e0 => 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: 724/1525] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:55:42 2026] DELETE /v2.0/ports/fa6d8024-561f-4006-a21d-f4d17ee5ddce => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:55:42.794 7 INFO neutron.pecan_wsgi.hooks.translation [None req-52ddacdc-3517-49c0-97d1-135f88c28302 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 725/1526] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:55:42 2026] DELETE /v2.0/ports/fa6d8024-561f-4006-a21d-f4d17ee5ddce => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:42.813 7 INFO neutron.pecan_wsgi.hooks.translation [None req-25de1b8c-fce9-4559-991a-a3f2f06d1160 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1527] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:55:42 2026] GET /v2.0/ports/fa6d8024-561f-4006-a21d-f4d17ee5ddce => 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: 802/1528] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:42 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => 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: 803/1529] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:42 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&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: 727/1530] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:42 2026] DELETE /v2.0/subnets/24c61457-a245-4ab6-85d4-5d121d52867a => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:55:43.036 8 INFO neutron.services.segments.plugin [-] Segment c8acc974-9fa7-4462-9013-5d9a74cd1bee resource provider aggregate not found 2026-04-06 19:55:43.043 8 INFO neutron.services.segments.plugin [-] Segment c8acc974-9fa7-4462-9013-5d9a74cd1bee resource provider aggregate not found 2026-04-06 19:55:43.060 8 INFO neutron.services.segments.plugin [-] Segment c8acc974-9fa7-4462-9013-5d9a74cd1bee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8acc974-9fa7-4462-9013-5d9a74cd1bee found for delete ", "request_id": "req-c9dfc7b1-0e86-4f88-9ff0-f2f5666442b4"}]} 2026-04-06 19:55:43.063 8 INFO neutron.services.segments.plugin [-] Segment c8acc974-9fa7-4462-9013-5d9a74cd1bee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8acc974-9fa7-4462-9013-5d9a74cd1bee found for delete ", "request_id": "req-bffe1623-23d5-4342-8589-14a6f1285bfb"}]} [pid: 8|app: 0|req: 804/1531] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:42 2026] DELETE /v2.0/networks/49c869a2-37b6-4bdd-8e4f-33e6ec02da7d => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 728/1532] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:43 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:55:43.133 8 INFO neutron.db.segments_db [None req-b21c1455-b5a7-40b0-88d3-5b7b9db325e0 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] Added segment c26ed42a-99c2-41b8-8588-34ae4ea99b41 of type vxlan for network 61f2b823-395a-4708-8159-dabd382e0761 [pid: 8|app: 0|req: 805/1533] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:55:43 2026] POST /v2.0/networks => generated 617 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1534] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:55:43 2026] POST /v2.0/subnets => generated 646 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1535] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:55:43 2026] GET /v2.0/ports?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => 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: 731/1536] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:55:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d19c4694-3901-48b8-a0c7-aa1c60d2ccaa => 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: 732/1537] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:55:43 2026] GET /v2.0/subnets?id=74422224-a9fe-4dd7-ab56-7c5b2a372697 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1538] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:55:43 2026] POST /v2.0/ports => generated 928 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1539] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:55:43 2026] GET /v2.0/ports?network_id=18ad5eb6-bc7d-48c3-bc17-18611d8249da&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1540] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:55:43 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?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: 735/1541] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:55:43 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:55:43.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-db8f1a8e-08ad-47f8-907d-bb133233c1b4 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] TaaS: Handle Delete Port: 0bd6c84e-6fa0-44af-9559-bb45fd246fd7 2026-04-06 19:55:43.825 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db8f1a8e-08ad-47f8-907d-bb133233c1b4 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] Tap Mirror: Handle Delete Port: 0bd6c84e-6fa0-44af-9559-bb45fd246fd7 [pid: 8|app: 0|req: 807/1542] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:55:43 2026] DELETE /v2.0/ports/0bd6c84e-6fa0-44af-9559-bb45fd246fd7 => generated 0 bytes in 232 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:55:43.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95c24a0c-9f71-4558-97af-c6dba2f34b38 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 808/1543] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:55:43 2026] GET /v2.0/ports/0bd6c84e-6fa0-44af-9559-bb45fd246fd7 => 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: 736/1544] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:43 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1545] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:43 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&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: 809/1546] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:43 2026] DELETE /v2.0/subnets/dd4dfe1f-24c3-48cb-a987-cc757dc279a8 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1547] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:44 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:55:44.197 7 INFO neutron.services.segments.plugin [-] Segment c26ed42a-99c2-41b8-8588-34ae4ea99b41 resource provider aggregate not found 2026-04-06 19:55:44.210 7 INFO neutron.services.segments.plugin [-] Segment c26ed42a-99c2-41b8-8588-34ae4ea99b41 resource provider aggregate not found 2026-04-06 19:55:44.217 7 INFO neutron.services.segments.plugin [-] Segment c26ed42a-99c2-41b8-8588-34ae4ea99b41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c26ed42a-99c2-41b8-8588-34ae4ea99b41 found for delete ", "request_id": "req-6eaa21f1-91d6-4e6a-9ece-656991c60867"}]} 2026-04-06 19:55:44.226 7 INFO neutron.services.segments.plugin [-] Segment c26ed42a-99c2-41b8-8588-34ae4ea99b41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c26ed42a-99c2-41b8-8588-34ae4ea99b41 found for delete ", "request_id": "req-b3974662-76d9-408f-9894-904d32d43893"}]} [pid: 7|app: 0|req: 738/1548] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:44 2026] DELETE /v2.0/networks/61f2b823-395a-4708-8159-dabd382e0761 => 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: 811/1549] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:55:44 2026] POST /v2.0/ports => generated 779 bytes in 216 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: 812/1550] 10.0.0.45 () {34 vars in 736 bytes} [Mon Apr 6 19:55:44 2026] PUT /v2.0/ports/55138301-15c0-4ee8-a64f-677238038b3d => generated 752 bytes in 181 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-04-06 19:55:44.695 7 INFO neutron.db.segments_db [None req-5490f035-c9cf-4651-8af0-4a50641b3627 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Added segment 36ebdf22-c275-4e01-8d16-3fab13a80afd of type vxlan for network b9f83344-6726-4605-8570-bec14be6d41a 2026-04-06 19:55:44.753 8 INFO neutron_taas.services.taas.taas_plugin [None req-438b8579-a8ed-4a7b-946f-aa20a1f6be66 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] TaaS: Handle Delete Port: 55138301-15c0-4ee8-a64f-677238038b3d 2026-04-06 19:55:44.756 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-438b8579-a8ed-4a7b-946f-aa20a1f6be66 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] Tap Mirror: Handle Delete Port: 55138301-15c0-4ee8-a64f-677238038b3d [pid: 7|app: 0|req: 739/1551] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:55:44 2026] POST /v2.0/networks => generated 631 bytes in 360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1552] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:55:44 2026] DELETE /v2.0/ports/55138301-15c0-4ee8-a64f-677238038b3d => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1553] 10.0.0.45 () {32 vars in 642 bytes} [Mon Apr 6 19:55:44 2026] GET /v2.0/ports => generated 782 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:44.907 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ca4d65ee-c137-4b61-aed3-27aa5d845d92 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1554] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:55:44 2026] GET /v2.0/ports/55138301-15c0-4ee8-a64f-677238038b3d => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1555] 10.0.0.45 () {32 vars in 642 bytes} [Mon Apr 6 19:55:44 2026] GET /v2.0/ports => generated 782 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1556] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:55:44 2026] GET /v2.0/ports/3886c7d8-0647-4050-8b5b-64b76da0cd45 => generated 779 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:45.005 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c1c3facd-4f60-4804-a279-24f90813eefa 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 818/1557] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:55:44 2026] DELETE /v2.0/ports/0bd6c84e-6fa0-44af-9559-bb45fd246fd7 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1558] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:55:44 2026] POST /v2.0/subnets => generated 627 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:55:45.022 8 INFO neutron.pecan_wsgi.hooks.translation [None req-33fffc89-0f36-44ca-834d-227ebb5b4a6f 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 819/1559] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:45 2026] DELETE /v2.0/subnets/dd4dfe1f-24c3-48cb-a987-cc757dc279a8 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:45.038 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6891bf75-5226-44c5-a9d8-08d8888669f8 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 820/1560] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:45 2026] DELETE /v2.0/subnets/24c61457-a245-4ab6-85d4-5d121d52867a => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:45.062 7 INFO neutron.db.segments_db [None req-a3810197-0fd1-4a86-820a-693a91aed3a2 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Added segment 1b52d169-c828-4bc9-9401-288bdaa78f24 of type vxlan for network c7cbcf81-d939-48f7-94c6-fa9876571e91 2026-04-06 19:55:45.130 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7f2bee8-36b8-40c4-8634-125504399ae4 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] TaaS: Handle Delete Port: 3886c7d8-0647-4050-8b5b-64b76da0cd45 2026-04-06 19:55:45.132 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7f2bee8-36b8-40c4-8634-125504399ae4 55bb3da459bb48ca824f6cd4105b0c55 908c2e1ccd0a4086acf18a93eefd0c86 - - default default] Tap Mirror: Handle Delete Port: 3886c7d8-0647-4050-8b5b-64b76da0cd45 [pid: 8|app: 0|req: 821/1561] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:55:45 2026] DELETE /v2.0/ports/3886c7d8-0647-4050-8b5b-64b76da0cd45 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1562] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:45 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:45.307 7 INFO neutron.db.l3_hamode_db [None req-a3810197-0fd1-4a86-820a-693a91aed3a2 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:55:45.349 8 INFO neutron.services.segments.plugin [-] Segment 587a3a11-e020-4fac-8668-8c03ae9a7292 resource provider aggregate not found 2026-04-06 19:55:45.351 8 INFO neutron.services.segments.plugin [-] Segment 587a3a11-e020-4fac-8668-8c03ae9a7292 resource provider aggregate not found 2026-04-06 19:55:45.369 8 INFO neutron.services.segments.plugin [-] Segment 587a3a11-e020-4fac-8668-8c03ae9a7292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 587a3a11-e020-4fac-8668-8c03ae9a7292 found for delete ", "request_id": "req-f0cd5a49-5b7a-478f-ab56-60c3adacd2dc"}]} 2026-04-06 19:55:45.375 8 INFO neutron.services.segments.plugin [-] Segment 587a3a11-e020-4fac-8668-8c03ae9a7292 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 587a3a11-e020-4fac-8668-8c03ae9a7292 found for delete ", "request_id": "req-6d0d73d5-d938-4bf1-bf44-69a4e76d0de2"}]} [pid: 8|app: 0|req: 823/1563] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:45 2026] DELETE /v2.0/networks/16032efa-5be3-496c-a72e-8a57261cb2b5 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1564] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:45 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1565] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:45 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:55:46.005 7 INFO neutron.db.l3_hamode_db [None req-a3810197-0fd1-4a86-820a-693a91aed3a2 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 826/1566] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:45 2026] GET /v2.0/security-groups?tenant_id=908c2e1ccd0a4086acf18a93eefd0c86&name=default => generated 2925 bytes in 150 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1567] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:46 2026] DELETE /v2.0/security-groups/e0977939-4be7-451a-b4e9-53251ae5416e => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1568] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:46 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1569] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:46 2026] GET /v2.0/ports?device_id=653c1b0a-f4c3-45b5-b72e-8bbc418cf3b3 => 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: 830/1570] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:46 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&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: 741/1571] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:55:45 2026] POST /v2.0/routers => generated 695 bytes in 1811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1572] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:47 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 975 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1573] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:47 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1574] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:55:46 2026] PUT /v2.0/routers/a9e9b5b7-c0bd-4be1-9f73-ae07e6d656e5/add_router_interface => generated 309 bytes in 1211 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 744/1575] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 19:55:47 2026] POST /v2.0/security-groups => generated 1624 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1576] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 19:55:48 2026] GET /v2.0/security-groups => generated 4529 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 746/1577] 10.0.0.45 () {34 vars in 757 bytes} [Mon Apr 6 19:55:48 2026] PUT /v2.0/security-groups/5c8bcf3b-e12f-40f0-9b42-86e200457604 => generated 1663 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1578] 10.0.0.45 () {32 vars in 736 bytes} [Mon Apr 6 19:55:48 2026] GET /v2.0/security-groups/5c8bcf3b-e12f-40f0-9b42-86e200457604 => 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: 748/1579] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:48 2026] DELETE /v2.0/security-groups/5c8bcf3b-e12f-40f0-9b42-86e200457604 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1580] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:55:48 2026] POST /v2.0/ports => generated 959 bytes in 381 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: 749/1581] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 19:55:48 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) 2026-04-06 19:55:48.466 7 INFO neutron.api.v2.resource [None req-59cf20b9-3f1e-4e2d-8327-6697de41e9c0 d4aa24de63e4445793d199eff93cddbd 63a77f2344074b06a322e1a27918f429 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 750/1582] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:48 2026] DELETE /v2.0/security-groups/5c8bcf3b-e12f-40f0-9b42-86e200457604 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 751/1583] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 19:55:48 2026] POST /v2.0/security-groups => generated 1624 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1584] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:55:48 2026] POST /v2.0/security-group-rules => generated 601 bytes in 83 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1585] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 19:55:48 2026] GET /v2.0/security-group-rules/421c8271-2023-44da-aa47-67eadd09bc3b => 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: 754/1586] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:55:48 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1587] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:55:48 2026] POST /v2.0/ports => generated 955 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 755/1588] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 19:55:48 2026] DELETE /v2.0/security-group-rules/421c8271-2023-44da-aa47-67eadd09bc3b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:49.145 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ce469ed-101b-4c0e-bced-8c2af687ac1c 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 75919f52-11fc-4ace-8539-aaf6e39c15ee 2026-04-06 19:55:49.148 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ce469ed-101b-4c0e-bced-8c2af687ac1c 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 75919f52-11fc-4ace-8539-aaf6e39c15ee 2026-04-06 19:55:49.443 8 INFO neutron.db.l3_db [None req-423fcea7-d0c9-45a6-b9d0-f595ea5e9b60 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Floating IP 7150ff7e-0206-49a8-901d-9443fde9d7be associated. External IP: 10.96.250.215, port: ec863b0b-2642-4c53-ab98-da5984d49788. [pid: 7|app: 0|req: 756/1589] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:55:48 2026] PUT /v2.0/routers/6af58f7d-e988-42a9-b7f5-b55ced63a51d/remove_router_interface => generated 309 bytes in 733 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1590] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:55:49 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1591] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:49 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1592] 10.0.0.45 () {34 vars in 676 bytes} [Mon Apr 6 19:55:48 2026] POST /v2.0/floatingips => generated 842 bytes in 1003 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:55:49.833 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d5cde0f-6a1a-4277-ae84-f92f7a25ba89 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 38ee8cde-690f-4922-84b5-5b71a1dcaa05 2026-04-06 19:55:49.837 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d5cde0f-6a1a-4277-ae84-f92f7a25ba89 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 38ee8cde-690f-4922-84b5-5b71a1dcaa05 [pid: 8|app: 0|req: 835/1593] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:55:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1594] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:49 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&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-04-06 19:55:50.027 8 INFO neutron.db.l3_db [None req-1d97ae19-3ede-4e19-b781-66992f9b99c1 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Floating IP 7150ff7e-0206-49a8-901d-9443fde9d7be disassociated. External IP: 10.96.250.215, port: ec863b0b-2642-4c53-ab98-da5984d49788. 2026-04-06 19:55:50.093 7 INFO neutron_taas.services.taas.taas_plugin [None req-4d5cde0f-6a1a-4277-ae84-f92f7a25ba89 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: f452464c-cb7d-48ec-a596-f7065619c243 2026-04-06 19:55:50.095 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4d5cde0f-6a1a-4277-ae84-f92f7a25ba89 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: f452464c-cb7d-48ec-a596-f7065619c243 [pid: 8|app: 0|req: 837/1595] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:55:49 2026] PUT /v2.0/floatingips/7150ff7e-0206-49a8-901d-9443fde9d7be => generated 552 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1596] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 19:55:50 2026] GET /v2.0/security-group-rules/b93a3345-a035-45be-a0c6-0b4471f7dd2f => generated 601 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1597] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:55:50 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:50.436 7 INFO neutron.services.segments.plugin [-] Segment 24aa9ec8-93d8-44b7-82cb-391132684a40 resource provider aggregate not found 2026-04-06 19:55:50.441 7 INFO neutron.services.segments.plugin [-] Segment 24aa9ec8-93d8-44b7-82cb-391132684a40 resource provider aggregate not found 2026-04-06 19:55:50.460 7 INFO neutron.services.segments.plugin [-] Segment 24aa9ec8-93d8-44b7-82cb-391132684a40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24aa9ec8-93d8-44b7-82cb-391132684a40 found for delete ", "request_id": "req-b1c679a3-2018-4bf1-9559-91478e5e638b"}]} 2026-04-06 19:55:50.460 7 INFO neutron.services.segments.plugin [-] Segment 24aa9ec8-93d8-44b7-82cb-391132684a40 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 24aa9ec8-93d8-44b7-82cb-391132684a40 found for delete ", "request_id": "req-c2377ea3-a1d0-46a8-a955-b39a74d279e1"}]} 2026-04-06 19:55:50.474 7 INFO neutron.db.l3_hamode_db [None req-4d5cde0f-6a1a-4277-ae84-f92f7a25ba89 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network 49114183-3905-40f5-856a-7eb0c4cb4e99 was deleted as no HA routers are present in tenant b0b5d0e3c98e47ac95e01869e681ab3e. [pid: 7|app: 0|req: 759/1598] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:49 2026] DELETE /v2.0/routers/6af58f7d-e988-42a9-b7f5-b55ced63a51d => generated 0 bytes in 828 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:50.533 8 INFO neutron_taas.services.taas.taas_plugin [None req-6095fae3-f160-46dd-a465-ab1252cbd87f afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] TaaS: Handle Delete Port: 3daaf659-bafb-42b4-9b4d-56ad1a6fcc5d 2026-04-06 19:55:50.536 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6095fae3-f160-46dd-a465-ab1252cbd87f afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Tap Mirror: Handle Delete Port: 3daaf659-bafb-42b4-9b4d-56ad1a6fcc5d [pid: 7|app: 0|req: 760/1599] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:55:50 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1600] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:50 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&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: 840/1601] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:55:50 2026] DELETE /v2.0/floatingips/7150ff7e-0206-49a8-901d-9443fde9d7be => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1602] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:50 2026] DELETE /v2.0/subnets/04be3d65-a134-46ab-967d-b9db2fd1b4ed => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1603] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 19:55:50 2026] DELETE /v2.0/security-group-rules/b93a3345-a035-45be-a0c6-0b4471f7dd2f => 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: 763/1604] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:55:50 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:55:50.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ab1c87c-c0a8-4549-a71d-a1b540465186 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 011d88e1-e2c4-4f83-af60-4f9a71a7ebc7 2026-04-06 19:55:50.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ab1c87c-c0a8-4549-a71d-a1b540465186 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 011d88e1-e2c4-4f83-af60-4f9a71a7ebc7 [pid: 7|app: 0|req: 764/1605] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:50 2026] DELETE /v2.0/networks/826dea9e-856f-4133-9819-e14ef1f2d058 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1606] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:55:51 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:55:51.735 8 INFO neutron.db.l3_db [None req-5625f097-d904-44c2-b0e8-ba7dcdb2804a afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Floating IP d35edd65-ad59-4add-89be-97ac4f56f4f6 associated. External IP: 10.96.250.217, port: cdf9c96c-da4b-4a0d-b9f9-c7410f9f9bee. 2026-04-06 19:55:51.847 7 INFO neutron.db.l3_db [None req-6570751a-021c-4168-b7ac-32ed7441ab57 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Floating IP deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 associated. External IP: 10.96.250.215, port: d19c4694-3901-48b8-a0c7-aa1c60d2ccaa. [pid: 8|app: 0|req: 842/1607] 10.0.0.45 () {34 vars in 676 bytes} [Mon Apr 6 19:55:50 2026] POST /v2.0/floatingips => generated 843 bytes in 1334 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1608] 10.0.0.45 () {34 vars in 676 bytes} [Mon Apr 6 19:55:51 2026] POST /v2.0/floatingips => generated 856 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:55:52.117 8 INFO neutron.db.securitygroups_db [None req-1c49ad49-aaa3-4f99-8243-6c235382d0dd d4aa24de63e4445793d199eff93cddbd 63a77f2344074b06a322e1a27918f429 - - default default] Project 63a77f2344074b06a322e1a27918f429 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: 767/1609] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/security-groups?tenant_id=b0b5d0e3c98e47ac95e01869e681ab3e&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:55:52.153 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-238d0655-eced-4e84-9839-9e77b9c47573'] response: {'name': 'network-changed', 'server_uuid': 'adcda082-0af5-458f-8463-a4d8f864f4a1', 'tag': 'd19c4694-3901-48b8-a0c7-aa1c60d2ccaa', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 768/1610] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/floatingips/d35edd65-ad59-4add-89be-97ac4f56f4f6 => generated 843 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1611] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:55:52 2026] POST /v2.0/security-group-rules => generated 607 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1612] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 856 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1613] 10.0.0.45 () {32 vars in 654 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/floatingips => generated 846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1614] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:52 2026] DELETE /v2.0/security-groups/0c40a3b9-d805-44bd-b883-681341dbd022 => 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: 771/1615] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/security-group-rules/acd53010-89a7-4c32-a840-1b9f36c7d596 => generated 607 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1616] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1617] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 19:55:52 2026] DELETE /v2.0/security-group-rules/acd53010-89a7-4c32-a840-1b9f36c7d596 => 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: 774/1618] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:55:52.480 7 INFO neutron.services.segments.plugin [-] Segment 19ed043f-0a22-4e30-853b-4dc7431fcfb2 resource provider aggregate not found 2026-04-06 19:55:52.487 7 INFO neutron.services.segments.plugin [-] Segment 19ed043f-0a22-4e30-853b-4dc7431fcfb2 resource provider aggregate not found 2026-04-06 19:55:52.504 7 INFO neutron.services.segments.plugin [-] Segment 19ed043f-0a22-4e30-853b-4dc7431fcfb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ed043f-0a22-4e30-853b-4dc7431fcfb2 found for delete ", "request_id": "req-32214539-5a39-460e-8edc-24365d2b4eb1"}]} 2026-04-06 19:55:52.505 7 INFO neutron.services.segments.plugin [-] Segment 19ed043f-0a22-4e30-853b-4dc7431fcfb2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19ed043f-0a22-4e30-853b-4dc7431fcfb2 found for delete ", "request_id": "req-b3c42e17-de2e-42e4-b661-d565bf11dd34"}]} [pid: 7|app: 0|req: 775/1619] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:52 2026] DELETE /v2.0/security-groups/1e2fd22d-8322-4106-9a97-53b3a925b3bd => 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: 776/1620] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:55:52.608 8 INFO neutron.db.l3_db [None req-ebe646ca-e3b3-4942-837d-fbc8527bef2c afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Floating IP d35edd65-ad59-4add-89be-97ac4f56f4f6 associated. External IP: 10.96.250.217, port: cdf9c96c-da4b-4a0d-b9f9-c7410f9f9bee. [pid: 7|app: 0|req: 777/1621] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1622] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/ports?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1623] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/networks?id=18ad5eb6-bc7d-48c3-bc17-18611d8249da => generated 754 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1624] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d19c4694-3901-48b8-a0c7-aa1c60d2ccaa => generated 859 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1625] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/subnets?id=74422224-a9fe-4dd7-ab56-7c5b2a372697 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 782/1626] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/ports?network_id=18ad5eb6-bc7d-48c3-bc17-18611d8249da&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: 783/1627] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?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: 784/1628] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:55:52 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?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: 845/1629] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:55:52 2026] PUT /v2.0/floatingips/d35edd65-ad59-4add-89be-97ac4f56f4f6 => generated 842 bytes in 898 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 785/1630] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:53 2026] GET /v2.0/security-groups?tenant_id=63a77f2344074b06a322e1a27918f429&name=default => generated 2925 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:55:53.277 8 INFO neutron.db.l3_db [None req-52f4fdc2-ea2e-4ce4-8cc8-1de23688804c afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Floating IP d35edd65-ad59-4add-89be-97ac4f56f4f6 disassociated. External IP: 10.96.250.217, port: ec863b0b-2642-4c53-ab98-da5984d49788. [pid: 7|app: 0|req: 786/1631] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:55:53 2026] GET /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 856 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 787/1632] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:53 2026] DELETE /v2.0/security-groups/aecf1265-8094-48c7-84f6-42e654592325 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1633] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:55:53 2026] PUT /v2.0/floatingips/d35edd65-ad59-4add-89be-97ac4f56f4f6 => generated 552 bytes in 393 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:53.660 7 INFO neutron_taas.services.taas.taas_plugin [None req-8c3a0b2c-8a6e-47cc-bc59-aa2435cd3495 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] TaaS: Handle Delete Port: 03b4b17a-4d95-4d06-9514-afe784ddd18e 2026-04-06 19:55:53.662 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8c3a0b2c-8a6e-47cc-bc59-aa2435cd3495 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Tap Mirror: Handle Delete Port: 03b4b17a-4d95-4d06-9514-afe784ddd18e [pid: 7|app: 0|req: 788/1634] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:55:53 2026] DELETE /v2.0/floatingips/d35edd65-ad59-4add-89be-97ac4f56f4f6 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:53.839 8 INFO neutron.api.v2.resource [None req-73278416-c566-4b94-9daf-f5c1de446515 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 847/1635] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:55:53 2026] DELETE /v2.0/floatingips/d35edd65-ad59-4add-89be-97ac4f56f4f6 => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:55:53.989 7 INFO neutron_taas.services.taas.taas_plugin [None req-c39db061-8163-4eb3-9a71-a34d80711e26 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] TaaS: Handle Delete Port: ec863b0b-2642-4c53-ab98-da5984d49788 2026-04-06 19:55:53.992 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c39db061-8163-4eb3-9a71-a34d80711e26 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Tap Mirror: Handle Delete Port: ec863b0b-2642-4c53-ab98-da5984d49788 [pid: 7|app: 0|req: 789/1636] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:55:53 2026] DELETE /v2.0/ports/ec863b0b-2642-4c53-ab98-da5984d49788 => generated 0 bytes in 289 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:55:54.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-0ca06222-7d6d-4bc3-b448-f47ab92d0246 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] TaaS: Handle Delete Port: cdf9c96c-da4b-4a0d-b9f9-c7410f9f9bee 2026-04-06 19:55:54.279 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ca06222-7d6d-4bc3-b448-f47ab92d0246 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Tap Mirror: Handle Delete Port: cdf9c96c-da4b-4a0d-b9f9-c7410f9f9bee [pid: 7|app: 0|req: 790/1637] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:55:54 2026] GET /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 858 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1638] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:55:54 2026] DELETE /v2.0/ports/cdf9c96c-da4b-4a0d-b9f9-c7410f9f9bee => generated 0 bytes in 290 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1639] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:55:54 2026] GET /v2.0/ports?device_id=a9e9b5b7-c0bd-4be1-9f73-ae07e6d656e5 => generated 958 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:54.831 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa54c187-952b-4dee-ab66-cc42b512f0ba afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] TaaS: Handle Delete Port: 4117846a-1421-496f-8559-8aefc90c8d7f 2026-04-06 19:55:54.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa54c187-952b-4dee-ab66-cc42b512f0ba afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Tap Mirror: Handle Delete Port: 4117846a-1421-496f-8559-8aefc90c8d7f [pid: 8|app: 0|req: 849/1640] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:55:54 2026] PUT /v2.0/routers/a9e9b5b7-c0bd-4be1-9f73-ae07e6d656e5/remove_router_interface => generated 309 bytes in 915 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1641] 10.0.0.136 () {32 vars in 801 bytes} [Mon Apr 6 19:55:55 2026] GET /v2.0/extensions => generated 21537 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-06 19:55:55.632 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5b2fd5d-b96a-4c46-beb4-be40f889aab5 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] TaaS: Handle Delete Port: 9c5c1b91-1fe2-46c5-8a2d-885367fa4ac7 2026-04-06 19:55:55.635 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b2fd5d-b96a-4c46-beb4-be40f889aab5 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Tap Mirror: Handle Delete Port: 9c5c1b91-1fe2-46c5-8a2d-885367fa4ac7 [pid: 8|app: 0|req: 851/1642] 10.0.0.136 () {30 vars in 724 bytes} [Mon Apr 6 19:55:55 2026] GET /v2.0/quotas/41d27a96aaa6487793fcf8469320b718/details => generated 847 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:56.266 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5b2fd5d-b96a-4c46-beb4-be40f889aab5 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] TaaS: Handle Delete Port: a460d854-e5fa-4c5a-bb77-21113d140c58 2026-04-06 19:55:56.268 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b2fd5d-b96a-4c46-beb4-be40f889aab5 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] Tap Mirror: Handle Delete Port: a460d854-e5fa-4c5a-bb77-21113d140c58 2026-04-06 19:55:56.565 7 INFO neutron.services.segments.plugin [-] Segment 1b52d169-c828-4bc9-9401-288bdaa78f24 resource provider aggregate not found 2026-04-06 19:55:56.567 7 INFO neutron.services.segments.plugin [-] Segment 1b52d169-c828-4bc9-9401-288bdaa78f24 resource provider aggregate not found 2026-04-06 19:55:56.589 7 INFO neutron.services.segments.plugin [-] Segment 1b52d169-c828-4bc9-9401-288bdaa78f24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b52d169-c828-4bc9-9401-288bdaa78f24 found for delete ", "request_id": "req-117674ec-b6d9-4bdc-a57c-79717fc99a0d"}]} 2026-04-06 19:55:56.589 7 INFO neutron.services.segments.plugin [-] Segment 1b52d169-c828-4bc9-9401-288bdaa78f24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b52d169-c828-4bc9-9401-288bdaa78f24 found for delete ", "request_id": "req-88e27463-7067-4673-b7be-6dc5a16568bc"}]} 2026-04-06 19:55:56.614 7 INFO neutron.db.l3_hamode_db [None req-a5b2fd5d-b96a-4c46-beb4-be40f889aab5 afb2c5d6d12a4bb8b3de99deb01197a6 0bb4501981174c5dada44d038f845c10 - - default default] HA network c7cbcf81-d939-48f7-94c6-fa9876571e91 was deleted as no HA routers are present in tenant 0bb4501981174c5dada44d038f845c10. [pid: 7|app: 0|req: 792/1645] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:55 2026] DELETE /v2.0/routers/a9e9b5b7-c0bd-4be1-9f73-ae07e6d656e5 => generated 0 bytes in 1221 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1646] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:56 2026] GET /v2.0/security-groups?tenant_id=9907da1badf04b6ea2da8f37a8252fde&name=default => generated 2925 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1647] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:55:56 2026] DELETE /v2.0/subnets/e218b506-6151-45f5-832b-d3a2a3a3b06c => 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: 855/1648] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:56 2026] DELETE /v2.0/security-groups/379ef561-f1ff-4c69-b7b5-5495ef42acfb => 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: 794/1649] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:56 2026] DELETE /v2.0/networks/b9f83344-6726-4605-8570-bec14be6d41a => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 856/1650] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:55:57 2026] GET /v2.0/security-groups?tenant_id=0bb4501981174c5dada44d038f845c10&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1651] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:55:57 2026] DELETE /v2.0/security-groups/c95e538b-4ba6-4a78-82ce-69915452fdbb => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:55:58.608 7 INFO neutron.services.segments.plugin [-] Segment 36ebdf22-c275-4e01-8d16-3fab13a80afd resource provider aggregate not found 2026-04-06 19:55:58.613 7 INFO neutron.services.segments.plugin [-] Segment 36ebdf22-c275-4e01-8d16-3fab13a80afd resource provider aggregate not found 2026-04-06 19:55:58.626 7 INFO neutron.services.segments.plugin [-] Segment 36ebdf22-c275-4e01-8d16-3fab13a80afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36ebdf22-c275-4e01-8d16-3fab13a80afd found for delete ", "request_id": "req-39616b6c-c4e0-4c08-967c-e7ac9f49c320"}]} 2026-04-06 19:55:58.629 7 INFO neutron.services.segments.plugin [-] Segment 36ebdf22-c275-4e01-8d16-3fab13a80afd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36ebdf22-c275-4e01-8d16-3fab13a80afd found for delete ", "request_id": "req-d1b3d982-6fa4-4e97-bebc-4ffd6ae069fc"}]} [pid: 8|app: 0|req: 857/1652] 10.0.0.136 () {32 vars in 801 bytes} [Mon Apr 6 19:55:58 2026] GET /v2.0/extensions => generated 21537 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1653] 10.0.0.136 () {30 vars in 724 bytes} [Mon Apr 6 19:55:59 2026] GET /v2.0/quotas/41d27a96aaa6487793fcf8469320b718/details => generated 847 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1654] 10.0.0.36 () {34 vars in 989 bytes} [Mon Apr 6 19:55:59 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1655] 10.0.0.36 () {34 vars in 1039 bytes} [Mon Apr 6 19:55:59 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:55:59.553 8 INFO neutron.db.segments_db [None req-6d89cf8d-a934-4436-aadd-500af1390dd6 199a18d5bdeb459a8b6417e1891a8114 9d16a6b6c2aa4ff6b229b4c3ffcb8265 - - default default] Added segment 335f282d-3a39-4ecb-b5b0-9bf36e53a55b of type vxlan for network 0e41736d-f1e3-4b1f-ab82-618a21db6619 2026-04-06 19:55:59.599 8 INFO neutron.db.segments_db [None req-6d89cf8d-a934-4436-aadd-500af1390dd6 199a18d5bdeb459a8b6417e1891a8114 9d16a6b6c2aa4ff6b229b4c3ffcb8265 - - default default] Added segment 73ffc4c3-3b40-4994-b3b3-15b495d8f6e9 of type vxlan for network 37984994-a59c-4fc5-83b4-6672e4524f6a [pid: 8|app: 0|req: 858/1656] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:55:59 2026] POST /v2.0/networks => generated 1208 bytes in 416 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1657] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:55:59 2026] GET /v2.0/networks => generated 1845 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:55:59.865 8 INFO neutron.services.segments.plugin [-] Segment 335f282d-3a39-4ecb-b5b0-9bf36e53a55b resource provider aggregate not found 2026-04-06 19:55:59.870 8 INFO neutron.services.segments.plugin [-] Segment 335f282d-3a39-4ecb-b5b0-9bf36e53a55b resource provider aggregate not found 2026-04-06 19:55:59.892 8 INFO neutron.services.segments.plugin [-] Segment 335f282d-3a39-4ecb-b5b0-9bf36e53a55b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 335f282d-3a39-4ecb-b5b0-9bf36e53a55b found for delete ", "request_id": "req-dfb8e76c-ecec-47eb-bb29-ec94716147ae"}]} 2026-04-06 19:55:59.895 8 INFO neutron.services.segments.plugin [-] Segment 335f282d-3a39-4ecb-b5b0-9bf36e53a55b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 335f282d-3a39-4ecb-b5b0-9bf36e53a55b found for delete ", "request_id": "req-c57ee6c7-e409-46b6-8efd-c620152ea738"}]} [pid: 8|app: 0|req: 859/1658] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:59 2026] DELETE /v2.0/networks/0e41736d-f1e3-4b1f-ab82-618a21db6619 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1659] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:55:59 2026] DELETE /v2.0/networks/37984994-a59c-4fc5-83b4-6672e4524f6a => 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: 860/1660] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:56:00 2026] GET /v2.0/networks => generated 651 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:00.145 7 INFO neutron.db.segments_db [None req-54334251-d978-464b-8563-62392e500cc2 199a18d5bdeb459a8b6417e1891a8114 9d16a6b6c2aa4ff6b229b4c3ffcb8265 - - default default] Added segment 511cde13-4049-40d9-9c03-f8c876393521 of type vxlan for network 89d76b3a-eba9-49a9-bcdb-2b8738d3058e [pid: 7|app: 0|req: 801/1661] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:00 2026] POST /v2.0/networks => generated 635 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:00.290 8 INFO neutron.db.segments_db [None req-cef4d091-9faf-4225-9d65-bed5d15373ab 199a18d5bdeb459a8b6417e1891a8114 9d16a6b6c2aa4ff6b229b4c3ffcb8265 - - default default] Added segment 0a9f50d7-8a93-4fb1-a00e-2915fe207265 of type vxlan for network 073f8167-ec1d-483f-bd1c-8f73f8b06b3c [pid: 8|app: 0|req: 861/1662] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:00 2026] POST /v2.0/networks => generated 634 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:00.665 7 INFO neutron.services.segments.plugin [-] Segment 73ffc4c3-3b40-4994-b3b3-15b495d8f6e9 resource provider aggregate not found 2026-04-06 19:56:00.668 7 INFO neutron.services.segments.plugin [-] Segment 73ffc4c3-3b40-4994-b3b3-15b495d8f6e9 resource provider aggregate not found 2026-04-06 19:56:00.678 7 INFO neutron.services.segments.plugin [-] Segment 73ffc4c3-3b40-4994-b3b3-15b495d8f6e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ffc4c3-3b40-4994-b3b3-15b495d8f6e9 found for delete ", "request_id": "req-94161ba2-f25f-4b64-82cf-057c8c04f196"}]} 2026-04-06 19:56:00.687 7 INFO neutron.services.segments.plugin [-] Segment 73ffc4c3-3b40-4994-b3b3-15b495d8f6e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73ffc4c3-3b40-4994-b3b3-15b495d8f6e9 found for delete ", "request_id": "req-a293cf60-8212-428a-b592-2445c68311bf"}]} [pid: 7|app: 0|req: 802/1663] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:56:00 2026] POST /v2.0/ports => generated 1506 bytes in 615 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1664] 10.0.0.45 () {32 vars in 642 bytes} [Mon Apr 6 19:56:01 2026] GET /v2.0/ports => generated 1506 bytes in 113 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-04-06 19:56:01.229 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0126a9f-bb4a-40cd-a8c5-8c3a22401aee 199a18d5bdeb459a8b6417e1891a8114 9d16a6b6c2aa4ff6b229b4c3ffcb8265 - - default default] TaaS: Handle Delete Port: 9bd7b057-5dd7-408a-9788-6688920dfaf4 2026-04-06 19:56:01.232 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0126a9f-bb4a-40cd-a8c5-8c3a22401aee 199a18d5bdeb459a8b6417e1891a8114 9d16a6b6c2aa4ff6b229b4c3ffcb8265 - - default default] Tap Mirror: Handle Delete Port: 9bd7b057-5dd7-408a-9788-6688920dfaf4 [pid: 7|app: 0|req: 803/1665] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:01 2026] DELETE /v2.0/ports/9bd7b057-5dd7-408a-9788-6688920dfaf4 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:01.448 8 INFO neutron_taas.services.taas.taas_plugin [None req-b2e97437-8421-435a-ac0a-46f80db054b8 199a18d5bdeb459a8b6417e1891a8114 9d16a6b6c2aa4ff6b229b4c3ffcb8265 - - default default] TaaS: Handle Delete Port: 3fc619c8-a702-4b07-acd3-22606eee7e55 2026-04-06 19:56:01.452 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2e97437-8421-435a-ac0a-46f80db054b8 199a18d5bdeb459a8b6417e1891a8114 9d16a6b6c2aa4ff6b229b4c3ffcb8265 - - default default] Tap Mirror: Handle Delete Port: 3fc619c8-a702-4b07-acd3-22606eee7e55 [pid: 8|app: 0|req: 863/1666] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:01 2026] DELETE /v2.0/ports/3fc619c8-a702-4b07-acd3-22606eee7e55 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1667] 10.0.0.45 () {32 vars in 642 bytes} [Mon Apr 6 19:56:01 2026] GET /v2.0/ports => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:01.644 8 INFO neutron.db.segments_db [None req-e6cb9fa8-67d6-420a-ad21-7a3a80174b17 199a18d5bdeb459a8b6417e1891a8114 9d16a6b6c2aa4ff6b229b4c3ffcb8265 - - default default] Added segment adf50e14-8200-40cf-bfb4-146a5bcf9431 of type vxlan for network 32dcf330-3613-462d-ad78-244c9a4f5c58 [pid: 8|app: 0|req: 864/1668] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:01 2026] POST /v2.0/networks => generated 635 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:01.788 7 INFO neutron.db.segments_db [None req-94ac0c25-86ba-474a-a9a1-9528badd433c 199a18d5bdeb459a8b6417e1891a8114 9d16a6b6c2aa4ff6b229b4c3ffcb8265 - - default default] Added segment fabdd6c4-3d52-41fd-a082-5d34f5a62245 of type vxlan for network 3cb741fb-17b0-4e5b-a7c4-676b882cdd86 [pid: 7|app: 0|req: 805/1669] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:01 2026] POST /v2.0/networks => generated 635 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1670] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:02 2026] GET /v2.0/security-groups?tenant_id=41d27a96aaa6487793fcf8469320b718&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1671] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:02 2026] DELETE /v2.0/security-groups/4cee9ffd-ad2e-4290-bf8e-176364421f2d => 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: 806/1672] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:02 2026] POST /v2.0/subnets => generated 1323 bytes in 431 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1673] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:56:02 2026] GET /v2.0/subnets => generated 1959 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1674] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:02 2026] DELETE /v2.0/subnets/7a2101ff-583d-44db-b49b-8d3aafe42efb => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1675] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:02 2026] DELETE /v2.0/subnets/7679e027-b684-43b5-9d81-d597e1aac1a3 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1676] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 19:56:03 2026] GET /v2.0/subnets => generated 649 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:03.231 8 INFO neutron.services.segments.plugin [-] Segment fabdd6c4-3d52-41fd-a082-5d34f5a62245 resource provider aggregate not found 2026-04-06 19:56:03.236 8 INFO neutron.services.segments.plugin [-] Segment fabdd6c4-3d52-41fd-a082-5d34f5a62245 resource provider aggregate not found [pid: 8|app: 0|req: 869/1677] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:03 2026] DELETE /v2.0/networks/3cb741fb-17b0-4e5b-a7c4-676b882cdd86 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:03.265 8 INFO neutron.services.segments.plugin [-] Segment fabdd6c4-3d52-41fd-a082-5d34f5a62245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fabdd6c4-3d52-41fd-a082-5d34f5a62245 found for delete ", "request_id": "req-032538d8-e7fe-4afe-a2aa-52baa2115730"}]} 2026-04-06 19:56:03.267 8 INFO neutron.services.segments.plugin [-] Segment fabdd6c4-3d52-41fd-a082-5d34f5a62245 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fabdd6c4-3d52-41fd-a082-5d34f5a62245 found for delete ", "request_id": "req-ec7ed168-52ed-4266-8076-767a079ba30b"}]} 2026-04-06 19:56:03.391 7 INFO neutron.services.segments.plugin [-] Segment adf50e14-8200-40cf-bfb4-146a5bcf9431 resource provider aggregate not found 2026-04-06 19:56:03.394 7 INFO neutron.services.segments.plugin [-] Segment adf50e14-8200-40cf-bfb4-146a5bcf9431 resource provider aggregate not found 2026-04-06 19:56:03.411 7 INFO neutron.services.segments.plugin [-] Segment adf50e14-8200-40cf-bfb4-146a5bcf9431 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf50e14-8200-40cf-bfb4-146a5bcf9431 found for delete ", "request_id": "req-1af56344-d406-4028-875c-41173cab63ca"}]} 2026-04-06 19:56:03.413 7 INFO neutron.services.segments.plugin [-] Segment adf50e14-8200-40cf-bfb4-146a5bcf9431 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid adf50e14-8200-40cf-bfb4-146a5bcf9431 found for delete ", "request_id": "req-a8593359-5153-4b67-8a43-eb16d64e5437"}]} [pid: 7|app: 0|req: 809/1678] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:03 2026] DELETE /v2.0/networks/32dcf330-3613-462d-ad78-244c9a4f5c58 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1679] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:03 2026] DELETE /v2.0/networks/073f8167-ec1d-483f-bd1c-8f73f8b06b3c => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1680] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:03 2026] DELETE /v2.0/networks/89d76b3a-eba9-49a9-bcdb-2b8738d3058e => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1681] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:04 2026] GET /v2.0/security-groups?tenant_id=9d16a6b6c2aa4ff6b229b4c3ffcb8265&name=default => generated 2925 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1682] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:04 2026] DELETE /v2.0/security-groups/c6d54d1a-ef62-4c43-a51d-b1eaeb38a041 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:05.295 8 INFO neutron.services.segments.plugin [-] Segment 0a9f50d7-8a93-4fb1-a00e-2915fe207265 resource provider aggregate not found 2026-04-06 19:56:05.299 8 INFO neutron.services.segments.plugin [-] Segment 0a9f50d7-8a93-4fb1-a00e-2915fe207265 resource provider aggregate not found 2026-04-06 19:56:05.320 8 INFO neutron.services.segments.plugin [-] Segment 0a9f50d7-8a93-4fb1-a00e-2915fe207265 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a9f50d7-8a93-4fb1-a00e-2915fe207265 found for delete ", "request_id": "req-3308c964-6852-494d-8682-9ef5006c905e"}]} 2026-04-06 19:56:05.323 8 INFO neutron.services.segments.plugin [-] Segment 0a9f50d7-8a93-4fb1-a00e-2915fe207265 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a9f50d7-8a93-4fb1-a00e-2915fe207265 found for delete ", "request_id": "req-1a73a4d8-c6b4-4b27-a4fe-54f8b9990e6b"}]} 2026-04-06 19:56:05.429 7 INFO neutron.services.segments.plugin [-] Segment 511cde13-4049-40d9-9c03-f8c876393521 resource provider aggregate not found 2026-04-06 19:56:05.433 7 INFO neutron.services.segments.plugin [-] Segment 511cde13-4049-40d9-9c03-f8c876393521 resource provider aggregate not found 2026-04-06 19:56:05.447 7 INFO neutron.services.segments.plugin [-] Segment 511cde13-4049-40d9-9c03-f8c876393521 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 511cde13-4049-40d9-9c03-f8c876393521 found for delete ", "request_id": "req-0e66b7c7-1207-448d-97ba-a01c4b57bfbb"}]} 2026-04-06 19:56:05.458 7 INFO neutron.services.segments.plugin [-] Segment 511cde13-4049-40d9-9c03-f8c876393521 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 511cde13-4049-40d9-9c03-f8c876393521 found for delete ", "request_id": "req-2f998db4-2729-478a-b893-e27001de8ef8"}]} 2026-04-06 19:56:06.539 8 INFO neutron.db.segments_db [None req-843ae587-756f-4863-a7b2-90c07d994dc3 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] Added segment cf128c82-dc55-4ae8-9d04-0059b7687c0c of type vxlan for network 414d251e-395b-4582-98f1-9c3db4a50700 [pid: 8|app: 0|req: 872/1683] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:06 2026] POST /v2.0/networks => generated 626 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1684] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:56:06 2026] POST /v2.0/ports => generated 774 bytes in 299 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 873/1685] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:06 2026] GET /v2.0/security-groups?tenant_id=c3928750d68a43f58517862820f69838&name=default => generated 2925 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:07.061 7 INFO neutron.db.segments_db [None req-1f796698-ca1a-4aa0-92f0-f15b482a3ed6 df5462a39546423582e4af3fa843288b fa50577a73b94aaabcc1b6bb095525df - - default default] Added segment a61c7ae0-31ff-4a71-b302-26e88077cabc of type vxlan for network 3b790574-ef43-4be3-9c90-84bb7e3eb4c3 2026-04-06 19:56:07.075 8 INFO neutron.db.segments_db [None req-0eca6484-8df4-4439-afb9-d21d58d6d7bc ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] Added segment 818aec23-0a06-4432-9001-0920abf9f865 of type vxlan for network 54c06eda-78ed-4cb7-be7d-ce84422a964b [pid: 7|app: 0|req: 813/1686] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:06 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: 8|app: 0|req: 874/1687] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:07 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1688] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:07 2026] DELETE /v2.0/security-groups/a052c169-817e-4b28-ba5d-5c16842fd8bb => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:07.209 8 INFO neutron.db.segments_db [None req-85fbffea-e7fc-4aaa-9d0b-8255a8afeb00 df5462a39546423582e4af3fa843288b fa50577a73b94aaabcc1b6bb095525df - - default default] Added segment f5720825-d490-4a91-8518-1db22b441b78 of type vxlan for network 0bd9da66-f138-4f84-9e1f-0daf915cd3d9 [pid: 8|app: 0|req: 875/1689] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:07 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) 2026-04-06 19:56:07.345 8 INFO neutron.db.segments_db [None req-e3bd8e81-0dfe-400e-8c80-cb0f1b6bdfb0 df5462a39546423582e4af3fa843288b fa50577a73b94aaabcc1b6bb095525df - - default default] Added segment f8de1152-1ef7-487b-8234-342499ed15bf of type vxlan for network 2a7c5785-2d72-4dab-a61c-5f070c75ead6 [pid: 7|app: 0|req: 815/1690] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:07 2026] POST /v2.0/subnets => generated 626 bytes in 218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1691] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:07 2026] POST /v2.0/networks => generated 613 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:07.513 8 INFO neutron.db.segments_db [None req-6dcf4c9f-aa0f-48a0-b1ef-bc4e74ef7d81 df5462a39546423582e4af3fa843288b fa50577a73b94aaabcc1b6bb095525df - - default default] Added segment 18e9eba3-40e8-4354-aea9-6d1f644ee928 of type vxlan for network 7562661b-1c1f-4b7f-8098-6097adce27ad [pid: 8|app: 0|req: 877/1692] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:07 2026] POST /v2.0/networks => generated 613 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:07.667 8 INFO neutron.db.segments_db [None req-4a746ad5-7080-43d7-b4ed-14a857604f0c df5462a39546423582e4af3fa843288b fa50577a73b94aaabcc1b6bb095525df - - default default] Added segment 41aa7f76-bad3-45ba-a9b3-91bcc495f009 of type vxlan for network e305a014-059d-411e-95d6-926d7f2acc88 [pid: 8|app: 0|req: 878/1693] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:07 2026] POST /v2.0/networks => generated 612 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1694] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:56:07 2026] POST /v2.0/ports => generated 950 bytes in 336 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: 879/1695] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:56:07 2026] PUT /v2.0/networks/3b790574-ef43-4be3-9c90-84bb7e3eb4c3/tags => generated 17 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1696] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:56:07 2026] PUT /v2.0/networks/0bd9da66-f138-4f84-9e1f-0daf915cd3d9/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:07.831 7 INFO neutron_taas.services.taas.taas_plugin [None req-1a239906-e35c-4525-bde0-30ff97f296e5 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] TaaS: Handle Delete Port: b8289af0-b4c1-4b07-93ae-266c4a9450ec 2026-04-06 19:56:07.834 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1a239906-e35c-4525-bde0-30ff97f296e5 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] Tap Mirror: Handle Delete Port: b8289af0-b4c1-4b07-93ae-266c4a9450ec [pid: 8|app: 0|req: 881/1697] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:56:07 2026] PUT /v2.0/networks/2a7c5785-2d72-4dab-a61c-5f070c75ead6/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1698] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:56:07 2026] PUT /v2.0/networks/7562661b-1c1f-4b7f-8098-6097adce27ad/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1699] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:07 2026] DELETE /v2.0/ports/b8289af0-b4c1-4b07-93ae-266c4a9450ec => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:07.956 7 INFO neutron.pecan_wsgi.hooks.translation [None req-190e4516-9219-4f63-adfa-ae75dd3ab982 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 818/1700] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:07 2026] DELETE /v2.0/ports/b8289af0-b4c1-4b07-93ae-266c4a9450ec => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:56:07.973 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c51eab31-c6c5-4f99-9216-438ed73962ce ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 819/1701] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:56:07 2026] GET /v2.0/ports/b8289af0-b4c1-4b07-93ae-266c4a9450ec => generated 132 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1702] 10.0.0.45 () {32 vars in 665 bytes} [Mon Apr 6 19:56:07 2026] GET /v2.0/networks?tags=red => generated 1857 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 884/1703] 10.0.0.45 () {32 vars in 679 bytes} [Mon Apr 6 19:56:07 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1250 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1704] 10.0.0.45 () {32 vars in 675 bytes} [Mon Apr 6 19:56:08 2026] GET /v2.0/networks?tags-any=blue => generated 1250 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1705] 10.0.0.45 () {32 vars in 687 bytes} [Mon Apr 6 19:56:08 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1706] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:07 2026] DELETE /v2.0/subnets/2fd125a2-8529-41f6-ab0f-a6591e064d5d => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1707] 10.0.0.45 () {32 vars in 673 bytes} [Mon Apr 6 19:56:08 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:08.248 7 INFO neutron_taas.services.taas.taas_plugin [None req-44d9c85d-7d44-442e-a70c-5c0f0821c9c3 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] TaaS: Handle Delete Port: 8c73ed0e-41e7-4b75-9590-2dce66cbf95c 2026-04-06 19:56:08.250 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44d9c85d-7d44-442e-a70c-5c0f0821c9c3 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] Tap Mirror: Handle Delete Port: 8c73ed0e-41e7-4b75-9590-2dce66cbf95c [pid: 8|app: 0|req: 888/1708] 10.0.0.45 () {32 vars in 687 bytes} [Mon Apr 6 19:56:08 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 889/1709] 10.0.0.45 () {32 vars in 683 bytes} [Mon Apr 6 19:56:08 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:08.386 7 INFO neutron.services.segments.plugin [-] Segment 818aec23-0a06-4432-9001-0920abf9f865 resource provider aggregate not found 2026-04-06 19:56:08.388 7 INFO neutron.services.segments.plugin [-] Segment 818aec23-0a06-4432-9001-0920abf9f865 resource provider aggregate not found [pid: 7|app: 0|req: 821/1710] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:08 2026] DELETE /v2.0/networks/54c06eda-78ed-4cb7-be7d-ce84422a964b => generated 0 bytes in 223 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:08.408 7 INFO neutron.services.segments.plugin [-] Segment 818aec23-0a06-4432-9001-0920abf9f865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 818aec23-0a06-4432-9001-0920abf9f865 found for delete ", "request_id": "req-af1e94f1-062e-4e00-a468-10e76369c34a"}]} 2026-04-06 19:56:08.410 7 INFO neutron.services.segments.plugin [-] Segment 818aec23-0a06-4432-9001-0920abf9f865 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 818aec23-0a06-4432-9001-0920abf9f865 found for delete ", "request_id": "req-cebc6b90-234d-4a32-8122-47988fbec3d7"}]} [pid: 8|app: 0|req: 890/1711] 10.0.0.45 () {32 vars in 695 bytes} [Mon Apr 6 19:56:08 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:08.462 7 INFO neutron.db.segments_db [None req-856294bd-7706-41be-aabb-342a8880248c ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] Added segment ae64a091-7cf8-4545-9151-abebf410bf45 of type vxlan for network 9b4b8c42-b1e3-4840-bed7-0de50be27cb4 [pid: 7|app: 0|req: 822/1712] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:08 2026] POST /v2.0/networks => generated 612 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:08.580 8 INFO neutron.services.segments.plugin [-] Segment a61c7ae0-31ff-4a71-b302-26e88077cabc resource provider aggregate not found 2026-04-06 19:56:08.584 8 INFO neutron.services.segments.plugin [-] Segment a61c7ae0-31ff-4a71-b302-26e88077cabc resource provider aggregate not found 2026-04-06 19:56:08.601 8 INFO neutron.services.segments.plugin [-] Segment a61c7ae0-31ff-4a71-b302-26e88077cabc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a61c7ae0-31ff-4a71-b302-26e88077cabc found for delete ", "request_id": "req-a460dbce-dc21-4ab8-a70a-40422b7c06ad"}]} 2026-04-06 19:56:08.601 8 INFO neutron.services.segments.plugin [-] Segment a61c7ae0-31ff-4a71-b302-26e88077cabc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a61c7ae0-31ff-4a71-b302-26e88077cabc found for delete ", "request_id": "req-3f6455c7-d950-4a85-ae9b-6298c099f6ab"}]} [pid: 8|app: 0|req: 891/1713] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:08 2026] DELETE /v2.0/networks/3b790574-ef43-4be3-9c90-84bb7e3eb4c3 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 892/1714] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:08 2026] DELETE /v2.0/networks/0bd9da66-f138-4f84-9e1f-0daf915cd3d9 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1715] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:08 2026] POST /v2.0/subnets => generated 626 bytes in 258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1716] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:08 2026] DELETE /v2.0/networks/2a7c5785-2d72-4dab-a61c-5f070c75ead6 => 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: 824/1717] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:56:08 2026] POST /v2.0/ports => generated 912 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:09.150 8 INFO neutron.db.segments_db [None req-a7a68e78-287f-402f-a24b-17068e58d4f2 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 983f6a59-a85b-4e27-9801-30f708407976 of type vxlan for network fdf5e87a-cf98-4448-a295-59c01760812f [pid: 7|app: 0|req: 825/1718] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:09 2026] DELETE /v2.0/networks/7562661b-1c1f-4b7f-8098-6097adce27ad => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 894/1719] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:56:08 2026] POST /v2.0/networks => generated 721 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:09.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f97fafd-1be2-4f13-b0ad-7c62ef5e03f4 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] TaaS: Handle Delete Port: d1f11c15-ff07-4880-93f8-f5bbdfb08687 2026-04-06 19:56:09.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f97fafd-1be2-4f13-b0ad-7c62ef5e03f4 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] Tap Mirror: Handle Delete Port: d1f11c15-ff07-4880-93f8-f5bbdfb08687 [pid: 8|app: 0|req: 895/1720] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:09 2026] DELETE /v2.0/networks/e305a014-059d-411e-95d6-926d7f2acc88 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1721] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:09 2026] DELETE /v2.0/ports/d1f11c15-ff07-4880-93f8-f5bbdfb08687 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:09.491 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e41125bf-a585-4345-b296-97f3b5550264 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 827/1722] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:56:09 2026] GET /v2.0/ports/d1f11c15-ff07-4880-93f8-f5bbdfb08687 => 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: 896/1723] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:09 2026] POST /v2.0/subnets => generated 687 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1724] 10.0.0.45 () {32 vars in 825 bytes} [Mon Apr 6 19:56:09 2026] GET /v2.0/ports?project_id=f8d394eceee048acb0a1809ea30e5ca6&network_id=18ad5eb6-bc7d-48c3-bc17-18611d8249da => generated 3695 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:09.592 7 INFO neutron.db.segments_db [None req-c31533c0-953f-496f-97e0-ac5cc36c3414 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment d60e6653-be84-4de3-be9d-6f49b6baeb6f of type vxlan for network df2fcef1-01c8-4aae-80f0-33070b6c6a68 [pid: 8|app: 0|req: 897/1725] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:09 2026] DELETE /v2.0/subnets/25d7b0dd-aa78-4bde-8cc7-32a6b1a7d9da => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1726] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:09 2026] DELETE /v2.0/networks/9b4b8c42-b1e3-4840-bed7-0de50be27cb4 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:09.862 7 INFO neutron.db.l3_hamode_db [None req-c31533c0-953f-496f-97e0-ac5cc36c3414 971d5f0bcc3c40d3873e9b9b3c98f096 fb77fedd55b04ad0af99096e2bca71e8 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 899/1727] 10.0.0.45 () {34 vars in 664 bytes} [Mon Apr 6 19:56:09 2026] POST /v2.0/ports => generated 775 bytes in 221 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: 900/1728] 10.0.0.45 () {32 vars in 741 bytes} [Mon Apr 6 19:56:10 2026] GET /v2.0/subnets?network_id=5aa3c647-4b4d-4745-97da-122f50164053 => generated 667 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1729] 10.0.0.45 () {34 vars in 736 bytes} [Mon Apr 6 19:56:10 2026] PUT /v2.0/ports/88b87d4a-fda8-4983-bd34-3252f3a95071 => generated 752 bytes in 198 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-04-06 19:56:10.433 7 INFO neutron.services.segments.plugin [-] Segment 18e9eba3-40e8-4354-aea9-6d1f644ee928 resource provider aggregate not found 2026-04-06 19:56:10.437 7 INFO neutron.services.segments.plugin [-] Segment 18e9eba3-40e8-4354-aea9-6d1f644ee928 resource provider aggregate not found 2026-04-06 19:56:10.456 7 INFO neutron.services.segments.plugin [-] Segment 18e9eba3-40e8-4354-aea9-6d1f644ee928 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18e9eba3-40e8-4354-aea9-6d1f644ee928 found for delete ", "request_id": "req-40ecad7b-e029-4f1d-b236-8d8f7996c999"}]} 2026-04-06 19:56:10.466 7 INFO neutron.services.segments.plugin [-] Segment 18e9eba3-40e8-4354-aea9-6d1f644ee928 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18e9eba3-40e8-4354-aea9-6d1f644ee928 found for delete ", "request_id": "req-6d5aaa99-cdec-4461-8cb3-1ba8c4b9febc"}]} [pid: 8|app: 0|req: 902/1730] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:10 2026] GET /v2.0/security-groups?tenant_id=c5813584aceb4ac786b445c793807c2d&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:10.608 8 INFO neutron.db.l3_db [None req-5c82c23b-d564-4ad1-9267-4ab08d7b7e23 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Floating IP deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 disassociated. External IP: 10.96.250.215, port: d19c4694-3901-48b8-a0c7-aa1c60d2ccaa. 2026-04-06 19:56:10.622 8 INFO neutron.services.segments.plugin [-] Segment f5720825-d490-4a91-8518-1db22b441b78 resource provider aggregate not found 2026-04-06 19:56:10.627 8 INFO neutron.services.segments.plugin [-] Segment f5720825-d490-4a91-8518-1db22b441b78 resource provider aggregate not found 2026-04-06 19:56:10.628 7 INFO neutron.db.l3_hamode_db [None req-c31533c0-953f-496f-97e0-ac5cc36c3414 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:56:10.646 8 INFO neutron.services.segments.plugin [-] Segment f5720825-d490-4a91-8518-1db22b441b78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5720825-d490-4a91-8518-1db22b441b78 found for delete ", "request_id": "req-e41a70d4-8518-4225-80d5-6d4191ac10f3"}]} 2026-04-06 19:56:10.649 8 INFO neutron.services.segments.plugin [-] Segment f5720825-d490-4a91-8518-1db22b441b78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5720825-d490-4a91-8518-1db22b441b78 found for delete ", "request_id": "req-c8aec100-e30c-44c6-b0ff-f74ccb24ca5b"}]} 2026-04-06 19:56:10.666 8 INFO neutron.services.segments.plugin [-] Segment f8de1152-1ef7-487b-8234-342499ed15bf resource provider aggregate not found 2026-04-06 19:56:10.672 8 INFO neutron.services.segments.plugin [-] Segment f8de1152-1ef7-487b-8234-342499ed15bf resource provider aggregate not found 2026-04-06 19:56:10.679 8 INFO neutron.services.segments.plugin [-] Segment f8de1152-1ef7-487b-8234-342499ed15bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8de1152-1ef7-487b-8234-342499ed15bf found for delete ", "request_id": "req-52bd332a-9cb3-4b06-a98c-079b92a8a17f"}]} 2026-04-06 19:56:10.690 8 INFO neutron.services.segments.plugin [-] Segment 41aa7f76-bad3-45ba-a9b3-91bcc495f009 resource provider aggregate not found 2026-04-06 19:56:10.696 8 INFO neutron.services.segments.plugin [-] Segment f8de1152-1ef7-487b-8234-342499ed15bf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8de1152-1ef7-487b-8234-342499ed15bf found for delete ", "request_id": "req-cd06a963-b8fd-4d0c-807e-00670ef63b61"}]} 2026-04-06 19:56:10.702 8 INFO neutron.services.segments.plugin [-] Segment 41aa7f76-bad3-45ba-a9b3-91bcc495f009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41aa7f76-bad3-45ba-a9b3-91bcc495f009 found for delete ", "request_id": "req-d025b91f-dc50-4e39-84c8-7ac39423c522"}]} 2026-04-06 19:56:10.728 8 INFO neutron.services.segments.plugin [-] Segment 41aa7f76-bad3-45ba-a9b3-91bcc495f009 resource provider aggregate not found 2026-04-06 19:56:10.734 8 INFO neutron.services.segments.plugin [-] Segment ae64a091-7cf8-4545-9151-abebf410bf45 resource provider aggregate not found 2026-04-06 19:56:10.745 8 INFO neutron.services.segments.plugin [-] Segment 41aa7f76-bad3-45ba-a9b3-91bcc495f009 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41aa7f76-bad3-45ba-a9b3-91bcc495f009 found for delete ", "request_id": "req-e53bc516-2e77-4469-8631-41074a4b6445"}]} 2026-04-06 19:56:10.762 8 INFO neutron.services.segments.plugin [-] Segment ae64a091-7cf8-4545-9151-abebf410bf45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae64a091-7cf8-4545-9151-abebf410bf45 found for delete ", "request_id": "req-a62802f7-4479-42e8-8efa-2c355dcb44c9"}]} 2026-04-06 19:56:10.769 8 INFO neutron.services.segments.plugin [-] Segment ae64a091-7cf8-4545-9151-abebf410bf45 resource provider aggregate not found 2026-04-06 19:56:10.788 8 INFO neutron.services.segments.plugin [-] Segment ae64a091-7cf8-4545-9151-abebf410bf45 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae64a091-7cf8-4545-9151-abebf410bf45 found for delete ", "request_id": "req-bc848df7-bd12-4b45-9cae-fbce60280a2a"}]} [pid: 8|app: 0|req: 903/1731] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:56:10 2026] PUT /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 554 bytes in 468 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:11.012 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-109092ef-c6f6-4095-8b07-d257f365d6fc'] response: {'name': 'network-changed', 'server_uuid': 'adcda082-0af5-458f-8463-a4d8f864f4a1', 'tag': 'd19c4694-3901-48b8-a0c7-aa1c60d2ccaa', 'status': 'completed', 'code': 200} 2026-04-06 19:56:11.060 8 INFO neutron_taas.services.taas.taas_plugin [None req-81956a70-99f0-4daf-a8ca-7adb4a1908b2 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] TaaS: Handle Delete Port: 88b87d4a-fda8-4983-bd34-3252f3a95071 2026-04-06 19:56:11.062 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-81956a70-99f0-4daf-a8ca-7adb4a1908b2 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] Tap Mirror: Handle Delete Port: 88b87d4a-fda8-4983-bd34-3252f3a95071 [pid: 8|app: 0|req: 904/1732] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:10 2026] DELETE /v2.0/ports/88b87d4a-fda8-4983-bd34-3252f3a95071 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1733] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:11 2026] DELETE /v2.0/security-groups/2e0ac78c-1d45-461d-af39-966fb82a2402 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1734] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 909/1737] 10.0.0.45 () {32 vars in 642 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/ports => generated 777 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:11.375 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2d164b4d-a299-4d8d-96c9-f394c4f78e8d ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 910/1738] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/ports/88b87d4a-fda8-4983-bd34-3252f3a95071 => 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: 911/1739] 10.0.0.45 () {32 vars in 642 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/ports => generated 777 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1740] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/security-groups?tenant_id=ca7ce603337b40a6b9d67d03910f4150&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1741] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:09 2026] POST /v2.0/routers => generated 727 bytes in 2034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1742] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/ports/3d1227ff-26eb-4c9c-8a7a-4f1d7df7905f => generated 774 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1743] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/ports?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1744] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:11 2026] DELETE /v2.0/security-groups/e6616ad7-2799-4f36-93b3-db21f74c51f2 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1745] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/networks?id=18ad5eb6-bc7d-48c3-bc17-18611d8249da => generated 754 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:11.866 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c65e520e-e631-4b41-9216-6a1cb084ea33 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 916/1746] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:11 2026] DELETE /v2.0/ports/d1f11c15-ff07-4880-93f8-f5bbdfb08687 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1747] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=d19c4694-3901-48b8-a0c7-aa1c60d2ccaa => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:11.904 8 INFO neutron.pecan_wsgi.hooks.translation [None req-57b3eefc-b53a-45f7-a5b1-685175e91218 ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 918/1748] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:11 2026] DELETE /v2.0/subnets/25d7b0dd-aa78-4bde-8cc7-32a6b1a7d9da => 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: 919/1749] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/subnets?id=74422224-a9fe-4dd7-ab56-7c5b2a372697 => generated 677 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:11.951 8 INFO neutron.pecan_wsgi.hooks.translation [None req-73ec6d2d-f294-4d7a-95d1-6ffd0223991c ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 920/1750] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:11 2026] DELETE /v2.0/subnets/2fd125a2-8529-41f6-ab0f-a6591e064d5d => 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: 921/1751] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:56:11 2026] GET /v2.0/ports?network_id=18ad5eb6-bc7d-48c3-bc17-18611d8249da&device_owner=network%3Adhcp => generated 1244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:12.066 8 INFO neutron_taas.services.taas.taas_plugin [None req-d8830f7f-04d6-4492-a776-9d05585caf9e ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] TaaS: Handle Delete Port: 3d1227ff-26eb-4c9c-8a7a-4f1d7df7905f 2026-04-06 19:56:12.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8830f7f-04d6-4492-a776-9d05585caf9e ccc9f02fc2a541b6ba9bbc13a45bcac0 55486ee75e0641c5ad03fe4f305fcff3 - - default default] Tap Mirror: Handle Delete Port: 3d1227ff-26eb-4c9c-8a7a-4f1d7df7905f [pid: 8|app: 0|req: 922/1752] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:11 2026] DELETE /v2.0/ports/3d1227ff-26eb-4c9c-8a7a-4f1d7df7905f => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1753] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:56:12 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?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: 924/1754] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:12 2026] GET /v2.0/security-groups?tenant_id=fa50577a73b94aaabcc1b6bb095525df&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1755] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:12 2026] DELETE /v2.0/networks/414d251e-395b-4582-98f1-9c3db4a50700 => 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: 926/1756] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:56:12 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?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: 927/1757] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:12 2026] DELETE /v2.0/security-groups/77af89a2-a976-4b8b-a3c5-5792e01d3c35 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1758] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:12 2026] GET /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:12.793 8 INFO neutron.services.segments.plugin [-] Segment cf128c82-dc55-4ae8-9d04-0059b7687c0c resource provider aggregate not found 2026-04-06 19:56:12.808 8 INFO neutron.services.segments.plugin [-] Segment cf128c82-dc55-4ae8-9d04-0059b7687c0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf128c82-dc55-4ae8-9d04-0059b7687c0c found for delete ", "request_id": "req-99a091c1-5f06-4bb6-bc59-77d996ce0596"}]} 2026-04-06 19:56:12.816 8 INFO neutron.services.segments.plugin [-] Segment cf128c82-dc55-4ae8-9d04-0059b7687c0c resource provider aggregate not found 2026-04-06 19:56:12.836 8 INFO neutron.services.segments.plugin [-] Segment cf128c82-dc55-4ae8-9d04-0059b7687c0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cf128c82-dc55-4ae8-9d04-0059b7687c0c found for delete ", "request_id": "req-32db85ad-9327-4e93-9b6a-27ff5af967c3"}]} [pid: 7|app: 0|req: 831/1759] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:56:11 2026] PUT /v2.0/routers/0ef35962-0f63-480a-a5a4-22bf8062089c/add_router_interface => generated 309 bytes in 1247 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1760] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:12 2026] GET /v2.0/security-groups?tenant_id=55486ee75e0641c5ad03fe4f305fcff3&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: 832/1761] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:13 2026] DELETE /v2.0/security-groups/774d2636-4c1c-479c-9077-d18f818a11c3 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1762] 10.0.0.45 () {34 vars in 684 bytes} [Mon Apr 6 19:56:13 2026] POST /v2.0/security-groups => generated 1675 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1763] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:13 2026] POST /v2.0/security-group-rules => generated 597 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 931/1764] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:13 2026] POST /v2.0/security-group-rules => generated 596 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1765] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:13 2026] POST /v2.0/security-group-rules => generated 602 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1766] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:14.282 8 INFO neutron.db.segments_db [None req-b2f6c8f6-8e73-4be1-8a37-6d5d39d74ec3 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment 29874d3b-9bc7-4941-aa0b-ecfaece925d0 of type vxlan for network 909b9aed-2696-46c3-822b-8eb143224c7c 2026-04-06 19:56:14.313 7 INFO neutron.db.securitygroups_db [None req-8d8181f8-5a68-442c-b449-50fbe1f451df f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Project f8d394eceee048acb0a1809ea30e5ca6 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: 932/1767] 10.0.0.45 () {34 vars in 670 bytes} [Mon Apr 6 19:56:14 2026] POST /v2.0/networks => generated 721 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1768] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:14 2026] POST /v2.0/security-group-rules => generated 607 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:14.441 7 INFO neutron.db.securitygroups_db [None req-00050bbe-8e75-4e22-b7ae-41564dfc21b6 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Project f8d394eceee048acb0a1809ea30e5ca6 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: 837/1769] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:14 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: 933/1770] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:14 2026] POST /v2.0/subnets => generated 687 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:14.639 7 INFO neutron.db.segments_db [None req-75bd2279-bf58-4cb5-8e89-e04c97ddd2be 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Added segment ed55d51b-c0e9-45ee-b022-50af4470adac of type vxlan for network dc677bc1-5fae-428a-a232-681cfe22f64f 2026-04-06 19:56:14.834 7 INFO neutron.db.l3_hamode_db [None req-75bd2279-bf58-4cb5-8e89-e04c97ddd2be 971d5f0bcc3c40d3873e9b9b3c98f096 1f844a1339144806848a5a5423a393cb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 934/1771] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 19:56:14 2026] GET /v2.0/networks => generated 1297 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1772] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 19:56:15 2026] POST /v2.0/security-groups => generated 1624 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1773] 10.0.0.76 () {34 vars in 1099 bytes} [Mon Apr 6 19:56:15 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1703371768&fields=id&tenant_id=f8d394eceee048acb0a1809ea30e5ca6 => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1774] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 19:56:15 2026] GET /v2.0/security-groups => generated 4529 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1775] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:56:15 2026] GET /v2.0/networks?id=18ad5eb6-bc7d-48c3-bc17-18611d8249da => generated 660 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1776] 10.0.0.45 () {34 vars in 757 bytes} [Mon Apr 6 19:56:15 2026] PUT /v2.0/security-groups/6fdfb719-76fe-4e99-82da-e0ec2c4ae261 => generated 1663 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1777] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:56:15 2026] GET /v2.0/quotas/f8d394eceee048acb0a1809ea30e5ca6 => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1778] 10.0.0.45 () {32 vars in 736 bytes} [Mon Apr 6 19:56:15 2026] GET /v2.0/security-groups/6fdfb719-76fe-4e99-82da-e0ec2c4ae261 => generated 1663 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:15.608 7 INFO neutron.db.l3_hamode_db [None req-75bd2279-bf58-4cb5-8e89-e04c97ddd2be 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 942/1779] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:56:15 2026] GET /v2.0/ports?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&fields=id => generated 149 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1780] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:15 2026] DELETE /v2.0/security-groups/6fdfb719-76fe-4e99-82da-e0ec2c4ae261 => 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: 944/1781] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:56:15 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?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: 945/1782] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 19:56:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1783] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:56:15 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:15.861 8 INFO neutron.api.v2.resource [None req-6b396b9f-c27c-4a48-bb9e-50582e3c7408 7aa7e30157ba45028524ae6cda17f98b a5108f66589d48ea902b017e7a0375fc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 947/1784] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:15 2026] DELETE /v2.0/security-groups/6fdfb719-76fe-4e99-82da-e0ec2c4ae261 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1785] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 19:56:15 2026] POST /v2.0/security-groups => generated 1625 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1786] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:16 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => 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: 950/1787] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:16 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: 951/1788] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 19:56:16 2026] GET /v2.0/security-group-rules/67ec2c49-2de5-4de6-80ff-24dc4a0a9157 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1789] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:56:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1790] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 19:56:16 2026] DELETE /v2.0/security-group-rules/67ec2c49-2de5-4de6-80ff-24dc4a0a9157 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 954/1791] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:56:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1792] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1793] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 19:56:16 2026] GET /v2.0/security-group-rules/b85c8bb2-6166-4283-ae9f-de965d3a3ac8 => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1794] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:14 2026] POST /v2.0/routers => generated 727 bytes in 2037 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1795] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:56:16 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1796] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 19:56:16 2026] DELETE /v2.0/security-group-rules/b85c8bb2-6166-4283-ae9f-de965d3a3ac8 => 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: 959/1797] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:56:16 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1798] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:16 2026] POST /v2.0/security-group-rules => generated 602 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1799] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 19:56:16 2026] POST /v2.0/security-groups => generated 1601 bytes in 334 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 962/1800] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 19:56:17 2026] GET /v2.0/security-group-rules/9e761791-11b9-4d4b-a5bd-503af95b4759 => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1801] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:17 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 12 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1802] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 19:56:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 965/1803] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:56:17 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1804] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 19:56:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1805] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 19:56:17 2026] DELETE /v2.0/security-group-rules/9e761791-11b9-4d4b-a5bd-503af95b4759 => 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: 839/1806] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:56:16 2026] PUT /v2.0/routers/1c6352a3-daf5-49cb-a5c8-f248886a154a/add_router_interface => generated 309 bytes in 1033 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1807] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 19:56:17 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: 7|app: 0|req: 840/1808] 10.0.0.45 () {32 vars in 672 bytes} [Mon Apr 6 19:56:17 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1809] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:17 2026] DELETE /v2.0/security-groups/f0d01d0f-9af1-4b7f-8e70-90f4a2f6223d => 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: 842/1810] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 19:56:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1811] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 19:56:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1812] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 19:56:17 2026] GET /v2.0/security-groups => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1813] 10.0.0.45 () {34 vars in 766 bytes} [Mon Apr 6 19:56:17 2026] PUT /v2.0/security-groups/ed5bab2a-81b8-4970-906f-c4c7b0264da5/tags => generated 17 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1814] 10.0.0.45 () {34 vars in 766 bytes} [Mon Apr 6 19:56:17 2026] PUT /v2.0/security-groups/0712ea49-e049-4f91-9254-4a7b61d6b17d/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1815] 10.0.0.45 () {34 vars in 766 bytes} [Mon Apr 6 19:56:18 2026] PUT /v2.0/security-groups/fc069707-f000-4cfb-b41f-598f10e11093/tags => generated 34 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1816] 10.0.0.45 () {34 vars in 766 bytes} [Mon Apr 6 19:56:18 2026] PUT /v2.0/security-groups/2af54b54-42b4-4964-8de6-debafb068269/tags => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1817] 10.0.0.45 () {32 vars in 679 bytes} [Mon Apr 6 19:56:18 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1818] 10.0.0.45 () {32 vars in 693 bytes} [Mon Apr 6 19:56:18 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1819] 10.0.0.45 () {32 vars in 689 bytes} [Mon Apr 6 19:56:18 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1820] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:18 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1821] 10.0.0.45 () {32 vars in 701 bytes} [Mon Apr 6 19:56:18 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 848/1822] 10.0.0.45 () {32 vars in 687 bytes} [Mon Apr 6 19:56:18 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1823] 10.0.0.45 () {32 vars in 701 bytes} [Mon Apr 6 19:56:18 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1824] 10.0.0.45 () {32 vars in 697 bytes} [Mon Apr 6 19:56:18 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1825] 10.0.0.45 () {34 vars in 684 bytes} [Mon Apr 6 19:56:18 2026] POST /v2.0/security-groups => generated 1673 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1826] 10.0.0.45 () {32 vars in 709 bytes} [Mon Apr 6 19:56:18 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1827] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:18 2026] GET /v2.0/security-groups?tenant_id=a5108f66589d48ea902b017e7a0375fc&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1828] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:18 2026] POST /v2.0/security-group-rules => generated 597 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1829] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:18 2026] DELETE /v2.0/security-groups/ed5bab2a-81b8-4970-906f-c4c7b0264da5 => 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: 978/1830] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:18 2026] DELETE /v2.0/security-groups/467afa98-3551-4d77-81ed-d0d45f3934bb => 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: 853/1831] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1832] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:18 2026] DELETE /v2.0/security-groups/0712ea49-e049-4f91-9254-4a7b61d6b17d => 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: 980/1833] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:18 2026] DELETE /v2.0/security-groups/fc069707-f000-4cfb-b41f-598f10e11093 => 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: 854/1834] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1835] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:18 2026] DELETE /v2.0/security-groups/2af54b54-42b4-4964-8de6-debafb068269 => 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: 982/1836] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:18 2026] DELETE /v2.0/security-groups/1e963e41-1fbe-47a1-9114-bf7ac78fd343 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1837] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:19.118 8 INFO neutron.db.securitygroups_db [None req-2e96b80f-4e69-417c-a0e1-89cc6a983b33 89c45525319c415e9a07d5ac1c328c18 fb77fedd55b04ad0af99096e2bca71e8 - - default default] Project fb77fedd55b04ad0af99096e2bca71e8 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: 983/1838] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:19 2026] POST /v2.0/security-group-rules => generated 607 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:19.255 7 INFO neutron.db.securitygroups_db [None req-32b5b0a9-a52c-46ac-9ad9-b82b9baaeb67 89c45525319c415e9a07d5ac1c328c18 fb77fedd55b04ad0af99096e2bca71e8 - - default default] Project fb77fedd55b04ad0af99096e2bca71e8 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: 856/1839] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:19 2026] POST /v2.0/security-group-rules => generated 606 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1840] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:19 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => 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: 985/1841] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:19 2026] GET /v2.0/security-groups?tenant_id=4829895414904636ba9efd34ffba24c4&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: 857/1842] 10.0.0.45 () {34 vars in 684 bytes} [Mon Apr 6 19:56:19 2026] POST /v2.0/security-groups => generated 1660 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1843] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:19 2026] DELETE /v2.0/security-groups/65173d07-dd4d-4c2f-9b72-94a4bb2a40a9 => 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: 858/1844] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:19 2026] POST /v2.0/security-group-rules => generated 597 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1845] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:56:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1846] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:20 2026] GET /v2.0/security-groups?tenant_id=be9bdf80a34e4e95b7132e3fea9ff36c&name=default => generated 2925 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1847] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:56:20 2026] GET /v2.0/networks?id=18ad5eb6-bc7d-48c3-bc17-18611d8249da => generated 660 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1848] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:20 2026] DELETE /v2.0/security-groups/0150d160-1d51-4547-b278-0e5006a8c04d => 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: 862/1849] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:56:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f8d394eceee048acb0a1809ea30e5ca6 => generated 273 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1850] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:20 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => 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: 988/1851] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:56:20 2026] POST /v2.0/floatingips => generated 552 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1852] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:20 2026] GET /v2.0/security-groups?tenant_id=7c0c64720eef45699ddc36f902fcf56b&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1853] 10.0.0.76 () {34 vars in 1099 bytes} [Mon Apr 6 19:56:20 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1604028276&fields=id&tenant_id=fb77fedd55b04ad0af99096e2bca71e8 => generated 69 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1854] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:56:20 2026] POST /v2.0/ports => generated 958 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 865/1855] 10.0.0.76 () {34 vars in 1097 bytes} [Mon Apr 6 19:56:20 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-555548737&fields=id&tenant_id=fb77fedd55b04ad0af99096e2bca71e8 => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1856] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:20 2026] DELETE /v2.0/security-groups/788de9c6-3dd2-4205-bb8a-b6b759539ea0 => 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: 992/1857] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:56:20 2026] GET /v2.0/networks?id=fdf5e87a-cf98-4448-a295-59c01760812f => generated 672 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1858] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:56:21 2026] GET /v2.0/quotas/fb77fedd55b04ad0af99096e2bca71e8 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1859] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:56:21 2026] GET /v2.0/ports?tenant_id=fb77fedd55b04ad0af99096e2bca71e8&fields=id => generated 103 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1860] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:56:21 2026] GET /v2.0/networks/fdf5e87a-cf98-4448-a295-59c01760812f?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1861] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:56:21 2026] GET /v2.0/networks/fdf5e87a-cf98-4448-a295-59c01760812f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/1862] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:21 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => 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: 866/1863] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:56:20 2026] PUT /v2.0/ports/6eeac83c-9d1d-4eca-bc40-029a5b01558a => generated 1239 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:21.392 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3aecd208-f04a-4a5e-a5ad-5416efdab683'] response: {'name': 'network-changed', 'server_uuid': '5dad0a23-6319-4c7a-95aa-fb9d87726831', 'tag': '6eeac83c-9d1d-4eca-bc40-029a5b01558a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 998/1864] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:21 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 973 bytes in 111 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: 867/1865] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:21 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1866] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:56:21 2026] GET /v2.0/ports?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1867] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:56:21 2026] GET /v2.0/networks?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&shared=False => generated 754 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1868] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:56:21 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/1869] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:22 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => 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: 869/1870] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:22 2026] GET /v2.0/security-groups?tenant_id=1584c7df249e45778a23f27e51ea1424&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: 1002/1871] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:22 2026] DELETE /v2.0/security-groups/7dec4a8d-4b44-4548-9d9d-d56e66e63183 => 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: 870/1872] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:22 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1873] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:22 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1874] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:56:23 2026] GET /v2.0/ports?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 1242 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1875] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:56:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6eeac83c-9d1d-4eca-bc40-029a5b01558a => 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: 872/1876] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:56:23 2026] GET /v2.0/subnets?id=74422224-a9fe-4dd7-ab56-7c5b2a372697 => generated 677 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1877] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:56:23 2026] GET /v2.0/ports?network_id=18ad5eb6-bc7d-48c3-bc17-18611d8249da&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: 873/1878] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:56:23 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?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: 1006/1879] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:56:23 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?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: 874/1880] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:23 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => 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: 1007/1881] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:23 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1882] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:24 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1883] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:24 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:24.828 8 INFO neutron.db.segments_db [None req-e4349a51-868e-4fac-b04f-1abb20a73f31 6afad9182bc24a8a9882e9d9da32a6b2 da7e68df03d641ed800b849bcccc580f - - default default] Added segment 3d2d8949-bffa-4982-8f20-50a576769555 of type vxlan for network 2ec1536c-f960-442f-9f88-3e0570349428 [pid: 8|app: 0|req: 1008/1884] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:24 2026] POST /v2.0/networks => generated 612 bytes in 455 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1885] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:24 2026] GET /v2.0/security-groups?tenant_id=f7a9a620c8424737b4ef5ff7eba254aa&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1886] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:24 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1887] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => 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: 1010/1888] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:25 2026] DELETE /v2.0/security-groups/b88e9567-de55-446b-aee6-103cdbb69817 => 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: 879/1889] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:56:25 2026] PUT /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/1890] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&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: 880/1891] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/1892] 10.0.0.45 () {34 vars in 761 bytes} [Mon Apr 6 19:56:25 2026] PUT /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags/green => generated 4 bytes in 73 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1893] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1894] 10.0.0.45 () {34 vars in 757 bytes} [Mon Apr 6 19:56:25 2026] PUT /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1895] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/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: 1014/1896] 10.0.0.45 () {34 vars in 779 bytes} [Mon Apr 6 19:56:25 2026] PUT /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1897] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags => generated 52 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1898] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/networks?id=fdf5e87a-cf98-4448-a295-59c01760812f => generated 672 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1899] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:56:25 2026] PUT /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/1900] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => 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: 885/1901] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=fb77fedd55b04ad0af99096e2bca71e8 => generated 273 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1902] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/1903] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags/red => generated 0 bytes in 34 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:25.820 8 INFO neutron.api.v2.resource [None req-1c0013cd-f3e8-4575-a956-19a790c61397 6afad9182bc24a8a9882e9d9da32a6b2 da7e68df03d641ed800b849bcccc580f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1019/1904] 10.0.0.45 () {32 vars in 742 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1905] 10.0.0.45 () {32 vars in 741 bytes} [Mon Apr 6 19:56:25 2026] DELETE /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1906] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:56:25 2026] GET /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:26.004 8 INFO neutron.api.v2.resource [None req-61050274-aa9c-4f09-a0e5-3fc24021687e 6afad9182bc24a8a9882e9d9da32a6b2 da7e68df03d641ed800b849bcccc580f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1022/1907] 10.0.0.45 () {32 vars in 745 bytes} [Mon Apr 6 19:56:25 2026] DELETE /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags/green => generated 99 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1023/1908] 10.0.0.45 () {32 vars in 733 bytes} [Mon Apr 6 19:56:26 2026] DELETE /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1909] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:56:26 2026] GET /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1912] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:56:25 2026] POST /v2.0/ports => generated 997 bytes in 390 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: 1027/1913] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:26 2026] DELETE /v2.0/subnets/39367aa6-37ed-40ba-ad25-9619599c869a => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:26.355 8 INFO neutron.services.segments.plugin [-] Segment 3d2d8949-bffa-4982-8f20-50a576769555 resource provider aggregate not found 2026-04-06 19:56:26.358 8 INFO neutron.services.segments.plugin [-] Segment 3d2d8949-bffa-4982-8f20-50a576769555 resource provider aggregate not found 2026-04-06 19:56:26.369 8 INFO neutron.services.segments.plugin [-] Segment 3d2d8949-bffa-4982-8f20-50a576769555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d2d8949-bffa-4982-8f20-50a576769555 found for delete ", "request_id": "req-4a6771b1-98bf-4104-af2a-d2dc7f60215a"}]} 2026-04-06 19:56:26.373 8 INFO neutron.services.segments.plugin [-] Segment 3d2d8949-bffa-4982-8f20-50a576769555 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3d2d8949-bffa-4982-8f20-50a576769555 found for delete ", "request_id": "req-d5f3ec3b-c4f8-478e-8681-76332bded964"}]} [pid: 8|app: 0|req: 1028/1914] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:26 2026] DELETE /v2.0/networks/2ec1536c-f960-442f-9f88-3e0570349428 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1915] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:26 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1916] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:26 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1917] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:56:26 2026] PUT /v2.0/ports/8ccad773-f7ff-4350-a47c-0d386f3e0f84 => generated 1278 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:26.551 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c0445702-6b08-4a4d-b9f6-033307443055'] response: {'name': 'network-changed', 'server_uuid': '295a446b-cb23-45bf-a767-2da7eeddacd9', 'tag': '8ccad773-f7ff-4350-a47c-0d386f3e0f84', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1031/1918] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:26 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1012 bytes in 74 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: 888/1919] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:26 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&fields=id&fields=name => generated 206 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1920] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:56:27 2026] GET /v2.0/ports?tenant_id=fb77fedd55b04ad0af99096e2bca71e8&device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1281 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 890/1921] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:56:27 2026] GET /v2.0/networks?tenant_id=fb77fedd55b04ad0af99096e2bca71e8&shared=False => generated 768 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1922] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:56:27 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/1923] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:26 2026] GET /v2.0/security-groups?tenant_id=b4961be7345b42ebb559eede797ed233&name=default => generated 2925 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 892/1924] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:27 2026] DELETE /v2.0/security-groups/ba49d824-07f6-4151-8c57-70110dfc33ef => 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: 1033/1925] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:27 2026] GET /v2.0/security-groups?tenant_id=da7e68df03d641ed800b849bcccc580f&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: 893/1926] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:27 2026] DELETE /v2.0/security-groups/66735447-80d9-4a10-a750-0e3181f5d1b2 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1034/1927] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:27 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1928] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:27 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/1929] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:27 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1012 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1930] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:27 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/1931] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:56:28 2026] GET /v2.0/ports?tenant_id=fb77fedd55b04ad0af99096e2bca71e8&device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1281 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1932] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:56:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8ccad773-f7ff-4350-a47c-0d386f3e0f84 => 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: 1037/1933] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:56:28 2026] GET /v2.0/subnets?id=98c14ba6-4dde-49cc-9a09-9cbe5d1f43d8 => generated 690 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1934] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:56:28 2026] GET /v2.0/ports?network_id=fdf5e87a-cf98-4448-a295-59c01760812f&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: 1038/1935] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:56:28 2026] GET /v2.0/networks/fdf5e87a-cf98-4448-a295-59c01760812f?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1936] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:56:28 2026] GET /v2.0/networks/fdf5e87a-cf98-4448-a295-59c01760812f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/1937] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:28 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1938] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:28 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/1939] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:29 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1940] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:29 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&fields=id&fields=name => generated 206 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:29.701 8 INFO neutron.db.segments_db [None req-85f17694-ceb1-4c27-9b32-e0acdac4cfbd d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] Added segment 485bac95-9e7c-4189-b78a-bac4d249fcec of type vxlan for network f14863d1-d489-4262-93ed-0f6d288ff8d7 [pid: 8|app: 0|req: 1041/1941] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:29 2026] POST /v2.0/networks => generated 612 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/1942] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:29 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1943] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:29 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/1944] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:30 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1945] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:30 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&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: 901/1946] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 19:56:29 2026] POST /v2.0/ports => generated 743 bytes in 314 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/1947] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:56:30 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:30.179 8 INFO neutron.db.segments_db [None req-a1f9993a-a76f-4327-aec7-b13bd04640e7 d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] Added segment 638db26e-0477-4812-8ffd-94a3348c9cf4 of type vxlan for network 8df29c07-8c39-4027-9763-4712cb36dae9 [pid: 8|app: 0|req: 1046/1948] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:30 2026] POST /v2.0/networks => generated 613 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1949] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:30 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:30.443 7 INFO neutron.db.l3_db [None req-72a28f6d-1693-43d9-9568-0d589d47f8fe f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Floating IP deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 associated. External IP: 10.96.250.215, port: 6eeac83c-9d1d-4eca-bc40-029a5b01558a. [pid: 8|app: 0|req: 1048/1950] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 19:56:30 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, ' [pid: 8|app: 0|req: 1049/1951] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:30 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:30.667 8 INFO neutron.db.segments_db [None req-6b894aaf-6471-412f-a26e-3cf9ae6a9d74 d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] Added segment 0d782233-0304-43d8-8369-98ed50e9db37 of type vxlan for network 4cb8aad7-8ee4-4f79-b98f-06c2374298bd [pid: 8|app: 0|req: 1050/1952] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:30 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: 7|app: 0|req: 903/1953] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:56:30 2026] PUT /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 856 bytes in 579 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:30.791 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-2bcb8201-68dd-435e-a10b-d12c6cafb71e'] response: {'name': 'network-changed', 'server_uuid': '5dad0a23-6319-4c7a-95aa-fb9d87726831', 'tag': '6eeac83c-9d1d-4eca-bc40-029a5b01558a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 904/1954] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:30 2026] GET /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 856 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:31.092 8 INFO neutron.db.segments_db [None req-56e3b46a-a7db-4f31-b9fe-979e99babbac 391b4c9867f14744a962f1bfa368862c 4faf6022250746858b6185366cf3c17a - - default default] Added segment 773aecd6-9ac1-4c87-9a1a-d7233681ca4c of type vxlan for network ddf467c9-c9ae-4bc8-b07d-576a6e187aaa [pid: 7|app: 0|req: 905/1955] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 19:56:30 2026] POST /v2.0/ports => generated 743 bytes in 296 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-04-06 19:56:31.156 7 INFO neutron.db.segments_db [None req-f052dca3-cb19-4fa9-8f15-64b9ab1c1e2d d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] Added segment acfe9f63-d5c3-49c0-8470-5edfb12140d3 of type vxlan for network 167b64b0-e203-4227-9144-c5a9af7bfe1a [pid: 8|app: 0|req: 1051/1956] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:30 2026] POST /v2.0/networks => generated 611 bytes in 430 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1957] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:31 2026] POST /v2.0/networks => generated 613 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1958] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 19:56:31 2026] POST /v2.0/ports => generated 743 bytes in 318 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: 1053/1959] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:56:31 2026] GET /v2.0/ports?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1960] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 19:56:31 2026] POST /v2.0/ports => generated 743 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 908/1961] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:56:31 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1281 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1962] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:56:31 2026] GET /v2.0/networks?id=18ad5eb6-bc7d-48c3-bc17-18611d8249da => generated 754 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:31.704 7 INFO neutron.db.segments_db [None req-483f28fd-0756-430f-a251-1e589b4678f8 d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] Added segment 08038816-de59-461a-9587-e1fabd9d5449 of type vxlan for network 6225b01f-d446-46c4-b49a-33391064b65a [pid: 8|app: 0|req: 1054/1963] 10.0.0.45 () {34 vars in 665 bytes} [Mon Apr 6 19:56:31 2026] POST /v2.0/trunks => generated 407 bytes in 249 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1964] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:31 2026] POST /v2.0/networks => generated 612 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/1965] 199.204.45.169 () {34 vars in 1124 bytes} [Mon Apr 6 19:56:31 2026] GET /v2.0/security-groups?id=eebcfc64-f35c-4a87-bd00-c225d09e244b&id=86c46c05-c848-4441-8db3-340a20b4eff0&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: 911/1966] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:56:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=6eeac83c-9d1d-4eca-bc40-029a5b01558a => generated 859 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1967] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:31 2026] GET /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 856 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/1968] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:31 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1012 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 913/1969] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:56:31 2026] PUT /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1970] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:56:31 2026] GET /v2.0/subnets?id=74422224-a9fe-4dd7-ab56-7c5b2a372697 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1971] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:31 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&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: 7|app: 0|req: 916/1972] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:31 2026] GET /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags => generated 25 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1973] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/ports?network_id=18ad5eb6-bc7d-48c3-bc17-18611d8249da&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: 918/1974] 10.0.0.45 () {34 vars in 759 bytes} [Mon Apr 6 19:56:32 2026] PUT /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags/green => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1975] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1976] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags => generated 34 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/1977] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 19:56:31 2026] POST /v2.0/ports => generated 743 bytes in 240 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: 1058/1978] 10.0.0.45 () {34 vars in 755 bytes} [Mon Apr 6 19:56:32 2026] PUT /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags/red => generated 4 bytes in 28 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1979] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da?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: 922/1980] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags => generated 34 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/1981] 10.0.0.45 () {34 vars in 746 bytes} [Mon Apr 6 19:56:32 2026] PUT /v2.0/ports/c4e4f652-effc-491a-a06c-5f03f68900ae/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 923/1982] 10.0.0.45 () {34 vars in 777 bytes} [Mon Apr 6 19:56:32 2026] PUT /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags/black.or.white => generated 4 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/1983] 10.0.0.45 () {34 vars in 746 bytes} [Mon Apr 6 19:56:32 2026] PUT /v2.0/ports/6297461c-236c-4fac-b3dd-9c145d9b0b04/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1984] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags => generated 52 bytes in 25 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: 925/1985] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:56:32 2026] PUT /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags => generated 37 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/1986] 10.0.0.45 () {34 vars in 746 bytes} [Mon Apr 6 19:56:32 2026] PUT /v2.0/ports/9c87bf77-a2d7-460a-b87d-5b312fb9f23f/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1987] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags => generated 37 bytes in 21 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: 927/1988] 10.0.0.45 () {32 vars in 736 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags/red => generated 0 bytes in 20 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:32.446 7 INFO neutron.api.v2.resource [None req-be39ac29-7c2b-4d8c-bd7d-025b60902490 391b4c9867f14744a962f1bfa368862c 4faf6022250746858b6185366cf3c17a - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 928/1989] 10.0.0.45 () {32 vars in 740 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags/green => generated 99 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/1990] 10.0.0.45 () {34 vars in 746 bytes} [Mon Apr 6 19:56:32 2026] PUT /v2.0/ports/ce7fda41-3e0e-48a9-ac19-d0ad17bacfb0/tags => generated 19 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 929/1991] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:32 2026] DELETE /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 930/1992] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:32.563 7 INFO neutron.api.v2.resource [None req-1f66c14a-7aa8-4471-9f20-2537b9e33c6f 391b4c9867f14744a962f1bfa368862c 4faf6022250746858b6185366cf3c17a - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1993] 10.0.0.45 () {32 vars in 743 bytes} [Mon Apr 6 19:56:32 2026] DELETE /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 932/1994] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:56:32 2026] DELETE /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/1995] 10.0.0.45 () {32 vars in 659 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1996] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff/tags => generated 12 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1997] 10.0.0.45 () {32 vars in 718 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff => generated 407 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/1998] 10.0.0.45 () {32 vars in 673 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1999] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/ports/341e9f1e-0e12-428a-bfba-639d76a48206 => generated 826 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2000] 10.0.0.45 () {32 vars in 669 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/2001] 10.0.0.45 () {32 vars in 721 bytes} [Mon Apr 6 19:56:32 2026] DELETE /v2.0/trunks/463cf09e-a549-47c6-a151-b8f0e32d0fff => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2002] 10.0.0.45 () {32 vars in 681 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:32.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-35b3d073-7a6c-4a40-9152-4b21f1d8e457 391b4c9867f14744a962f1bfa368862c 4faf6022250746858b6185366cf3c17a - - default default] TaaS: Handle Delete Port: 341e9f1e-0e12-428a-bfba-639d76a48206 2026-04-06 19:56:32.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-35b3d073-7a6c-4a40-9152-4b21f1d8e457 391b4c9867f14744a962f1bfa368862c 4faf6022250746858b6185366cf3c17a - - default default] Tap Mirror: Handle Delete Port: 341e9f1e-0e12-428a-bfba-639d76a48206 [pid: 8|app: 0|req: 1067/2003] 10.0.0.45 () {32 vars in 667 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2004] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 858 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/2005] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:32 2026] DELETE /v2.0/ports/341e9f1e-0e12-428a-bfba-639d76a48206 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2006] 10.0.0.45 () {32 vars in 681 bytes} [Mon Apr 6 19:56:32 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2007] 10.0.0.45 () {32 vars in 677 bytes} [Mon Apr 6 19:56:33 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2008] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:33 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1014 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:33.177 7 INFO neutron.services.segments.plugin [-] Segment 773aecd6-9ac1-4c87-9a1a-d7233681ca4c resource provider aggregate not found 2026-04-06 19:56:33.184 7 INFO neutron.services.segments.plugin [-] Segment 773aecd6-9ac1-4c87-9a1a-d7233681ca4c resource provider aggregate not found [pid: 8|app: 0|req: 1072/2009] 10.0.0.45 () {32 vars in 689 bytes} [Mon Apr 6 19:56:33 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:33.198 7 INFO neutron.services.segments.plugin [-] Segment 773aecd6-9ac1-4c87-9a1a-d7233681ca4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 773aecd6-9ac1-4c87-9a1a-d7233681ca4c found for delete ", "request_id": "req-d7268263-4838-408f-ada7-f0c1412c8578"}]} 2026-04-06 19:56:33.213 7 INFO neutron.services.segments.plugin [-] Segment 773aecd6-9ac1-4c87-9a1a-d7233681ca4c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 773aecd6-9ac1-4c87-9a1a-d7233681ca4c found for delete ", "request_id": "req-708b5843-b5af-4e1e-a1bd-819d64371481"}]} [pid: 7|app: 0|req: 938/2010] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:33 2026] DELETE /v2.0/networks/ddf467c9-c9ae-4bc8-b07d-576a6e187aaa => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2011] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:33 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:33.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-2263ce88-cbc1-417d-8271-764375da6f86 d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] TaaS: Handle Delete Port: c4e4f652-effc-491a-a06c-5f03f68900ae 2026-04-06 19:56:33.324 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2263ce88-cbc1-417d-8271-764375da6f86 d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] Tap Mirror: Handle Delete Port: c4e4f652-effc-491a-a06c-5f03f68900ae [pid: 7|app: 0|req: 939/2012] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:33 2026] DELETE /v2.0/ports/c4e4f652-effc-491a-a06c-5f03f68900ae => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:33.524 8 INFO neutron_taas.services.taas.taas_plugin [None req-c594c886-20d3-43e9-aa80-a43e87911caa d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] TaaS: Handle Delete Port: 6297461c-236c-4fac-b3dd-9c145d9b0b04 2026-04-06 19:56:33.526 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c594c886-20d3-43e9-aa80-a43e87911caa d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] Tap Mirror: Handle Delete Port: 6297461c-236c-4fac-b3dd-9c145d9b0b04 [pid: 8|app: 0|req: 1074/2013] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:33 2026] DELETE /v2.0/ports/6297461c-236c-4fac-b3dd-9c145d9b0b04 => generated 0 bytes in 214 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:33.707 7 INFO neutron_taas.services.taas.taas_plugin [None req-c47543ff-24f7-489e-8726-2ffb7e7f6cdc d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] TaaS: Handle Delete Port: 9c87bf77-a2d7-460a-b87d-5b312fb9f23f 2026-04-06 19:56:33.709 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c47543ff-24f7-489e-8726-2ffb7e7f6cdc d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] Tap Mirror: Handle Delete Port: 9c87bf77-a2d7-460a-b87d-5b312fb9f23f [pid: 7|app: 0|req: 940/2014] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:33 2026] DELETE /v2.0/ports/9c87bf77-a2d7-460a-b87d-5b312fb9f23f => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:33.897 8 INFO neutron_taas.services.taas.taas_plugin [None req-06c3656b-c574-46c8-9bbf-bff4546d60ab d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] TaaS: Handle Delete Port: ce7fda41-3e0e-48a9-ac19-d0ad17bacfb0 2026-04-06 19:56:33.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06c3656b-c574-46c8-9bbf-bff4546d60ab d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] Tap Mirror: Handle Delete Port: ce7fda41-3e0e-48a9-ac19-d0ad17bacfb0 [pid: 8|app: 0|req: 1075/2015] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:33 2026] DELETE /v2.0/ports/ce7fda41-3e0e-48a9-ac19-d0ad17bacfb0 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:34.082 7 INFO neutron_taas.services.taas.taas_plugin [None req-21606549-8c6d-4818-b7fb-745351a73841 d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] TaaS: Handle Delete Port: 70fa0327-d9ea-4c53-b042-592d99a7155c 2026-04-06 19:56:34.084 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21606549-8c6d-4818-b7fb-745351a73841 d3839d46735e456cb0dcb793e36dc20b 83de7a7a8e024d1fb1e8f3eebed64ecb - - default default] Tap Mirror: Handle Delete Port: 70fa0327-d9ea-4c53-b042-592d99a7155c [pid: 8|app: 0|req: 1076/2016] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:34 2026] GET /v2.0/security-groups?tenant_id=4faf6022250746858b6185366cf3c17a&name=default => generated 2925 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/2017] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 19:56:33 2026] DELETE /v2.0/ports/70fa0327-d9ea-4c53-b042-592d99a7155c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2018] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:34 2026] DELETE /v2.0/security-groups/906305a5-55ae-4b67-b2e1-c482bc2931f6 => 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: 942/2019] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:34 2026] DELETE /v2.0/networks/f14863d1-d489-4262-93ed-0f6d288ff8d7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:34.351 8 INFO neutron.services.segments.plugin [-] Segment 638db26e-0477-4812-8ffd-94a3348c9cf4 resource provider aggregate not found [pid: 7|app: 0|req: 943/2020] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:34 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1014 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:34.360 8 INFO neutron.services.segments.plugin [-] Segment 638db26e-0477-4812-8ffd-94a3348c9cf4 resource provider aggregate not found 2026-04-06 19:56:34.374 8 INFO neutron.services.segments.plugin [-] Segment 638db26e-0477-4812-8ffd-94a3348c9cf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 638db26e-0477-4812-8ffd-94a3348c9cf4 found for delete ", "request_id": "req-0b542d9f-4d62-4ab1-9ef7-779683ab63e7"}]} 2026-04-06 19:56:34.379 8 INFO neutron.services.segments.plugin [-] Segment 638db26e-0477-4812-8ffd-94a3348c9cf4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 638db26e-0477-4812-8ffd-94a3348c9cf4 found for delete ", "request_id": "req-f26da766-d1d3-407d-bb43-52e70c160230"}]} [pid: 8|app: 0|req: 1078/2021] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:34 2026] DELETE /v2.0/networks/8df29c07-8c39-4027-9763-4712cb36dae9 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2022] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:34 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&fields=id&fields=name => generated 206 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/2023] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:34 2026] GET /v2.0/security-groups?tenant_id=97f28824d10440a99f90745a42b8dc67&name=default => generated 2925 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/2024] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:34 2026] DELETE /v2.0/security-groups/5f296fdc-5d78-433d-9d04-2f20a8a89336 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2025] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:34 2026] DELETE /v2.0/networks/4cb8aad7-8ee4-4f79-b98f-06c2374298bd => 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: 946/2026] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:34 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1014 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2027] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:34 2026] DELETE /v2.0/networks/167b64b0-e203-4227-9144-c5a9af7bfe1a => generated 0 bytes in 127 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2028] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:34 2026] DELETE /v2.0/networks/6225b01f-d446-46c4-b49a-33391064b65a => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:34.827 7 INFO neutron.db.l3_db [None req-14db7d03-cd17-444d-a26d-b6cc5d2b3f2d 89c45525319c415e9a07d5ac1c328c18 fb77fedd55b04ad0af99096e2bca71e8 - - default default] Floating IP 9ce5bd25-6f02-4e35-88e7-fed763c1398a associated. External IP: 10.96.250.204, port: 8ccad773-f7ff-4350-a47c-0d386f3e0f84. [pid: 7|app: 0|req: 947/2029] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 19:56:34 2026] PUT /v2.0/floatingips/9ce5bd25-6f02-4e35-88e7-fed763c1398a => generated 856 bytes in 577 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:35.227 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b6e0ac84-ab2d-4f29-aae0-5ff62b79d922'] response: {'name': 'network-changed', 'server_uuid': '295a446b-cb23-45bf-a767-2da7eeddacd9', 'tag': '8ccad773-f7ff-4350-a47c-0d386f3e0f84', 'status': 'completed', 'code': 200} 2026-04-06 19:56:35.229 7 INFO neutron.services.segments.plugin [-] Segment 485bac95-9e7c-4189-b78a-bac4d249fcec resource provider aggregate not found 2026-04-06 19:56:35.244 7 INFO neutron.services.segments.plugin [-] Segment 485bac95-9e7c-4189-b78a-bac4d249fcec resource provider aggregate not found 2026-04-06 19:56:35.252 7 INFO neutron.services.segments.plugin [-] Segment 485bac95-9e7c-4189-b78a-bac4d249fcec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 485bac95-9e7c-4189-b78a-bac4d249fcec found for delete ", "request_id": "req-834a06e3-52b4-4f6a-b660-6a85510a93f3"}]} 2026-04-06 19:56:35.274 7 INFO neutron.services.segments.plugin [-] Segment 485bac95-9e7c-4189-b78a-bac4d249fcec resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 485bac95-9e7c-4189-b78a-bac4d249fcec found for delete ", "request_id": "req-2da32fcb-7a68-4e37-bdee-9f4fccac7823"}]} [pid: 7|app: 0|req: 948/2030] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:56:35 2026] GET /v2.0/ports?tenant_id=fb77fedd55b04ad0af99096e2bca71e8&device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1283 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/2031] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:56:35 2026] GET /v2.0/networks?id=fdf5e87a-cf98-4448-a295-59c01760812f => generated 768 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2032] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:35 2026] GET /v2.0/security-groups?tenant_id=83de7a7a8e024d1fb1e8f3eebed64ecb&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2033] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 19:56:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=8ccad773-f7ff-4350-a47c-0d386f3e0f84 => generated 859 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2034] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:56:35 2026] GET /v2.0/subnets?id=98c14ba6-4dde-49cc-9a09-9cbe5d1f43d8 => generated 690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2035] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:35 2026] DELETE /v2.0/security-groups/b3871d05-ce4a-4483-8c47-6548813039c4 => 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: 952/2036] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:56:35 2026] GET /v2.0/ports?network_id=fdf5e87a-cf98-4448-a295-59c01760812f&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2037] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:56:35 2026] GET /v2.0/networks/fdf5e87a-cf98-4448-a295-59c01760812f?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: 1086/2038] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:56:36 2026] GET /v2.0/networks/fdf5e87a-cf98-4448-a295-59c01760812f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:36.394 8 INFO neutron.services.segments.plugin [-] Segment 0d782233-0304-43d8-8369-98ed50e9db37 resource provider aggregate not found 2026-04-06 19:56:36.395 8 INFO neutron.services.segments.plugin [-] Segment 0d782233-0304-43d8-8369-98ed50e9db37 resource provider aggregate not found 2026-04-06 19:56:36.409 8 INFO neutron.services.segments.plugin [-] Segment 0d782233-0304-43d8-8369-98ed50e9db37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d782233-0304-43d8-8369-98ed50e9db37 found for delete ", "request_id": "req-e0855ebc-6397-452c-b5a8-c2991354ba2f"}]} 2026-04-06 19:56:36.411 8 INFO neutron.services.segments.plugin [-] Segment 0d782233-0304-43d8-8369-98ed50e9db37 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d782233-0304-43d8-8369-98ed50e9db37 found for delete ", "request_id": "req-4914642e-d47c-40d5-8ba9-55d95b00e36b"}]} 2026-04-06 19:56:36.421 8 INFO neutron.services.segments.plugin [-] Segment acfe9f63-d5c3-49c0-8470-5edfb12140d3 resource provider aggregate not found 2026-04-06 19:56:36.424 8 INFO neutron.services.segments.plugin [-] Segment acfe9f63-d5c3-49c0-8470-5edfb12140d3 resource provider aggregate not found 2026-04-06 19:56:36.435 8 INFO neutron.services.segments.plugin [-] Segment acfe9f63-d5c3-49c0-8470-5edfb12140d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acfe9f63-d5c3-49c0-8470-5edfb12140d3 found for delete ", "request_id": "req-ceb1cfb3-c825-44c7-9d0a-8cd5fdc87b44"}]} 2026-04-06 19:56:36.437 8 INFO neutron.services.segments.plugin [-] Segment acfe9f63-d5c3-49c0-8470-5edfb12140d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid acfe9f63-d5c3-49c0-8470-5edfb12140d3 found for delete ", "request_id": "req-6d2cf528-d7c0-4bd0-ae74-cfff239f262e"}]} 2026-04-06 19:56:36.446 8 INFO neutron.services.segments.plugin [-] Segment 08038816-de59-461a-9587-e1fabd9d5449 resource provider aggregate not found 2026-04-06 19:56:36.455 8 INFO neutron.services.segments.plugin [-] Segment 08038816-de59-461a-9587-e1fabd9d5449 resource provider aggregate not found 2026-04-06 19:56:36.461 8 INFO neutron.services.segments.plugin [-] Segment 08038816-de59-461a-9587-e1fabd9d5449 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08038816-de59-461a-9587-e1fabd9d5449 found for delete ", "request_id": "req-66375f46-cf39-4f00-b337-b62872c43926"}]} 2026-04-06 19:56:36.468 8 INFO neutron.services.segments.plugin [-] Segment 08038816-de59-461a-9587-e1fabd9d5449 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08038816-de59-461a-9587-e1fabd9d5449 found for delete ", "request_id": "req-8d6aa4fe-25fc-44a7-9697-1891f9acfe7f"}]} [pid: 7|app: 0|req: 953/2039] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:36 2026] GET /v2.0/security-groups?tenant_id=f93e2fcdf1cb4f3e99e413c8ae23a9d5&name=default => generated 2925 bytes in 563 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2040] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:36 2026] DELETE /v2.0/security-groups/f4b659a6-55ad-4151-b41d-0914a0d92097 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/2041] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:36 2026] GET /v2.0/security-groups?tenant_id=c015f52490504577b97b304afac193eb&name=default => generated 2925 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2042] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:36 2026] DELETE /v2.0/security-groups/d87a4b10-1cc5-4afe-a78b-47c34d27c260 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/2043] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:38 2026] GET /v2.0/security-groups?tenant_id=999e1fad8fde4e6dbf63fb9672a891c9&name=default => generated 2925 bytes in 210 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2044] 10.0.0.36 () {34 vars in 989 bytes} [Mon Apr 6 19:56:38 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2045] 10.0.0.36 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:38 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2046] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:38 2026] DELETE /v2.0/security-groups/586237a6-c555-471e-aa1c-0abd6ee8d587 => 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: 1091/2047] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:38 2026] GET /v2.0/security-groups?tenant_id=4cc047f6beff49e994bbf9ec7a7f822b&name=default => generated 2925 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2048] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:38 2026] DELETE /v2.0/security-groups/bb8b1c1c-65c1-4445-80cd-26d4ecb4d79d => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:41.354 8 INFO neutron.db.segments_db [None req-0829c084-60d4-4a34-a3c2-e161399af569 a71ce7e2e40d46ce8929aa1314ab8777 079445716b8040fe9adecaa7de1a216d - - default default] Added segment 6bbe8b0e-7cc6-462d-882e-743189bc83c0 of type vxlan for network a1e85c6f-b88f-4de1-9d37-0953d4a94db0 [pid: 8|app: 0|req: 1093/2051] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:41 2026] POST /v2.0/networks => generated 613 bytes in 347 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2052] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:41 2026] POST /v2.0/subnets => generated 626 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:41.746 8 INFO neutron.db.segments_db [None req-86382558-24f7-4d05-9dcd-7258677f4e95 a71ce7e2e40d46ce8929aa1314ab8777 079445716b8040fe9adecaa7de1a216d - - default default] Added segment a836f5d9-7543-4e26-842d-9d7b4cb06d7e of type vxlan for network 3faf3f3f-ff25-40c5-81d5-c8106dc9dd9b [pid: 8|app: 0|req: 1094/2053] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:41 2026] POST /v2.0/networks => generated 612 bytes in 149 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/2054] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:41 2026] POST /v2.0/subnets => generated 629 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:42.178 8 INFO neutron.db.segments_db [None req-6c70f001-b6b8-45e8-9266-d41ebcf57951 a71ce7e2e40d46ce8929aa1314ab8777 079445716b8040fe9adecaa7de1a216d - - default default] Added segment 84f9f849-20ee-47e3-8032-7453ab5c9ba7 of type vxlan for network d3ed7f5d-21f5-4e3a-9074-ec6cb54b44a5 [pid: 8|app: 0|req: 1095/2055] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:42 2026] POST /v2.0/networks => generated 613 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2056] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:42 2026] POST /v2.0/subnets => generated 629 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:42.536 8 INFO neutron.db.segments_db [None req-b679c235-38b3-4b15-9817-a2c20c06d64d a71ce7e2e40d46ce8929aa1314ab8777 079445716b8040fe9adecaa7de1a216d - - default default] Added segment a460cb2f-5812-4381-87ce-8f126d52441a of type vxlan for network 42d8471e-0855-4882-ac8e-5c8f1cde8357 [pid: 8|app: 0|req: 1096/2057] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:42 2026] POST /v2.0/networks => generated 613 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2058] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:42 2026] POST /v2.0/subnets => generated 629 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:56:42.889 8 INFO neutron.db.segments_db [None req-5bec61a0-cb28-4164-aa18-da1f44a52052 a71ce7e2e40d46ce8929aa1314ab8777 079445716b8040fe9adecaa7de1a216d - - default default] Added segment dd8b29db-dc1c-4565-844f-1b4254f20645 of type vxlan for network e3efb9c4-789b-4d18-9313-3cf8141be118 [pid: 8|app: 0|req: 1097/2059] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:42 2026] POST /v2.0/networks => generated 612 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2060] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:56:42 2026] POST /v2.0/subnets => generated 629 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2061] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:56:43 2026] PUT /v2.0/subnets/56930ea8-bc74-4255-96ac-30960885af0d/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: 964/2062] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:56:43 2026] PUT /v2.0/subnets/a7c51454-1948-4dd1-b746-98c38bd98992/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1099/2063] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:56:43 2026] PUT /v2.0/subnets/4069ae0b-3569-4657-89e4-f712d65a1cb1/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 965/2064] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:56:43 2026] PUT /v2.0/subnets/129e907e-47bb-4a00-8067-4f46a2909936/tags => generated 19 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2065] 10.0.0.45 () {32 vars in 663 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2066] 10.0.0.45 () {32 vars in 677 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2067] 10.0.0.45 () {32 vars in 673 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/2068] 10.0.0.45 () {32 vars in 685 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 968/2069] 10.0.0.45 () {32 vars in 671 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2070] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1014 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2071] 10.0.0.45 () {32 vars in 685 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2072] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&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: 7|app: 0|req: 970/2073] 10.0.0.45 () {32 vars in 681 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/2074] 10.0.0.45 () {32 vars in 693 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2075] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1283 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2076] 10.0.0.45 () {32 vars in 857 bytes} [Mon Apr 6 19:56:43 2026] GET /v2.0/floatingips?floating_network_id=5aa3c647-4b4d-4745-97da-122f50164053&port_id=8ccad773-f7ff-4350-a47c-0d386f3e0f84 => generated 861 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/2077] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:43 2026] DELETE /v2.0/subnets/56930ea8-bc74-4255-96ac-30960885af0d => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2078] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:43 2026] DELETE /v2.0/subnets/a7c51454-1948-4dd1-b746-98c38bd98992 => 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: 973/2079] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:44 2026] DELETE /v2.0/subnets/4069ae0b-3569-4657-89e4-f712d65a1cb1 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2080] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:44 2026] DELETE /v2.0/subnets/129e907e-47bb-4a00-8067-4f46a2909936 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/2081] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:44 2026] DELETE /v2.0/subnets/c9e8b8c6-7505-4975-9e1e-64b27afacf25 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:44.523 8 INFO neutron_taas.services.taas.taas_plugin [None req-00d1e185-5013-4ece-8f42-c98460e7dcb6 a71ce7e2e40d46ce8929aa1314ab8777 079445716b8040fe9adecaa7de1a216d - - default default] TaaS: Handle Delete Port: 119d0aba-a3e0-49f4-b272-d6d4bef8fd90 2026-04-06 19:56:44.525 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00d1e185-5013-4ece-8f42-c98460e7dcb6 a71ce7e2e40d46ce8929aa1314ab8777 079445716b8040fe9adecaa7de1a216d - - default default] Tap Mirror: Handle Delete Port: 119d0aba-a3e0-49f4-b272-d6d4bef8fd90 2026-04-06 19:56:44.681 8 INFO neutron.services.segments.plugin [-] Segment 6bbe8b0e-7cc6-462d-882e-743189bc83c0 resource provider aggregate not found 2026-04-06 19:56:44.687 8 INFO neutron.services.segments.plugin [-] Segment 6bbe8b0e-7cc6-462d-882e-743189bc83c0 resource provider aggregate not found 2026-04-06 19:56:44.697 8 INFO neutron.services.segments.plugin [-] Segment 6bbe8b0e-7cc6-462d-882e-743189bc83c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bbe8b0e-7cc6-462d-882e-743189bc83c0 found for delete ", "request_id": "req-9b755d6c-e3c7-41f3-8112-f8930a721937"}]} [pid: 7|app: 0|req: 975/2082] 10.0.0.36 () {34 vars in 989 bytes} [Mon Apr 6 19:56:44 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1283 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:44.709 8 INFO neutron.services.segments.plugin [-] Segment 6bbe8b0e-7cc6-462d-882e-743189bc83c0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6bbe8b0e-7cc6-462d-882e-743189bc83c0 found for delete ", "request_id": "req-d628534f-70ec-4191-9239-60c54add31fe"}]} [pid: 8|app: 0|req: 1108/2083] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:44 2026] DELETE /v2.0/networks/a1e85c6f-b88f-4de1-9d37-0953d4a94db0 => generated 0 bytes in 298 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2084] 10.0.0.36 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:44 2026] GET /v2.0/security-groups?id=eebcfc64-f35c-4a87-bd00-c225d09e244b&id=86c46c05-c848-4441-8db3-340a20b4eff0&fields=id&fields=name => generated 206 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2085] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:44 2026] DELETE /v2.0/networks/3faf3f3f-ff25-40c5-81d5-c8106dc9dd9b => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:44.965 7 INFO neutron.services.segments.plugin [-] Segment 84f9f849-20ee-47e3-8032-7453ab5c9ba7 resource provider aggregate not found 2026-04-06 19:56:44.973 7 INFO neutron.services.segments.plugin [-] Segment 84f9f849-20ee-47e3-8032-7453ab5c9ba7 resource provider aggregate not found 2026-04-06 19:56:44.987 7 INFO neutron.services.segments.plugin [-] Segment 84f9f849-20ee-47e3-8032-7453ab5c9ba7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84f9f849-20ee-47e3-8032-7453ab5c9ba7 found for delete ", "request_id": "req-c1e8021c-7535-4afb-a8ac-f949f9646e4d"}]} 2026-04-06 19:56:44.993 7 INFO neutron.services.segments.plugin [-] Segment 84f9f849-20ee-47e3-8032-7453ab5c9ba7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 84f9f849-20ee-47e3-8032-7453ab5c9ba7 found for delete ", "request_id": "req-a9902770-5ecd-4990-a674-49c7bf98c604"}]} [pid: 7|app: 0|req: 977/2086] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:44 2026] DELETE /v2.0/networks/d3ed7f5d-21f5-4e3a-9074-ec6cb54b44a5 => 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: 1110/2087] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:44 2026] DELETE /v2.0/networks/42d8471e-0855-4882-ac8e-5c8f1cde8357 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2088] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:45 2026] DELETE /v2.0/networks/e3efb9c4-789b-4d18-9313-3cf8141be118 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2089] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:46 2026] GET /v2.0/security-groups?tenant_id=fb0bad5fc7cf4c7b9c6df25eb171c017&name=default => generated 2925 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/2090] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:46 2026] DELETE /v2.0/security-groups/a8ffff69-07e9-4ab1-ae67-c17e5df0a55e => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2091] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:46 2026] GET /v2.0/security-groups?tenant_id=079445716b8040fe9adecaa7de1a216d&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2092] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:46 2026] DELETE /v2.0/security-groups/7f74ff5a-a97c-4909-a5cb-2bb045f01289 => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:46.714 8 INFO neutron.services.segments.plugin [-] Segment a836f5d9-7543-4e26-842d-9d7b4cb06d7e resource provider aggregate not found 2026-04-06 19:56:46.731 8 INFO neutron.services.segments.plugin [-] Segment a836f5d9-7543-4e26-842d-9d7b4cb06d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a836f5d9-7543-4e26-842d-9d7b4cb06d7e found for delete ", "request_id": "req-878f44f5-a6e8-4f32-ba11-36e9b4a7bbae"}]} 2026-04-06 19:56:46.736 8 INFO neutron.services.segments.plugin [-] Segment a836f5d9-7543-4e26-842d-9d7b4cb06d7e resource provider aggregate not found 2026-04-06 19:56:46.752 8 INFO neutron.services.segments.plugin [-] Segment a460cb2f-5812-4381-87ce-8f126d52441a resource provider aggregate not found 2026-04-06 19:56:46.758 8 INFO neutron.services.segments.plugin [-] Segment a836f5d9-7543-4e26-842d-9d7b4cb06d7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a836f5d9-7543-4e26-842d-9d7b4cb06d7e found for delete ", "request_id": "req-223d59b4-7c77-4200-b16f-7d6875a12f17"}]} 2026-04-06 19:56:46.778 8 INFO neutron.services.segments.plugin [-] Segment a460cb2f-5812-4381-87ce-8f126d52441a resource provider aggregate not found 2026-04-06 19:56:46.781 8 INFO neutron.services.segments.plugin [-] Segment a460cb2f-5812-4381-87ce-8f126d52441a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a460cb2f-5812-4381-87ce-8f126d52441a found for delete ", "request_id": "req-59ea4a22-42fa-4dbd-8205-7ea9a5c9abba"}]} 2026-04-06 19:56:46.804 8 INFO neutron.services.segments.plugin [-] Segment a460cb2f-5812-4381-87ce-8f126d52441a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a460cb2f-5812-4381-87ce-8f126d52441a found for delete ", "request_id": "req-89db3fc3-66e2-46cc-9451-ba61dd01e3f1"}]} [pid: 8|app: 0|req: 1113/2093] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:46 2026] GET /v2.0/security-groups?tenant_id=c86574c5d95a4fb9bde2119b43622ca5&name=default => generated 2925 bytes in 164 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2094] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:46 2026] DELETE /v2.0/security-groups/08a10790-0ee2-45f0-90c2-847dbd34b2cd => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:47.011 7 INFO neutron.services.segments.plugin [-] Segment dd8b29db-dc1c-4565-844f-1b4254f20645 resource provider aggregate not found 2026-04-06 19:56:47.016 7 INFO neutron.services.segments.plugin [-] Segment dd8b29db-dc1c-4565-844f-1b4254f20645 resource provider aggregate not found 2026-04-06 19:56:47.035 7 INFO neutron.services.segments.plugin [-] Segment dd8b29db-dc1c-4565-844f-1b4254f20645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd8b29db-dc1c-4565-844f-1b4254f20645 found for delete ", "request_id": "req-8ecef2df-3002-4b8c-9c25-ef8895834200"}]} 2026-04-06 19:56:47.035 7 INFO neutron.services.segments.plugin [-] Segment dd8b29db-dc1c-4565-844f-1b4254f20645 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd8b29db-dc1c-4565-844f-1b4254f20645 found for delete ", "request_id": "req-b367b580-3725-4cc3-ae68-9d4774e84034"}]} [pid: 8|app: 0|req: 1114/2095] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:47 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1014 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2096] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:47 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&fields=id&fields=name => generated 206 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1115/2097] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:48 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1014 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/2098] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:48 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&fields=id&fields=name => generated 206 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2099] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:48 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 975 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/2100] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:48 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2101] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:49 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1014 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2102] 10.0.0.76 () {34 vars in 1119 bytes} [Mon Apr 6 19:56:49 2026] GET /v2.0/security-groups?id=86c46c05-c848-4441-8db3-340a20b4eff0&id=eebcfc64-f35c-4a87-bd00-c225d09e244b&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: 8|app: 0|req: 1118/2103] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:49 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => 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: 1119/2104] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:49 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&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: 986/2105] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:56:49 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 1012 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:56:49.835 8 INFO neutron_taas.services.taas.taas_plugin [req-501f51ef-38de-4335-b906-3b1349b64d17 req-ff5dc7f9-cfd3-40e4-88e1-f7be8193430c 89c45525319c415e9a07d5ac1c328c18 fb77fedd55b04ad0af99096e2bca71e8 - - default default] TaaS: Handle Delete Port: 8ccad773-f7ff-4350-a47c-0d386f3e0f84 2026-04-06 19:56:49.838 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-501f51ef-38de-4335-b906-3b1349b64d17 req-ff5dc7f9-cfd3-40e4-88e1-f7be8193430c 89c45525319c415e9a07d5ac1c328c18 fb77fedd55b04ad0af99096e2bca71e8 - - default default] Tap Mirror: Handle Delete Port: 8ccad773-f7ff-4350-a47c-0d386f3e0f84 2026-04-06 19:56:49.939 8 INFO neutron.db.l3_db [req-501f51ef-38de-4335-b906-3b1349b64d17 req-ff5dc7f9-cfd3-40e4-88e1-f7be8193430c 89c45525319c415e9a07d5ac1c328c18 fb77fedd55b04ad0af99096e2bca71e8 - - default default] Floating IP 9ce5bd25-6f02-4e35-88e7-fed763c1398a disassociated. External IP: 10.96.250.204, port: 8ccad773-f7ff-4350-a47c-0d386f3e0f84. [pid: 8|app: 0|req: 1120/2106] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 19:56:49 2026] DELETE /v2.0/ports/8ccad773-f7ff-4350-a47c-0d386f3e0f84 => generated 0 bytes in 546 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:50.342 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9349b171-4588-4f0b-8d01-7397bfb17fd7'] response: {'server_uuid': '295a446b-cb23-45bf-a767-2da7eeddacd9', 'name': 'network-vif-deleted', 'tag': '8ccad773-f7ff-4350-a47c-0d386f3e0f84', 'status': 'completed', 'code': 200} 2026-04-06 19:56:50.344 7 INFO neutron.db.segments_db [None req-6a9b7d44-c5ee-449b-a188-9db61738c853 b567614e19f042f6b9e8d636899aeae9 e2c417be98a447039c58b4ef07ea43e9 - - default default] Added segment e902c62f-39ad-4544-99d5-9cbf5916d974 of type vxlan for network 6197fb74-ac85-41b8-b273-7b3f96316090 [pid: 7|app: 0|req: 987/2107] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:56:50 2026] POST /v2.0/networks => generated 613 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2108] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:56:50 2026] PUT /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/2109] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:50 2026] GET /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2110] 10.0.0.45 () {34 vars in 763 bytes} [Mon Apr 6 19:56:50 2026] PUT /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags/green => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2111] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:50 2026] GET /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2112] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:50 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2113] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:50 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 975 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/2114] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:50 2026] GET /v2.0/security-groups?id=ed10cb69-6462-49a9-8c85-a1e24c1a004a&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/2115] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:56:50 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 975 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:50.995 7 INFO neutron_taas.services.taas.taas_plugin [req-75ba6bf6-2393-4621-88f3-6c110dce3319 req-ac3bbb32-1571-419f-a6e9-be04401e41c0 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] TaaS: Handle Delete Port: 6eeac83c-9d1d-4eca-bc40-029a5b01558a 2026-04-06 19:56:50.997 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-75ba6bf6-2393-4621-88f3-6c110dce3319 req-ac3bbb32-1571-419f-a6e9-be04401e41c0 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Tap Mirror: Handle Delete Port: 6eeac83c-9d1d-4eca-bc40-029a5b01558a 2026-04-06 19:56:51.106 7 INFO neutron.db.l3_db [req-75ba6bf6-2393-4621-88f3-6c110dce3319 req-ac3bbb32-1571-419f-a6e9-be04401e41c0 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Floating IP deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 disassociated. External IP: 10.96.250.215, port: 6eeac83c-9d1d-4eca-bc40-029a5b01558a. [pid: 8|app: 0|req: 1123/2116] 10.0.0.45 () {34 vars in 759 bytes} [Mon Apr 6 19:56:50 2026] PUT /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags/red => generated 4 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2117] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:51 2026] GET /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2118] 10.0.0.45 () {34 vars in 781 bytes} [Mon Apr 6 19:56:51 2026] PUT /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags/black.or.white => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2119] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:51 2026] GET /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1127/2120] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:56:51 2026] PUT /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags => generated 37 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/2121] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 19:56:50 2026] DELETE /v2.0/ports/6eeac83c-9d1d-4eca-bc40-029a5b01558a => generated 0 bytes in 520 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:51.466 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff7c9128-6e13-4ce3-b079-dce83fc0134c'] response: {'server_uuid': '5dad0a23-6319-4c7a-95aa-fb9d87726831', 'name': 'network-vif-deleted', 'tag': '6eeac83c-9d1d-4eca-bc40-029a5b01558a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1128/2122] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:51 2026] GET /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/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: 995/2123] 10.0.0.45 () {32 vars in 740 bytes} [Mon Apr 6 19:56:51 2026] GET /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags/red => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:51.591 8 INFO neutron.api.v2.resource [None req-91081a0b-0388-42eb-90b6-c7cd2a4a4658 b567614e19f042f6b9e8d636899aeae9 e2c417be98a447039c58b4ef07ea43e9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1129/2124] 10.0.0.45 () {32 vars in 744 bytes} [Mon Apr 6 19:56:51 2026] GET /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/2125] 10.0.0.45 () {32 vars in 743 bytes} [Mon Apr 6 19:56:51 2026] DELETE /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2126] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:51 2026] GET /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags => generated 30 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:51.753 7 INFO neutron.api.v2.resource [None req-1e4024a2-87d7-4e6a-83d8-9c114c58e7d8 b567614e19f042f6b9e8d636899aeae9 e2c417be98a447039c58b4ef07ea43e9 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 997/2127] 10.0.0.45 () {32 vars in 747 bytes} [Mon Apr 6 19:56:51 2026] DELETE /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1131/2128] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:56:51 2026] DELETE /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2129] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:51 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => 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: 1132/2130] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:51 2026] GET /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1133/2131] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:51 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:51.991 7 INFO neutron.services.segments.plugin [-] Segment e902c62f-39ad-4544-99d5-9cbf5916d974 resource provider aggregate not found 2026-04-06 19:56:51.996 7 INFO neutron.services.segments.plugin [-] Segment e902c62f-39ad-4544-99d5-9cbf5916d974 resource provider aggregate not found 2026-04-06 19:56:52.009 7 INFO neutron.services.segments.plugin [-] Segment e902c62f-39ad-4544-99d5-9cbf5916d974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e902c62f-39ad-4544-99d5-9cbf5916d974 found for delete ", "request_id": "req-c66ad24d-3f9b-4452-84e9-4108eb6bff41"}]} 2026-04-06 19:56:52.010 7 INFO neutron.services.segments.plugin [-] Segment e902c62f-39ad-4544-99d5-9cbf5916d974 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e902c62f-39ad-4544-99d5-9cbf5916d974 found for delete ", "request_id": "req-8e0838f6-78bc-4c91-a3f7-7645bbb445ae"}]} [pid: 7|app: 0|req: 999/2132] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:51 2026] DELETE /v2.0/networks/6197fb74-ac85-41b8-b273-7b3f96316090 => 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: 1134/2133] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:52 2026] GET /v2.0/security-groups?tenant_id=e2c417be98a447039c58b4ef07ea43e9&name=default => generated 2925 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2134] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:52 2026] DELETE /v2.0/security-groups/0cba83a8-2eb0-4f01-ade4-b3a78f9a99df => 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: 1135/2135] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:52 2026] GET /v2.0/ports?device_id=295a446b-cb23-45bf-a767-2da7eeddacd9 => 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: 1136/2136] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:53 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => 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: 1001/2137] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:52 2026] GET /v2.0/security-groups?tenant_id=c28511e3aa264546aead35e6a7e42429&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2138] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:53 2026] DELETE /v2.0/security-groups/615a4623-b251-4801-84d0-a46c56acfa3d => 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: 1138/2139] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:54 2026] GET /v2.0/ports?device_id=5dad0a23-6319-4c7a-95aa-fb9d87726831 => 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: 1002/2140] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:54 2026] DELETE /v2.0/security-groups/86c46c05-c848-4441-8db3-340a20b4eff0 => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:54.359 8 INFO neutron.api.v2.resource [None req-45506319-6f94-46f8-a63b-1dc549ca056f 89c45525319c415e9a07d5ac1c328c18 fb77fedd55b04ad0af99096e2bca71e8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1139/2141] 10.0.0.45 () {32 vars in 736 bytes} [Mon Apr 6 19:56:54 2026] GET /v2.0/security-groups/86c46c05-c848-4441-8db3-340a20b4eff0 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:56:54.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-ae91e0dd-2951-406e-9a4e-88ac49d4e9ee 89c45525319c415e9a07d5ac1c328c18 fb77fedd55b04ad0af99096e2bca71e8 - - default default] TaaS: Handle Delete Port: 404042b3-c6dd-463a-95bb-d85176077fe9 2026-04-06 19:56:54.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ae91e0dd-2951-406e-9a4e-88ac49d4e9ee 89c45525319c415e9a07d5ac1c328c18 fb77fedd55b04ad0af99096e2bca71e8 - - default default] Tap Mirror: Handle Delete Port: 404042b3-c6dd-463a-95bb-d85176077fe9 [pid: 7|app: 0|req: 1003/2142] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:56:54 2026] DELETE /v2.0/floatingips/9ce5bd25-6f02-4e35-88e7-fed763c1398a => generated 0 bytes in 265 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2143] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:54 2026] DELETE /v2.0/security-groups/eebcfc64-f35c-4a87-bd00-c225d09e244b => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:55.193 7 INFO neutron_taas.services.taas.taas_plugin [None req-f7d99d1b-a351-4113-8966-1ff1c8f95421 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 6a832441-d16f-4519-8909-709335c7448f 2026-04-06 19:56:55.212 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f7d99d1b-a351-4113-8966-1ff1c8f95421 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 6a832441-d16f-4519-8909-709335c7448f [pid: 8|app: 0|req: 1141/2144] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:55 2026] DELETE /v2.0/security-groups/ed10cb69-6462-49a9-8c85-a1e24c1a004a => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:55.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-75989078-9784-49f4-b138-95c746f47b86 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] TaaS: Handle Delete Port: 769721c9-1a94-4cae-93ba-4878d35bab57 2026-04-06 19:56:55.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75989078-9784-49f4-b138-95c746f47b86 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Tap Mirror: Handle Delete Port: 769721c9-1a94-4cae-93ba-4878d35bab57 [pid: 7|app: 0|req: 1004/2145] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:56:54 2026] PUT /v2.0/routers/0ef35962-0f63-480a-a5a4-22bf8062089c/remove_router_interface => generated 309 bytes in 946 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2146] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:56:55 2026] DELETE /v2.0/floatingips/deb04075-b7eb-48b3-a5d9-9df9c2aa9c53 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:55.943 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2ed24b1-a263-4da1-971e-737bbf4b6620 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 5af81128-644c-4872-9ebb-d674fcbd50e2 2026-04-06 19:56:55.946 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2ed24b1-a263-4da1-971e-737bbf4b6620 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 5af81128-644c-4872-9ebb-d674fcbd50e2 [pid: 8|app: 0|req: 1143/2147] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:55 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2148] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:56 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&fields=id&fields=name => generated 113 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:56.234 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2ed24b1-a263-4da1-971e-737bbf4b6620 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: d00f1ac9-d3c9-459c-b08a-6e82661e931b 2026-04-06 19:56:56.236 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2ed24b1-a263-4da1-971e-737bbf4b6620 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: d00f1ac9-d3c9-459c-b08a-6e82661e931b [pid: 8|app: 0|req: 1147/2151] 10.0.0.45 () {34 vars in 677 bytes} [Mon Apr 6 19:56:56 2026] POST /v2.0/qos/policies => generated 359 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2152] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:56:56 2026] PUT /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2153] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:56 2026] GET /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:56.550 7 INFO neutron.services.segments.plugin [-] Segment d60e6653-be84-4de3-be9d-6f49b6baeb6f resource provider aggregate not found 2026-04-06 19:56:56.561 7 INFO neutron.services.segments.plugin [-] Segment d60e6653-be84-4de3-be9d-6f49b6baeb6f resource provider aggregate not found 2026-04-06 19:56:56.564 7 INFO neutron.services.segments.plugin [-] Segment d60e6653-be84-4de3-be9d-6f49b6baeb6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d60e6653-be84-4de3-be9d-6f49b6baeb6f found for delete ", "request_id": "req-e251c20f-882c-41ba-befe-25c9bb6b92b1"}]} 2026-04-06 19:56:56.572 7 INFO neutron.services.segments.plugin [-] Segment d60e6653-be84-4de3-be9d-6f49b6baeb6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d60e6653-be84-4de3-be9d-6f49b6baeb6f found for delete ", "request_id": "req-b79860d5-9209-437d-ae2c-c6d11a1e4506"}]} 2026-04-06 19:56:56.583 7 INFO neutron.db.l3_hamode_db [None req-b2ed24b1-a263-4da1-971e-737bbf4b6620 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network df2fcef1-01c8-4aae-80f0-33070b6c6a68 was deleted as no HA routers are present in tenant fb77fedd55b04ad0af99096e2bca71e8. [pid: 7|app: 0|req: 1005/2154] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:55 2026] DELETE /v2.0/routers/0ef35962-0f63-480a-a5a4-22bf8062089c => generated 0 bytes in 834 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2155] 10.0.0.45 () {34 vars in 763 bytes} [Mon Apr 6 19:56:56 2026] PUT /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags/green => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2156] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:56 2026] GET /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/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: 1152/2157] 10.0.0.45 () {34 vars in 759 bytes} [Mon Apr 6 19:56:56 2026] PUT /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2158] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:56 2026] GET /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2159] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:56 2026] DELETE /v2.0/subnets/98c14ba6-4dde-49cc-9a09-9cbe5d1f43d8 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2160] 10.0.0.45 () {34 vars in 781 bytes} [Mon Apr 6 19:56:56 2026] PUT /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2161] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:56 2026] GET /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:56.819 7 INFO neutron_taas.services.taas.taas_plugin [None req-04edd7f1-c7e8-4220-9fcc-d301170b4e1e 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 8e66866f-e4c3-47bd-b55f-e62bdef797a5 2026-04-06 19:56:56.821 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-04edd7f1-c7e8-4220-9fcc-d301170b4e1e 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 8e66866f-e4c3-47bd-b55f-e62bdef797a5 [pid: 8|app: 0|req: 1156/2162] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:56:56 2026] PUT /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2163] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:56 2026] GET /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags => generated 37 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2164] 10.0.0.45 () {32 vars in 740 bytes} [Mon Apr 6 19:56:56 2026] GET /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:56.949 8 INFO neutron.api.v2.resource [None req-0e4702a9-a985-4041-b6f9-3640ada2a066 f3fcba9e55964cc68a1d769d81361fd7 5841b4d80ed6417c9d65b8dc7cd21f2e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1159/2165] 10.0.0.45 () {32 vars in 744 bytes} [Mon Apr 6 19:56:56 2026] GET /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/2166] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:56 2026] DELETE /v2.0/networks/fdf5e87a-cf98-4448-a295-59c01760812f => generated 0 bytes in 270 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2167] 10.0.0.45 () {32 vars in 743 bytes} [Mon Apr 6 19:56:56 2026] DELETE /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags/red => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2168] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:57 2026] GET /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:56:57.076 8 INFO neutron.api.v2.resource [None req-77174836-fc3a-462a-a120-6b5c90bd6898 f3fcba9e55964cc68a1d769d81361fd7 5841b4d80ed6417c9d65b8dc7cd21f2e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1162/2169] 10.0.0.45 () {32 vars in 747 bytes} [Mon Apr 6 19:56:57 2026] DELETE /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags/green => generated 99 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2170] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:56:57 2026] DELETE /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/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: 1164/2171] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:56:57 2026] GET /v2.0/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8/tags => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2172] 10.0.0.45 () {32 vars in 733 bytes} [Mon Apr 6 19:56:57 2026] DELETE /v2.0/qos/policies/8788d5d4-8a63-4514-8d26-ae72072bc3e8 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2173] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:57 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 975 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2174] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:57 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:57.373 7 INFO neutron_taas.services.taas.taas_plugin [None req-2245484f-4399-4d2b-bf01-04a2f7c266b8 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 6b310ddf-3aee-4763-816e-fe1b90b9dbd3 2026-04-06 19:56:57.375 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2245484f-4399-4d2b-bf01-04a2f7c266b8 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 6b310ddf-3aee-4763-816e-fe1b90b9dbd3 [pid: 7|app: 0|req: 1008/2175] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:56:57 2026] PUT /v2.0/routers/1c6352a3-daf5-49cb-a5c8-f248886a154a/remove_router_interface => generated 309 bytes in 889 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:58.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-51da59f9-25e8-4820-b4c0-0d12bacf0a8a 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 6e85558d-2bb9-4184-b154-ed466ff11250 2026-04-06 19:56:58.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51da59f9-25e8-4820-b4c0-0d12bacf0a8a 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 6e85558d-2bb9-4184-b154-ed466ff11250 [pid: 7|app: 0|req: 1009/2176] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:57 2026] GET /v2.0/security-groups?tenant_id=5841b4d80ed6417c9d65b8dc7cd21f2e&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2177] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:58 2026] DELETE /v2.0/security-groups/70ebe245-d8c2-48d4-995c-85c2a2f2f36e => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:56:58.294 8 INFO neutron_taas.services.taas.taas_plugin [None req-51da59f9-25e8-4820-b4c0-0d12bacf0a8a 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 02054a48-1418-4b61-94c5-9ddd43cde886 2026-04-06 19:56:58.297 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51da59f9-25e8-4820-b4c0-0d12bacf0a8a 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 02054a48-1418-4b61-94c5-9ddd43cde886 [pid: 7|app: 0|req: 1011/2178] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:58 2026] GET /v2.0/security-groups?tenant_id=c1c3d486f9d44e61bb4dd9c915101c9b&name=default => generated 2925 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1012/2179] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:56:58 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 975 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2180] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:58 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:56:58.597 7 INFO neutron.services.segments.plugin [-] Segment 983f6a59-a85b-4e27-9801-30f708407976 resource provider aggregate not found 2026-04-06 19:56:58.603 7 INFO neutron.services.segments.plugin [-] Segment 983f6a59-a85b-4e27-9801-30f708407976 resource provider aggregate not found 2026-04-06 19:56:58.621 7 INFO neutron.services.segments.plugin [-] Segment 983f6a59-a85b-4e27-9801-30f708407976 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 983f6a59-a85b-4e27-9801-30f708407976 found for delete ", "request_id": "req-ad876cd3-a66c-4d94-b862-841d6a2b836e"}]} 2026-04-06 19:56:58.626 7 INFO neutron.services.segments.plugin [-] Segment 983f6a59-a85b-4e27-9801-30f708407976 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 983f6a59-a85b-4e27-9801-30f708407976 found for delete ", "request_id": "req-0324583a-c7f0-481c-9e3c-d201a4fe09e3"}]} 2026-04-06 19:56:58.667 8 INFO neutron.services.segments.plugin [-] Segment ed55d51b-c0e9-45ee-b022-50af4470adac resource provider aggregate not found 2026-04-06 19:56:58.670 8 INFO neutron.services.segments.plugin [-] Segment ed55d51b-c0e9-45ee-b022-50af4470adac resource provider aggregate not found 2026-04-06 19:56:58.685 8 INFO neutron.services.segments.plugin [-] Segment ed55d51b-c0e9-45ee-b022-50af4470adac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed55d51b-c0e9-45ee-b022-50af4470adac found for delete ", "request_id": "req-d4eb5365-f34d-4344-88d6-dfca84ca019f"}]} 2026-04-06 19:56:58.690 8 INFO neutron.services.segments.plugin [-] Segment ed55d51b-c0e9-45ee-b022-50af4470adac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed55d51b-c0e9-45ee-b022-50af4470adac found for delete ", "request_id": "req-e97493e8-11de-4414-9141-cc0c0c2fe71c"}]} 2026-04-06 19:56:58.693 8 INFO neutron.db.l3_hamode_db [None req-51da59f9-25e8-4820-b4c0-0d12bacf0a8a 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] HA network dc677bc1-5fae-428a-a232-681cfe22f64f was deleted as no HA routers are present in tenant 1f844a1339144806848a5a5423a393cb. [pid: 8|app: 0|req: 1168/2181] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:57 2026] DELETE /v2.0/routers/1c6352a3-daf5-49cb-a5c8-f248886a154a => generated 0 bytes in 793 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2182] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:58 2026] DELETE /v2.0/security-groups/108254a5-13ea-454d-b90c-75f92811d560 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2183] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:56:58 2026] GET /v2.0/security-groups?id=9c624504-f8bc-4935-8854-fc48940bf019&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-04-06 19:56:58.806 8 INFO neutron_taas.services.taas.taas_plugin [req-2392c61a-e867-4abc-89dc-3cda77d0f161 req-4a33de1b-0a04-4139-84c4-d0724f1e876a f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] TaaS: Handle Delete Port: d19c4694-3901-48b8-a0c7-aa1c60d2ccaa 2026-04-06 19:56:58.809 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2392c61a-e867-4abc-89dc-3cda77d0f161 req-4a33de1b-0a04-4139-84c4-d0724f1e876a f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Tap Mirror: Handle Delete Port: d19c4694-3901-48b8-a0c7-aa1c60d2ccaa [pid: 7|app: 0|req: 1016/2184] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:56:58 2026] DELETE /v2.0/subnets/325749f6-68c7-4411-88c8-35a565012262 => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2185] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 19:56:58 2026] DELETE /v2.0/ports/d19c4694-3901-48b8-a0c7-aa1c60d2ccaa => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 19:56:58.990 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab7ea4fe-bef5-4ef5-8cbd-2d9d8b5a2b5e'] response: {'server_uuid': 'adcda082-0af5-458f-8463-a4d8f864f4a1', 'name': 'network-vif-deleted', 'tag': 'd19c4694-3901-48b8-a0c7-aa1c60d2ccaa', 'status': 'completed', 'code': 200} 2026-04-06 19:56:59.018 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bdb28b3-122f-4f89-9730-82ba9f1553e3 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 1de36df4-10a4-4564-bcbc-2e9439853ae2 2026-04-06 19:56:59.020 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bdb28b3-122f-4f89-9730-82ba9f1553e3 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 1de36df4-10a4-4564-bcbc-2e9439853ae2 [pid: 7|app: 0|req: 1017/2186] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:56:58 2026] DELETE /v2.0/networks/909b9aed-2696-46c3-822b-8eb143224c7c => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2187] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:59 2026] GET /v2.0/security-groups?tenant_id=fb77fedd55b04ad0af99096e2bca71e8&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2188] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:59 2026] DELETE /v2.0/security-groups/a9f55cc0-468e-4892-90be-a2597673eb04 => 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: 1171/2189] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:56:59 2026] GET /v2.0/security-groups?tenant_id=1f844a1339144806848a5a5423a393cb&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2190] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:56:59 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => 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: 1019/2191] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:56:59 2026] DELETE /v2.0/security-groups/d3a4c130-2aa4-46bc-8881-0f6003d3d0f5 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:57:00.637 7 INFO neutron.services.segments.plugin [-] Segment 29874d3b-9bc7-4941-aa0b-ecfaece925d0 resource provider aggregate not found 2026-04-06 19:57:00.642 7 INFO neutron.services.segments.plugin [-] Segment 29874d3b-9bc7-4941-aa0b-ecfaece925d0 resource provider aggregate not found 2026-04-06 19:57:00.648 7 INFO neutron.services.segments.plugin [-] Segment 29874d3b-9bc7-4941-aa0b-ecfaece925d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29874d3b-9bc7-4941-aa0b-ecfaece925d0 found for delete ", "request_id": "req-315a8e73-380d-4614-b21d-2de3a9610a08"}]} 2026-04-06 19:57:00.660 7 INFO neutron.services.segments.plugin [-] Segment 29874d3b-9bc7-4941-aa0b-ecfaece925d0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29874d3b-9bc7-4941-aa0b-ecfaece925d0 found for delete ", "request_id": "req-a478d286-51f2-4e54-b64f-4227b92a4b26"}]} [pid: 8|app: 0|req: 1173/2192] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:57:00 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => 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: 1020/2193] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:57:02 2026] GET /v2.0/ports?device_id=adcda082-0af5-458f-8463-a4d8f864f4a1 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:02.368 8 INFO neutron.db.segments_db [None req-f1006f78-88d4-4227-ac82-e2de91199c0f 2414ad4673074fed8f8905b724abceb3 daad8054657c4b6481ba37e472950ac6 - - default default] Added segment 43e81c78-6ae5-4b71-8bf9-d72a155dda08 of type vxlan for network 138d8d8b-1091-42ed-bbb3-f822e39a62a1 2026-04-06 19:57:02.632 8 INFO neutron.db.l3_hamode_db [None req-f1006f78-88d4-4227-ac82-e2de91199c0f 2414ad4673074fed8f8905b724abceb3 daad8054657c4b6481ba37e472950ac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:57:02.723 8 INFO neutron.db.l3_hamode_db [None req-f1006f78-88d4-4227-ac82-e2de91199c0f 2414ad4673074fed8f8905b724abceb3 daad8054657c4b6481ba37e472950ac6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1174/2194] 10.0.0.45 () {34 vars in 667 bytes} [Mon Apr 6 19:57:02 2026] POST /v2.0/routers => generated 474 bytes in 1008 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2195] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:03 2026] DELETE /v2.0/security-groups/9c624504-f8bc-4935-8854-fc48940bf019 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2196] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:57:03 2026] PUT /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2197] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:57:03 2026] GET /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2198] 10.0.0.45 () {34 vars in 761 bytes} [Mon Apr 6 19:57:03 2026] PUT /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags/green => generated 4 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-06 19:57:03.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-ec764c92-1cc4-43a9-999e-8328f16ce70f f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] TaaS: Handle Delete Port: 1c27d6ac-fca9-4b60-91ef-80b50e17d727 2026-04-06 19:57:03.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ec764c92-1cc4-43a9-999e-8328f16ce70f f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Tap Mirror: Handle Delete Port: 1c27d6ac-fca9-4b60-91ef-80b50e17d727 [pid: 8|app: 0|req: 1178/2199] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:57:03 2026] GET /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags => generated 34 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2200] 10.0.0.45 () {34 vars in 757 bytes} [Mon Apr 6 19:57:03 2026] PUT /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags/red => generated 4 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2201] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:57:03 2026] GET /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags => generated 34 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2202] 10.0.0.45 () {34 vars in 779 bytes} [Mon Apr 6 19:57:03 2026] PUT /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags/black.or.white => generated 4 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2203] 10.0.0.45 () {34 vars in 677 bytes} [Mon Apr 6 19:57:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2204] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 19:57:03 2026] PUT /v2.0/routers/a942dde9-c9c3-4558-89b4-47dec6abf241/remove_router_interface => generated 309 bytes in 967 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2205] 10.0.0.45 () {34 vars in 677 bytes} [Mon Apr 6 19:57:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2206] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:57:04 2026] GET /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags => generated 52 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2207] 10.0.0.45 () {34 vars in 677 bytes} [Mon Apr 6 19:57:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2208] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:57:04 2026] DELETE /v2.0/subnets/74422224-a9fe-4dd7-ab56-7c5b2a372697 => 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: 1025/2209] 10.0.0.45 () {34 vars in 677 bytes} [Mon Apr 6 19:57:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2210] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:57:04 2026] PUT /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags => generated 37 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2211] 10.0.0.45 () {34 vars in 677 bytes} [Mon Apr 6 19:57:04 2026] POST /v2.0/qos/policies => generated 359 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2212] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:57:04 2026] GET /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags => generated 37 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2213] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:57:04 2026] PUT /v2.0/policies/568b607a-719c-4e45-8127-36d2e5cd4949/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:04.629 7 INFO neutron_taas.services.taas.taas_plugin [None req-d920326e-b4fc-4089-9207-e0a8e69cbffc f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] TaaS: Handle Delete Port: e8c9fa4b-fe06-4bec-b2f7-5a3d39fdd4e3 2026-04-06 19:57:04.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d920326e-b4fc-4089-9207-e0a8e69cbffc f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Tap Mirror: Handle Delete Port: e8c9fa4b-fe06-4bec-b2f7-5a3d39fdd4e3 [pid: 8|app: 0|req: 1189/2214] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 19:57:04 2026] GET /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags/red => 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: 1190/2215] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:57:04 2026] PUT /v2.0/policies/eed87926-ab48-4a94-9e7f-b44f2cf6e44e/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:04.812 8 INFO neutron.api.v2.resource [None req-7c2bae00-59e2-4ee4-90a2-b7f20de2bf11 2414ad4673074fed8f8905b724abceb3 daad8054657c4b6481ba37e472950ac6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1191/2216] 10.0.0.45 () {32 vars in 742 bytes} [Mon Apr 6 19:57:04 2026] GET /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags/green => generated 99 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2217] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:57:04 2026] PUT /v2.0/policies/6b9c9be9-8a33-4de4-a5b1-9611cb53a8cf/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:04.873 7 INFO neutron_taas.services.taas.taas_plugin [None req-d920326e-b4fc-4089-9207-e0a8e69cbffc f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] TaaS: Handle Delete Port: 38c1b52a-1284-4d30-841a-7f3b0b036496 2026-04-06 19:57:04.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d920326e-b4fc-4089-9207-e0a8e69cbffc f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Tap Mirror: Handle Delete Port: 38c1b52a-1284-4d30-841a-7f3b0b036496 [pid: 8|app: 0|req: 1193/2218] 10.0.0.45 () {32 vars in 741 bytes} [Mon Apr 6 19:57:04 2026] DELETE /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags/red => 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: 1194/2219] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:57:04 2026] PUT /v2.0/policies/ea9fc35e-e366-445c-8002-fb8876d5951b/tags => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2220] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:57:04 2026] GET /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags => generated 30 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:05.090 8 INFO neutron.api.v2.resource [None req-7829fe95-b5ce-42d5-a303-cb2cc1cca779 2414ad4673074fed8f8905b724abceb3 daad8054657c4b6481ba37e472950ac6 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1196/2221] 10.0.0.45 () {32 vars in 745 bytes} [Mon Apr 6 19:57:05 2026] DELETE /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags/green => generated 99 bytes in 69 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2222] 10.0.0.45 () {32 vars in 733 bytes} [Mon Apr 6 19:57:05 2026] DELETE /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:57:05.226 7 INFO neutron.services.segments.plugin [-] Segment 4a816f26-34c7-4f84-89d8-244224cc627f resource provider aggregate not found 2026-04-06 19:57:05.243 7 INFO neutron.services.segments.plugin [-] Segment 4a816f26-34c7-4f84-89d8-244224cc627f resource provider aggregate not found 2026-04-06 19:57:05.249 7 INFO neutron.services.segments.plugin [-] Segment 4a816f26-34c7-4f84-89d8-244224cc627f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a816f26-34c7-4f84-89d8-244224cc627f found for delete ", "request_id": "req-bdf996db-63dd-46ed-bd43-9e824e2825cb"}]} 2026-04-06 19:57:05.265 7 INFO neutron.services.segments.plugin [-] Segment 4a816f26-34c7-4f84-89d8-244224cc627f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a816f26-34c7-4f84-89d8-244224cc627f found for delete ", "request_id": "req-57624756-3352-494c-8c4c-5eb80d7857f3"}]} 2026-04-06 19:57:05.266 7 INFO neutron.db.l3_hamode_db [None req-d920326e-b4fc-4089-9207-e0a8e69cbffc f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] HA network f34103f2-174a-43e0-a7ad-5cdec389a13e was deleted as no HA routers are present in tenant f8d394eceee048acb0a1809ea30e5ca6. [pid: 7|app: 0|req: 1026/2223] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:57:04 2026] DELETE /v2.0/routers/a942dde9-c9c3-4558-89b4-47dec6abf241 => generated 0 bytes in 844 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2224] 10.0.0.45 () {32 vars in 730 bytes} [Mon Apr 6 19:57:05 2026] GET /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3/tags => generated 12 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2225] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:57:05 2026] GET /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3 => generated 480 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:57:05.381 7 INFO neutron_taas.services.taas.taas_plugin [None req-3913bd36-8349-4281-b260-eb0263943974 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] TaaS: Handle Delete Port: 27ad7c75-c93f-47fa-b1bc-310e19f14547 2026-04-06 19:57:05.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3913bd36-8349-4281-b260-eb0263943974 f62b204471bc4257b96d37ae2708f5ac f8d394eceee048acb0a1809ea30e5ca6 - - default default] Tap Mirror: Handle Delete Port: 27ad7c75-c93f-47fa-b1bc-310e19f14547 [pid: 8|app: 0|req: 1200/2226] 10.0.0.45 () {32 vars in 673 bytes} [Mon Apr 6 19:57:05 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2227] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:57:05 2026] DELETE /v2.0/networks/18ad5eb6-bc7d-48c3-bc17-18611d8249da => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2228] 10.0.0.45 () {32 vars in 687 bytes} [Mon Apr 6 19:57:05 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2229] 10.0.0.45 () {32 vars in 683 bytes} [Mon Apr 6 19:57:05 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2230] 10.0.0.45 () {32 vars in 695 bytes} [Mon Apr 6 19:57:05 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2231] 10.0.0.45 () {32 vars in 681 bytes} [Mon Apr 6 19:57:05 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2232] 10.0.0.45 () {32 vars in 695 bytes} [Mon Apr 6 19:57:05 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2233] 10.0.0.45 () {34 vars in 741 bytes} [Mon Apr 6 19:57:05 2026] PUT /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3 => generated 480 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2234] 10.0.0.45 () {32 vars in 691 bytes} [Mon Apr 6 19:57:05 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1202/2235] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:57:06 2026] GET /v2.0/ports?device_id=20ae4228-63df-472e-82a8-9cfd943fabd3 => 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: 1203/2236] 10.0.0.45 () {32 vars in 703 bytes} [Mon Apr 6 19:57:06 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2237] 10.0.0.45 () {32 vars in 733 bytes} [Mon Apr 6 19:57:06 2026] DELETE /v2.0/qos/policies/568b607a-719c-4e45-8127-36d2e5cd4949 => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:57:06.243 7 INFO neutron_taas.services.taas.taas_plugin [None req-2d7846c5-0268-4e06-9fd0-2b40e65a5043 2414ad4673074fed8f8905b724abceb3 daad8054657c4b6481ba37e472950ac6 - - default default] TaaS: Handle Delete Port: 4459b8b5-1b44-4280-92f9-22ff716cb936 2026-04-06 19:57:06.245 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d7846c5-0268-4e06-9fd0-2b40e65a5043 2414ad4673074fed8f8905b724abceb3 daad8054657c4b6481ba37e472950ac6 - - default default] Tap Mirror: Handle Delete Port: 4459b8b5-1b44-4280-92f9-22ff716cb936 [pid: 8|app: 0|req: 1205/2238] 10.0.0.45 () {32 vars in 733 bytes} [Mon Apr 6 19:57:06 2026] DELETE /v2.0/qos/policies/eed87926-ab48-4a94-9e7f-b44f2cf6e44e => 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: 1206/2239] 10.0.0.45 () {32 vars in 733 bytes} [Mon Apr 6 19:57:06 2026] DELETE /v2.0/qos/policies/6b9c9be9-8a33-4de4-a5b1-9611cb53a8cf => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:57:06.584 7 INFO neutron.db.l3_hamode_db [None req-2d7846c5-0268-4e06-9fd0-2b40e65a5043 2414ad4673074fed8f8905b724abceb3 daad8054657c4b6481ba37e472950ac6 - - default default] HA network 138d8d8b-1091-42ed-bbb3-f822e39a62a1 was deleted as no HA routers are present in tenant daad8054657c4b6481ba37e472950ac6. [pid: 7|app: 0|req: 1034/2240] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:57:06 2026] DELETE /v2.0/routers/20ae4228-63df-472e-82a8-9cfd943fabd3 => generated 0 bytes in 505 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2241] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:06 2026] GET /v2.0/security-groups?tenant_id=38791c242b52495b852fde0e6a4e9743&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2242] 10.0.0.45 () {32 vars in 733 bytes} [Mon Apr 6 19:57:06 2026] DELETE /v2.0/qos/policies/ea9fc35e-e366-445c-8002-fb8876d5951b => 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: 1208/2243] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:06 2026] DELETE /v2.0/security-groups/a4ee9476-0536-48b4-93b8-ab2ebeb96fd1 => 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: 1036/2244] 10.0.0.45 () {32 vars in 733 bytes} [Mon Apr 6 19:57:06 2026] DELETE /v2.0/qos/policies/fc0c7a34-cbf3-4f39-bcfa-3a810dc532dc => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2245] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:06 2026] GET /v2.0/security-groups?tenant_id=f8d394eceee048acb0a1809ea30e5ca6&name=default => generated 2925 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2246] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:06 2026] DELETE /v2.0/security-groups/9a49dc70-a87f-475d-bd0a-8b50164b9b8e => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:57:07.271 7 INFO neutron.services.segments.plugin [-] Segment dd54918a-21be-4fee-8b2d-050370eed079 resource provider aggregate not found 2026-04-06 19:57:07.282 7 INFO neutron.services.segments.plugin [-] Segment dd54918a-21be-4fee-8b2d-050370eed079 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd54918a-21be-4fee-8b2d-050370eed079 found for delete ", "request_id": "req-72c335a3-eb1c-4535-81ee-2479b54154cd"}]} 2026-04-06 19:57:07.286 7 INFO neutron.services.segments.plugin [-] Segment dd54918a-21be-4fee-8b2d-050370eed079 resource provider aggregate not found 2026-04-06 19:57:07.298 7 INFO neutron.services.segments.plugin [-] Segment 43e81c78-6ae5-4b71-8bf9-d72a155dda08 resource provider aggregate not found 2026-04-06 19:57:07.300 7 INFO neutron.services.segments.plugin [-] Segment dd54918a-21be-4fee-8b2d-050370eed079 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd54918a-21be-4fee-8b2d-050370eed079 found for delete ", "request_id": "req-1ec251b3-daa6-4bf9-9d35-8983aa927018"}]} 2026-04-06 19:57:07.314 7 INFO neutron.services.segments.plugin [-] Segment 43e81c78-6ae5-4b71-8bf9-d72a155dda08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43e81c78-6ae5-4b71-8bf9-d72a155dda08 found for delete ", "request_id": "req-cb49f55f-0a17-4eff-aeda-341d4470bb14"}]} 2026-04-06 19:57:07.320 7 INFO neutron.services.segments.plugin [-] Segment 43e81c78-6ae5-4b71-8bf9-d72a155dda08 resource provider aggregate not found 2026-04-06 19:57:07.331 7 INFO neutron.services.segments.plugin [-] Segment 43e81c78-6ae5-4b71-8bf9-d72a155dda08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 43e81c78-6ae5-4b71-8bf9-d72a155dda08 found for delete ", "request_id": "req-95331ec9-5d7a-4a9a-b226-74c044a09917"}]} [pid: 8|app: 0|req: 1210/2247] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:07 2026] GET /v2.0/security-groups?tenant_id=01ae1e205e4b4f0ba739ab60e7fcf790&name=default => generated 2925 bytes in 301 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2248] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:07 2026] DELETE /v2.0/security-groups/b7a3c1b8-0f15-4d9b-ab48-b97f56f87df4 => 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: 1038/2249] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:07 2026] GET /v2.0/security-groups?tenant_id=d4d261a01b854fe3b37a2ec88ea7e939&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2250] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:07 2026] DELETE /v2.0/security-groups/c726c35b-705e-4da5-9a2b-c130b6b20d92 => 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: 1039/2251] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:07 2026] GET /v2.0/security-groups?tenant_id=daad8054657c4b6481ba37e472950ac6&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2252] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:07 2026] DELETE /v2.0/security-groups/268fec9b-2067-4457-8dc0-ccf72c29a841 => 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: 1040/2253] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:07 2026] GET /v2.0/security-groups?tenant_id=78bd6a141e3443b5ad6ea31e8c45c983&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2254] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:07 2026] DELETE /v2.0/security-groups/8352d773-8f8d-48cb-8415-f84c7067788d => 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: 1041/2255] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:08 2026] GET /v2.0/security-groups?tenant_id=dff8792930eb460a83ef2e20c478fddc&name=default => generated 2925 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2256] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:08 2026] DELETE /v2.0/security-groups/9f0ee8fa-fed8-4cd5-a403-088466316172 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:57:12.472 7 INFO neutron.db.segments_db [None req-c35c7baf-cc9d-49ab-b585-e82f67dd1c23 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Added segment 1a51daf4-f2ed-4fb8-906f-986517d5afca of type vxlan for network 9d781b3d-d292-4c45-b178-c394fb16080b 2026-04-06 19:57:12.766 7 INFO neutron.db.l3_hamode_db [None req-c35c7baf-cc9d-49ab-b585-e82f67dd1c23 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:57:12.870 7 INFO neutron.db.l3_hamode_db [None req-c35c7baf-cc9d-49ab-b585-e82f67dd1c23 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1043/2259] 10.0.0.45 () {34 vars in 667 bytes} [Mon Apr 6 19:57:12 2026] POST /v2.0/routers => generated 474 bytes in 1116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:57:13.459 8 INFO neutron.db.l3_hamode_db [None req-5d0365b3-3023-489f-a13e-3d2aca69bc2d 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:57:13.573 8 INFO neutron.db.l3_hamode_db [None req-5d0365b3-3023-489f-a13e-3d2aca69bc2d 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1217/2260] 10.0.0.45 () {34 vars in 667 bytes} [Mon Apr 6 19:57:13 2026] POST /v2.0/routers => generated 474 bytes in 635 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:57:14.110 7 INFO neutron.db.l3_hamode_db [None req-46f4823f-72f3-4d1f-a3ee-e8f0429e529b 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:57:14.217 7 INFO neutron.db.l3_hamode_db [None req-46f4823f-72f3-4d1f-a3ee-e8f0429e529b 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1044/2261] 10.0.0.45 () {34 vars in 667 bytes} [Mon Apr 6 19:57:14 2026] POST /v2.0/routers => generated 474 bytes in 702 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:57:14.812 8 INFO neutron.db.l3_hamode_db [None req-cb5bfd34-c702-45bd-8ed7-17cc78a2342c 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:57:14.918 8 INFO neutron.db.l3_hamode_db [None req-cb5bfd34-c702-45bd-8ed7-17cc78a2342c 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1218/2262] 10.0.0.45 () {34 vars in 667 bytes} [Mon Apr 6 19:57:14 2026] POST /v2.0/routers => generated 474 bytes in 723 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:57:15.546 8 INFO neutron.db.l3_hamode_db [None req-43d6c679-6cf3-4e2c-8558-7ce5587084f2 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-06 19:57:15.685 7 INFO neutron.db.segments_db [None req-df7fd900-6f82-4675-ad00-f5a4f5596d47 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Added segment 73a7c1d1-4948-4162-b670-75741223f612 of type vxlan for network 8d542590-ccf8-4823-9414-5f4b23377a0e 2026-04-06 19:57:15.709 8 INFO neutron.db.l3_hamode_db [None req-43d6c679-6cf3-4e2c-8558-7ce5587084f2 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1045/2263] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:57:15 2026] POST /v2.0/networks => generated 621 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2264] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:57:15 2026] POST /v2.0/subnets => generated 657 bytes in 273 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2265] 10.0.0.45 () {32 vars in 721 bytes} [Mon Apr 6 19:57:16 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2266] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:57:16 2026] POST /v2.0/subnets => generated 731 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2267] 10.0.0.45 () {34 vars in 667 bytes} [Mon Apr 6 19:57:15 2026] POST /v2.0/routers => generated 474 bytes in 870 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:57:16.402 7 INFO neutron.db.segments_db [None req-2b0c8a5f-9358-4d9c-9566-adb8eeb90e27 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Added segment 5028fb76-5baa-43ac-b173-181d67bcc05d of type vxlan for network a62277e9-459c-4d83-8553-8372d133cf78 [pid: 8|app: 0|req: 1220/2268] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:57:16 2026] PUT /v2.0/routers/7b133fd5-cd4b-4e1e-bad7-bcfaaaec4df1/tags => generated 17 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2269] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:57:16 2026] POST /v2.0/networks => generated 619 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2270] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:57:16 2026] PUT /v2.0/routers/25c0211e-615a-4cf1-8523-0c12f9bae215/tags => generated 25 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2271] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:57:16 2026] PUT /v2.0/routers/a37ce73b-78a8-4687-9cf1-e33664000bb9/tags => generated 34 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2272] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:57:16 2026] POST /v2.0/subnets => generated 656 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2273] 10.0.0.45 () {34 vars in 750 bytes} [Mon Apr 6 19:57:16 2026] PUT /v2.0/routers/9de470dd-e204-42b4-8075-a4a870193e6d/tags => generated 19 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2274] 10.0.0.45 () {32 vars in 663 bytes} [Mon Apr 6 19:57:16 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2275] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:57:16 2026] POST /v2.0/subnets => generated 725 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2276] 10.0.0.45 () {32 vars in 677 bytes} [Mon Apr 6 19:57:16 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:57:16.989 7 INFO neutron.db.segments_db [None req-6732d7f3-99c6-47ef-a5e3-0ab93ac47145 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Added segment 2a84cc98-0326-4e97-9923-8892183a1093 of type vxlan for network a16986ee-406d-44ec-860d-fff5e35ea9a5 [pid: 8|app: 0|req: 1226/2277] 10.0.0.45 () {32 vars in 673 bytes} [Mon Apr 6 19:57:16 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2278] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:57:16 2026] POST /v2.0/networks => generated 618 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2279] 10.0.0.45 () {32 vars in 685 bytes} [Mon Apr 6 19:57:17 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1228/2280] 10.0.0.45 () {32 vars in 671 bytes} [Mon Apr 6 19:57:17 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2281] 10.0.0.45 () {32 vars in 685 bytes} [Mon Apr 6 19:57:17 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1053/2282] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:57:17 2026] POST /v2.0/subnets => generated 655 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2283] 10.0.0.45 () {32 vars in 681 bytes} [Mon Apr 6 19:57:17 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2284] 10.0.0.45 () {32 vars in 693 bytes} [Mon Apr 6 19:57:17 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2285] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:57:17 2026] GET /v2.0/routers/7b133fd5-cd4b-4e1e-bad7-bcfaaaec4df1 => generated 485 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2286] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:57:17 2026] POST /v2.0/subnets => generated 729 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:57:17.568 7 INFO neutron.db.segments_db [None req-c4545378-30f8-43a1-bc18-f1a58a3a36f4 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Added segment 66173a29-873e-476f-a2a5-01f844f248ab of type vxlan for network 9a737ec1-61e9-4384-8cfd-7e525ef77cf5 2026-04-06 19:57:17.799 7 INFO neutron.db.l3_hamode_db [None req-c4545378-30f8-43a1-bc18-f1a58a3a36f4 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1233/2287] 10.0.0.45 () {34 vars in 741 bytes} [Mon Apr 6 19:57:17 2026] PUT /v2.0/routers/7b133fd5-cd4b-4e1e-bad7-bcfaaaec4df1 => generated 485 bytes in 455 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2288] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:57:17 2026] GET /v2.0/ports?device_id=7b133fd5-cd4b-4e1e-bad7-bcfaaaec4df1 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:18.091 8 INFO neutron_taas.services.taas.taas_plugin [None req-c22dbaf9-82cb-412a-8a7e-9557e7fef7c0 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] TaaS: Handle Delete Port: 3c03f79a-e034-4eb8-8a20-95aed35e5cee 2026-04-06 19:57:18.093 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c22dbaf9-82cb-412a-8a7e-9557e7fef7c0 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Tap Mirror: Handle Delete Port: 3c03f79a-e034-4eb8-8a20-95aed35e5cee [pid: 8|app: 0|req: 1235/2289] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:57:17 2026] DELETE /v2.0/routers/7b133fd5-cd4b-4e1e-bad7-bcfaaaec4df1 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2290] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:57:18 2026] GET /v2.0/routers/25c0211e-615a-4cf1-8523-0c12f9bae215 => generated 493 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:57:18.568 7 INFO neutron.db.l3_hamode_db [None req-c4545378-30f8-43a1-bc18-f1a58a3a36f4 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1237/2291] 10.0.0.45 () {34 vars in 741 bytes} [Mon Apr 6 19:57:18 2026] PUT /v2.0/routers/25c0211e-615a-4cf1-8523-0c12f9bae215 => generated 493 bytes in 912 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2292] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:57:19 2026] GET /v2.0/ports?device_id=25c0211e-615a-4cf1-8523-0c12f9bae215 => 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: 1055/2293] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 19:57:17 2026] POST /v2.0/routers => generated 685 bytes in 1856 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:57:19.426 8 INFO neutron_taas.services.taas.taas_plugin [None req-d9a397b2-d94c-4a6c-b0be-2b2123d4f57c 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] TaaS: Handle Delete Port: 087eed60-bee3-4656-8701-26deb8424e41 2026-04-06 19:57:19.429 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d9a397b2-d94c-4a6c-b0be-2b2123d4f57c 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Tap Mirror: Handle Delete Port: 087eed60-bee3-4656-8701-26deb8424e41 [pid: 8|app: 0|req: 1239/2294] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:57:19 2026] DELETE /v2.0/routers/25c0211e-615a-4cf1-8523-0c12f9bae215 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2295] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:57:19 2026] GET /v2.0/routers/a37ce73b-78a8-4687-9cf1-e33664000bb9 => generated 502 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2296] 10.0.0.45 () {34 vars in 741 bytes} [Mon Apr 6 19:57:19 2026] PUT /v2.0/routers/a37ce73b-78a8-4687-9cf1-e33664000bb9 => generated 502 bytes in 482 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2297] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:57:20 2026] GET /v2.0/ports?device_id=a37ce73b-78a8-4687-9cf1-e33664000bb9 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:20.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-c6eb2f76-6291-4825-900a-e5162682c8fa 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] TaaS: Handle Delete Port: d6821fcf-00a4-421c-b399-7b42cc26373b 2026-04-06 19:57:20.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c6eb2f76-6291-4825-900a-e5162682c8fa 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Tap Mirror: Handle Delete Port: d6821fcf-00a4-421c-b399-7b42cc26373b [pid: 8|app: 0|req: 1243/2298] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:57:20 2026] DELETE /v2.0/routers/a37ce73b-78a8-4687-9cf1-e33664000bb9 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2299] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:57:20 2026] GET /v2.0/routers/9de470dd-e204-42b4-8075-a4a870193e6d => generated 487 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2300] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:57:19 2026] PUT /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b/add_router_interface => generated 309 bytes in 1234 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1245/2301] 10.0.0.45 () {34 vars in 741 bytes} [Mon Apr 6 19:57:20 2026] PUT /v2.0/routers/9de470dd-e204-42b4-8075-a4a870193e6d => generated 487 bytes in 471 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2302] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:57:21 2026] GET /v2.0/ports?device_id=9de470dd-e204-42b4-8075-a4a870193e6d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:21.249 8 INFO neutron_taas.services.taas.taas_plugin [None req-32f7e77f-4afe-4ee5-b3f3-5f1a6e01bd0d 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] TaaS: Handle Delete Port: eb619d7d-a0e1-42b4-986f-cb37d8243495 2026-04-06 19:57:21.252 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-32f7e77f-4afe-4ee5-b3f3-5f1a6e01bd0d 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Tap Mirror: Handle Delete Port: eb619d7d-a0e1-42b4-986f-cb37d8243495 [pid: 8|app: 0|req: 1247/2303] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:57:21 2026] DELETE /v2.0/routers/9de470dd-e204-42b4-8075-a4a870193e6d => generated 0 bytes in 364 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2304] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:57:21 2026] GET /v2.0/routers/f14e4a08-4beb-45c9-a2e4-0fad8cfd9016 => generated 480 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2305] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:57:20 2026] PUT /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b/add_router_interface => generated 309 bytes in 1339 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2306] 10.0.0.45 () {34 vars in 741 bytes} [Mon Apr 6 19:57:21 2026] PUT /v2.0/routers/f14e4a08-4beb-45c9-a2e4-0fad8cfd9016 => generated 480 bytes in 553 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2307] 10.0.0.45 () {32 vars in 735 bytes} [Mon Apr 6 19:57:22 2026] GET /v2.0/ports?device_id=f14e4a08-4beb-45c9-a2e4-0fad8cfd9016 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:22.307 8 INFO neutron_taas.services.taas.taas_plugin [None req-2081e9e4-1227-4986-a316-0316e6b61ebb 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] TaaS: Handle Delete Port: c96970f1-322d-4bfc-ba5e-17bdbba430e6 2026-04-06 19:57:22.310 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2081e9e4-1227-4986-a316-0316e6b61ebb 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] Tap Mirror: Handle Delete Port: c96970f1-322d-4bfc-ba5e-17bdbba430e6 2026-04-06 19:57:22.680 8 INFO neutron.services.segments.plugin [-] Segment 1a51daf4-f2ed-4fb8-906f-986517d5afca resource provider aggregate not found 2026-04-06 19:57:22.689 8 INFO neutron.services.segments.plugin [-] Segment 1a51daf4-f2ed-4fb8-906f-986517d5afca resource provider aggregate not found 2026-04-06 19:57:22.697 8 INFO neutron.services.segments.plugin [-] Segment 1a51daf4-f2ed-4fb8-906f-986517d5afca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a51daf4-f2ed-4fb8-906f-986517d5afca found for delete ", "request_id": "req-6b462a07-21b7-41b9-9abc-aee4e7ad1432"}]} 2026-04-06 19:57:22.704 8 INFO neutron.services.segments.plugin [-] Segment 1a51daf4-f2ed-4fb8-906f-986517d5afca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1a51daf4-f2ed-4fb8-906f-986517d5afca found for delete ", "request_id": "req-330b59e9-bb34-4f66-87b7-2376ca426b7f"}]} 2026-04-06 19:57:22.723 8 INFO neutron.db.l3_hamode_db [None req-2081e9e4-1227-4986-a316-0316e6b61ebb 66e842d5a00541f8b2120a1f37e7660c 7ddbcfd3ced4473eb2d185759a852cd4 - - default default] HA network 9d781b3d-d292-4c45-b178-c394fb16080b was deleted as no HA routers are present in tenant 7ddbcfd3ced4473eb2d185759a852cd4. [pid: 8|app: 0|req: 1251/2308] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 19:57:22 2026] DELETE /v2.0/routers/f14e4a08-4beb-45c9-a2e4-0fad8cfd9016 => generated 0 bytes in 613 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2309] 10.0.0.45 () {34 vars in 782 bytes} [Mon Apr 6 19:57:21 2026] PUT /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b/add_router_interface => generated 309 bytes in 1847 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2310] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:23 2026] GET /v2.0/security-groups?tenant_id=7ddbcfd3ced4473eb2d185759a852cd4&name=default => generated 2929 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2311] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:23 2026] DELETE /v2.0/security-groups/da6f1f00-0fc5-42b5-8169-bb12bf3162e4 => 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: 1059/2312] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 19:57:23 2026] POST /v2.0/security-groups => generated 1629 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2313] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2314] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:24 2026] GET /v2.0/security-groups?tenant_id=d2a2601533494791adaaabab3d69769d&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: 1255/2315] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2316] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:24 2026] DELETE /v2.0/security-groups/ea20a582-6495-45ab-9521-61440460f07d => 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: 1256/2317] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:24 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: 1062/2318] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2319] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:24 2026] GET /v2.0/security-groups?tenant_id=74ac63b8b0a54cbdad7cd3e92771279b&name=default => generated 2929 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2320] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:24 2026] POST /v2.0/security-group-rules => generated 601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2321] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:24 2026] DELETE /v2.0/security-groups/490720c0-4815-4e13-ad03-9103f9f5c338 => 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: 1064/2322] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2323] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2324] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:24 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2325] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:25 2026] POST /v2.0/security-group-rules => generated 599 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2326] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:25 2026] POST /v2.0/security-group-rules => generated 601 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2327] 10.0.0.45 () {34 vars in 694 bytes} [Mon Apr 6 19:57:25 2026] POST /v2.0/security-group-rules => generated 597 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2328] 10.0.0.76 () {34 vars in 1093 bytes} [Mon Apr 6 19:57:25 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-643802733&fields=id&tenant_id=c65b454cabe2486a8096387506e71ed7 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2329] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:57:25 2026] GET /v2.0/networks?id=a62277e9-459c-4d83-8553-8372d133cf78 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2330] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:57:25 2026] GET /v2.0/quotas/c65b454cabe2486a8096387506e71ed7 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2333] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:57:26 2026] GET /v2.0/ports?tenant_id=c65b454cabe2486a8096387506e71ed7&fields=id => generated 241 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2334] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:57:26 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1264/2335] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:57:26 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2336] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:57:26 2026] GET /v2.0/ports?device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => 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: 1265/2337] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:57:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2338] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:57:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2339] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:57:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2340] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:57:28 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2341] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:57:29 2026] POST /v2.0/subnetpools => generated 516 bytes in 56 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2342] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 19:57:29 2026] PUT /v2.0/subnetpools/67e8e6cd-3d83-45f3-ba8e-2236552d108b/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: 1268/2343] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 19:57:29 2026] PUT /v2.0/subnetpools/1da36dbd-1457-411f-9820-76aa1f576b20/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: 1076/2344] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 19:57:29 2026] PUT /v2.0/subnetpools/378b567f-3e0e-437f-a6e8-6c66cffb98d9/tags => generated 34 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2345] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 19:57:29 2026] PUT /v2.0/subnetpools/d335ec6f-56af-40e6-b856-208ab52a0350/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2346] 10.0.0.45 () {32 vars in 671 bytes} [Mon Apr 6 19:57:29 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: 8|app: 0|req: 1270/2347] 10.0.0.45 () {32 vars in 685 bytes} [Mon Apr 6 19:57:29 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2348] 10.0.0.45 () {32 vars in 681 bytes} [Mon Apr 6 19:57:29 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2349] 10.0.0.45 () {32 vars in 693 bytes} [Mon Apr 6 19:57:29 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: 7|app: 0|req: 1079/2350] 10.0.0.45 () {32 vars in 679 bytes} [Mon Apr 6 19:57:29 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2351] 10.0.0.45 () {32 vars in 693 bytes} [Mon Apr 6 19:57:29 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2352] 10.0.0.45 () {32 vars in 689 bytes} [Mon Apr 6 19:57:29 2026] GET /v2.0/subnetpools?not-tags-any=blue => 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: 1273/2353] 10.0.0.45 () {32 vars in 701 bytes} [Mon Apr 6 19:57:29 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2354] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:57:29 2026] DELETE /v2.0/subnetpools/67e8e6cd-3d83-45f3-ba8e-2236552d108b => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2355] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:57:29 2026] DELETE /v2.0/subnetpools/1da36dbd-1457-411f-9820-76aa1f576b20 => 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: 1082/2356] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:57:29 2026] DELETE /v2.0/subnetpools/378b567f-3e0e-437f-a6e8-6c66cffb98d9 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2357] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:57:29 2026] DELETE /v2.0/subnetpools/d335ec6f-56af-40e6-b856-208ab52a0350 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2358] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:57:29 2026] DELETE /v2.0/subnetpools/fff38ba4-a4e6-48fd-bf63-ed9c4f7af62e => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2359] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:57:30 2026] GET /v2.0/networks?id=a62277e9-459c-4d83-8553-8372d133cf78 => 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: 1085/2360] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:57:30 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c65b454cabe2486a8096387506e71ed7 => generated 178 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2361] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:30 2026] GET /v2.0/security-groups?tenant_id=46ddb142316b4dbe8ea61ad4b058f3e7&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2362] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:30 2026] DELETE /v2.0/security-groups/61355175-5aac-4c4e-99e4-c518adeace34 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2363] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:30 2026] GET /v2.0/security-groups?tenant_id=500de67580ba40cdb81a2c08261b567a&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2364] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:57:30 2026] POST /v2.0/ports => generated 1179 bytes in 374 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: 1279/2365] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:31 2026] DELETE /v2.0/security-groups/15b7fccb-94c4-4fcf-8f5c-ba1e0e257bb8 => 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: 1280/2366] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:31 2026] GET /v2.0/security-groups?tenant_id=cb73f1e89ed44dfaaef6ed51b82e3cc5&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: 1281/2367] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:31 2026] DELETE /v2.0/security-groups/24fda834-4c62-4088-9fee-c0253f12c21d => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2368] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:57:31 2026] PUT /v2.0/ports/ccfba30e-7a7a-4a95-a636-b5eefd7da720 => generated 1460 bytes in 420 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:57:31.539 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f5a4c8db-d61f-4ebd-b015-40d01e8d4021'] response: {'name': 'network-changed', 'server_uuid': 'd317bcb1-c99f-4a56-b994-4d6b8ca8939b', 'tag': 'ccfba30e-7a7a-4a95-a636-b5eefd7da720', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1282/2369] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:57:31 2026] GET /v2.0/ports?device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => generated 1194 bytes in 92 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: 1088/2370] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:57:31 2026] GET /v2.0/security-groups?id=1b3c3943-98db-4ec1-a0e8-225874bd8dae&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: 8|app: 0|req: 1283/2371] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:57:32 2026] GET /v2.0/ports?tenant_id=c65b454cabe2486a8096387506e71ed7&device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => generated 1463 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2372] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:57:32 2026] GET /v2.0/networks?tenant_id=c65b454cabe2486a8096387506e71ed7&shared=False => generated 2376 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2373] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:57:32 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2374] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:57:33 2026] GET /v2.0/ports?tenant_id=c65b454cabe2486a8096387506e71ed7&device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => generated 1463 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2375] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:57:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.224&port_id=ccfba30e-7a7a-4a95-a636-b5eefd7da720 => 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: 1091/2376] 199.204.45.169 () {34 vars in 1102 bytes} [Mon Apr 6 19:57:33 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A20&port_id=ccfba30e-7a7a-4a95-a636-b5eefd7da720 => 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: 1286/2377] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 19:57:33 2026] GET /v2.0/subnets?id=dee0015a-358e-492a-a387-3f0c43649bc3&id=28f6b364-15e7-4316-ad97-7942cee4be84 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2378] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:57:33 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&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: 1287/2379] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:57:33 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2380] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:57:33 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2381] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:57:33 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1094/2382] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 19:57:34 2026] POST /v2.0/floatingips => generated 552 bytes in 659 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2383] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 19:57:35 2026] PUT /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags => generated 25 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2384] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 19:57:35 2026] GET /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2385] 10.0.0.45 () {34 vars in 769 bytes} [Mon Apr 6 19:57:35 2026] PUT /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags/green => generated 4 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1096/2386] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 19:57:35 2026] GET /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2387] 10.0.0.45 () {34 vars in 765 bytes} [Mon Apr 6 19:57:35 2026] PUT /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags/red => 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: 1097/2388] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 19:57:35 2026] GET /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/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: 1292/2389] 10.0.0.45 () {34 vars in 787 bytes} [Mon Apr 6 19:57:35 2026] PUT /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags/black.or.white => generated 4 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2390] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 19:57:35 2026] GET /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2391] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 19:57:35 2026] PUT /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags => generated 37 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2392] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 19:57:35 2026] GET /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2393] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 19:57:35 2026] GET /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:57:35.902 7 INFO neutron.api.v2.resource [None req-c73beb3c-0a4d-4157-9035-5d0a5a12a870 a6ea3e0004ef4626b0305f7054fe827a a3bceecadf684dee9a2e978b8d7fbc37 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1100/2394] 10.0.0.45 () {32 vars in 750 bytes} [Mon Apr 6 19:57:35 2026] GET /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags/green => generated 99 bytes in 70 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2395] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 19:57:35 2026] DELETE /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2396] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 19:57:35 2026] GET /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:36.078 8 INFO neutron.api.v2.resource [None req-b92bb8f9-4f4f-4e48-9ddb-01663473ea21 a6ea3e0004ef4626b0305f7054fe827a a3bceecadf684dee9a2e978b8d7fbc37 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1296/2397] 10.0.0.45 () {32 vars in 753 bytes} [Mon Apr 6 19:57:36 2026] DELETE /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2398] 10.0.0.45 () {32 vars in 741 bytes} [Mon Apr 6 19:57:36 2026] DELETE /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2399] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 19:57:36 2026] GET /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9/tags => generated 12 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:36.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-9ee437b8-1eda-4378-bd44-c781a28272c5 a6ea3e0004ef4626b0305f7054fe827a a3bceecadf684dee9a2e978b8d7fbc37 - - default default] TaaS: Handle Delete Port: 54ff6619-f921-44f6-ac75-3f0427bfadf0 2026-04-06 19:57:36.353 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9ee437b8-1eda-4378-bd44-c781a28272c5 a6ea3e0004ef4626b0305f7054fe827a a3bceecadf684dee9a2e978b8d7fbc37 - - default default] Tap Mirror: Handle Delete Port: 54ff6619-f921-44f6-ac75-3f0427bfadf0 [pid: 7|app: 0|req: 1103/2400] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 19:57:36 2026] DELETE /v2.0/floatingips/ffcdd7ec-5047-42c6-b399-41db632cf4e9 => generated 0 bytes in 308 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2401] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:57:36 2026] GET /v2.0/ports?device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => generated 1196 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2402] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:57:36 2026] GET /v2.0/security-groups?id=1b3c3943-98db-4ec1-a0e8-225874bd8dae&fields=id&fields=name => generated 111 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2403] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:37 2026] GET /v2.0/security-groups?tenant_id=a3bceecadf684dee9a2e978b8d7fbc37&name=default => generated 2929 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2404] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:37 2026] DELETE /v2.0/security-groups/b235e253-bc74-4fb8-9b40-345602501073 => 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: 1300/2405] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:37 2026] GET /v2.0/security-groups?tenant_id=89de3ecf0cdb4cbfae13b4ca769a333b&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2406] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:37 2026] DELETE /v2.0/security-groups/a6847966-2f8f-4467-938e-94c24d33469d => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 19:57:41.189 8 INFO neutron.db.segments_db [None req-e44be811-30b5-4773-93bc-5d477ca1584c 31c05dd873dd435499f108b4c14662ae 861595f65e674f35be8c5c3378f03747 - - default default] Added segment ecc5804d-bcb2-482a-b691-0b1ff27f75b5 of type vxlan for network 75f56f23-b564-4dd4-b782-e1ce34a3a563 [pid: 8|app: 0|req: 1301/2409] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:57:40 2026] POST /v2.0/networks => generated 612 bytes in 385 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:57:41.334 7 INFO neutron.db.segments_db [None req-551f07db-8c84-4253-898b-ae948b5f5127 31c05dd873dd435499f108b4c14662ae 861595f65e674f35be8c5c3378f03747 - - default default] Added segment de63e803-1d68-4a56-bb91-4de3f47cb152 of type vxlan for network 30d7b62e-7c29-456a-beee-00c05a35850c [pid: 7|app: 0|req: 1109/2410] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 19:57:41 2026] POST /v2.0/networks => generated 613 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2411] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:57:41 2026] PUT /v2.0/networks/75f56f23-b564-4dd4-b782-e1ce34a3a563/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: 1110/2412] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:57:41 2026] GET /v2.0/networks/75f56f23-b564-4dd4-b782-e1ce34a3a563/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2413] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:57:41 2026] PUT /v2.0/networks/30d7b62e-7c29-456a-beee-00c05a35850c/tags => generated 17 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2414] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:57:41 2026] GET /v2.0/networks/30d7b62e-7c29-456a-beee-00c05a35850c/tags => generated 17 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2415] 10.0.0.45 () {34 vars in 752 bytes} [Mon Apr 6 19:57:41 2026] PUT /v2.0/networks/30d7b62e-7c29-456a-beee-00c05a35850c/tags => generated 12 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2416] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:57:41 2026] GET /v2.0/networks/30d7b62e-7c29-456a-beee-00c05a35850c/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2417] 10.0.0.45 () {32 vars in 732 bytes} [Mon Apr 6 19:57:41 2026] GET /v2.0/networks/75f56f23-b564-4dd4-b782-e1ce34a3a563/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 19:57:41.923 7 INFO neutron.services.segments.plugin [-] Segment ecc5804d-bcb2-482a-b691-0b1ff27f75b5 resource provider aggregate not found 2026-04-06 19:57:41.929 7 INFO neutron.services.segments.plugin [-] Segment ecc5804d-bcb2-482a-b691-0b1ff27f75b5 resource provider aggregate not found 2026-04-06 19:57:41.941 7 INFO neutron.services.segments.plugin [-] Segment ecc5804d-bcb2-482a-b691-0b1ff27f75b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecc5804d-bcb2-482a-b691-0b1ff27f75b5 found for delete ", "request_id": "req-588bee10-eb0d-495c-be93-c918091d7102"}]} 2026-04-06 19:57:41.945 7 INFO neutron.services.segments.plugin [-] Segment ecc5804d-bcb2-482a-b691-0b1ff27f75b5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ecc5804d-bcb2-482a-b691-0b1ff27f75b5 found for delete ", "request_id": "req-269947cd-3ffa-4656-a8ac-783b3ff9c28a"}]} [pid: 8|app: 0|req: 1306/2418] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:57:41 2026] GET /v2.0/ports?device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => generated 1196 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2419] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:57:41 2026] DELETE /v2.0/networks/75f56f23-b564-4dd4-b782-e1ce34a3a563 => 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: 1114/2420] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:57:41 2026] GET /v2.0/security-groups?id=1b3c3943-98db-4ec1-a0e8-225874bd8dae&fields=id&fields=name => generated 111 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 19:57:42.063 8 INFO neutron.services.segments.plugin [-] Segment de63e803-1d68-4a56-bb91-4de3f47cb152 resource provider aggregate not found 2026-04-06 19:57:42.066 8 INFO neutron.services.segments.plugin [-] Segment de63e803-1d68-4a56-bb91-4de3f47cb152 resource provider aggregate not found 2026-04-06 19:57:42.079 8 INFO neutron.services.segments.plugin [-] Segment de63e803-1d68-4a56-bb91-4de3f47cb152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de63e803-1d68-4a56-bb91-4de3f47cb152 found for delete ", "request_id": "req-cfa18985-f379-4706-9758-46f101457305"}]} 2026-04-06 19:57:42.082 8 INFO neutron.services.segments.plugin [-] Segment de63e803-1d68-4a56-bb91-4de3f47cb152 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de63e803-1d68-4a56-bb91-4de3f47cb152 found for delete ", "request_id": "req-225c8eca-d90b-48bb-8d99-2d4684bdf344"}]} [pid: 8|app: 0|req: 1307/2421] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 19:57:41 2026] DELETE /v2.0/networks/30d7b62e-7c29-456a-beee-00c05a35850c => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2422] 10.0.0.45 () {32 vars in 817 bytes} [Mon Apr 6 19:57:42 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&mac_address=fa%3A16%3A3e%3A31%3A63%3A9b => generated 1196 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:57:42.766 8 INFO neutron.db.l3_db [None req-eb30f0cb-8a1a-4b94-9616-cb3aff2ea34d 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Floating IP 2d514204-7497-4c4c-a9ba-a8bced171765 associated. External IP: 10.96.250.201, port: ccfba30e-7a7a-4a95-a636-b5eefd7da720. [pid: 7|app: 0|req: 1116/2423] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:42 2026] GET /v2.0/security-groups?tenant_id=332a5fa402994ed7ab91f93049c83058&name=default => generated 2929 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2424] 10.0.0.45 () {34 vars in 676 bytes} [Mon Apr 6 19:57:42 2026] POST /v2.0/floatingips => generated 855 bytes in 975 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:57:43.132 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-125d4fb0-9000-4abc-a0d8-dd8a0f891b59'] response: {'name': 'network-changed', 'server_uuid': 'd317bcb1-c99f-4a56-b994-4d6b8ca8939b', 'tag': 'ccfba30e-7a7a-4a95-a636-b5eefd7da720', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1117/2425] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:43 2026] DELETE /v2.0/security-groups/07e528d4-0331-4400-958c-ddaea2298ebe => 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: 1309/2426] 10.0.0.76 () {34 vars in 1093 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-643802733&fields=id&tenant_id=c65b454cabe2486a8096387506e71ed7 => 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: 1118/2427] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/networks?id=a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 704 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2428] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/quotas/c65b454cabe2486a8096387506e71ed7 => 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: 1310/2429] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/security-groups?tenant_id=861595f65e674f35be8c5c3378f03747&name=default => generated 2929 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2430] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 19:57:43 2026] DELETE /v2.0/security-groups/4c99cfb4-6117-4cc1-aef1-399b75a18b95 => 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: 1120/2431] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/ports?tenant_id=c65b454cabe2486a8096387506e71ed7&fields=id => generated 333 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2432] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?fields=segments => generated 14 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2433] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2434] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/ports?device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => 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: 1122/2435] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/ports?tenant_id=c65b454cabe2486a8096387506e71ed7&device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => generated 1465 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2436] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/networks?id=a62277e9-459c-4d83-8553-8372d133cf78 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2437] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.224&port_id=ccfba30e-7a7a-4a95-a636-b5eefd7da720 => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2438] 199.204.45.169 () {34 vars in 1102 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A20&port_id=ccfba30e-7a7a-4a95-a636-b5eefd7da720 => 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: 1124/2439] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/subnets?id=dee0015a-358e-492a-a387-3f0c43649bc3&id=28f6b364-15e7-4316-ad97-7942cee4be84 => 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: 1316/2440] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&device_owner=network%3Adhcp => generated 1457 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2441] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&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: 1317/2442] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1126/2443] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:57:43 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1318/2444] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:57:48 2026] GET /v2.0/ports?device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => 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: 1127/2445] 10.0.0.36 () {34 vars in 989 bytes} [Mon Apr 6 19:57:49 2026] GET /v2.0/ports?device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => generated 1465 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1319/2446] 10.0.0.36 () {34 vars in 1039 bytes} [Mon Apr 6 19:57:49 2026] GET /v2.0/security-groups?id=1b3c3943-98db-4ec1-a0e8-225874bd8dae&fields=id&fields=name => generated 111 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2447] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:57:49 2026] GET /v2.0/networks?id=a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 704 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2448] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:57:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c65b454cabe2486a8096387506e71ed7 => 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: 1129/2449] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:57:49 2026] POST /v2.0/ports => generated 1187 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1321/2450] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:57:50 2026] PUT /v2.0/ports/c5d53f74-f182-4383-8b92-b261185e8ffe => generated 1468 bytes in 410 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:57:50.823 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d5879fbb-faa8-42b8-9ffe-5a07e736020f'] response: {'name': 'network-changed', 'server_uuid': 'e2091f93-63bf-4f56-866d-7ccbd1350a14', 'tag': 'c5d53f74-f182-4383-8b92-b261185e8ffe', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1130/2451] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:57:51 2026] GET /v2.0/ports?tenant_id=c65b454cabe2486a8096387506e71ed7&device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => generated 1471 bytes in 32 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: 1322/2452] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:57:51 2026] GET /v2.0/networks?tenant_id=c65b454cabe2486a8096387506e71ed7&shared=False => generated 2376 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2453] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:57:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2454] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:57:52 2026] GET /v2.0/ports?tenant_id=c65b454cabe2486a8096387506e71ed7&device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => generated 1471 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2455] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:57:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.140&port_id=c5d53f74-f182-4383-8b92-b261185e8ffe => 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: 1324/2456] 199.204.45.169 () {34 vars in 1106 bytes} [Mon Apr 6 19:57:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A322&port_id=c5d53f74-f182-4383-8b92-b261185e8ffe => 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: 1133/2457] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 19:57:52 2026] GET /v2.0/subnets?id=fc9e299f-0412-4cf3-8504-2bddcd3394b5&id=36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 1413 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2458] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:57:52 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&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: 1134/2459] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:57:52 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&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: 1326/2460] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:57:52 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1135/2461] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:57:52 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1327/2462] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:57:53 2026] GET /v2.0/ports?device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => generated 1202 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2463] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:57:53 2026] GET /v2.0/security-groups?id=1b3c3943-98db-4ec1-a0e8-225874bd8dae&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: 8|app: 0|req: 1329/2466] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:57:59 2026] GET /v2.0/ports?device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => generated 1204 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2467] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:57:59 2026] GET /v2.0/security-groups?id=1b3c3943-98db-4ec1-a0e8-225874bd8dae&fields=id&fields=name => generated 111 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1330/2468] 10.0.0.45 () {32 vars in 817 bytes} [Mon Apr 6 19:57:59 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&mac_address=fa%3A16%3A3e%3Ac9%3A96%3A41 => generated 1204 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:57:59.981 7 INFO neutron.db.l3_db [None req-e345f779-e88f-4b1b-a299-0d56d594ef58 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Floating IP c43e9af8-d704-43d9-b073-863da83b436b associated. External IP: 10.96.250.206, port: c5d53f74-f182-4383-8b92-b261185e8ffe. [pid: 7|app: 0|req: 1139/2469] 10.0.0.45 () {34 vars in 676 bytes} [Mon Apr 6 19:57:59 2026] POST /v2.0/floatingips => generated 855 bytes in 994 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 19:58:00.287 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-17dfcbdf-cd63-49e9-b918-31da82a4699a'] response: {'name': 'network-changed', 'server_uuid': 'e2091f93-63bf-4f56-866d-7ccbd1350a14', 'tag': 'c5d53f74-f182-4383-8b92-b261185e8ffe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1331/2470] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:58:00 2026] GET /v2.0/ports?tenant_id=c65b454cabe2486a8096387506e71ed7&device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => generated 1473 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2471] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:58:00 2026] GET /v2.0/networks?id=a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2472] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:58:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.140&port_id=c5d53f74-f182-4383-8b92-b261185e8ffe => generated 858 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2473] 199.204.45.169 () {34 vars in 1106 bytes} [Mon Apr 6 19:58:00 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A322&port_id=c5d53f74-f182-4383-8b92-b261185e8ffe => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2474] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 19:58:00 2026] GET /v2.0/subnets?id=fc9e299f-0412-4cf3-8504-2bddcd3394b5&id=36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2475] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:58:01 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2476] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:58:01 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2477] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:58:01 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2478] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:58:01 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1144/2479] 10.0.0.36 () {34 vars in 989 bytes} [Mon Apr 6 19:58:08 2026] GET /v2.0/ports?device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2480] 10.0.0.36 () {34 vars in 1039 bytes} [Mon Apr 6 19:58:08 2026] GET /v2.0/security-groups?id=1b3c3943-98db-4ec1-a0e8-225874bd8dae&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: 1146/2483] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 19:58:22 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2484] 10.0.0.227 () {30 vars in 690 bytes} [Mon Apr 6 19:58:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2485] 10.0.0.227 () {30 vars in 692 bytes} [Mon Apr 6 19:58:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2486] 10.0.0.227 () {30 vars in 668 bytes} [Mon Apr 6 19:58: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: 7|app: 0|req: 1148/2487] 10.0.0.227 () {30 vars in 704 bytes} [Mon Apr 6 19:58:23 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: 1340/2488] 10.0.0.227 () {28 vars in 439 bytes} [Mon Apr 6 19:58:24 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: 1149/2489] 10.0.0.227 () {30 vars in 728 bytes} [Mon Apr 6 19:58:24 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1341/2490] 10.0.0.227 () {30 vars in 690 bytes} [Mon Apr 6 19:58:24 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: 1150/2491] 10.0.0.227 () {30 vars in 692 bytes} [Mon Apr 6 19:58:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2492] 10.0.0.227 () {30 vars in 668 bytes} [Mon Apr 6 19:58:24 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: 1151/2493] 10.0.0.227 () {30 vars in 704 bytes} [Mon Apr 6 19:58:24 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: 1343/2494] 10.0.0.227 () {30 vars in 728 bytes} [Mon Apr 6 19:58:24 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2495] 10.0.0.227 () {30 vars in 690 bytes} [Mon Apr 6 19:58:24 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: 1344/2496] 10.0.0.227 () {30 vars in 692 bytes} [Mon Apr 6 19:58:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2497] 10.0.0.227 () {30 vars in 668 bytes} [Mon Apr 6 19:58: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: 8|app: 0|req: 1345/2498] 10.0.0.227 () {30 vars in 704 bytes} [Mon Apr 6 19:58:24 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: 1154/2499] 10.0.0.227 () {30 vars in 730 bytes} [Mon Apr 6 19:58:24 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e => 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: 1346/2500] 10.0.0.227 () {30 vars in 682 bytes} [Mon Apr 6 19:58:24 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2501] 10.0.0.227 () {34 vars in 704 bytes} [Mon Apr 6 19:58:24 2026] POST /v2.0/ports => generated 1132 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2504] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 19:58:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1157/2505] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 19:58:27 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2506] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 19:58:27 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: 1158/2507] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 19:58:27 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: 1350/2508] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 19:58:27 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2509] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 19:58:28 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: 1351/2510] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 19:58:28 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: 1160/2511] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 19:58:28 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: 1352/2512] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 19:58:28 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-04-06 19:58:28.253 7 INFO neutron.api.v2.resource [None req-4b764f5e-fed7-4e58-b8ed-d38fbbf702dc 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1161/2513] 199.204.45.169 () {30 vars in 763 bytes} [Mon Apr 6 19:58:28 2026] GET /v2.0/security-groups/lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2514] 199.204.45.169 () {30 vars in 785 bytes} [Mon Apr 6 19:58:28 2026] GET /v2.0/security-groups?name=lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2515] 199.204.45.169 () {34 vars in 736 bytes} [Mon Apr 6 19:58:28 2026] POST /v2.0/security-groups => generated 1638 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2516] 199.204.45.169 () {30 vars in 815 bytes} [Mon Apr 6 19:58:28 2026] GET /v2.0/security-group-rules?security_group_id=a791330e-e48e-4371-9385-9eab8e01ae94 => generated 1182 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2517] 199.204.45.169 () {34 vars in 789 bytes} [Mon Apr 6 19:58:28 2026] PUT /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2518] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 19:58:28 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: 7|app: 0|req: 1164/2519] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 19:58:28 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: 1356/2520] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 19:58:28 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: 1165/2521] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 19:58:28 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: 1357/2522] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 19:58:28 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2523] 10.0.0.76 () {34 vars in 1015 bytes} [Mon Apr 6 19:58:36 2026] GET /v2.0/security-groups?id=8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955&fields=id => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2524] 10.0.0.76 () {34 vars in 981 bytes} [Mon Apr 6 19:58:36 2026] GET /v2.0/networks?id=fc005d4f-2e44-458d-aaff-b7850fb4af05 => generated 735 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2525] 10.0.0.76 () {34 vars in 964 bytes} [Mon Apr 6 19:58:36 2026] GET /v2.0/quotas/b043c051ec9c4ad49526b5c5bc85aa85 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2526] 10.0.0.76 () {34 vars in 1001 bytes} [Mon Apr 6 19:58:36 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&fields=id => generated 149 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2527] 10.0.0.76 () {34 vars in 1007 bytes} [Mon Apr 6 19:58:36 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?fields=segments => generated 14 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1360/2528] 10.0.0.76 () {34 vars in 1107 bytes} [Mon Apr 6 19:58:36 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2529] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:37 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 12 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2530] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:37 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => 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: 1170/2531] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:39 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => 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: 1362/2532] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:39 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => 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: 1172/2535] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:58:41 2026] GET /v2.0/networks?id=fc005d4f-2e44-458d-aaff-b7850fb4af05 => generated 735 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2536] 199.204.45.169 () {34 vars in 1050 bytes} [Mon Apr 6 19:58:41 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b043c051ec9c4ad49526b5c5bc85aa85 => generated 343 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2537] 199.204.45.169 () {38 vars in 955 bytes} [Mon Apr 6 19:58:41 2026] POST /v2.0/ports => generated 1082 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2538] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:58:41 2026] PUT /v2.0/ports/ee62b278-0f92-40b5-8637-40aa063990bd => generated 1243 bytes in 525 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:58:42.153 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1538d709-6f86-4483-a3b1-5c8b934752bd'] response: {'name': 'network-changed', 'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'tag': 'ee62b278-0f92-40b5-8637-40aa063990bd', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1174/2539] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:58:42 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1366/2540] 199.204.45.169 () {34 vars in 1018 bytes} [Mon Apr 6 19:58:42 2026] GET /v2.0/networks?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&shared=False => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2541] 199.204.45.169 () {34 vars in 930 bytes} [Mon Apr 6 19:58:42 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2542] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:42 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1246 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2543] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:58:42 2026] GET /v2.0/security-groups?id=8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955&fields=id&fields=name => generated 96 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2544] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:42 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1246 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2545] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:58:43 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => 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: 1369/2546] 199.204.45.169 () {34 vars in 1062 bytes} [Mon Apr 6 19:58:43 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.168&port_id=ee62b278-0f92-40b5-8637-40aa063990bd => 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: 1178/2547] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:58:43 2026] GET /v2.0/subnets?id=fc4dd9b9-81e2-4321-aa7d-814ee7aa12b8 => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2548] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:58:43 2026] GET /v2.0/ports?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1179/2549] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:58:43 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?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: 1371/2550] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:58:44 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?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: 1180/2551] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:45 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1246 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2552] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:58:45 2026] GET /v2.0/security-groups?id=8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955&fields=id&fields=name => generated 96 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2553] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:45 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => 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: 1373/2554] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 19:58:47 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1246 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2555] 199.204.45.169 () {34 vars in 1044 bytes} [Mon Apr 6 19:58:47 2026] GET /v2.0/security-groups?id=8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1374/2556] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:48 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1248 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2557] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:58:48 2026] GET /v2.0/security-groups?id=8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955&fields=id&fields=name => generated 96 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2558] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:48 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1248 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2559] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:51 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => 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: 1376/2560] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 19:58:51 2026] GET /v2.0/security-groups?id=8c3dfa94-b5b0-44d6-9cdb-9048ee9b5955&fields=id&fields=name => generated 96 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2561] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 19:58:51 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2568] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 19:59:26 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2569] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 19:59:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1381/2570] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 19:59:26 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2571] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 19:59:26 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2572] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 19:59:26 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2573] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 19:59:26 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1248 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2574] 199.204.45.169 () {34 vars in 717 bytes} [Mon Apr 6 19:59:26 2026] POST /v2.0/ports => generated 1059 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2575] 10.0.0.76 () {34 vars in 970 bytes} [Mon Apr 6 19:59:26 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1059 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1384/2576] 10.0.0.76 () {34 vars in 906 bytes} [Mon Apr 6 19:59:26 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: 7|app: 0|req: 1193/2577] 199.204.45.169 () {34 vars in 1262 bytes} [Mon Apr 6 19:59:27 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2578] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:59:27 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?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: 1194/2579] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:59:28 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?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: 1386/2580] 199.204.45.169 () {34 vars in 975 bytes} [Mon Apr 6 19:59:28 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1059 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2581] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:59:28 2026] GET /v2.0/networks?id=8d542590-ccf8-4823-9414-5f4b23377a0e => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2582] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 19:59:28 2026] PUT /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1249 bytes in 401 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:59:29.166 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-73ad1054-5e4f-449b-9a5f-1414232f69b3'] response: {'name': 'network-changed', 'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'tag': '4d612ba0-dd1c-43b9-bc1e-db107023d01a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1196/2583] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:59:29 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => 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: 1388/2584] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:59:29 2026] GET /v2.0/networks?id=8d542590-ccf8-4823-9414-5f4b23377a0e => generated 803 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2585] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:59:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.205&port_id=4d612ba0-dd1c-43b9-bc1e-db107023d01a => 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: 1389/2586] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:59:29 2026] GET /v2.0/subnets?id=b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 678 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2587] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:59:29 2026] GET /v2.0/ports?network_id=8d542590-ccf8-4823-9414-5f4b23377a0e&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1390/2588] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:59:29 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?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: 1199/2589] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:59:29 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2590] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:59:30 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 2489 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2591] 199.204.45.169 () {34 vars in 1062 bytes} [Mon Apr 6 19:59:31 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.168&port_id=ee62b278-0f92-40b5-8637-40aa063990bd => 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: 1392/2592] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:59:31 2026] GET /v2.0/subnets?id=fc4dd9b9-81e2-4321-aa7d-814ee7aa12b8 => generated 654 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2593] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:59:31 2026] GET /v2.0/ports?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05&device_owner=network%3Adhcp => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2594] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:59:31 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?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: 1202/2595] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:59:31 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2596] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:59:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.205&port_id=4d612ba0-dd1c-43b9-bc1e-db107023d01a => 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: 1203/2597] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:59:31 2026] GET /v2.0/subnets?id=b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 678 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2598] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:59:31 2026] GET /v2.0/ports?network_id=8d542590-ccf8-4823-9414-5f4b23377a0e&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: 1204/2599] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:59:31 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?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: 1396/2600] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:59:31 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2601] 10.0.0.76 () {34 vars in 970 bytes} [Mon Apr 6 19:59:35 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1251 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2602] 199.204.45.169 () {34 vars in 789 bytes} [Mon Apr 6 19:59:35 2026] PUT /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1276 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:59:35.777 7 INFO neutron.api.v2.resource [None req-bfee5dc5-c98b-465a-a291-5a8b809ba316 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1206/2603] 199.204.45.169 () {30 vars in 763 bytes} [Mon Apr 6 19:59:35 2026] GET /v2.0/security-groups/lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 19:59:35.802 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7d5eb897-f84d-4a60-87a5-4c0ad1bdc6b6'] response: {'name': 'network-changed', 'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'tag': '4d612ba0-dd1c-43b9-bc1e-db107023d01a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1398/2604] 199.204.45.169 () {30 vars in 785 bytes} [Mon Apr 6 19:59:35 2026] GET /v2.0/security-groups?name=lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2605] 199.204.45.169 () {34 vars in 789 bytes} [Mon Apr 6 19:59:35 2026] PUT /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1314 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 19:59:36.191 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e98804a0-3067-43af-86c6-84f7306d69c2'] response: {'name': 'network-changed', 'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'tag': '4d612ba0-dd1c-43b9-bc1e-db107023d01a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1399/2606] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 19:59:36 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: 7|app: 0|req: 1208/2607] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 19:59:36 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: 1400/2608] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 19:59:36 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: 1209/2609] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 19:59:36 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: 1210/2610] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1401/2611] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 2590 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2612] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2613] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1350 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2614] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/networks?id=8d542590-ccf8-4823-9414-5f4b23377a0e => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2615] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.205&port_id=4d612ba0-dd1c-43b9-bc1e-db107023d01a => 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: 1213/2616] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2617] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/subnets?id=b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 678 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2618] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e => generated 800 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2619] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/ports?network_id=8d542590-ccf8-4823-9414-5f4b23377a0e&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: 7|app: 0|req: 1215/2620] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2621] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2622] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1407/2623] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:59:36 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2624] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 19:59:37 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 2590 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2625] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 19:59:37 2026] GET /v2.0/networks?id=8d542590-ccf8-4823-9414-5f4b23377a0e => generated 803 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2626] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 19:59:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.205&port_id=4d612ba0-dd1c-43b9-bc1e-db107023d01a => 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: 1409/2627] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 19:59:37 2026] GET /v2.0/subnets?id=b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1219/2628] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 19:59:37 2026] GET /v2.0/ports?network_id=8d542590-ccf8-4823-9414-5f4b23377a0e&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2629] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 19:59:37 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2630] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 19:59:37 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?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-04-06 19:59:46.385 8 INFO neutron.db.l3_db [None req-8384defd-ec2e-4960-a859-d5981b9ae225 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Floating IP 7ae424b4-236c-4328-a8f6-6b438b26c4a7 associated. External IP: 10.96.250.213, port: 8ae655f4-a754-47a1-bba7-0ce748316845. [pid: 8|app: 0|req: 1412/2633] 10.0.0.45 () {34 vars in 676 bytes} [Mon Apr 6 19:59:45 2026] POST /v2.0/floatingips => generated 899 bytes in 914 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2634] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 19:59:49 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: 1413/2635] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 19:59: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: 1223/2636] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 19:59:49 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: 1414/2637] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 19:59:49 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-04-06 19:59:49.541 7 INFO neutron.api.v2.resource [None req-ca63a09e-7ac3-4f8b-8848-919da6f04a30 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1224/2638] 199.204.45.169 () {30 vars in 763 bytes} [Mon Apr 6 19:59:49 2026] GET /v2.0/security-groups/lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2639] 199.204.45.169 () {30 vars in 785 bytes} [Mon Apr 6 19:59:49 2026] GET /v2.0/security-groups?name=lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2640] 199.204.45.169 () {30 vars in 815 bytes} [Mon Apr 6 19:59:49 2026] GET /v2.0/security-group-rules?security_group_id=a791330e-e48e-4371-9385-9eab8e01ae94 => generated 1182 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2641] 199.204.45.169 () {34 vars in 747 bytes} [Mon Apr 6 19:59:49 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: 7|app: 0|req: 1226/2642] 199.204.45.169 () {34 vars in 747 bytes} [Mon Apr 6 19:59:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2645] 10.0.0.227 () {30 vars in 690 bytes} [Mon Apr 6 19:59:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2646] 10.0.0.227 () {30 vars in 692 bytes} [Mon Apr 6 19:59:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2647] 10.0.0.227 () {30 vars in 668 bytes} [Mon Apr 6 19:59: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: 1229/2648] 10.0.0.227 () {30 vars in 704 bytes} [Mon Apr 6 19:59:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2649] 10.0.0.227 () {28 vars in 439 bytes} [Mon Apr 6 19:59: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: 1230/2650] 10.0.0.227 () {30 vars in 728 bytes} [Mon Apr 6 19:59:58 2026] GET /v2.0/subnets/28f6b364-15e7-4316-ad97-7942cee4be84 => generated 656 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2651] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:00 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2652] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00:00 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2653] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:00 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: 1232/2654] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00:00 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: 1423/2655] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:01 2026] GET /v2.0/subnets/28f6b364-15e7-4316-ad97-7942cee4be84 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2656] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:01 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 2590 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2657] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:01 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: 1234/2658] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00: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: 8|app: 0|req: 1425/2659] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:01 2026] GET /v2.0/extensions/qos => generated 166 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2660] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00: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: 8|app: 0|req: 1426/2661] 199.204.45.169 () {34 vars in 717 bytes} [Mon Apr 6 20:00:01 2026] POST /v2.0/ports => generated 1324 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2662] 10.0.0.76 () {34 vars in 970 bytes} [Mon Apr 6 20:00:02 2026] GET /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1427/2663] 10.0.0.76 () {34 vars in 906 bytes} [Mon Apr 6 20:00:02 2026] GET /v2.0/extensions => generated 21537 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2664] 199.204.45.169 () {34 vars in 1262 bytes} [Mon Apr 6 20:00:03 2026] GET /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2665] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:03 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1238/2666] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:03 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2667] 199.204.45.169 () {34 vars in 975 bytes} [Mon Apr 6 20:00:03 2026] GET /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 1324 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2668] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 20:00:03 2026] GET /v2.0/networks?id=a62277e9-459c-4d83-8553-8372d133cf78 => 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: 1430/2669] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 20:00:04 2026] PUT /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 1514 bytes in 470 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:00:04.523 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b3dc54e9-36a3-4e78-aaff-418a10dec7d3'] response: {'name': 'network-changed', 'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'tag': 'ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1240/2670] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:00:05 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 4096 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: 1431/2671] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 20:00:05 2026] GET /v2.0/networks?id=a62277e9-459c-4d83-8553-8372d133cf78 => generated 801 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2672] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:00:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => 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: 1432/2673] 199.204.45.169 () {34 vars in 1102 bytes} [Mon Apr 6 20:00:05 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Adc&port_id=ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => 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: 1242/2674] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 20:00:05 2026] GET /v2.0/subnets?id=dee0015a-358e-492a-a387-3f0c43649bc3&id=28f6b364-15e7-4316-ad97-7942cee4be84 => generated 1410 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2675] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:05 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&device_owner=network%3Adhcp => generated 1457 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2676] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:05 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&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: 1434/2677] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:05 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1244/2678] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:05 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2679] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 4096 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2680] 199.204.45.169 () {34 vars in 1062 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.168&port_id=ee62b278-0f92-40b5-8637-40aa063990bd => 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: 1436/2681] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/subnets?id=fc4dd9b9-81e2-4321-aa7d-814ee7aa12b8 => generated 654 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2682] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/ports?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2683] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2684] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1438/2685] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.205&port_id=4d612ba0-dd1c-43b9-bc1e-db107023d01a => 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: 1248/2686] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/subnets?id=b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 678 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2687] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/ports?network_id=8d542590-ccf8-4823-9414-5f4b23377a0e&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2688] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?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: 1440/2689] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:06 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2690] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:00:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => 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: 1441/2691] 199.204.45.169 () {34 vars in 1102 bytes} [Mon Apr 6 20:00:07 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Adc&port_id=ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => 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: 1251/2692] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 20:00:07 2026] GET /v2.0/subnets?id=dee0015a-358e-492a-a387-3f0c43649bc3&id=28f6b364-15e7-4316-ad97-7942cee4be84 => generated 1410 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2693] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:07 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2694] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:07 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1443/2695] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:07 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1253/2696] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:07 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1445/2699] 10.0.0.76 () {34 vars in 970 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 1516 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2700] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78 => generated 798 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2701] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/subnets/28f6b364-15e7-4316-ad97-7942cee4be84 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2702] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/subnets/dee0015a-358e-492a-a387-3f0c43649bc3 => generated 743 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2703] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2704] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2705] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1258/2706] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2707] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1259/2708] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2709] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1350 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2710] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2711] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e => 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: 1261/2712] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2713] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:11 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2714] 10.0.0.227 () {30 vars in 690 bytes} [Mon Apr 6 20:00:19 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: 1453/2715] 10.0.0.227 () {30 vars in 692 bytes} [Mon Apr 6 20:00:19 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2716] 10.0.0.227 () {30 vars in 668 bytes} [Mon Apr 6 20:00:19 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: 1454/2717] 10.0.0.227 () {30 vars in 704 bytes} [Mon Apr 6 20:00:19 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2718] 10.0.0.227 () {28 vars in 439 bytes} [Mon Apr 6 20:00:19 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2719] 10.0.0.227 () {30 vars in 728 bytes} [Mon Apr 6 20:00:19 2026] GET /v2.0/subnets/36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 655 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2720] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2721] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2722] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:20 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: 1457/2723] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00:20 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: 1267/2724] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:20 2026] GET /v2.0/subnets/28f6b364-15e7-4316-ad97-7942cee4be84 => generated 674 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2725] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:21 2026] GET /v2.0/subnets/36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2726] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:21 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 4098 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2727] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2728] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00:21 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2729] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:21 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: 1270/2730] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00:21 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: 1461/2731] 199.204.45.169 () {34 vars in 717 bytes} [Mon Apr 6 20:00:21 2026] POST /v2.0/ports => generated 1332 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2732] 10.0.0.76 () {34 vars in 970 bytes} [Mon Apr 6 20:00:21 2026] GET /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 1332 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1462/2733] 199.204.45.169 () {34 vars in 1262 bytes} [Mon Apr 6 20:00:22 2026] GET /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2734] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:22 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1463/2735] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:22 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1273/2736] 199.204.45.169 () {34 vars in 975 bytes} [Mon Apr 6 20:00:23 2026] GET /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 1332 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2737] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 20:00:23 2026] GET /v2.0/networks?id=a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2738] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 20:00:23 2026] PUT /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 1522 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:00:23.949 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-701a10ef-f143-4e6d-8bcd-7c53fe2daad8'] response: {'name': 'network-changed', 'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'tag': 'ca6930c8-a93e-45bc-a0c7-50a0026dd6cb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1465/2739] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:00:24 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 5612 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, ' [pid: 7|app: 0|req: 1275/2740] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 20:00:24 2026] GET /v2.0/networks?id=a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 800 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2741] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:00:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.121&port_id=ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => 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: 1276/2742] 199.204.45.169 () {34 vars in 1106 bytes} [Mon Apr 6 20:00:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A32d&port_id=ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => 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: 1467/2743] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 20:00:24 2026] GET /v2.0/subnets?id=fc9e299f-0412-4cf3-8504-2bddcd3394b5&id=36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 1413 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2744] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:24 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2745] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:24 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2746] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:24 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2747] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:24 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1279/2748] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:00:25 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 5612 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2749] 199.204.45.169 () {34 vars in 1062 bytes} [Mon Apr 6 20:00:25 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.168&port_id=ee62b278-0f92-40b5-8637-40aa063990bd => 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: 1280/2750] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:00:25 2026] GET /v2.0/subnets?id=fc4dd9b9-81e2-4321-aa7d-814ee7aa12b8 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2751] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/ports?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2754] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?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: 1474/2755] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?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: 1282/2756] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.205&port_id=4d612ba0-dd1c-43b9-bc1e-db107023d01a => 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: 1475/2757] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/subnets?id=b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1283/2758] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/ports?network_id=8d542590-ccf8-4823-9414-5f4b23377a0e&device_owner=network%3Adhcp => generated 1461 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2759] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2760] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2761] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => 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: 1285/2762] 199.204.45.169 () {34 vars in 1102 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Adc&port_id=ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => 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: 1478/2763] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/subnets?id=dee0015a-358e-492a-a387-3f0c43649bc3&id=28f6b364-15e7-4316-ad97-7942cee4be84 => generated 1410 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2764] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&device_owner=network%3Adhcp => generated 1457 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2765] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&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: 1287/2766] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2767] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2768] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.121&port_id=ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => 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: 1481/2769] 199.204.45.169 () {34 vars in 1106 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A32d&port_id=ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => 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: 1289/2770] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/subnets?id=fc9e299f-0412-4cf3-8504-2bddcd3394b5&id=36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2771] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&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: 1290/2772] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&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: 8|app: 0|req: 1483/2773] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1291/2774] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:26 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1484/2775] 10.0.0.76 () {34 vars in 970 bytes} [Mon Apr 6 20:00:30 2026] GET /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2776] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 20:00:30 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 797 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2777] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:30 2026] GET /v2.0/subnets/36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1293/2778] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:30 2026] GET /v2.0/subnets/fc9e299f-0412-4cf3-8504-2bddcd3394b5 => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2779] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:30 2026] GET /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 1516 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2780] 199.204.45.169 () {34 vars in 790 bytes} [Mon Apr 6 20:00:30 2026] PUT /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 1255 bytes in 439 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:00:30.989 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa993bf2-c91d-4834-a59b-8d6907b86608'] response: {'name': 'network-changed', 'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'tag': 'ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1487/2781] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 20:00:30 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1295/2782] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/subnets/28f6b364-15e7-4316-ad97-7942cee4be84 => 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: 1488/2783] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:31 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: 1296/2784] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00:31 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: 1489/2785] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2786] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00:31 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: 1490/2787] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1298/2788] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => 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: 1491/2789] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2790] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1492/2791] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2792] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1493/2793] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2794] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 5389 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1494/2795] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/networks?id=a62277e9-459c-4d83-8553-8372d133cf78 => generated 801 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2796] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2797] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/subnets?id=28f6b364-15e7-4316-ad97-7942cee4be84 => generated 677 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2798] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2799] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1304/2800] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:31 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1498/2803] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:44 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: 1306/2804] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00:44 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: 1499/2805] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:44 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: 1307/2806] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00:44 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: 1500/2807] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:44 2026] GET /v2.0/subnets/28f6b364-15e7-4316-ad97-7942cee4be84 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1308/2808] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:44 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 5389 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1501/2809] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:44 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: 1309/2810] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00:44 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2811] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:44 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: 1310/2812] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00:44 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: 1503/2813] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:44 2026] GET /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 1524 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2814] 199.204.45.169 () {34 vars in 790 bytes} [Mon Apr 6 20:00:44 2026] PUT /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 1255 bytes in 321 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:00:45.254 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-6b16a211-46e3-4e02-959e-3393b81baaaf'] response: {'name': 'network-changed', 'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'tag': 'ca6930c8-a93e-45bc-a0c7-50a0026dd6cb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1504/2815] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 20:00:45 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 797 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1312/2816] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:45 2026] GET /v2.0/subnets/36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2817] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:45 2026] GET /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 1291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2818] 199.204.45.169 () {34 vars in 789 bytes} [Mon Apr 6 20:00:45 2026] PUT /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 1080 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1506/2819] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 20:00:45 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 797 bytes in 45 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: 1314/2820] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:45 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 4981 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2821] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:00:45 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 4981 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2822] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 20:00:45 2026] GET /v2.0/networks?id=a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 800 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2823] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:45 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 4981 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2824] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:45 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?fields=segments => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2825] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:45 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1317/2826] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:46 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 4981 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:00:47.292 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a1201092-152f-4a97-82dd-f33daf67782e'] response: {'name': 'network-changed', 'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'tag': 'ca6930c8-a93e-45bc-a0c7-50a0026dd6cb', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1510/2827] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:00:47 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 4981 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2828] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 20:00:47 2026] GET /v2.0/networks?id=a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2829] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:47 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1319/2830] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:47 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1512/2831] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:47 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 4981 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1320/2832] 199.204.45.169 () {34 vars in 975 bytes} [Mon Apr 6 20:00:48 2026] GET /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 1116 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/2833] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 20:00:48 2026] GET /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2834] 199.204.45.169 () {34 vars in 1016 bytes} [Mon Apr 6 20:00:48 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?fields=dns_domain => generated 29 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/2835] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 20:00:48 2026] PUT /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 917 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1322/2836] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:49 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 3873 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, ' 2026-04-06 20:00:49.225 8 INFO neutron_taas.services.taas.taas_plugin [None req-7bf466aa-1e72-4c44-b44a-a8e7ee38d391 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: ca6930c8-a93e-45bc-a0c7-50a0026dd6cb 2026-04-06 20:00:49.228 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7bf466aa-1e72-4c44-b44a-a8e7ee38d391 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: ca6930c8-a93e-45bc-a0c7-50a0026dd6cb [pid: 8|app: 0|req: 1515/2837] 199.204.45.169 () {32 vars in 759 bytes} [Mon Apr 6 20:00:49 2026] DELETE /v2.0/ports/ca6930c8-a93e-45bc-a0c7-50a0026dd6cb => generated 0 bytes in 183 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2838] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:49 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2839] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00:49 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: 1324/2840] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:49 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: 1517/2841] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00:49 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: 1325/2842] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:49 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2843] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:49 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1326/2844] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:49 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1350 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2845] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:49 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2846] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 20:00:49 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2847] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:49 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2848] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:49 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2849] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:00:49 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 3873 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1329/2850] 199.204.45.169 () {34 vars in 1226 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/networks?id=fc005d4f-2e44-458d-aaff-b7850fb4af05&id=8d542590-ccf8-4823-9414-5f4b23377a0e&id=a62277e9-459c-4d83-8553-8372d133cf78&id=a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 3097 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2851] 199.204.45.169 () {34 vars in 1062 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.168&port_id=ee62b278-0f92-40b5-8637-40aa063990bd => 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: 1330/2852] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/subnets?id=fc4dd9b9-81e2-4321-aa7d-814ee7aa12b8 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2853] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/ports?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2854] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/2855] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2856] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.205&port_id=4d612ba0-dd1c-43b9-bc1e-db107023d01a => 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: 1525/2857] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/subnets?id=b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1333/2858] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/ports?network_id=8d542590-ccf8-4823-9414-5f4b23377a0e&device_owner=network%3Adhcp => generated 1461 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1526/2859] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?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: 1334/2860] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?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: 1527/2861] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.174&port_id=ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => 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: 1335/2862] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/subnets?id=28f6b364-15e7-4316-ad97-7942cee4be84 => generated 677 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2863] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&device_owner=network%3Adhcp => generated 1457 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2864] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?fields=segments => generated 14 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2865] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:50 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1337/2866] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2867] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2868] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:55 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: 1531/2869] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00:55 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: 1339/2870] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:55 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 3873 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2871] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1340/2872] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00:55 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: 1533/2873] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:55 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: 1341/2874] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1534/2875] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:55 2026] GET /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 1291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2876] 199.204.45.169 () {34 vars in 789 bytes} [Mon Apr 6 20:00:55 2026] PUT /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 1080 bytes in 292 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:00:55.781 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1c702e64-9df4-4876-bd42-cdce827c41fa'] response: {'name': 'network-changed', 'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'tag': 'ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1535/2877] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 20:00:55 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78 => 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: 7|app: 0|req: 1343/2878] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:55 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/2879] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:55 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 3698 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/2882] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:00:56 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 3698 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2883] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 20:00:56 2026] GET /v2.0/networks?id=a62277e9-459c-4d83-8553-8372d133cf78 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/2884] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:00:56 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1346/2885] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:00:56 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1540/2886] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:56 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 3698 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2887] 199.204.45.169 () {34 vars in 975 bytes} [Mon Apr 6 20:00:57 2026] GET /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 1116 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/2888] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 20:00:57 2026] GET /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f?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: 7|app: 0|req: 1348/2889] 199.204.45.169 () {34 vars in 1016 bytes} [Mon Apr 6 20:00:57 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?fields=dns_domain => generated 29 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/2890] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:57 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 3698 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2891] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 20:00:58 2026] PUT /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => generated 917 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/2892] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-06 20:00:59.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-491c5893-7b65-447c-b1de-6f3090b713e3 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f 2026-04-06 20:00:59.207 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-491c5893-7b65-447c-b1de-6f3090b713e3 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f [pid: 7|app: 0|req: 1350/2893] 199.204.45.169 () {32 vars in 759 bytes} [Mon Apr 6 20:00:59 2026] DELETE /v2.0/ports/ecffc8e7-e30b-46e6-9607-e8f4b8cd1c2f => 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: 1544/2894] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:00:59 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: 1351/2895] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:00: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: 8|app: 0|req: 1545/2896] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:00:59 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: 1352/2897] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:00: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: 8|app: 0|req: 1546/2898] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1353/2899] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1547/2900] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1350 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2901] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1548/2902] 199.204.45.169 () {30 vars in 743 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e => generated 800 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2903] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/2904] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2905] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => 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: 1550/2906] 199.204.45.169 () {34 vars in 1146 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/networks?id=fc005d4f-2e44-458d-aaff-b7850fb4af05&id=8d542590-ccf8-4823-9414-5f4b23377a0e&id=a62277e9-459c-4d83-8553-8372d133cf78 => generated 2311 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2907] 199.204.45.169 () {34 vars in 1062 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.168&port_id=ee62b278-0f92-40b5-8637-40aa063990bd => 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: 1551/2908] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/subnets?id=fc4dd9b9-81e2-4321-aa7d-814ee7aa12b8 => 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: 1358/2909] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:00:59 2026] GET /v2.0/ports?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05&device_owner=network%3Adhcp => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/2910] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:01:00 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?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: 1359/2911] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:01:00 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/2912] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:01:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.205&port_id=4d612ba0-dd1c-43b9-bc1e-db107023d01a => 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: 1360/2913] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:01:00 2026] GET /v2.0/subnets?id=b214bb0b-ed04-4b29-979f-805d5bc17236 => 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: 1554/2914] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:01:00 2026] GET /v2.0/ports?network_id=8d542590-ccf8-4823-9414-5f4b23377a0e&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: 1361/2915] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:01:00 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?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: 1555/2916] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:01:00 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?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: 1362/2917] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:01:10 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: 1556/2918] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:01:10 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1363/2919] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:01:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/2920] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:01:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 20:01:11.031 7 INFO neutron.api.v2.resource [None req-249b5a52-8455-4f7e-9f72-82916cb7ba3d 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1364/2921] 199.204.45.169 () {30 vars in 763 bytes} [Mon Apr 6 20:01:11 2026] GET /v2.0/security-groups/lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/2922] 199.204.45.169 () {30 vars in 785 bytes} [Mon Apr 6 20:01:11 2026] GET /v2.0/security-groups?name=lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 2865 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2925] 199.204.45.169 () {30 vars in 815 bytes} [Mon Apr 6 20:01:11 2026] GET /v2.0/security-group-rules?security_group_id=a791330e-e48e-4371-9385-9eab8e01ae94 => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/2926] 199.204.45.169 () {32 vars in 789 bytes} [Mon Apr 6 20:01:11 2026] DELETE /v2.0/security-group-rules/e019e49e-a1c1-495c-90f6-07ac8e6a2318 => 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: 1367/2927] 199.204.45.169 () {32 vars in 789 bytes} [Mon Apr 6 20:01:11 2026] DELETE /v2.0/security-group-rules/e9a4f90e-5f20-4d2e-899e-fab1e97b3e26 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:15.036 8 INFO neutron_taas.services.taas.taas_plugin [None req-f4adf6fd-c019-462d-a6aa-8755513e99e6 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: a5e776b4-ec67-4448-9bad-88ab8ccb6e8e 2026-04-06 20:01:15.038 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f4adf6fd-c019-462d-a6aa-8755513e99e6 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: a5e776b4-ec67-4448-9bad-88ab8ccb6e8e 2026-04-06 20:01:15.240 8 INFO neutron.db.l3_db [None req-f4adf6fd-c019-462d-a6aa-8755513e99e6 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Floating IP 7ae424b4-236c-4328-a8f6-6b438b26c4a7 disassociated (deleted). External IP: 10.96.250.213, port: 8ae655f4-a754-47a1-bba7-0ce748316845. [pid: 8|app: 0|req: 1561/2928] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 20:01:14 2026] DELETE /v2.0/floatingips/7ae424b4-236c-4328-a8f6-6b438b26c4a7 => generated 0 bytes in 630 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:15.553 7 INFO neutron.api.v2.resource [None req-2a0aff6d-f683-4287-aee8-14b63a54d6aa 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1368/2929] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 20:01:15 2026] GET /v2.0/floatingips/7ae424b4-236c-4328-a8f6-6b438b26c4a7 => generated 144 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/2930] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:01:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2931] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:01:16 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: 1563/2932] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:01:16 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: 1370/2933] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:01:16 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-04-06 20:01:16.392 8 INFO neutron.api.v2.resource [None req-e40a113f-e16d-44ed-8875-d2e7827de669 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/2934] 199.204.45.169 () {30 vars in 763 bytes} [Mon Apr 6 20:01:16 2026] GET /v2.0/security-groups/lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 149 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2935] 199.204.45.169 () {30 vars in 785 bytes} [Mon Apr 6 20:01:16 2026] GET /v2.0/security-groups?name=lb-27ae226f-0d09-4541-b324-9ed11896672c => 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: 1565/2936] 199.204.45.169 () {30 vars in 815 bytes} [Mon Apr 6 20:01:16 2026] GET /v2.0/security-group-rules?security_group_id=a791330e-e48e-4371-9385-9eab8e01ae94 => generated 1182 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1372/2937] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:01:16 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: 1566/2938] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:01:16 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: 1373/2939] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:01:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/2940] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:01:16 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: 1374/2941] 199.204.45.169 () {30 vars in 741 bytes} [Mon Apr 6 20:01:16 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 675 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/2942] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:01:16 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2943] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:01:16 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 2590 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/2944] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:01:16 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 2590 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2945] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:01:17 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 2590 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/2946] 199.204.45.169 () {34 vars in 975 bytes} [Mon Apr 6 20:01:18 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2947] 199.204.45.169 () {34 vars in 1060 bytes} [Mon Apr 6 20:01:18 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/2948] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:01:18 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 2590 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2949] 199.204.45.169 () {34 vars in 1016 bytes} [Mon Apr 6 20:01:18 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e?fields=dns_domain => generated 29 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/2950] 199.204.45.169 () {38 vars in 1028 bytes} [Mon Apr 6 20:01:18 2026] PUT /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1151 bytes in 255 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2951] 199.204.45.169 () {30 vars in 769 bytes} [Mon Apr 6 20:01:19 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1248 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, ' [pid: 8|app: 0|req: 1573/2952] 199.204.45.169 () {34 vars in 789 bytes} [Mon Apr 6 20:01:20 2026] PUT /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1090 bytes in 185 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2953] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 1090 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-06 20:01:20.347 8 INFO neutron_taas.services.taas.taas_plugin [None req-55615fe7-0542-4e25-b72d-d0c6dcef0611 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 4d612ba0-dd1c-43b9-bc1e-db107023d01a 2026-04-06 20:01:20.350 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-55615fe7-0542-4e25-b72d-d0c6dcef0611 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 4d612ba0-dd1c-43b9-bc1e-db107023d01a [pid: 8|app: 0|req: 1574/2954] 199.204.45.169 () {32 vars in 759 bytes} [Mon Apr 6 20:01:20 2026] DELETE /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => 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: 1381/2955] 199.204.45.169 () {30 vars in 703 bytes} [Mon Apr 6 20:01:20 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: 1575/2956] 199.204.45.169 () {30 vars in 705 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2957] 199.204.45.169 () {30 vars in 681 bytes} [Mon Apr 6 20:01:20 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: 1576/2958] 199.204.45.169 () {30 vars in 717 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 20:01:20.627 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7fe0720a-7aba-4b9f-9553-c6bc102c9b66 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1383/2959] 199.204.45.169 () {32 vars in 759 bytes} [Mon Apr 6 20:01:20 2026] DELETE /v2.0/ports/4d612ba0-dd1c-43b9-bc1e-db107023d01a => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/2960] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:01:20.689 7 INFO neutron.api.v2.resource [None req-5de8bf0e-b507-40c1-bf5e-44a81a946bf7 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1384/2961] 199.204.45.169 () {30 vars in 763 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/security-groups/lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1578/2962] 199.204.45.169 () {30 vars in 785 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/security-groups?name=lb-27ae226f-0d09-4541-b324-9ed11896672c => generated 1639 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2963] 199.204.45.169 () {30 vars in 737 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1132 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/2964] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/ports?tenant_id=b043c051ec9c4ad49526b5c5bc85aa85&device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1248 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/2965] 199.204.45.169 () {34 vars in 1066 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/networks?id=fc005d4f-2e44-458d-aaff-b7850fb4af05&id=8d542590-ccf8-4823-9414-5f4b23377a0e => generated 1524 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/2966] 199.204.45.169 () {34 vars in 1062 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.168&port_id=ee62b278-0f92-40b5-8637-40aa063990bd => 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: 1582/2967] 199.204.45.169 () {34 vars in 984 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/subnets?id=fc4dd9b9-81e2-4321-aa7d-814ee7aa12b8 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/2968] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/ports?network_id=fc005d4f-2e44-458d-aaff-b7850fb4af05&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1584/2969] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:01:20 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2970] 199.204.45.169 () {34 vars in 789 bytes} [Mon Apr 6 20:01:20 2026] PUT /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 1094 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1585/2971] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:01:21 2026] GET /v2.0/networks/fc005d4f-2e44-458d-aaff-b7850fb4af05?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: 1387/2972] 199.204.45.169 () {32 vars in 779 bytes} [Mon Apr 6 20:01:21 2026] DELETE /v2.0/security-groups/a791330e-e48e-4371-9385-9eab8e01ae94 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:21.193 8 INFO neutron_taas.services.taas.taas_plugin [None req-2bedcf90-b875-4873-8ea8-42dbb52f7cd6 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: 8ae655f4-a754-47a1-bba7-0ce748316845 2026-04-06 20:01:21.196 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2bedcf90-b875-4873-8ea8-42dbb52f7cd6 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: 8ae655f4-a754-47a1-bba7-0ce748316845 [pid: 8|app: 0|req: 1586/2973] 199.204.45.169 () {32 vars in 759 bytes} [Mon Apr 6 20:01:21 2026] DELETE /v2.0/ports/8ae655f4-a754-47a1-bba7-0ce748316845 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1388/2974] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 20:01:24 2026] GET /v2.0/ports?device_id=e7d3906f-a9f9-4f9a-b097-c43d07883c88 => generated 1248 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:01:24.498 8 INFO neutron_taas.services.taas.taas_plugin [req-c6a29287-4f5b-40a0-bdb7-38bca1a0cfaa req-0dac3cab-5917-4adc-a4c9-3cc2c9d6c490 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] TaaS: Handle Delete Port: ee62b278-0f92-40b5-8637-40aa063990bd 2026-04-06 20:01:24.501 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-c6a29287-4f5b-40a0-bdb7-38bca1a0cfaa req-0dac3cab-5917-4adc-a4c9-3cc2c9d6c490 971d5f0bcc3c40d3873e9b9b3c98f096 b043c051ec9c4ad49526b5c5bc85aa85 - - default default] Tap Mirror: Handle Delete Port: ee62b278-0f92-40b5-8637-40aa063990bd [pid: 8|app: 0|req: 1587/2975] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 20:01:24 2026] DELETE /v2.0/ports/ee62b278-0f92-40b5-8637-40aa063990bd => generated 0 bytes in 208 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:24.649 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e99f0fa6-4f28-4e15-8cba-8c6b7fc6cb39'] response: {'server_uuid': 'e7d3906f-a9f9-4f9a-b097-c43d07883c88', 'name': 'network-vif-deleted', 'tag': 'ee62b278-0f92-40b5-8637-40aa063990bd', 'status': 'completed', 'code': 200} 2026-04-06 20:01:25.919 7 INFO neutron_taas.services.taas.taas_plugin [None req-fc491f1e-f955-4c01-ae4d-e92ae22756e7 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: 14b7f38d-c340-4e60-9cf6-6dd7119a9c6c 2026-04-06 20:01:25.923 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fc491f1e-f955-4c01-ae4d-e92ae22756e7 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: 14b7f38d-c340-4e60-9cf6-6dd7119a9c6c 2026-04-06 20:01:26.086 7 INFO neutron.db.l3_db [None req-fc491f1e-f955-4c01-ae4d-e92ae22756e7 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Floating IP c43e9af8-d704-43d9-b073-863da83b436b disassociated (deleted). External IP: 10.96.250.206, port: c5d53f74-f182-4383-8b92-b261185e8ffe. [pid: 7|app: 0|req: 1389/2978] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 20:01:25 2026] DELETE /v2.0/floatingips/c43e9af8-d704-43d9-b073-863da83b436b => generated 0 bytes in 630 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:26.443 8 INFO neutron.api.v2.resource [None req-e4e85356-f4a4-4bb7-8561-dba7bddf333f 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/2979] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 20:01:26 2026] GET /v2.0/floatingips/c43e9af8-d704-43d9-b073-863da83b436b => generated 144 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:26.458 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f222d8aa-bf47-491a-95bb-015397b117c3'] response: {'name': 'network-changed', 'server_uuid': 'e2091f93-63bf-4f56-866d-7ccbd1350a14', 'tag': 'c5d53f74-f182-4383-8b92-b261185e8ffe', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1390/2980] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 20:01:26 2026] GET /v2.0/ports?device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => generated 1204 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/2981] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 20:01:26 2026] GET /v2.0/security-groups?id=1b3c3943-98db-4ec1-a0e8-225874bd8dae&fields=id&fields=name => generated 111 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1391/2982] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:01:26 2026] GET /v2.0/ports?tenant_id=c65b454cabe2486a8096387506e71ed7&device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => generated 1473 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/2983] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 20:01:27 2026] GET /v2.0/networks?id=a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 800 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2984] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:01:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.140&port_id=c5d53f74-f182-4383-8b92-b261185e8ffe => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/2985] 199.204.45.169 () {34 vars in 1106 bytes} [Mon Apr 6 20:01:27 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A322&port_id=c5d53f74-f182-4383-8b92-b261185e8ffe => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2986] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 20:01:27 2026] GET /v2.0/subnets?id=fc9e299f-0412-4cf3-8504-2bddcd3394b5&id=36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/2987] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:01:27 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&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: 1394/2988] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:01:27 2026] GET /v2.0/ports?network_id=a16986ee-406d-44ec-860d-fff5e35ea9a5&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: 1595/2989] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:01:27 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2990] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:01:27 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5?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: 1596/2991] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 20:01:29 2026] GET /v2.0/ports?device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => generated 1204 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:01:29.193 7 INFO neutron_taas.services.taas.taas_plugin [req-af38143f-b679-4758-9df0-1ebd3bda8ccc req-3041dc44-1664-402e-9ffc-12e8d5384b1f 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: c5d53f74-f182-4383-8b92-b261185e8ffe 2026-04-06 20:01:29.196 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-af38143f-b679-4758-9df0-1ebd3bda8ccc req-3041dc44-1664-402e-9ffc-12e8d5384b1f 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: c5d53f74-f182-4383-8b92-b261185e8ffe [pid: 7|app: 0|req: 1396/2992] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 20:01:29 2026] DELETE /v2.0/ports/c5d53f74-f182-4383-8b92-b261185e8ffe => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:29.394 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e501998c-b7bc-497b-893f-aae4686eb98f'] response: {'server_uuid': 'e2091f93-63bf-4f56-866d-7ccbd1350a14', 'name': 'network-vif-deleted', 'tag': 'c5d53f74-f182-4383-8b92-b261185e8ffe', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1597/2993] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 20:01:31 2026] GET /v2.0/ports?device_id=e2091f93-63bf-4f56-866d-7ccbd1350a14 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 20:01:37.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-535318c4-13c9-495d-912a-d38ca052c4e1 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: 864cb6aa-c6f5-4fe3-a587-04501e9df3d4 2026-04-06 20:01:37.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-535318c4-13c9-495d-912a-d38ca052c4e1 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: 864cb6aa-c6f5-4fe3-a587-04501e9df3d4 2026-04-06 20:01:37.175 7 INFO neutron.db.l3_db [None req-535318c4-13c9-495d-912a-d38ca052c4e1 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Floating IP 2d514204-7497-4c4c-a9ba-a8bced171765 disassociated (deleted). External IP: 10.96.250.201, port: ccfba30e-7a7a-4a95-a636-b5eefd7da720. [pid: 7|app: 0|req: 1397/2994] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 20:01:36 2026] DELETE /v2.0/floatingips/2d514204-7497-4c4c-a9ba-a8bced171765 => generated 0 bytes in 568 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:37.472 8 INFO neutron.api.v2.resource [None req-938bd66e-2639-4baf-998b-4fa29795e063 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/2995] 10.0.0.45 () {32 vars in 728 bytes} [Mon Apr 6 20:01:37 2026] GET /v2.0/floatingips/2d514204-7497-4c4c-a9ba-a8bced171765 => generated 144 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:37.486 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-92e9b3aa-6d77-4ab2-839e-c6811e6fc36b'] response: {'name': 'network-changed', 'server_uuid': 'd317bcb1-c99f-4a56-b994-4d6b8ca8939b', 'tag': 'ccfba30e-7a7a-4a95-a636-b5eefd7da720', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1398/2996] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 20:01:37 2026] GET /v2.0/ports?device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => generated 1196 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/2997] 10.0.0.76 () {34 vars in 1039 bytes} [Mon Apr 6 20:01:37 2026] GET /v2.0/security-groups?id=1b3c3943-98db-4ec1-a0e8-225874bd8dae&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: 1399/2998] 199.204.45.169 () {34 vars in 1080 bytes} [Mon Apr 6 20:01:37 2026] GET /v2.0/ports?tenant_id=c65b454cabe2486a8096387506e71ed7&device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => generated 1465 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/2999] 199.204.45.169 () {34 vars in 986 bytes} [Mon Apr 6 20:01:38 2026] GET /v2.0/networks?id=a62277e9-459c-4d83-8553-8372d133cf78 => 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: 1400/3000] 199.204.45.169 () {34 vars in 1058 bytes} [Mon Apr 6 20:01:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.224&port_id=ccfba30e-7a7a-4a95-a636-b5eefd7da720 => 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: 1601/3001] 199.204.45.169 () {34 vars in 1102 bytes} [Mon Apr 6 20:01:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A20&port_id=ccfba30e-7a7a-4a95-a636-b5eefd7da720 => 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: 1401/3002] 199.204.45.169 () {34 vars in 1064 bytes} [Mon Apr 6 20:01:38 2026] GET /v2.0/subnets?id=dee0015a-358e-492a-a387-3f0c43649bc3&id=28f6b364-15e7-4316-ad97-7942cee4be84 => 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: 1602/3003] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:01:38 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/3004] 199.204.45.169 () {34 vars in 1052 bytes} [Mon Apr 6 20:01:38 2026] GET /v2.0/ports?network_id=a62277e9-459c-4d83-8553-8372d133cf78&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3005] 199.204.45.169 () {34 vars in 1012 bytes} [Mon Apr 6 20:01:38 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1403/3006] 199.204.45.169 () {34 vars in 1112 bytes} [Mon Apr 6 20:01:38 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78?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: 1604/3007] 199.204.45.169 () {34 vars in 994 bytes} [Mon Apr 6 20:01:40 2026] GET /v2.0/ports?device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => generated 1194 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:01:40.224 7 INFO neutron_taas.services.taas.taas_plugin [req-06d5a9ef-6598-4dd5-a4d2-e1e07a63cb36 req-1d886b03-536d-48a6-9f4f-6515eb5d9b53 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: ccfba30e-7a7a-4a95-a636-b5eefd7da720 2026-04-06 20:01:40.227 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-06d5a9ef-6598-4dd5-a4d2-e1e07a63cb36 req-1d886b03-536d-48a6-9f4f-6515eb5d9b53 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: ccfba30e-7a7a-4a95-a636-b5eefd7da720 [pid: 7|app: 0|req: 1404/3008] 199.204.45.169 () {36 vars in 997 bytes} [Mon Apr 6 20:01:40 2026] DELETE /v2.0/ports/ccfba30e-7a7a-4a95-a636-b5eefd7da720 => generated 0 bytes in 267 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:40.419 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4de95ac3-5acc-4b90-af57-c7c7b2a58c3d'] response: {'server_uuid': 'd317bcb1-c99f-4a56-b994-4d6b8ca8939b', 'name': 'network-vif-deleted', 'tag': 'ccfba30e-7a7a-4a95-a636-b5eefd7da720', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1606/3011] 10.0.0.76 () {34 vars in 989 bytes} [Mon Apr 6 20:01:42 2026] GET /v2.0/ports?device_id=d317bcb1-c99f-4a56-b994-4d6b8ca8939b => 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: 1406/3012] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:47 2026] DELETE /v2.0/security-group-rules/6c6f5c99-0449-4050-92c3-5efc631f5618 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:47.987 8 INFO neutron.api.v2.resource [None req-7ab31a22-e1e8-48cf-98cd-d6c6d0b92085 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3013] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:47 2026] GET /v2.0/security-group-rules/6c6f5c99-0449-4050-92c3-5efc631f5618 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/3014] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:47 2026] DELETE /v2.0/security-group-rules/993d2af4-168d-4fa4-8f1d-380af8bfb2d4 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.068 8 INFO neutron.api.v2.resource [None req-2ec6936f-bf76-43a7-8456-b0cb7e2572af 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3015] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-group-rules/993d2af4-168d-4fa4-8f1d-380af8bfb2d4 => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/3016] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:48 2026] DELETE /v2.0/security-group-rules/7ef6e359-8e79-4e8c-a82c-15c9b03ff7fe => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.154 8 INFO neutron.api.v2.resource [None req-15c781ff-c6b1-43c3-a6e2-6a52d2321e87 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3017] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-group-rules/7ef6e359-8e79-4e8c-a82c-15c9b03ff7fe => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1409/3018] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:48 2026] DELETE /v2.0/security-group-rules/c9722f8a-81d8-4bc8-bbef-367ab4e0f9a5 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.239 8 INFO neutron.api.v2.resource [None req-c2207896-91a0-4505-b167-6f0101968b19 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3019] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-group-rules/c9722f8a-81d8-4bc8-bbef-367ab4e0f9a5 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1410/3020] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:48 2026] DELETE /v2.0/security-group-rules/26d9736c-a843-4c7c-b741-76b92e1d2c6d => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.326 8 INFO neutron.api.v2.resource [None req-01f94c0d-0b13-41fa-96c7-a05c7b38ce79 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3021] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-group-rules/26d9736c-a843-4c7c-b741-76b92e1d2c6d => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/3022] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:48 2026] DELETE /v2.0/security-group-rules/33ff2ce3-8118-4ebe-9689-2d7370fc16cf => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.411 8 INFO neutron.api.v2.resource [None req-35cee438-d6ed-452a-8ddf-46d19eb2c0d3 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3023] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-group-rules/33ff2ce3-8118-4ebe-9689-2d7370fc16cf => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/3024] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:48 2026] DELETE /v2.0/security-group-rules/bec3b8bf-78a7-4e6d-979c-9cf5226cc571 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.488 8 INFO neutron.api.v2.resource [None req-2cb327c2-e682-4fd9-b474-7fbca924fefe 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3025] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-group-rules/bec3b8bf-78a7-4e6d-979c-9cf5226cc571 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/3026] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:48 2026] DELETE /v2.0/security-group-rules/735979db-de5f-4f68-90e8-61724394d414 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.568 8 INFO neutron.api.v2.resource [None req-912d234c-059e-4c55-884c-a2ff933ddfa9 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3027] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-group-rules/735979db-de5f-4f68-90e8-61724394d414 => generated 155 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/3028] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:48 2026] DELETE /v2.0/security-group-rules/824574e4-d919-4d69-b188-eb2546084ba5 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.652 8 INFO neutron.api.v2.resource [None req-cb6a1825-56ee-45d1-90a4-6192d19cfaf6 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3029] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-group-rules/824574e4-d919-4d69-b188-eb2546084ba5 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/3030] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:48 2026] DELETE /v2.0/security-group-rules/84ea8e57-8ea3-4a3b-8080-ddcab1179b9f => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.718 8 INFO neutron.api.v2.resource [None req-ec0d7a6a-2829-477c-bb1d-fa2444a2b03d 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3031] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-group-rules/84ea8e57-8ea3-4a3b-8080-ddcab1179b9f => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/3032] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:01:48 2026] DELETE /v2.0/security-group-rules/fd3ad91b-6dbd-4c7a-bd56-3b49d74d3632 => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.780 8 INFO neutron.api.v2.resource [None req-b504e9c7-28c4-4454-9e3c-6af4a3db30b5 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3033] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-group-rules/fd3ad91b-6dbd-4c7a-bd56-3b49d74d3632 => generated 155 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/3034] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:01:48 2026] DELETE /v2.0/security-groups/1b3c3943-98db-4ec1-a0e8-225874bd8dae => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:48.864 8 INFO neutron.api.v2.resource [None req-b23f0775-777c-416c-821f-ebc4ab4be430 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3035] 10.0.0.45 () {32 vars in 736 bytes} [Mon Apr 6 20:01:48 2026] GET /v2.0/security-groups/1b3c3943-98db-4ec1-a0e8-225874bd8dae => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:49.267 7 INFO neutron_taas.services.taas.taas_plugin [None req-4bcada06-063f-4796-b7d1-c69c2f6d427e 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: 89c77f87-5310-4161-9b9d-03b86c5d769f 2026-04-06 20:01:49.270 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4bcada06-063f-4796-b7d1-c69c2f6d427e 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: 89c77f87-5310-4161-9b9d-03b86c5d769f [pid: 7|app: 0|req: 1418/3036] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 20:01:48 2026] PUT /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 20:01:50.343 8 INFO neutron.api.v2.resource [None req-5beee846-9995-4c3c-938d-a6e44ba82afa 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3037] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 20:01:49 2026] PUT /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b/remove_router_interface => generated 198 bytes in 573 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:50.713 7 INFO neutron_taas.services.taas.taas_plugin [None req-ead00a2f-99ab-4454-a2ca-2001182da388 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: b634bb06-c709-439e-8fd0-3d8841e0a8a0 2026-04-06 20:01:50.717 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ead00a2f-99ab-4454-a2ca-2001182da388 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: b634bb06-c709-439e-8fd0-3d8841e0a8a0 [pid: 7|app: 0|req: 1419/3038] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 20:01:50 2026] PUT /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b/remove_router_interface => generated 309 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 20:01:51.369 8 INFO neutron.api.v2.resource [None req-c52df224-c33a-4bf2-93e1-8140f16e8e31 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1620/3039] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 20:01:51 2026] PUT /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b/remove_router_interface => generated 198 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:51.756 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f3d3387-56fd-459d-a618-791cd3ef5ba1 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: c37059e2-57fd-4251-b37b-78a12d08840b 2026-04-06 20:01:51.760 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f3d3387-56fd-459d-a618-791cd3ef5ba1 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: c37059e2-57fd-4251-b37b-78a12d08840b [pid: 7|app: 0|req: 1420/3040] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 20:01:51 2026] PUT /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b/remove_router_interface => generated 309 bytes in 904 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 20:01:52.414 8 INFO neutron.api.v2.resource [None req-81936036-d230-4c95-963b-ba5902395899 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1621/3041] 10.0.0.45 () {34 vars in 788 bytes} [Mon Apr 6 20:01:52 2026] PUT /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b/remove_router_interface => generated 198 bytes in 133 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:52.626 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b8ba1b0-ae65-4f25-b1c9-5075a81156af 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: 493f08e4-beaf-4ed4-afc5-2ae5d4b7b2c7 2026-04-06 20:01:52.629 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b8ba1b0-ae65-4f25-b1c9-5075a81156af 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: 493f08e4-beaf-4ed4-afc5-2ae5d4b7b2c7 2026-04-06 20:01:52.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-8b8ba1b0-ae65-4f25-b1c9-5075a81156af 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: 713ece39-3b84-458d-a8fb-bae00fecf4bc 2026-04-06 20:01:52.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8b8ba1b0-ae65-4f25-b1c9-5075a81156af 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: 713ece39-3b84-458d-a8fb-bae00fecf4bc 2026-04-06 20:01:53.209 7 INFO neutron.db.l3_hamode_db [None req-8b8ba1b0-ae65-4f25-b1c9-5075a81156af 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] HA network 9a737ec1-61e9-4384-8cfd-7e525ef77cf5 was deleted as no HA routers are present in tenant c65b454cabe2486a8096387506e71ed7. [pid: 7|app: 0|req: 1421/3042] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 20:01:52 2026] DELETE /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b => generated 0 bytes in 795 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:01:53.223 7 INFO neutron.services.segments.plugin [-] Segment 66173a29-873e-476f-a2a5-01f844f248ab resource provider aggregate not found 2026-04-06 20:01:53.236 7 INFO neutron.services.segments.plugin [-] Segment 66173a29-873e-476f-a2a5-01f844f248ab resource provider aggregate not found 2026-04-06 20:01:53.236 8 INFO neutron.api.v2.resource [None req-a93cdd86-0550-4d55-8408-fc018e6e723f 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1622/3043] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 20:01:53 2026] GET /v2.0/routers/3cf6e34a-07c4-41c0-8638-e2cbfd87301b => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:53.239 7 INFO neutron.services.segments.plugin [-] Segment 66173a29-873e-476f-a2a5-01f844f248ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66173a29-873e-476f-a2a5-01f844f248ab found for delete ", "request_id": "req-e4e1b043-a037-4ddb-ba3d-a10f63eeb224"}]} 2026-04-06 20:01:53.249 7 INFO neutron.services.segments.plugin [-] Segment 66173a29-873e-476f-a2a5-01f844f248ab resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66173a29-873e-476f-a2a5-01f844f248ab found for delete ", "request_id": "req-0fb65642-ae54-4684-a9f3-62910cd7be45"}]} [pid: 7|app: 0|req: 1422/3044] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 20:01:53 2026] DELETE /v2.0/subnets/fc9e299f-0412-4cf3-8504-2bddcd3394b5 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:53.405 8 INFO neutron.pecan_wsgi.hooks.translation [None req-72bb0be4-eaa8-462a-acb6-743c18defa4e 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1623/3045] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 20:01:53 2026] GET /v2.0/subnets/fc9e299f-0412-4cf3-8504-2bddcd3394b5 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/3046] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 20:01:53 2026] DELETE /v2.0/subnets/36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:53.606 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95c96eec-2cb8-4620-a052-31ba2ee19992 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1624/3047] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 20:01:53 2026] GET /v2.0/subnets/36ba42f4-900c-420f-8fa8-90e07ed21191 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:53.694 7 INFO neutron_taas.services.taas.taas_plugin [None req-d73dba90-fe11-42a2-902a-e5373459c320 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: 8eb3589d-05c8-4db7-b5d4-6335484fdb30 2026-04-06 20:01:53.696 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d73dba90-fe11-42a2-902a-e5373459c320 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: 8eb3589d-05c8-4db7-b5d4-6335484fdb30 [pid: 7|app: 0|req: 1424/3048] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:01:53 2026] DELETE /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:53.897 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0909a121-bfbe-4044-850b-08f14924f33b 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1625/3049] 10.0.0.45 () {32 vars in 722 bytes} [Mon Apr 6 20:01:53 2026] GET /v2.0/networks/a16986ee-406d-44ec-860d-fff5e35ea9a5 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/3050] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 20:01:53 2026] DELETE /v2.0/subnets/dee0015a-358e-492a-a387-3f0c43649bc3 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:54.057 8 INFO neutron.pecan_wsgi.hooks.translation [None req-385ccf5c-d44f-40be-a158-a442bae6ee16 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3051] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 20:01:54 2026] GET /v2.0/subnets/dee0015a-358e-492a-a387-3f0c43649bc3 => 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: 1426/3052] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 20:01:54 2026] DELETE /v2.0/subnets/28f6b364-15e7-4316-ad97-7942cee4be84 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:54.222 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c3e8a2d2-bffb-45da-b2c1-1a16ea951145 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3053] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 20:01:54 2026] GET /v2.0/subnets/28f6b364-15e7-4316-ad97-7942cee4be84 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:54.747 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e6d8885-a5be-48ef-9c01-61434c91582b 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: c0ad4428-22eb-4180-a3b6-f39cd1b23806 2026-04-06 20:01:54.749 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e6d8885-a5be-48ef-9c01-61434c91582b 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: c0ad4428-22eb-4180-a3b6-f39cd1b23806 [pid: 7|app: 0|req: 1427/3054] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:01:54 2026] DELETE /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78 => generated 0 bytes in 685 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:54.926 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e89f0b25-14f8-4bcb-b573-e453e3cbea07 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3055] 10.0.0.45 () {32 vars in 722 bytes} [Mon Apr 6 20:01:54 2026] GET /v2.0/networks/a62277e9-459c-4d83-8553-8372d133cf78 => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/3056] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 20:01:54 2026] DELETE /v2.0/subnets/d52a15d6-4e97-42d2-a274-e9bb18db4e5c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:55.083 8 INFO neutron.pecan_wsgi.hooks.translation [None req-d233df2e-fecf-4e13-83e2-e3eda7d4bf3a 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3057] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 20:01:55 2026] GET /v2.0/subnets/d52a15d6-4e97-42d2-a274-e9bb18db4e5c => 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: 1429/3058] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 20:01:55 2026] DELETE /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:55.245 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fc887bd1-ff8a-4ccc-8526-df450943bc80 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3059] 10.0.0.45 () {32 vars in 720 bytes} [Mon Apr 6 20:01:55 2026] GET /v2.0/subnets/b214bb0b-ed04-4b29-979f-805d5bc17236 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:55.255 7 INFO neutron.services.segments.plugin [-] Segment 2a84cc98-0326-4e97-9923-8892183a1093 resource provider aggregate not found 2026-04-06 20:01:55.265 7 INFO neutron.services.segments.plugin [-] Segment 2a84cc98-0326-4e97-9923-8892183a1093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a84cc98-0326-4e97-9923-8892183a1093 found for delete ", "request_id": "req-be5fe0b4-4931-4c4a-8aae-5bd4427fffbd"}]} 2026-04-06 20:01:55.272 7 INFO neutron.services.segments.plugin [-] Segment 2a84cc98-0326-4e97-9923-8892183a1093 resource provider aggregate not found 2026-04-06 20:01:55.287 7 INFO neutron.services.segments.plugin [-] Segment 5028fb76-5baa-43ac-b173-181d67bcc05d resource provider aggregate not found 2026-04-06 20:01:55.293 7 INFO neutron.services.segments.plugin [-] Segment 2a84cc98-0326-4e97-9923-8892183a1093 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2a84cc98-0326-4e97-9923-8892183a1093 found for delete ", "request_id": "req-982e7397-e286-4bcf-9ebb-d2075ac2aedb"}]} 2026-04-06 20:01:55.304 7 INFO neutron.services.segments.plugin [-] Segment 5028fb76-5baa-43ac-b173-181d67bcc05d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5028fb76-5baa-43ac-b173-181d67bcc05d found for delete ", "request_id": "req-6facd977-2634-44ba-af98-f2852d8e8770"}]} 2026-04-06 20:01:55.313 7 INFO neutron.services.segments.plugin [-] Segment 5028fb76-5baa-43ac-b173-181d67bcc05d resource provider aggregate not found 2026-04-06 20:01:55.329 7 INFO neutron.services.segments.plugin [-] Segment 5028fb76-5baa-43ac-b173-181d67bcc05d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5028fb76-5baa-43ac-b173-181d67bcc05d found for delete ", "request_id": "req-67e855f9-ae2f-4b6b-9368-78e8c0a81e3e"}]} 2026-04-06 20:01:55.365 7 INFO neutron_taas.services.taas.taas_plugin [None req-47e75fb9-8a47-4c98-8023-df622d5547dc 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] TaaS: Handle Delete Port: 6db76d71-0dab-4986-90cd-8b89b147943e 2026-04-06 20:01:55.369 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47e75fb9-8a47-4c98-8023-df622d5547dc 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] Tap Mirror: Handle Delete Port: 6db76d71-0dab-4986-90cd-8b89b147943e [pid: 7|app: 0|req: 1430/3060] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:01:55 2026] DELETE /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e => generated 0 bytes in 299 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:01:55.569 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0c7425e-6dd4-4e7c-9f54-a6a3abef8b8e 602ba4b368644268bf9f78fb9f92529a c65b454cabe2486a8096387506e71ed7 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3061] 10.0.0.45 () {32 vars in 722 bytes} [Mon Apr 6 20:01:55 2026] GET /v2.0/networks/8d542590-ccf8-4823-9414-5f4b23377a0e => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:01:57.326 7 INFO neutron.services.segments.plugin [-] Segment 73a7c1d1-4948-4162-b670-75741223f612 resource provider aggregate not found 2026-04-06 20:01:57.344 7 INFO neutron.services.segments.plugin [-] Segment 73a7c1d1-4948-4162-b670-75741223f612 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73a7c1d1-4948-4162-b670-75741223f612 found for delete ", "request_id": "req-31eec647-f05a-4283-a6fa-a63fe283137f"}]} 2026-04-06 20:01:57.354 7 INFO neutron.services.segments.plugin [-] Segment 73a7c1d1-4948-4162-b670-75741223f612 resource provider aggregate not found 2026-04-06 20:01:57.368 7 INFO neutron.services.segments.plugin [-] Segment 73a7c1d1-4948-4162-b670-75741223f612 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 73a7c1d1-4948-4162-b670-75741223f612 found for delete ", "request_id": "req-6439623a-a5ae-473e-8fc6-734d3de9efb2"}]} [pid: 7|app: 0|req: 1432/3064] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:01:57 2026] GET /v2.0/security-groups?tenant_id=35c70493cbd84367a4c1b740cc977b8e&name=default => generated 2929 bytes in 249 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3065] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:01:57 2026] DELETE /v2.0/security-groups/32258453-7129-4e8f-b270-4cf68553e091 => 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: 1433/3066] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:01:57 2026] GET /v2.0/security-groups?tenant_id=464cf03a09a7477f91f941f694408894&name=default => generated 2929 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3067] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:01:57 2026] DELETE /v2.0/security-groups/f62aefd7-f1a1-4689-bd20-0357657b9ee0 => 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: 1434/3068] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:01:58 2026] GET /v2.0/security-groups?tenant_id=4b76254124e04f0f90ea03d4844d897e&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1635/3069] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:01:58 2026] DELETE /v2.0/security-groups/11a7fede-0c15-42bc-9fe5-73e45dcf4e69 => 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: 1435/3070] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:01:58 2026] GET /v2.0/security-groups?tenant_id=1c41a58fdb4941a99a8c6190220d6c9a&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3071] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:01:58 2026] DELETE /v2.0/security-groups/227265bf-0863-48be-a024-a081254b337a => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/3072] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:01:58 2026] GET /v2.0/security-groups?tenant_id=c65b454cabe2486a8096387506e71ed7&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1637/3073] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:01:58 2026] DELETE /v2.0/security-groups/26922d48-58c7-47e3-a7c9-7054046e2957 => 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: 1437/3074] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:01:58 2026] GET /v2.0/security-groups?tenant_id=a8545b6df77c49f3aa39d69a9a194226&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3075] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:01:59 2026] DELETE /v2.0/security-groups/a680327b-3bba-4d49-9d3f-e008cbfd9e18 => 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: 1438/3076] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:01:59 2026] GET /v2.0/security-groups?tenant_id=073d4400c82345b1952a8c92dbc1f14c&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3077] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:01:59 2026] DELETE /v2.0/security-groups/f4b8e080-990b-46a6-a660-80109c56d2fa => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:03.649 7 INFO neutron.db.segments_db [None req-284c925e-6d5e-4978-9e81-b461f7f0308f 68e59f2337a74f3fb0ca52c55b82b870 1b72a6dd157440f0b3d99926bac01748 - - default default] Added segment 570f0567-3958-444b-8fab-8d4c4de9a2da of type vxlan for network 42bcfa30-2c37-48ae-86d8-76f1a9d4a7bf [pid: 7|app: 0|req: 1439/3078] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 20:02:03 2026] POST /v2.0/networks => generated 708 bytes in 329 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1640/3079] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 20:02:03 2026] POST /v2.0/subnets => generated 644 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 20:02:03.915 7 WARNING neutron.api.v2.base [None req-738a6265-c584-4d79-9fd3-2988c8922771 68e59f2337a74f3fb0ca52c55b82b870 1b72a6dd157440f0b3d99926bac01748 - - 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-04-06 20:02:03.916 7 INFO neutron.api.v2.resource [None req-738a6265-c584-4d79-9fd3-2988c8922771 68e59f2337a74f3fb0ca52c55b82b870 1b72a6dd157440f0b3d99926bac01748 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 1440/3080] 10.0.0.45 () {34 vars in 680 bytes} [Mon Apr 6 20:02:03 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: 8|app: 0|req: 1641/3081] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:02:03 2026] DELETE /v2.0/networks/42bcfa30-2c37-48ae-86d8-76f1a9d4a7bf => generated 0 bytes in 187 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:02:04.163 7 INFO neutron.db.segments_db [None req-903a5874-a543-4732-842d-061baecdc3ce 68e59f2337a74f3fb0ca52c55b82b870 1b72a6dd157440f0b3d99926bac01748 - - default default] Added segment d76fc912-1d97-432b-a0aa-2408d5dd5a56 of type vxlan for network a4eef0a4-532b-4176-a396-5c4b17b4062d 2026-04-06 20:02:04.172 8 INFO neutron.services.segments.plugin [-] Segment 570f0567-3958-444b-8fab-8d4c4de9a2da resource provider aggregate not found 2026-04-06 20:02:04.177 8 INFO neutron.services.segments.plugin [-] Segment 570f0567-3958-444b-8fab-8d4c4de9a2da resource provider aggregate not found 2026-04-06 20:02:04.190 8 INFO neutron.services.segments.plugin [-] Segment 570f0567-3958-444b-8fab-8d4c4de9a2da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 570f0567-3958-444b-8fab-8d4c4de9a2da found for delete ", "request_id": "req-dc296f0d-8d99-4d0e-b2f0-927000c74328"}]} 2026-04-06 20:02:04.190 8 INFO neutron.services.segments.plugin [-] Segment 570f0567-3958-444b-8fab-8d4c4de9a2da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 570f0567-3958-444b-8fab-8d4c4de9a2da found for delete ", "request_id": "req-8c779d54-4b3e-4076-8145-7d0e712825bc"}]} [pid: 7|app: 0|req: 1441/3082] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 20:02:04 2026] POST /v2.0/networks => generated 708 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3083] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 20:02:04 2026] POST /v2.0/subnets => generated 647 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-06 20:02:04.403 7 WARNING neutron.api.v2.base [None req-6080404a-69ba-4cea-8c4a-021b379ec27a 68e59f2337a74f3fb0ca52c55b82b870 1b72a6dd157440f0b3d99926bac01748 - - 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-04-06 20:02:04.404 7 INFO neutron.api.v2.resource [None req-6080404a-69ba-4cea-8c4a-021b379ec27a 68e59f2337a74f3fb0ca52c55b82b870 1b72a6dd157440f0b3d99926bac01748 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 1442/3084] 10.0.0.45 () {34 vars in 680 bytes} [Mon Apr 6 20:02:04 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3085] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:02:04 2026] DELETE /v2.0/networks/a4eef0a4-532b-4176-a396-5c4b17b4062d => generated 0 bytes in 188 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:02:04.656 7 INFO neutron.db.segments_db [None req-177f77d7-8d0d-4a9d-a96f-25e38c001952 68e59f2337a74f3fb0ca52c55b82b870 1b72a6dd157440f0b3d99926bac01748 - - default default] Added segment 49f33e8d-bec7-46e1-ab11-65cb005661ad of type vxlan for network c54c6d85-2a33-4e5d-959c-b37adea9106e [pid: 7|app: 0|req: 1443/3086] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 20:02:04 2026] POST /v2.0/networks => generated 708 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3087] 10.0.0.45 () {34 vars in 668 bytes} [Mon Apr 6 20:02:04 2026] POST /v2.0/subnets => generated 647 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/3088] 10.0.0.45 () {34 vars in 680 bytes} [Mon Apr 6 20:02:04 2026] POST /v2.0/rbac-policies => generated 324 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3089] 10.0.0.45 () {32 vars in 722 bytes} [Mon Apr 6 20:02:05 2026] GET /v2.0/networks/c54c6d85-2a33-4e5d-959c-b37adea9106e => generated 655 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-06 20:02:05.995 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f75270e5-236d-45b5-990e-ac2094e264b1 b853b510f0d64a43a93fa15553d601a8 edd80210b94f48dabd37c5fc77505df6 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1445/3090] 10.0.0.45 () {32 vars in 722 bytes} [Mon Apr 6 20:02:05 2026] GET /v2.0/networks/c54c6d85-2a33-4e5d-959c-b37adea9106e => generated 138 bytes in 67 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3091] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:02:06 2026] DELETE /v2.0/networks/c54c6d85-2a33-4e5d-959c-b37adea9106e => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:02:06.203 8 INFO neutron.services.segments.plugin [-] Segment d76fc912-1d97-432b-a0aa-2408d5dd5a56 resource provider aggregate not found 2026-04-06 20:02:06.215 8 INFO neutron.services.segments.plugin [-] Segment d76fc912-1d97-432b-a0aa-2408d5dd5a56 resource provider aggregate not found 2026-04-06 20:02:06.221 8 INFO neutron.services.segments.plugin [-] Segment d76fc912-1d97-432b-a0aa-2408d5dd5a56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76fc912-1d97-432b-a0aa-2408d5dd5a56 found for delete ", "request_id": "req-ea975f90-5ba2-4653-86cc-05b74e828265"}]} 2026-04-06 20:02:06.222 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b5dc787e-f980-4525-8075-ab1c7bc010ea 68e59f2337a74f3fb0ca52c55b82b870 1b72a6dd157440f0b3d99926bac01748 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1446/3092] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 20:02:06 2026] DELETE /v2.0/subnets/e03825dd-f5df-4dbb-b4e7-c09c01dfa18a => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:02:06.226 8 INFO neutron.services.segments.plugin [-] Segment d76fc912-1d97-432b-a0aa-2408d5dd5a56 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d76fc912-1d97-432b-a0aa-2408d5dd5a56 found for delete ", "request_id": "req-50b62c4e-3227-41d0-8ba5-c47876a569ee"}]} 2026-04-06 20:02:06.235 8 INFO neutron.services.segments.plugin [-] Segment 49f33e8d-bec7-46e1-ab11-65cb005661ad resource provider aggregate not found 2026-04-06 20:02:06.239 8 INFO neutron.services.segments.plugin [-] Segment 49f33e8d-bec7-46e1-ab11-65cb005661ad resource provider aggregate not found 2026-04-06 20:02:06.247 8 INFO neutron.services.segments.plugin [-] Segment 49f33e8d-bec7-46e1-ab11-65cb005661ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49f33e8d-bec7-46e1-ab11-65cb005661ad found for delete ", "request_id": "req-71e7fe9d-526a-4ced-b2eb-807a07330cce"}]} 2026-04-06 20:02:06.248 8 INFO neutron.services.segments.plugin [-] Segment 49f33e8d-bec7-46e1-ab11-65cb005661ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49f33e8d-bec7-46e1-ab11-65cb005661ad found for delete ", "request_id": "req-801da9a1-4f9c-417b-a8e2-2a0ac0aefb0d"}]} 2026-04-06 20:02:06.248 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8ec634d9-9f32-467f-842f-64a07e44d349 68e59f2337a74f3fb0ca52c55b82b870 1b72a6dd157440f0b3d99926bac01748 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1647/3093] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 20:02:06 2026] DELETE /v2.0/subnets/8fdf1e4f-a54e-493d-93cd-433df0452383 => generated 136 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-06 20:02:06.277 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c34d24cf-39ee-4908-8f5a-32fd40c5baf7 68e59f2337a74f3fb0ca52c55b82b870 1b72a6dd157440f0b3d99926bac01748 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1447/3094] 10.0.0.45 () {32 vars in 723 bytes} [Mon Apr 6 20:02:06 2026] DELETE /v2.0/subnets/a31bd895-744f-4de4-9b67-80f65f31c14e => generated 136 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1648/3095] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:06 2026] GET /v2.0/security-groups?tenant_id=1b72a6dd157440f0b3d99926bac01748&name=default => generated 2929 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/3096] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:07 2026] DELETE /v2.0/security-groups/1c0c4d19-0cd0-4954-87e7-2c0ab559ad29 => 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: 1649/3097] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:07 2026] GET /v2.0/security-groups?tenant_id=edd80210b94f48dabd37c5fc77505df6&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: 1449/3098] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:07 2026] DELETE /v2.0/security-groups/1a6ea765-aef9-437b-b81a-80c92a91909a => 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: 1650/3099] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:07 2026] GET /v2.0/security-groups?tenant_id=428807fa67bb469db14a288e0a33d4be&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/3100] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:07 2026] DELETE /v2.0/security-groups/a28a100c-6731-41b6-b286-b329f02e8b2d => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3103] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 20:02:11 2026] POST /v2.0/floatingips => generated 552 bytes in 649 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/3104] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 20:02:12 2026] POST /v2.0/floatingips => generated 552 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3105] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 20:02:13 2026] POST /v2.0/floatingips => generated 552 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/3106] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 20:02:13 2026] POST /v2.0/floatingips => generated 552 bytes in 444 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1654/3107] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 20:02:13 2026] POST /v2.0/floatingips => generated 552 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/3108] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 20:02:14 2026] PUT /v2.0/floatingips/b8f5fc74-4d45-4007-957f-7da78860c2ea/tags => generated 17 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1655/3109] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 20:02:14 2026] PUT /v2.0/floatingips/3e4536c9-e8e6-413b-9c43-258ae3a24e1c/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: 1455/3110] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 20:02:14 2026] PUT /v2.0/floatingips/1bd8633b-5134-4f67-aad3-1b458ea64ed4/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3111] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 20:02:14 2026] PUT /v2.0/floatingips/b7894bb0-9a19-4770-aa0a-8b7c5ac24004/tags => generated 19 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/3112] 10.0.0.45 () {32 vars in 671 bytes} [Mon Apr 6 20:02:14 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3113] 10.0.0.45 () {32 vars in 685 bytes} [Mon Apr 6 20:02:14 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/3114] 10.0.0.45 () {32 vars in 681 bytes} [Mon Apr 6 20:02:14 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1658/3115] 10.0.0.45 () {32 vars in 693 bytes} [Mon Apr 6 20:02:14 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/3116] 10.0.0.45 () {32 vars in 679 bytes} [Mon Apr 6 20:02:14 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1659/3117] 10.0.0.45 () {32 vars in 693 bytes} [Mon Apr 6 20:02:14 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/3118] 10.0.0.45 () {32 vars in 689 bytes} [Mon Apr 6 20:02:14 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3119] 10.0.0.45 () {32 vars in 701 bytes} [Mon Apr 6 20:02:14 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:02:15.118 7 INFO neutron_taas.services.taas.taas_plugin [None req-22522dd3-56bc-45b1-9f07-51cdc1b8c8cb eebeef25a14f4b0c84fa2342f7159cd1 dc7e84f583dc495ea5ea23eeb24996d3 - - default default] TaaS: Handle Delete Port: 4e8fef92-66d2-481c-9468-5b0b2765d0f9 2026-04-06 20:02:15.120 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22522dd3-56bc-45b1-9f07-51cdc1b8c8cb eebeef25a14f4b0c84fa2342f7159cd1 dc7e84f583dc495ea5ea23eeb24996d3 - - default default] Tap Mirror: Handle Delete Port: 4e8fef92-66d2-481c-9468-5b0b2765d0f9 [pid: 7|app: 0|req: 1460/3120] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 20:02:15 2026] DELETE /v2.0/floatingips/b8f5fc74-4d45-4007-957f-7da78860c2ea => generated 0 bytes in 237 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:15.394 8 INFO neutron_taas.services.taas.taas_plugin [None req-9703520a-057f-4564-80ea-752bb71581e8 eebeef25a14f4b0c84fa2342f7159cd1 dc7e84f583dc495ea5ea23eeb24996d3 - - default default] TaaS: Handle Delete Port: b94e9b27-8293-4314-be3e-b63a00c322c0 2026-04-06 20:02:15.397 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9703520a-057f-4564-80ea-752bb71581e8 eebeef25a14f4b0c84fa2342f7159cd1 dc7e84f583dc495ea5ea23eeb24996d3 - - default default] Tap Mirror: Handle Delete Port: b94e9b27-8293-4314-be3e-b63a00c322c0 [pid: 8|app: 0|req: 1661/3121] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 20:02:15 2026] DELETE /v2.0/floatingips/3e4536c9-e8e6-413b-9c43-258ae3a24e1c => generated 0 bytes in 296 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:15.672 7 INFO neutron_taas.services.taas.taas_plugin [None req-e452632a-aa17-4303-a74c-8b47907c8593 eebeef25a14f4b0c84fa2342f7159cd1 dc7e84f583dc495ea5ea23eeb24996d3 - - default default] TaaS: Handle Delete Port: dd0320c5-12f2-4c41-96d1-f7894079ed66 2026-04-06 20:02:15.674 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e452632a-aa17-4303-a74c-8b47907c8593 eebeef25a14f4b0c84fa2342f7159cd1 dc7e84f583dc495ea5ea23eeb24996d3 - - default default] Tap Mirror: Handle Delete Port: dd0320c5-12f2-4c41-96d1-f7894079ed66 [pid: 7|app: 0|req: 1461/3122] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 20:02:15 2026] DELETE /v2.0/floatingips/1bd8633b-5134-4f67-aad3-1b458ea64ed4 => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:15.921 8 INFO neutron_taas.services.taas.taas_plugin [None req-8631345d-5361-4ac9-b313-2fc87e47c15d eebeef25a14f4b0c84fa2342f7159cd1 dc7e84f583dc495ea5ea23eeb24996d3 - - default default] TaaS: Handle Delete Port: 6c31d6a0-9df1-4bfe-b770-63a9496fc5e3 2026-04-06 20:02:15.923 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8631345d-5361-4ac9-b313-2fc87e47c15d eebeef25a14f4b0c84fa2342f7159cd1 dc7e84f583dc495ea5ea23eeb24996d3 - - default default] Tap Mirror: Handle Delete Port: 6c31d6a0-9df1-4bfe-b770-63a9496fc5e3 [pid: 8|app: 0|req: 1662/3123] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 20:02:15 2026] DELETE /v2.0/floatingips/b7894bb0-9a19-4770-aa0a-8b7c5ac24004 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:16.173 7 INFO neutron_taas.services.taas.taas_plugin [None req-af2b39e2-3e15-438e-93e6-a9dc7301dd4c eebeef25a14f4b0c84fa2342f7159cd1 dc7e84f583dc495ea5ea23eeb24996d3 - - default default] TaaS: Handle Delete Port: 49fde217-a48a-4eb5-9504-4cd68636b840 2026-04-06 20:02:16.175 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af2b39e2-3e15-438e-93e6-a9dc7301dd4c eebeef25a14f4b0c84fa2342f7159cd1 dc7e84f583dc495ea5ea23eeb24996d3 - - default default] Tap Mirror: Handle Delete Port: 49fde217-a48a-4eb5-9504-4cd68636b840 [pid: 7|app: 0|req: 1462/3124] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 20:02:16 2026] DELETE /v2.0/floatingips/37456112-c090-4ce4-a2a0-a5da74894b3c => generated 0 bytes in 248 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3125] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:17 2026] GET /v2.0/security-groups?tenant_id=5d6d336056f04848baafa7ad236bce48&name=default => generated 2929 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/3126] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:17 2026] DELETE /v2.0/security-groups/e5ccd720-6ba3-4aec-936d-f11cf2ef44ff => 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: 1664/3127] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:17 2026] GET /v2.0/security-groups?tenant_id=dc7e84f583dc495ea5ea23eeb24996d3&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/3128] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:17 2026] DELETE /v2.0/security-groups/8a003f84-cdf6-4604-b353-aa4fd0c5bf32 => 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: 1665/3129] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:17 2026] GET /v2.0/security-groups?tenant_id=b35d4eb2c63245a58bd67ce006d0f64b&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3130] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:17 2026] DELETE /v2.0/security-groups/6db0063e-fd57-4b29-8143-e1648f762f64 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:22.408 8 INFO neutron.db.segments_db [None req-71cc4f98-d1b1-4db1-8a56-cc1597ab8f8f 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] Added segment 6ba1edbd-e09a-41a0-9ac8-fe83c58c813b of type vxlan for network 6b512df9-8811-4a53-ae4c-22f2015682c2 [pid: 8|app: 0|req: 1666/3131] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 20:02:22 2026] POST /v2.0/networks => generated 612 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1466/3132] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 20:02:22 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) [pid: 8|app: 0|req: 1667/3133] 10.0.0.45 () {34 vars in 665 bytes} [Mon Apr 6 20:02:22 2026] POST /v2.0/trunks => generated 407 bytes in 151 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-04-06 20:02:23.014 7 INFO neutron.db.segments_db [None req-912a0f7a-38dc-4af8-9085-4c036cafc97e 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] Added segment 299a3158-d300-4789-b75a-9a08b68a5420 of type vxlan for network deb0007b-2eaf-4239-a613-ae529756846e [pid: 7|app: 0|req: 1467/3134] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 20:02:22 2026] POST /v2.0/networks => generated 613 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1668/3135] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 20:02:23 2026] POST /v2.0/ports => generated 743 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/3136] 10.0.0.45 () {34 vars in 665 bytes} [Mon Apr 6 20:02:23 2026] POST /v2.0/trunks => generated 407 bytes in 198 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-04-06 20:02:23.641 8 INFO neutron.db.segments_db [None req-7f38a773-68a9-409d-b08e-28dad69cea51 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] Added segment 64bbd2d0-6ac2-4aad-a376-0fdb1560c320 of type vxlan for network c17c706a-4869-40c0-b2ba-3d0508915219 [pid: 8|app: 0|req: 1669/3137] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 20:02:23 2026] POST /v2.0/networks => generated 612 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3138] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 20:02:23 2026] POST /v2.0/ports => generated 743 bytes in 279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1670/3139] 10.0.0.45 () {34 vars in 665 bytes} [Mon Apr 6 20:02:24 2026] POST /v2.0/trunks => generated 407 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, ' 2026-04-06 20:02:24.208 7 INFO neutron.db.segments_db [None req-dc59de56-a660-4206-997f-646a0db7a531 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] Added segment 3fee6d7b-3605-4094-afbe-e7d9118e43f5 of type vxlan for network 0e1db8ab-3f6b-4ca1-b4f8-1a6173e5ba7a [pid: 7|app: 0|req: 1470/3140] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 20:02:24 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: 1671/3141] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 20:02:24 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) [pid: 7|app: 0|req: 1471/3142] 10.0.0.45 () {34 vars in 665 bytes} [Mon Apr 6 20:02:24 2026] POST /v2.0/trunks => generated 407 bytes in 149 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-04-06 20:02:24.791 8 INFO neutron.db.segments_db [None req-496dda6a-2918-42b1-8dfd-04e8b92e3b91 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] Added segment 74704abd-bb31-4b2a-a1e2-3a11934f2cb4 of type vxlan for network b3f343af-0c2e-4c95-bdbe-9bf74af156b7 [pid: 8|app: 0|req: 1672/3143] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 20:02:24 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: 7|app: 0|req: 1472/3144] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 20:02:24 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1673/3145] 10.0.0.45 () {34 vars in 665 bytes} [Mon Apr 6 20:02: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, ' [pid: 7|app: 0|req: 1473/3146] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 20:02:25 2026] PUT /v2.0/trunks/d0d24a02-47f2-4c7f-be1d-62327d1805e7/tags => generated 17 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1674/3147] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 20:02:25 2026] PUT /v2.0/trunks/261f3bf2-bbf5-4344-88c2-e2b5e431b8a2/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/3148] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 20:02:25 2026] PUT /v2.0/trunks/12af5e69-629b-41ed-b270-52c3e9133093/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: 1675/3149] 10.0.0.45 () {34 vars in 748 bytes} [Mon Apr 6 20:02:25 2026] PUT /v2.0/trunks/feb92278-f370-45f6-b32c-7c18d42ed7c3/tags => generated 19 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/3150] 10.0.0.45 () {32 vars in 661 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1676/3151] 10.0.0.45 () {32 vars in 675 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1476/3152] 10.0.0.45 () {32 vars in 671 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1677/3153] 10.0.0.45 () {32 vars in 683 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1477/3154] 10.0.0.45 () {32 vars in 669 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1678/3155] 10.0.0.45 () {32 vars in 683 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/3156] 10.0.0.45 () {32 vars in 679 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1679/3157] 10.0.0.45 () {32 vars in 691 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/3158] 10.0.0.45 () {32 vars in 718 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/trunks/d0d24a02-47f2-4c7f-be1d-62327d1805e7 => generated 412 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1680/3159] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/ports/2252e8fa-3758-4311-9eae-341527071d50 => generated 826 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/3160] 10.0.0.45 () {32 vars in 721 bytes} [Mon Apr 6 20:02:25 2026] DELETE /v2.0/trunks/d0d24a02-47f2-4c7f-be1d-62327d1805e7 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1681/3161] 10.0.0.45 () {32 vars in 718 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/trunks/261f3bf2-bbf5-4344-88c2-e2b5e431b8a2 => generated 420 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/3162] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 20:02:25 2026] GET /v2.0/ports/fd6ceef9-9143-4941-be6d-4db10979bccb => generated 826 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1682/3163] 10.0.0.45 () {32 vars in 721 bytes} [Mon Apr 6 20:02:25 2026] DELETE /v2.0/trunks/261f3bf2-bbf5-4344-88c2-e2b5e431b8a2 => 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: 1482/3164] 10.0.0.45 () {32 vars in 718 bytes} [Mon Apr 6 20:02:26 2026] GET /v2.0/trunks/12af5e69-629b-41ed-b270-52c3e9133093 => generated 429 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1683/3167] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 20:02:26 2026] GET /v2.0/ports/fa029e26-043d-4215-a4e5-8ff1d3e02cb0 => generated 826 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3168] 10.0.0.45 () {32 vars in 721 bytes} [Mon Apr 6 20:02:26 2026] DELETE /v2.0/trunks/12af5e69-629b-41ed-b270-52c3e9133093 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1684/3169] 10.0.0.45 () {32 vars in 718 bytes} [Mon Apr 6 20:02:26 2026] GET /v2.0/trunks/feb92278-f370-45f6-b32c-7c18d42ed7c3 => generated 414 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3170] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 20:02:26 2026] GET /v2.0/ports/454f0230-2938-4a82-9d36-13c93c7d9eef => generated 826 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1685/3171] 10.0.0.45 () {32 vars in 721 bytes} [Mon Apr 6 20:02:26 2026] DELETE /v2.0/trunks/feb92278-f370-45f6-b32c-7c18d42ed7c3 => 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: 1487/3172] 10.0.0.45 () {32 vars in 718 bytes} [Mon Apr 6 20:02:26 2026] GET /v2.0/trunks/b828fd80-5c05-43f9-ab5d-cbe437e58822 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1686/3173] 10.0.0.45 () {32 vars in 716 bytes} [Mon Apr 6 20:02:26 2026] GET /v2.0/ports/9d69d0b5-2682-4733-9886-2d345e931e08 => generated 826 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/3174] 10.0.0.45 () {32 vars in 721 bytes} [Mon Apr 6 20:02:26 2026] DELETE /v2.0/trunks/b828fd80-5c05-43f9-ab5d-cbe437e58822 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:26.639 8 INFO neutron_taas.services.taas.taas_plugin [None req-9c086978-0a97-4aab-8751-cd2b4e90cee6 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] TaaS: Handle Delete Port: 2252e8fa-3758-4311-9eae-341527071d50 2026-04-06 20:02:26.643 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9c086978-0a97-4aab-8751-cd2b4e90cee6 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] Tap Mirror: Handle Delete Port: 2252e8fa-3758-4311-9eae-341527071d50 [pid: 8|app: 0|req: 1687/3175] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 20:02:26 2026] DELETE /v2.0/ports/2252e8fa-3758-4311-9eae-341527071d50 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:02:26.816 7 INFO neutron_taas.services.taas.taas_plugin [None req-9bbfe8d2-2675-42e7-9d24-bc1e831dc064 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] TaaS: Handle Delete Port: fd6ceef9-9143-4941-be6d-4db10979bccb 2026-04-06 20:02:26.819 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9bbfe8d2-2675-42e7-9d24-bc1e831dc064 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] Tap Mirror: Handle Delete Port: fd6ceef9-9143-4941-be6d-4db10979bccb [pid: 7|app: 0|req: 1489/3176] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 20:02:26 2026] DELETE /v2.0/ports/fd6ceef9-9143-4941-be6d-4db10979bccb => generated 0 bytes in 172 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:02:26.995 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa3f6c17-f3d4-4a98-adca-d4db92f574ff 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] TaaS: Handle Delete Port: fa029e26-043d-4215-a4e5-8ff1d3e02cb0 2026-04-06 20:02:26.998 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa3f6c17-f3d4-4a98-adca-d4db92f574ff 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] Tap Mirror: Handle Delete Port: fa029e26-043d-4215-a4e5-8ff1d3e02cb0 [pid: 8|app: 0|req: 1688/3177] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 20:02:26 2026] DELETE /v2.0/ports/fa029e26-043d-4215-a4e5-8ff1d3e02cb0 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:02:27.160 7 INFO neutron_taas.services.taas.taas_plugin [None req-29cdbc6f-e52e-4c25-832f-bc564c21b471 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] TaaS: Handle Delete Port: 454f0230-2938-4a82-9d36-13c93c7d9eef 2026-04-06 20:02:27.163 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-29cdbc6f-e52e-4c25-832f-bc564c21b471 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] Tap Mirror: Handle Delete Port: 454f0230-2938-4a82-9d36-13c93c7d9eef [pid: 7|app: 0|req: 1490/3178] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 20:02:27 2026] DELETE /v2.0/ports/454f0230-2938-4a82-9d36-13c93c7d9eef => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:02:27.343 8 INFO neutron_taas.services.taas.taas_plugin [None req-6e3bf02c-1e59-4729-ae3f-dbc227cc36f3 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] TaaS: Handle Delete Port: 9d69d0b5-2682-4733-9886-2d345e931e08 2026-04-06 20:02:27.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6e3bf02c-1e59-4729-ae3f-dbc227cc36f3 5654eaaf31db4f14b170625ba7f40b22 44d2665b5cd342378544b3d29f360a48 - - default default] Tap Mirror: Handle Delete Port: 9d69d0b5-2682-4733-9886-2d345e931e08 [pid: 8|app: 0|req: 1689/3179] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 20:02:27 2026] DELETE /v2.0/ports/9d69d0b5-2682-4733-9886-2d345e931e08 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:02:27.550 7 INFO neutron.services.segments.plugin [-] Segment 6ba1edbd-e09a-41a0-9ac8-fe83c58c813b resource provider aggregate not found 2026-04-06 20:02:27.550 7 INFO neutron.services.segments.plugin [-] Segment 6ba1edbd-e09a-41a0-9ac8-fe83c58c813b resource provider aggregate not found 2026-04-06 20:02:27.566 7 INFO neutron.services.segments.plugin [-] Segment 6ba1edbd-e09a-41a0-9ac8-fe83c58c813b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ba1edbd-e09a-41a0-9ac8-fe83c58c813b found for delete ", "request_id": "req-f8a7ac31-4039-40d4-af16-406e7e646245"}]} 2026-04-06 20:02:27.574 7 INFO neutron.services.segments.plugin [-] Segment 6ba1edbd-e09a-41a0-9ac8-fe83c58c813b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ba1edbd-e09a-41a0-9ac8-fe83c58c813b found for delete ", "request_id": "req-7533ca70-f5d9-4c09-b630-64c227d50366"}]} [pid: 7|app: 0|req: 1491/3180] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:02:27 2026] DELETE /v2.0/networks/6b512df9-8811-4a53-ae4c-22f2015682c2 => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-06 20:02:27.680 8 INFO neutron.services.segments.plugin [-] Segment 299a3158-d300-4789-b75a-9a08b68a5420 resource provider aggregate not found 2026-04-06 20:02:27.687 8 INFO neutron.services.segments.plugin [-] Segment 299a3158-d300-4789-b75a-9a08b68a5420 resource provider aggregate not found 2026-04-06 20:02:27.695 8 INFO neutron.services.segments.plugin [-] Segment 299a3158-d300-4789-b75a-9a08b68a5420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 299a3158-d300-4789-b75a-9a08b68a5420 found for delete ", "request_id": "req-1dfe9c49-4a1a-46d8-9be1-5c0ed39bc770"}]} 2026-04-06 20:02:27.704 8 INFO neutron.services.segments.plugin [-] Segment 299a3158-d300-4789-b75a-9a08b68a5420 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 299a3158-d300-4789-b75a-9a08b68a5420 found for delete ", "request_id": "req-a1e4628f-b307-488c-832f-5b90f36721f4"}]} [pid: 8|app: 0|req: 1690/3181] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:02:27 2026] DELETE /v2.0/networks/deb0007b-2eaf-4239-a613-ae529756846e => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3182] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:02:27 2026] DELETE /v2.0/networks/c17c706a-4869-40c0-b2ba-3d0508915219 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1691/3183] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:02:27 2026] DELETE /v2.0/networks/0e1db8ab-3f6b-4ca1-b4f8-1a6173e5ba7a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3184] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:02:27 2026] DELETE /v2.0/networks/b3f343af-0c2e-4c95-bdbe-9bf74af156b7 => 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: 1692/3185] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:28 2026] GET /v2.0/security-groups?tenant_id=44d2665b5cd342378544b3d29f360a48&name=default => generated 2929 bytes in 157 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3186] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:28 2026] DELETE /v2.0/security-groups/ec1696f0-6ef4-4833-a75c-9833516eb21a => generated 0 bytes in 104 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1693/3187] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:29 2026] GET /v2.0/security-groups?tenant_id=6213f1d6d99e4852a6f3d459f47e6e5e&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3188] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:29 2026] DELETE /v2.0/security-groups/11207b68-a6a1-49c0-b736-2fa962644f4e => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:29.583 7 INFO neutron.services.segments.plugin [-] Segment 64bbd2d0-6ac2-4aad-a376-0fdb1560c320 resource provider aggregate not found 2026-04-06 20:02:29.596 7 INFO neutron.services.segments.plugin [-] Segment 64bbd2d0-6ac2-4aad-a376-0fdb1560c320 resource provider aggregate not found 2026-04-06 20:02:29.596 7 INFO neutron.services.segments.plugin [-] Segment 64bbd2d0-6ac2-4aad-a376-0fdb1560c320 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64bbd2d0-6ac2-4aad-a376-0fdb1560c320 found for delete ", "request_id": "req-dda31e79-0dae-4b8b-bba0-f12621cf74f2"}]} 2026-04-06 20:02:29.617 7 INFO neutron.services.segments.plugin [-] Segment 74704abd-bb31-4b2a-a1e2-3a11934f2cb4 resource provider aggregate not found 2026-04-06 20:02:29.621 7 INFO neutron.services.segments.plugin [-] Segment 64bbd2d0-6ac2-4aad-a376-0fdb1560c320 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 64bbd2d0-6ac2-4aad-a376-0fdb1560c320 found for delete ", "request_id": "req-c2fd473b-7836-41ac-a3f3-a795cd5a886e"}]} 2026-04-06 20:02:29.633 7 INFO neutron.services.segments.plugin [-] Segment 74704abd-bb31-4b2a-a1e2-3a11934f2cb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74704abd-bb31-4b2a-a1e2-3a11934f2cb4 found for delete ", "request_id": "req-6e1370f5-c6cb-47cd-a41a-3083650bc106"}]} 2026-04-06 20:02:29.639 7 INFO neutron.services.segments.plugin [-] Segment 74704abd-bb31-4b2a-a1e2-3a11934f2cb4 resource provider aggregate not found 2026-04-06 20:02:29.656 7 INFO neutron.services.segments.plugin [-] Segment 74704abd-bb31-4b2a-a1e2-3a11934f2cb4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74704abd-bb31-4b2a-a1e2-3a11934f2cb4 found for delete ", "request_id": "req-23b5f280-cf83-4351-9d06-dcb1e57ee76f"}]} [pid: 8|app: 0|req: 1694/3189] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:29 2026] GET /v2.0/security-groups?tenant_id=3a42d8cd32974ad0adb4cdc5ec7f5802&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-06 20:02:29.716 8 INFO neutron.services.segments.plugin [-] Segment 3fee6d7b-3605-4094-afbe-e7d9118e43f5 resource provider aggregate not found 2026-04-06 20:02:29.719 8 INFO neutron.services.segments.plugin [-] Segment 3fee6d7b-3605-4094-afbe-e7d9118e43f5 resource provider aggregate not found 2026-04-06 20:02:29.729 8 INFO neutron.services.segments.plugin [-] Segment 3fee6d7b-3605-4094-afbe-e7d9118e43f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fee6d7b-3605-4094-afbe-e7d9118e43f5 found for delete ", "request_id": "req-18fd5e53-bffe-427c-9d97-e989e5c87ec8"}]} 2026-04-06 20:02:29.732 8 INFO neutron.services.segments.plugin [-] Segment 3fee6d7b-3605-4094-afbe-e7d9118e43f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3fee6d7b-3605-4094-afbe-e7d9118e43f5 found for delete ", "request_id": "req-4cb64b20-c4a7-43e6-b17f-6694026d958a"}]} [pid: 7|app: 0|req: 1496/3190] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:29 2026] DELETE /v2.0/security-groups/34b0748e-0736-435e-820a-df61613d03ba => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:33.099 8 INFO neutron.db.segments_db [None req-b77f7b9d-e788-4df7-b177-e4f71ebcd735 a33c23fe44054b249a9e096e1ef11b65 5fe1a6fb18ae449286674042e51036d7 - - default default] Added segment 892410bc-1c45-45a5-9c6c-fff37a6cfa99 of type vxlan for network 338d4e4a-a6fe-499d-a517-291e5732222a [pid: 8|app: 0|req: 1695/3191] 10.0.0.45 () {34 vars in 669 bytes} [Mon Apr 6 20:02:32 2026] POST /v2.0/networks => generated 612 bytes in 375 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3192] 10.0.0.45 () {34 vars in 663 bytes} [Mon Apr 6 20:02:33 2026] POST /v2.0/ports => generated 743 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1696/3193] 10.0.0.45 () {34 vars in 746 bytes} [Mon Apr 6 20:02:33 2026] PUT /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags => generated 25 bytes in 67 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: 1498/3194] 10.0.0.45 () {32 vars in 726 bytes} [Mon Apr 6 20:02:33 2026] GET /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags => generated 25 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1697/3195] 10.0.0.45 () {34 vars in 757 bytes} [Mon Apr 6 20:02:33 2026] PUT /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags/green => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1499/3196] 10.0.0.45 () {32 vars in 726 bytes} [Mon Apr 6 20:02:33 2026] GET /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags => generated 34 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1698/3197] 10.0.0.45 () {34 vars in 753 bytes} [Mon Apr 6 20:02:33 2026] PUT /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags/red => generated 4 bytes in 74 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1500/3198] 10.0.0.45 () {32 vars in 726 bytes} [Mon Apr 6 20:02:33 2026] GET /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1699/3199] 10.0.0.45 () {34 vars in 775 bytes} [Mon Apr 6 20:02:33 2026] PUT /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags/black.or.white => generated 4 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1501/3200] 10.0.0.45 () {32 vars in 726 bytes} [Mon Apr 6 20:02:33 2026] GET /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags => generated 52 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1700/3201] 10.0.0.45 () {34 vars in 746 bytes} [Mon Apr 6 20:02:34 2026] PUT /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags => generated 37 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1502/3202] 10.0.0.45 () {32 vars in 726 bytes} [Mon Apr 6 20:02:34 2026] GET /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1701/3203] 10.0.0.45 () {32 vars in 734 bytes} [Mon Apr 6 20:02:34 2026] GET /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags/red => generated 0 bytes in 46 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-04-06 20:02:34.243 7 INFO neutron.api.v2.resource [None req-702a6bd0-5789-4c18-9006-a59c973f5b50 a33c23fe44054b249a9e096e1ef11b65 5fe1a6fb18ae449286674042e51036d7 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1503/3204] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 20:02:34 2026] GET /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1702/3205] 10.0.0.45 () {32 vars in 737 bytes} [Mon Apr 6 20:02:34 2026] DELETE /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags/red => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1504/3206] 10.0.0.45 () {32 vars in 726 bytes} [Mon Apr 6 20:02:34 2026] GET /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags => generated 30 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-06 20:02:34.420 8 INFO neutron.api.v2.resource [None req-7824cbdc-e624-44bf-839d-ad449d5ac729 a33c23fe44054b249a9e096e1ef11b65 5fe1a6fb18ae449286674042e51036d7 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1703/3207] 10.0.0.45 () {32 vars in 741 bytes} [Mon Apr 6 20:02:34 2026] DELETE /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1505/3208] 10.0.0.45 () {32 vars in 729 bytes} [Mon Apr 6 20:02:34 2026] DELETE /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1704/3209] 10.0.0.45 () {32 vars in 726 bytes} [Mon Apr 6 20:02:34 2026] GET /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61/tags => generated 12 bytes in 43 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-04-06 20:02:34.604 7 INFO neutron_taas.services.taas.taas_plugin [None req-eabad520-daad-4487-97f9-6d97c1661a34 a33c23fe44054b249a9e096e1ef11b65 5fe1a6fb18ae449286674042e51036d7 - - default default] TaaS: Handle Delete Port: a3e3ec5b-a871-4195-8050-84f5bd6aef61 2026-04-06 20:02:34.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eabad520-daad-4487-97f9-6d97c1661a34 a33c23fe44054b249a9e096e1ef11b65 5fe1a6fb18ae449286674042e51036d7 - - default default] Tap Mirror: Handle Delete Port: a3e3ec5b-a871-4195-8050-84f5bd6aef61 [pid: 7|app: 0|req: 1506/3210] 10.0.0.45 () {32 vars in 719 bytes} [Mon Apr 6 20:02:34 2026] DELETE /v2.0/ports/a3e3ec5b-a871-4195-8050-84f5bd6aef61 => generated 0 bytes in 133 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-04-06 20:02:34.764 8 INFO neutron.services.segments.plugin [-] Segment 892410bc-1c45-45a5-9c6c-fff37a6cfa99 resource provider aggregate not found 2026-04-06 20:02:34.769 8 INFO neutron.services.segments.plugin [-] Segment 892410bc-1c45-45a5-9c6c-fff37a6cfa99 resource provider aggregate not found 2026-04-06 20:02:34.782 8 INFO neutron.services.segments.plugin [-] Segment 892410bc-1c45-45a5-9c6c-fff37a6cfa99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 892410bc-1c45-45a5-9c6c-fff37a6cfa99 found for delete ", "request_id": "req-3aea54c0-ad2a-44c9-8e7a-28788839b74c"}]} 2026-04-06 20:02:34.785 8 INFO neutron.services.segments.plugin [-] Segment 892410bc-1c45-45a5-9c6c-fff37a6cfa99 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 892410bc-1c45-45a5-9c6c-fff37a6cfa99 found for delete ", "request_id": "req-ce8d9054-8544-4872-995f-1265bc1dd79f"}]} [pid: 8|app: 0|req: 1705/3211] 10.0.0.45 () {32 vars in 725 bytes} [Mon Apr 6 20:02:34 2026] DELETE /v2.0/networks/338d4e4a-a6fe-499d-a517-291e5732222a => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1507/3212] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:35 2026] GET /v2.0/security-groups?tenant_id=18b9c495d22446a88c5ba0cc8caf152a&name=default => generated 2929 bytes in 187 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1706/3213] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:35 2026] DELETE /v2.0/security-groups/6e30443b-bad1-4092-8c75-1f30f31fc3a3 => 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: 1508/3214] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:35 2026] GET /v2.0/security-groups?tenant_id=5fe1a6fb18ae449286674042e51036d7&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1707/3215] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:35 2026] DELETE /v2.0/security-groups/884476c6-12ea-4d8f-8114-d01599da5c87 => 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: 1509/3216] 10.0.0.45 () {34 vars in 683 bytes} [Mon Apr 6 20:02:38 2026] POST /v2.0/security-groups => generated 1603 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1708/3217] 10.0.0.45 () {34 vars in 766 bytes} [Mon Apr 6 20:02:39 2026] PUT /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags => generated 25 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3218] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:02:39 2026] GET /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags => generated 25 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1709/3219] 10.0.0.45 () {34 vars in 777 bytes} [Mon Apr 6 20:02:39 2026] PUT /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/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: 1511/3220] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:02:39 2026] GET /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/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: 1710/3221] 10.0.0.45 () {34 vars in 773 bytes} [Mon Apr 6 20:02:39 2026] PUT /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags/red => generated 4 bytes in 45 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1512/3222] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:02:39 2026] GET /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags => generated 34 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1711/3223] 10.0.0.45 () {34 vars in 795 bytes} [Mon Apr 6 20:02:39 2026] PUT /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3224] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:02:39 2026] GET /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags => generated 52 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1712/3225] 10.0.0.45 () {34 vars in 766 bytes} [Mon Apr 6 20:02:39 2026] PUT /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags => generated 37 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3226] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:02:39 2026] GET /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags => generated 37 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1713/3227] 10.0.0.45 () {32 vars in 754 bytes} [Mon Apr 6 20:02:39 2026] GET /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:39.827 7 INFO neutron.api.v2.resource [None req-b26de41d-7d48-4735-b4c2-decf04e1a8a4 657082fda7514455bb31b7d5b79f2337 29b060c74bf842f0b0b95a005677219c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1515/3228] 10.0.0.45 () {32 vars in 758 bytes} [Mon Apr 6 20:02:39 2026] GET /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/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: 1714/3229] 10.0.0.45 () {32 vars in 757 bytes} [Mon Apr 6 20:02:39 2026] DELETE /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1516/3230] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:02:39 2026] GET /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 20:02:39.962 8 INFO neutron.api.v2.resource [None req-dfcc2d1c-5c19-41ce-b39d-ae9eb9046d47 657082fda7514455bb31b7d5b79f2337 29b060c74bf842f0b0b95a005677219c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1715/3231] 10.0.0.45 () {32 vars in 761 bytes} [Mon Apr 6 20:02:39 2026] DELETE /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/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: 1517/3232] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:02:39 2026] DELETE /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/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: 1716/3233] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:02:40 2026] GET /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327/tags => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3234] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:40 2026] DELETE /v2.0/security-groups/5d68c857-2b38-4eeb-b978-786565625327 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1717/3235] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:40 2026] GET /v2.0/security-groups?tenant_id=5461ca1372c742e88f169a2f5369ae3e&name=default => generated 2929 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3238] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:40 2026] DELETE /v2.0/security-groups/7082d1b4-1827-4144-a2e8-38309c269980 => 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: 1720/3239] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:41 2026] GET /v2.0/security-groups?tenant_id=29b060c74bf842f0b0b95a005677219c&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3240] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:41 2026] DELETE /v2.0/security-groups/11b9b685-69f9-4978-b940-15a9906bcd85 => 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: 1721/3241] 10.0.0.45 () {34 vars in 675 bytes} [Mon Apr 6 20:02:44 2026] POST /v2.0/subnetpools => generated 516 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3242] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 20:02:44 2026] PUT /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/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: 1722/3243] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 20:02:44 2026] GET /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3244] 10.0.0.45 () {34 vars in 769 bytes} [Mon Apr 6 20:02:44 2026] PUT /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags/green => generated 4 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1723/3245] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 20:02:44 2026] GET /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags => generated 34 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3246] 10.0.0.45 () {34 vars in 765 bytes} [Mon Apr 6 20:02:44 2026] PUT /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1724/3247] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 20:02:44 2026] GET /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1524/3248] 10.0.0.45 () {34 vars in 787 bytes} [Mon Apr 6 20:02:44 2026] PUT /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags/black.or.white => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1725/3249] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 20:02:44 2026] GET /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags => generated 52 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3250] 10.0.0.45 () {34 vars in 758 bytes} [Mon Apr 6 20:02:44 2026] PUT /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags => generated 37 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1726/3251] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 20:02:44 2026] GET /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3252] 10.0.0.45 () {32 vars in 746 bytes} [Mon Apr 6 20:02:44 2026] GET /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-06 20:02:45.044 8 INFO neutron.api.v2.resource [None req-f0c60ebb-5fd8-4e04-b502-61939a08ae85 025b9ec91106402ba97b7241bdd277ff 67075898ee8d445daa06895b802fa71d - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1727/3253] 10.0.0.45 () {32 vars in 750 bytes} [Mon Apr 6 20:02:45 2026] GET /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/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: 1527/3254] 10.0.0.45 () {32 vars in 749 bytes} [Mon Apr 6 20:02:45 2026] DELETE /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags/red => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1728/3255] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 20:02:45 2026] GET /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-06 20:02:45.176 7 INFO neutron.api.v2.resource [None req-8a882e46-0416-4691-8b38-744310899d13 025b9ec91106402ba97b7241bdd277ff 67075898ee8d445daa06895b802fa71d - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1528/3256] 10.0.0.45 () {32 vars in 753 bytes} [Mon Apr 6 20:02:45 2026] DELETE /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags/green => generated 99 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1729/3257] 10.0.0.45 () {32 vars in 741 bytes} [Mon Apr 6 20:02:45 2026] DELETE /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3258] 10.0.0.45 () {32 vars in 738 bytes} [Mon Apr 6 20:02:45 2026] GET /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338/tags => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1730/3259] 10.0.0.45 () {32 vars in 731 bytes} [Mon Apr 6 20:02:45 2026] DELETE /v2.0/subnetpools/3417fe96-a290-402a-869c-e491e2d76338 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3260] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:46 2026] GET /v2.0/security-groups?tenant_id=6e54823eaecc40f6be180cbcdbc9cf5b&name=default => generated 2929 bytes in 217 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1731/3261] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:46 2026] DELETE /v2.0/security-groups/92bde098-4325-419d-b16c-0bd903e401b7 => 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: 1531/3262] 10.0.0.45 () {32 vars in 773 bytes} [Mon Apr 6 20:02:46 2026] GET /v2.0/security-groups?tenant_id=67075898ee8d445daa06895b802fa71d&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: 1732/3263] 10.0.0.45 () {32 vars in 739 bytes} [Mon Apr 6 20:02:46 2026] DELETE /v2.0/security-groups/dab3a918-a5f6-48de-8f10-a7f5d11140f0 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3264] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 20:02:49 2026] GET /v2.0/networks => generated 2168 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1733/3265] 10.0.0.45 () {32 vars in 654 bytes} [Mon Apr 6 20:02:50 2026] GET /v2.0/floatingips => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3266] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 20:02:50 2026] GET /v2.0/routers => generated 15 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1734/3267] 10.0.0.45 () {32 vars in 642 bytes} [Mon Apr 6 20:02:50 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: 1534/3268] 10.0.0.45 () {32 vars in 646 bytes} [Mon Apr 6 20:02:50 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: 1735/3269] 10.0.0.45 () {32 vars in 648 bytes} [Mon Apr 6 20:02:50 2026] GET /v2.0/networks => generated 2168 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1535/3270] 10.0.0.45 () {32 vars in 662 bytes} [Mon Apr 6 20:02:50 2026] GET /v2.0/security-groups => generated 17401 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1736/3271] 10.0.0.45 () {32 vars in 654 bytes} [Mon Apr 6 20:02:50 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)