+ 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 [Tue Apr 7 00:45:10 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-7bbfcc5cb4-zsm5k 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 0x7fe03a0f3668 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-07 00:45:14.486 7 INFO neutron.common.config [-] Logging enabled! 2026-04-07 00:45:14.486 7 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-07 00:45:14.628 8 INFO neutron.common.config [-] Logging enabled! 2026-04-07 00:45:14.628 8 INFO neutron.common.config [-] uwsgi version 27.0.0 2026-04-07 00:45:15.512 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-07 00:45:15.679 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-04-07 00:45:17.027 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:45:17.029 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-07 00:45:17.033 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-07 00:45:17.034 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:45:17.034 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-07 00:45:17.034 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-07 00:45:17.034 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:45:17.042 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:45:17.042 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:45:17.042 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:45:17.064 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-07 00:45:17.065 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:45:17.065 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-07 00:45:17.098 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-07 00:45:17.098 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-07 00:45:17.098 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-07 00:45:17.098 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-07 00:45:17.166 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:45:17.169 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-04-07 00:45:17.173 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-04-07 00:45:17.174 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-04-07 00:45:17.174 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-04-07 00:45:17.174 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-04-07 00:45:17.174 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:45:17.181 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:45:17.182 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-04-07 00:45:17.182 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:45:17.203 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-04-07 00:45:17.205 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-04-07 00:45:17.205 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-04-07 00:45:17.231 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-04-07 00:45:17.231 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-04-07 00:45:17.231 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-04-07 00:45:17.231 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-04-07 00:45:17.380 7 INFO neutron.plugins.ml2.managers [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] Initializing driver for type 'vlan' 2026-04-07 00:45:17.530 8 INFO neutron.plugins.ml2.managers [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] Initializing driver for type 'vlan' 2026-04-07 00:45:17.652 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] VlanTypeDriver initialization complete 2026-04-07 00:45:17.652 7 INFO neutron.plugins.ml2.managers [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] Initializing driver for type 'vxlan' 2026-04-07 00:45:17.653 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-07 00:45:17.667 7 INFO neutron.plugins.ml2.managers [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-07 00:45:17.668 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-07 00:45:17.668 7 INFO neutron.plugins.ml2.managers [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] Initializing extension driver 'port_security' 2026-04-07 00:45:17.668 7 INFO neutron.plugins.ml2.extensions.port_security [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-07 00:45:17.668 7 INFO neutron.plugins.ml2.managers [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] Initializing extension driver 'qos' 2026-04-07 00:45:17.668 7 INFO neutron.plugins.ml2.managers [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-07 00:45:17.668 7 INFO neutron.plugins.ml2.managers [None req-b513400b-189b-40bd-99fa-c525fd3a8707 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-07 00:45:17.684 7 INFO neutron.quota [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded quota_driver: . 2026-04-07 00:45:17.685 7 INFO neutron.plugins.ml2.plugin [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Modular L2 Plugin initialization complete 2026-04-07 00:45:17.685 7 INFO neutron.plugins.ml2.managers [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-07 00:45:17.685 7 INFO neutron.plugins.ml2.managers [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-07 00:45:17.685 7 INFO neutron.plugins.ml2.managers [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Got port-security extension from driver 'port_security' 2026-04-07 00:45:17.685 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: qos 2026-04-07 00:45:17.698 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: router 2026-04-07 00:45:17.743 7 INFO neutron.services.service_base [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-07 00:45:17.743 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: segments 2026-04-07 00:45:17.812 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] VlanTypeDriver initialization complete 2026-04-07 00:45:17.812 8 INFO neutron.plugins.ml2.managers [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] Initializing driver for type 'vxlan' 2026-04-07 00:45:17.812 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-04-07 00:45:17.824 8 INFO neutron.plugins.ml2.managers [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-04-07 00:45:17.825 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-04-07 00:45:17.825 8 INFO neutron.plugins.ml2.managers [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] Initializing extension driver 'port_security' 2026-04-07 00:45:17.825 8 INFO neutron.plugins.ml2.extensions.port_security [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-04-07 00:45:17.825 8 INFO neutron.plugins.ml2.managers [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] Initializing extension driver 'qos' 2026-04-07 00:45:17.825 8 INFO neutron.plugins.ml2.managers [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-04-07 00:45:17.825 8 INFO neutron.plugins.ml2.managers [None req-f94ad3d6-e626-4df4-ba1b-6cdaee136d51 - - - - - -] Initializing mechanism driver 'l2population' 2026-04-07 00:45:17.837 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: trunk 2026-04-07 00:45:17.840 8 INFO neutron.quota [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded quota_driver: . 2026-04-07 00:45:17.840 8 INFO neutron.plugins.ml2.plugin [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Modular L2 Plugin initialization complete 2026-04-07 00:45:17.841 8 INFO neutron.plugins.ml2.managers [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-04-07 00:45:17.841 8 INFO neutron.plugins.ml2.managers [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-04-07 00:45:17.841 8 INFO neutron.plugins.ml2.managers [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Got port-security extension from driver 'port_security' 2026-04-07 00:45:17.842 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: qos 2026-04-07 00:45:17.851 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: vpnaas 2026-04-07 00:45:17.855 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: router 2026-04-07 00:45:17.889 7 WARNING stevedore.named [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:45:17.900 8 INFO neutron.services.service_base [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-04-07 00:45:17.900 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: segments 2026-04-07 00:45:17.958 7 INFO neutron_vpnaas.services.vpn.plugin [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-07 00:45:17.958 7 INFO neutron.common.utils [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-07 00:45:17.958 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: taas 2026-04-07 00:45:17.983 7 WARNING stevedore.named [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:45:17.983 7 WARNING stevedore.named [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:45:17.998 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: trunk 2026-04-07 00:45:18.004 7 INFO neutron_taas.services.taas.taas_plugin [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:45:18.005 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: tapmirror 2026-04-07 00:45:18.013 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: vpnaas 2026-04-07 00:45:18.018 7 WARNING stevedore.named [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:45:18.018 7 WARNING stevedore.named [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:45:18.031 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:45:18.032 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: auto_allocate 2026-04-07 00:45:18.040 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: tag 2026-04-07 00:45:18.053 8 WARNING stevedore.named [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:45:18.056 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: timestamp 2026-04-07 00:45:18.058 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: network_ip_availability 2026-04-07 00:45:18.062 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: flavors 2026-04-07 00:45:18.066 7 INFO neutron.manager [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loading Plugin: revisions 2026-04-07 00:45:18.069 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Initializing extension manager. 2026-04-07 00:45:18.070 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: address-group 2026-04-07 00:45:18.071 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: address-scope 2026-04-07 00:45:18.072 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-07 00:45:18.073 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: agent 2026-04-07 00:45:18.073 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: agent-resources-synced 2026-04-07 00:45:18.074 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: allowed-address-pairs 2026-04-07 00:45:18.075 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: auto-allocated-topology 2026-04-07 00:45:18.078 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: availability_zone 2026-04-07 00:45:18.078 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: availability_zone_filter 2026-04-07 00:45:18.079 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-07 00:45:18.079 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: default-subnetpools 2026-04-07 00:45:18.081 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-07 00:45:18.081 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: dns-integration 2026-04-07 00:45:18.082 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: dns-domain-ports 2026-04-07 00:45:18.082 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-07 00:45:18.083 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: dvr 2026-04-07 00:45:18.083 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-07 00:45:18.084 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: empty-string-filtering 2026-04-07 00:45:18.085 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:45:18.085 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-07 00:45:18.086 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: external-net 2026-04-07 00:45:18.086 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-07 00:45:18.087 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: extraroute 2026-04-07 00:45:18.087 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: extraroute-atomic 2026-04-07 00:45:18.088 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-07 00:45:18.088 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-07 00:45:18.089 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-07 00:45:18.089 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-07 00:45:18.091 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: fip-port-details 2026-04-07 00:45:18.092 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: flavors 2026-04-07 00:45:18.093 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-07 00:45:18.094 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: floatingip-pools 2026-04-07 00:45:18.094 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: ip_allocation 2026-04-07 00:45:18.095 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: ip-substring-filtering 2026-04-07 00:45:18.095 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: l2_adjacency 2026-04-07 00:45:18.096 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: router 2026-04-07 00:45:18.098 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:45:18.099 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-07 00:45:18.099 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-04-07 00:45:18.100 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: ext-gw-mode 2026-04-07 00:45:18.100 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: l3-ha 2026-04-07 00:45:18.101 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:45:18.101 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-07 00:45:18.102 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: l3-flavors 2026-04-07 00:45:18.103 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:45:18.103 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-07 00:45:18.105 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-07 00:45:18.107 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-07 00:45:18.107 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-07 00:45:18.109 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-07 00:45:18.109 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-07 00:45:18.110 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: multi-provider 2026-04-07 00:45:18.110 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: net-mtu 2026-04-07 00:45:18.111 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: net-mtu-writable 2026-04-07 00:45:18.111 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: network_availability_zone 2026-04-07 00:45:18.112 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: network_ha 2026-04-07 00:45:18.112 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: network-ip-availability 2026-04-07 00:45:18.114 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-07 00:45:18.114 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: pagination 2026-04-07 00:45:18.114 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: port-device-profile 2026-04-07 00:45:18.115 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-07 00:45:18.115 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-07 00:45:18.116 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-07 00:45:18.117 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: port-mac-override 2026-04-07 00:45:18.117 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-07 00:45:18.118 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-07 00:45:18.118 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-07 00:45:18.119 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: port-resource-request 2026-04-07 00:45:18.119 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: port-resource-request-groups 2026-04-07 00:45:18.120 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-07 00:45:18.120 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: binding 2026-04-07 00:45:18.121 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: binding-extended 2026-04-07 00:45:18.121 8 INFO neutron_vpnaas.services.vpn.plugin [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-04-07 00:45:18.122 8 INFO neutron.common.utils [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-04-07 00:45:18.122 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: port-security 2026-04-07 00:45:18.122 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: taas 2026-04-07 00:45:18.122 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: project-id 2026-04-07 00:45:18.123 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: provider 2026-04-07 00:45:18.123 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-07 00:45:18.125 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos 2026-04-07 00:45:18.126 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-07 00:45:18.127 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-07 00:45:18.127 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-default 2026-04-07 00:45:18.128 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-fip 2026-04-07 00:45:18.128 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-07 00:45:18.129 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-gateway-ip 2026-04-07 00:45:18.129 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-port-network-policy 2026-04-07 00:45:18.130 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-pps-minimum 2026-04-07 00:45:18.130 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-07 00:45:18.131 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-pps 2026-04-07 00:45:18.131 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-rule-type-details 2026-04-07 00:45:18.132 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-07 00:45:18.132 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: qos-rules-alias 2026-04-07 00:45:18.133 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: quota-check-limit 2026-04-07 00:45:18.134 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: quota-check-limit-default 2026-04-07 00:45:18.136 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: quotas 2026-04-07 00:45:18.137 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: quota_details 2026-04-07 00:45:18.138 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: rbac-policies 2026-04-07 00:45:18.139 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: rbac-address-group 2026-04-07 00:45:18.139 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: rbac-address-scope 2026-04-07 00:45:18.140 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: rbac-security-groups 2026-04-07 00:45:18.140 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: rbac-subnetpool 2026-04-07 00:45:18.141 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: revision-if-match 2026-04-07 00:45:18.141 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: standard-attr-revisions 2026-04-07 00:45:18.142 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: router_availability_zone 2026-04-07 00:45:18.142 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-07 00:45:18.144 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: security-groups-default-rules 2026-04-07 00:45:18.145 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-07 00:45:18.145 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-07 00:45:18.146 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-07 00:45:18.146 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-07 00:45:18.147 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-07 00:45:18.149 8 WARNING stevedore.named [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:45:18.149 8 WARNING stevedore.named [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:45:18.152 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: security-group 2026-04-07 00:45:18.153 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: segment 2026-04-07 00:45:18.154 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-07 00:45:18.154 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: service-type 2026-04-07 00:45:18.155 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: sorting 2026-04-07 00:45:18.155 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: standard-attr-segment 2026-04-07 00:45:18.157 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: standard-attr-description 2026-04-07 00:45:18.157 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: stateful-security-group 2026-04-07 00:45:18.158 7 WARNING neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-07 00:45:18.158 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-07 00:45:18.159 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: subnet-external-network 2026-04-07 00:45:18.159 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: subnet_onboard 2026-04-07 00:45:18.160 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-07 00:45:18.160 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: subnet-service-types 2026-04-07 00:45:18.161 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: subnet_allocation 2026-04-07 00:45:18.161 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-07 00:45:18.162 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: tag-creation 2026-04-07 00:45:18.162 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-07 00:45:18.165 8 INFO neutron_taas.services.taas.taas_plugin [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:45:18.166 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: tapmirror 2026-04-07 00:45:18.166 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: standard-attr-tag 2026-04-07 00:45:18.167 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-07 00:45:18.168 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: trunk 2026-04-07 00:45:18.168 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: trunk-details 2026-04-07 00:45:18.169 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-07 00:45:18.169 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-07 00:45:18.170 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-07 00:45:18.170 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-07 00:45:18.172 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-07 00:45:18.173 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-07 00:45:18.174 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: vpn-flavors 2026-04-07 00:45:18.175 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: vpnaas 2026-04-07 00:45:18.176 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: taas 2026-04-07 00:45:18.177 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: tap-mirror 2026-04-07 00:45:18.177 8 WARNING stevedore.named [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-04-07 00:45:18.178 8 WARNING stevedore.named [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-04-07 00:45:18.178 7 INFO neutron.api.extensions [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Loaded extension: taas-vlan-filter 2026-04-07 00:45:18.180 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-07 00:45:18.180 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-07 00:45:18.181 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:45:18.181 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-07 00:45:18.184 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:45:18.185 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:45:18.189 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:45:18.190 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:45:18.190 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:45:18.191 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-04-07 00:45:18.191 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:45:18.191 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: auto_allocate 2026-04-07 00:45:18.191 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] subnetpool is already registered 2026-04-07 00:45:18.191 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:45:18.192 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] subnetpool is already registered 2026-04-07 00:45:18.192 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:45:18.192 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:45:18.193 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:45:18.193 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:45:18.194 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:45:18.194 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:45:18.195 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:45:18.195 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] ipsecpolicy is already registered 2026-04-07 00:45:18.195 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:45:18.195 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] ikepolicy is already registered 2026-04-07 00:45:18.199 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:45:18.199 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: tag 2026-04-07 00:45:18.200 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] router is already registered 2026-04-07 00:45:18.200 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:45:18.200 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] floatingip is already registered 2026-04-07 00:45:18.204 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:45:18.204 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] rbac_policy is already registered 2026-04-07 00:45:18.204 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:45:18.205 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] security_group is already registered 2026-04-07 00:45:18.205 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:45:18.205 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] security_group_rule is already registered 2026-04-07 00:45:18.206 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:45:18.206 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] subnetpool is already registered 2026-04-07 00:45:18.206 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:45:18.207 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] subnetpool is already registered 2026-04-07 00:45:18.207 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:45:18.207 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] trunk is already registered 2026-04-07 00:45:18.208 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:45:18.208 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] ikepolicy is already registered 2026-04-07 00:45:18.208 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:45:18.208 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] ipsecpolicy is already registered 2026-04-07 00:45:18.208 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:45:18.209 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] endpoint_group is already registered 2026-04-07 00:45:18.209 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:45:18.209 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] vpnservice is already registered 2026-04-07 00:45:18.209 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:45:18.210 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] ipsec_site_connection is already registered 2026-04-07 00:45:18.210 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:45:18.210 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] ipsecpolicy is already registered 2026-04-07 00:45:18.210 7 INFO neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:45:18.211 7 WARNING neutron.quota.resource_registry [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] ikepolicy is already registered 2026-04-07 00:45:18.211 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: timestamp 2026-04-07 00:45:18.214 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: network_ip_availability 2026-04-07 00:45:18.219 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: flavors 2026-04-07 00:45:18.223 8 INFO neutron.manager [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loading Plugin: revisions 2026-04-07 00:45:18.226 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Initializing extension manager. 2026-04-07 00:45:18.228 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: address-group 2026-04-07 00:45:18.229 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: address-scope 2026-04-07 00:45:18.229 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-04-07 00:45:18.230 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: agent 2026-04-07 00:45:18.231 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: agent-resources-synced 2026-04-07 00:45:18.232 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: allowed-address-pairs 2026-04-07 00:45:18.233 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: auto-allocated-topology 2026-04-07 00:45:18.234 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: availability_zone 2026-04-07 00:45:18.234 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: availability_zone_filter 2026-04-07 00:45:18.235 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-04-07 00:45:18.235 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: default-subnetpools 2026-04-07 00:45:18.237 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-04-07 00:45:18.238 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: dns-integration 2026-04-07 00:45:18.238 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: dns-domain-ports 2026-04-07 00:45:18.239 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-04-07 00:45:18.239 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: dvr 2026-04-07 00:45:18.240 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-04-07 00:45:18.240 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: empty-string-filtering 2026-04-07 00:45:18.241 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:45:18.241 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-04-07 00:45:18.242 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: external-net 2026-04-07 00:45:18.242 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: extra_dhcp_opt 2026-04-07 00:45:18.243 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: extraroute 2026-04-07 00:45:18.243 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: extraroute-atomic 2026-04-07 00:45:18.244 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-04-07 00:45:18.245 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-04-07 00:45:18.245 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-04-07 00:45:18.246 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-04-07 00:45:18.246 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: fip-port-details 2026-04-07 00:45:18.247 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: flavors 2026-04-07 00:45:18.248 7 WARNING keystonemiddleware._common.config [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-07 00:45:18.249 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-04-07 00:45:18.250 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: floatingip-pools 2026-04-07 00:45:18.250 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: ip_allocation 2026-04-07 00:45:18.251 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: ip-substring-filtering 2026-04-07 00:45:18.251 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: l2_adjacency 2026-04-07 00:45:18.253 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: router 2026-04-07 00:45:18.254 7 WARNING oslo_config.cfg [None req-afddf46e-8127-4a3d-a460-e98587090fbd - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-04-07 00:45:18.255 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-04-07 00:45:18.256 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-04-07 00:45:18.257 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7fe03a0f3668 pid: 7 (default app) 2026-04-07 00:45:18.257 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: ext-gw-mode 2026-04-07 00:45:18.258 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: l3-ha 2026-04-07 00:45:18.258 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:45:18.259 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-04-07 00:45:18.259 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: l3-flavors 2026-04-07 00:45:18.260 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-04-07 00:45:18.261 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-04-07 00:45:18.265 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: l3_agent_scheduler 2026-04-07 00:45:18.266 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-04-07 00:45:18.267 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension logging not supported by any of loaded plugins 2026-04-07 00:45:18.268 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension metering not supported by any of loaded plugins 2026-04-07 00:45:18.269 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-04-07 00:45:18.270 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: multi-provider 2026-04-07 00:45:18.271 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: net-mtu 2026-04-07 00:45:18.271 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: net-mtu-writable 2026-04-07 00:45:18.272 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: network_availability_zone 2026-04-07 00:45:18.272 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: network_ha 2026-04-07 00:45:18.273 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: network-ip-availability 2026-04-07 00:45:18.275 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-04-07 00:45:18.275 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: pagination 2026-04-07 00:45:18.276 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: port-device-profile 2026-04-07 00:45:18.276 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-04-07 00:45:18.277 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-04-07 00:45:18.277 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-04-07 00:45:18.278 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: port-mac-override 2026-04-07 00:45:18.279 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-04-07 00:45:18.279 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-04-07 00:45:18.280 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-04-07 00:45:18.281 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: port-resource-request 2026-04-07 00:45:18.281 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: port-resource-request-groups 2026-04-07 00:45:18.282 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-04-07 00:45:18.283 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: binding 2026-04-07 00:45:18.284 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: binding-extended 2026-04-07 00:45:18.284 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: port-security 2026-04-07 00:45:18.285 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: project-id 2026-04-07 00:45:18.286 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: provider 2026-04-07 00:45:18.286 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-04-07 00:45:18.289 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos 2026-04-07 00:45:18.290 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-04-07 00:45:18.291 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-04-07 00:45:18.291 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-default 2026-04-07 00:45:18.292 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-fip 2026-04-07 00:45:18.292 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-04-07 00:45:18.293 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-gateway-ip 2026-04-07 00:45:18.293 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-port-network-policy 2026-04-07 00:45:18.294 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-pps-minimum 2026-04-07 00:45:18.295 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-04-07 00:45:18.296 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-pps 2026-04-07 00:45:18.296 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-rule-type-details 2026-04-07 00:45:18.297 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-rule-type-filter 2026-04-07 00:45:18.298 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: qos-rules-alias 2026-04-07 00:45:18.298 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: quota-check-limit 2026-04-07 00:45:18.299 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: quota-check-limit-default 2026-04-07 00:45:18.302 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: quotas 2026-04-07 00:45:18.303 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: quota_details 2026-04-07 00:45:18.305 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: rbac-policies 2026-04-07 00:45:18.306 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: rbac-address-group 2026-04-07 00:45:18.306 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: rbac-address-scope 2026-04-07 00:45:18.307 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: rbac-security-groups 2026-04-07 00:45:18.308 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: rbac-subnetpool 2026-04-07 00:45:18.309 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: revision-if-match 2026-04-07 00:45:18.309 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: standard-attr-revisions 2026-04-07 00:45:18.310 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: router_availability_zone 2026-04-07 00:45:18.311 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-04-07 00:45:18.314 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: security-groups-default-rules 2026-04-07 00:45:18.315 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-04-07 00:45:18.316 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: port-security-groups-filtering 2026-04-07 00:45:18.316 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-04-07 00:45:18.317 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-04-07 00:45:18.317 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-04-07 00:45:18.325 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: security-group 2026-04-07 00:45:18.327 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: segment 2026-04-07 00:45:18.327 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-04-07 00:45:18.328 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: service-type 2026-04-07 00:45:18.328 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: sorting 2026-04-07 00:45:18.329 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: standard-attr-segment 2026-04-07 00:45:18.329 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: standard-attr-description 2026-04-07 00:45:18.330 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: stateful-security-group 2026-04-07 00:45:18.331 8 WARNING neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-04-07 00:45:18.331 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-04-07 00:45:18.332 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: subnet-external-network 2026-04-07 00:45:18.333 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: subnet_onboard 2026-04-07 00:45:18.333 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-04-07 00:45:18.334 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: subnet-service-types 2026-04-07 00:45:18.334 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: subnet_allocation 2026-04-07 00:45:18.336 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-04-07 00:45:18.336 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: tag-creation 2026-04-07 00:45:18.337 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-04-07 00:45:18.341 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: standard-attr-tag 2026-04-07 00:45:18.342 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: standard-attr-timestamp 2026-04-07 00:45:18.342 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: trunk 2026-04-07 00:45:18.343 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: trunk-details 2026-04-07 00:45:18.344 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-04-07 00:45:18.344 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-04-07 00:45:18.345 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-04-07 00:45:18.346 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: vpn-aes-ctr 2026-04-07 00:45:18.348 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-04-07 00:45:18.349 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-04-07 00:45:18.349 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: vpn-flavors 2026-04-07 00:45:18.351 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: vpnaas 2026-04-07 00:45:18.352 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: taas 2026-04-07 00:45:18.353 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: tap-mirror 2026-04-07 00:45:18.354 8 INFO neutron.api.extensions [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Loaded extension: taas-vlan-filter 2026-04-07 00:45:18.356 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:network 2026-04-07 00:45:18.357 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-04-07 00:45:18.357 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:45:18.357 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:port 2026-04-07 00:45:18.361 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:45:18.362 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:45:18.368 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:45:18.369 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:45:18.370 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:45:18.371 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:45:18.371 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] subnetpool is already registered 2026-04-07 00:45:18.372 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:45:18.372 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] subnetpool is already registered 2026-04-07 00:45:18.373 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:45:18.373 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:45:18.374 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:45:18.375 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:45:18.375 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:45:18.376 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:45:18.376 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:45:18.377 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] ipsecpolicy is already registered 2026-04-07 00:45:18.377 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:45:18.377 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] ikepolicy is already registered 2026-04-07 00:45:18.382 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:router 2026-04-07 00:45:18.382 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] router is already registered 2026-04-07 00:45:18.382 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-04-07 00:45:18.382 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] floatingip is already registered 2026-04-07 00:45:18.386 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-04-07 00:45:18.386 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] rbac_policy is already registered 2026-04-07 00:45:18.387 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-04-07 00:45:18.387 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] security_group is already registered 2026-04-07 00:45:18.387 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-04-07 00:45:18.387 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] security_group_rule is already registered 2026-04-07 00:45:18.388 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:45:18.388 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] subnetpool is already registered 2026-04-07 00:45:18.389 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-04-07 00:45:18.389 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] subnetpool is already registered 2026-04-07 00:45:18.389 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-04-07 00:45:18.390 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] trunk is already registered 2026-04-07 00:45:18.390 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:45:18.390 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] ikepolicy is already registered 2026-04-07 00:45:18.390 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:45:18.391 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] ipsecpolicy is already registered 2026-04-07 00:45:18.392 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-04-07 00:45:18.392 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] endpoint_group is already registered 2026-04-07 00:45:18.392 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-04-07 00:45:18.392 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] vpnservice is already registered 2026-04-07 00:45:18.393 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-04-07 00:45:18.393 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] ipsec_site_connection is already registered 2026-04-07 00:45:18.393 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-04-07 00:45:18.393 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] ipsecpolicy is already registered 2026-04-07 00:45:18.394 8 INFO neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-04-07 00:45:18.394 8 WARNING neutron.quota.resource_registry [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] ikepolicy is already registered 2026-04-07 00:45:18.432 8 WARNING keystonemiddleware._common.config [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-04-07 00:45:18.438 8 WARNING oslo_config.cfg [None req-963fbe2d-74cd-4a51-b4f8-773b720c8168 - - - - - -] 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 0x7fe03a0f3668 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-07 00:45:23.651 7 INFO neutron.pecan_wsgi.hooks.translation [None req-794323ee-a8ba-4fd3-88e3-879c0d781c93 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.57 () {44 vars in 924 bytes} [Tue Apr 7 00:45:22 2026] GET /v2.0/networks/public => generated 108 bytes in 784 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.57 () {44 vars in 946 bytes} [Tue Apr 7 00:45:23 2026] GET /v2.0/networks?name=public => generated 15 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:45:24.379 7 WARNING neutron.services.revisions.revision_plugin [None req-15231952-e517-4863-893a-be9464e41f1a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:45:24.395 7 INFO neutron.db.segments_db [None req-15231952-e517-4863-893a-be9464e41f1a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 84cde699-b83c-45ab-9ad0-2defb85f8e7f of type flat for network 7a76c75e-0e02-444c-a597-a41c6b953fdb 2026-04-07 00:45:24.435 7 INFO neutron.pecan_wsgi.hooks.translation [None req-15231952-e517-4863-893a-be9464e41f1a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.57 () {48 vars in 964 bytes} [Tue Apr 7 00:45:24 2026] POST /v2.0/networks => generated 124 bytes in 426 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:45:30.315 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9727f3de-d0d2-4e33-8825-d8e29a330ef0 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.57 () {44 vars in 924 bytes} [Tue Apr 7 00:45:30 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: 8|app: 0|req: 3/8] 199.204.45.57 () {44 vars in 946 bytes} [Tue Apr 7 00:45:30 2026] GET /v2.0/networks?name=public => generated 15 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:45:30.385 7 WARNING neutron.services.revisions.revision_plugin [None req-9b0fd345-772b-4e7a-bbe0-2db32e526d1a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:45:30.396 7 INFO neutron.db.segments_db [None req-9b0fd345-772b-4e7a-bbe0-2db32e526d1a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 4d682145-f446-4b2a-8e6e-5600dcffe0d3 of type flat for network b3058d51-ad51-497d-90ee-9292facea914 2026-04-07 00:45:30.416 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9b0fd345-772b-4e7a-bbe0-2db32e526d1a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.57 () {48 vars in 964 bytes} [Tue Apr 7 00:45:30 2026] POST /v2.0/networks => generated 124 bytes in 82 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:45:36.549 8 INFO neutron.pecan_wsgi.hooks.translation [None req-45b8ef49-934b-4988-8df8-eb561388dde4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.57 () {44 vars in 924 bytes} [Tue Apr 7 00:45:36 2026] GET /v2.0/networks/public => generated 108 bytes in 362 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.57 () {44 vars in 946 bytes} [Tue Apr 7 00:45:36 2026] GET /v2.0/networks?name=public => generated 15 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:45:36.796 8 WARNING neutron.services.revisions.revision_plugin [None req-f253f366-4ad2-4878-960e-0bfa13fbc14d d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:45:36.822 8 INFO neutron.db.segments_db [None req-f253f366-4ad2-4878-960e-0bfa13fbc14d d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment f889f1a6-ef47-4feb-9124-624cb17e7139 of type flat for network b493fa4b-5044-44b1-bc4e-0ab5435edbb7 2026-04-07 00:45:36.862 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f253f366-4ad2-4878-960e-0bfa13fbc14d d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.57 () {48 vars in 964 bytes} [Tue Apr 7 00:45:36 2026] POST /v2.0/networks => generated 124 bytes in 294 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:45:42.735 7 INFO neutron.pecan_wsgi.hooks.translation [None req-df2819c7-3d7b-46a9-8b8c-a8f2f5219636 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/13] 199.204.45.57 () {44 vars in 924 bytes} [Tue Apr 7 00:45:42 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 6/14] 199.204.45.57 () {44 vars in 946 bytes} [Tue Apr 7 00:45:42 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-07 00:45:42.798 7 WARNING neutron.services.revisions.revision_plugin [None req-b3f91874-68c9-416c-875c-f7231d16cecf d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:45:42.816 7 INFO neutron.db.segments_db [None req-b3f91874-68c9-416c-875c-f7231d16cecf d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 1ab9a159-b68c-426a-abcb-62542bb5718b of type flat for network 440ed9b8-9021-4020-8b59-f708f8c6b95b 2026-04-07 00:45:42.844 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b3f91874-68c9-416c-875c-f7231d16cecf d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/15] 199.204.45.57 () {48 vars in 964 bytes} [Tue Apr 7 00:45:42 2026] POST /v2.0/networks => generated 124 bytes in 104 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 00:45:48.710 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b2695263-71d1-460b-81d5-bacbae9d5e9c d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.57 () {44 vars in 924 bytes} [Tue Apr 7 00:45:48 2026] GET /v2.0/networks/public => generated 108 bytes in 56 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.57 () {44 vars in 946 bytes} [Tue Apr 7 00:45:48 2026] GET /v2.0/networks?name=public => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:45:48.777 7 WARNING neutron.services.revisions.revision_plugin [None req-5b434ae9-1eb1-4acb-96ec-3ca7872aa0c8 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Could not find related network for resource to bump revision. 2026-04-07 00:45:48.792 7 INFO neutron.db.segments_db [None req-5b434ae9-1eb1-4acb-96ec-3ca7872aa0c8 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 64327ff6-a1e4-4c60-8cc5-5273ddcc6f33 of type flat for network c1f5476f-ec8c-4a4f-841c-edbe9b003d31 [pid: 7|app: 0|req: 11/19] 199.204.45.57 () {48 vars in 964 bytes} [Tue Apr 7 00:45:48 2026] POST /v2.0/networks => generated 706 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:45:49.916 8 INFO neutron.pecan_wsgi.hooks.translation [None req-1bd2220c-40e8-449a-be94-8b9ebe52c972 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.57 () {44 vars in 924 bytes} [Tue Apr 7 00:45:49 2026] GET /v2.0/networks/public => generated 108 bytes in 43 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.57 () {44 vars in 946 bytes} [Tue Apr 7 00:45:49 2026] GET /v2.0/networks?name=public => generated 709 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 00:45:49.985 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0d7da835-6bba-4aae-8c7e-6b3a79373c92 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.57 () {44 vars in 1031 bytes} [Tue Apr 7 00:45:49 2026] GET /v2.0/subnets/public-subnet?network_id=c1f5476f-ec8c-4a4f-841c-edbe9b003d31 => generated 113 bytes in 27 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.57 () {44 vars in 1054 bytes} [Tue Apr 7 00:45:49 2026] GET /v2.0/subnets?name=public-subnet&network_id=c1f5476f-ec8c-4a4f-841c-edbe9b003d31 => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 11/24] 199.204.45.57 () {48 vars in 962 bytes} [Tue Apr 7 00:45:50 2026] POST /v2.0/subnets => generated 664 bytes in 325 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:50:36.477 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb17019a-59d1-4277-b222-a6e4a07a040e d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 30/62] 199.204.45.57 () {44 vars in 934 bytes} [Tue Apr 7 00:50:36 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 107 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 33/63] 199.204.45.57 () {44 vars in 956 bytes} [Tue Apr 7 00:50:36 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 00:50:36.561 8 INFO neutron.db.segments_db [None req-1eaa2ba4-0a30-4ef9-b70b-d5fe471b4b14 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment bc04cf9a-1389-4d3b-b2d9-746803758d70 of type vxlan for network c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 [pid: 8|app: 0|req: 31/64] 199.204.45.57 () {48 vars in 963 bytes} [Tue Apr 7 00:50:36 2026] POST /v2.0/networks => generated 688 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:50:37.537 7 INFO neutron.pecan_wsgi.hooks.translation [None req-745cce60-fb32-4a8b-8e05-668ae7f6cd85 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 34/65] 199.204.45.57 () {44 vars in 934 bytes} [Tue Apr 7 00:50:37 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: 8|app: 0|req: 32/66] 199.204.45.57 () {44 vars in 956 bytes} [Tue Apr 7 00:50:37 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 00:50:37.608 7 INFO neutron.pecan_wsgi.hooks.translation [None req-420b66d8-9691-4519-95b7-3148f23bff52 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 35/67] 199.204.45.57 () {44 vars in 1033 bytes} [Tue Apr 7 00:50:37 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 33/68] 199.204.45.57 () {44 vars in 1056 bytes} [Tue Apr 7 00:50:37 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 14 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/69] 199.204.45.57 () {48 vars in 962 bytes} [Tue Apr 7 00:50:37 2026] POST /v2.0/subnets => generated 651 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 00:50:38.929 8 INFO neutron.api.v2.resource [None req-9f46d64d-da89-463d-beee-dfdf1f9c100a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/70] 199.204.45.57 () {44 vars in 968 bytes} [Tue Apr 7 00:50:38 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 37/71] 199.204.45.57 () {44 vars in 990 bytes} [Tue Apr 7 00:50:38 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 35/72] 199.204.45.57 () {48 vars in 977 bytes} [Tue Apr 7 00:50:38 2026] POST /v2.0/security-groups => generated 1616 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:40 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 1616 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/74] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:40 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:40 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 1616 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 00:50:40 2026] POST /v2.0/security-group-rules => generated 601 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 40/77] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:41 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 2230 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:41 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 2230 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:41 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => 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: 39/80] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 00:50:41 2026] POST /v2.0/security-group-rules => generated 603 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/81] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:42 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 2846 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:42 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/83] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:42 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/84] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 00:50:42 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: 7|app: 0|req: 44/85] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:43 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 3462 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:43 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => 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: 45/87] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:43 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 3462 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/88] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 00:50:43 2026] POST /v2.0/security-group-rules => generated 603 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/91] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:44 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4078 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/92] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:44 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4078 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/93] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:44 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4078 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/94] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 00:50:44 2026] POST /v2.0/security-group-rules => generated 603 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/95] 199.204.45.57 () {44 vars in 984 bytes} [Tue Apr 7 00:50:45 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 732 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 00:50:45.495 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fe52832a-1bfa-4ece-b209-445b0a6d7d00 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 48/96] 199.204.45.57 () {44 vars in 1073 bytes} [Tue Apr 7 00:50:45 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 132 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/97] 199.204.45.57 () {44 vars in 1096 bytes} [Tue Apr 7 00:50:45 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => 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: 49/98] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:45 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => 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: 50/99] 199.204.45.57 () {48 vars in 958 bytes} [Tue Apr 7 00:50:45 2026] POST /v2.0/ports => generated 1100 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 00:50:52.749 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3d5f341b-d5f0-4b4a-8b54-e9c4c96ce65a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/100] 199.204.45.57 () {44 vars in 976 bytes} [Tue Apr 7 00:50:52 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 51/101] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:52 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1103 bytes in 329 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/102] 199.204.45.57 () {48 vars in 1028 bytes} [Tue Apr 7 00:50:53 2026] PUT /v2.0/ports/a5b251e7-99a6-48a2-9a92-a02d7a11d0d8 => generated 1249 bytes in 702 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/103] 199.204.45.57 () {44 vars in 917 bytes} [Tue Apr 7 00:50:55 2026] GET /v2.0/ports => generated 3730 bytes in 91 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-07 00:50:56.198 8 INFO neutron.api.v2.resource [None req-4e040c40-577a-4221-964d-be48153935ab d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 52/104] 199.204.45.57 () {44 vars in 956 bytes} [Tue Apr 7 00:50:56 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/105] 199.204.45.57 () {44 vars in 978 bytes} [Tue Apr 7 00:50:56 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 53/106] 199.204.45.57 () {48 vars in 977 bytes} [Tue Apr 7 00:50:56 2026] POST /v2.0/security-groups => generated 1610 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/107] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:57 2026] GET /v2.0/security-groups/c9eb2b9a-5eee-4091-8cad-fb1b40103b4f => generated 1610 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/108] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:57 2026] GET /v2.0/security-groups/c9eb2b9a-5eee-4091-8cad-fb1b40103b4f => 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: 55/109] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:57 2026] GET /v2.0/security-groups/c9eb2b9a-5eee-4091-8cad-fb1b40103b4f => generated 1610 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 55/110] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 00:50:57 2026] POST /v2.0/security-group-rules => generated 623 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/111] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:58 2026] GET /v2.0/security-groups/c9eb2b9a-5eee-4091-8cad-fb1b40103b4f => generated 2246 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/112] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:58 2026] GET /v2.0/security-groups/c9eb2b9a-5eee-4091-8cad-fb1b40103b4f => generated 2246 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 57/113] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 00:50:58 2026] GET /v2.0/security-groups/c9eb2b9a-5eee-4091-8cad-fb1b40103b4f => generated 2246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/114] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 00:50:58 2026] POST /v2.0/security-group-rules => generated 627 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 63/125] 199.204.45.57 () {44 vars in 972 bytes} [Tue Apr 7 00:52:07 2026] GET /v2.0/quotas/c6a9930c0ce448ae991b5f90e358a8ff => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/126] 199.204.45.57 () {48 vars in 1024 bytes} [Tue Apr 7 00:52:07 2026] PUT /v2.0/quotas/c6a9930c0ce448ae991b5f90e358a8ff => 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-07 00:54:20.113 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f2b383ba-59b0-4ed7-850b-35687b17b93e d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 73/145] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 00:54:19 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 119 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 73/146] 199.204.45.57 () {30 vars in 762 bytes} [Tue Apr 7 00:54:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 00:54:21.884 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9180eac1-ce0a-46c2-8bc8-42d5630b5c4f d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 74/147] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 00:54:21 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 74/148] 199.204.45.57 () {30 vars in 762 bytes} [Tue Apr 7 00:54:21 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1252 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:01:07.118 7 INFO neutron.api.v2.resource [None req-002a05f3-642b-486d-829d-3a2b7f693150 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 102/203] 199.204.45.57 () {44 vars in 1071 bytes} [Tue Apr 7 01:01:07 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 139 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/204] 199.204.45.57 () {44 vars in 1094 bytes} [Tue Apr 7 01:01:07 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 23 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/205] 199.204.45.57 () {48 vars in 978 bytes} [Tue Apr 7 01:01:07 2026] POST /v2.0/security-groups => generated 1624 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/206] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:01:08 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 1624 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/207] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:01:08 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994 => generated 1624 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/208] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:01:08 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 1624 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/209] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 01:01:08 2026] POST /v2.0/security-group-rules => generated 597 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/210] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:01:09 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 2234 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/211] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:01:09 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994 => generated 2234 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/212] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:01:09 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 107/213] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 01:01:09 2026] POST /v2.0/security-group-rules => generated 599 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/214] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:01:10 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 2846 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/215] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:01:10 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/216] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:01:10 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 2846 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/217] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 01:01:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/218] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:01:11 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/219] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:01:11 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994 => generated 3460 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/220] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:01:11 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 3460 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/221] 199.204.45.57 () {48 vars in 988 bytes} [Tue Apr 7 01:01:11 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: 123/246] 199.204.45.57 () {30 vars in 739 bytes} [Tue Apr 7 01:04:13 2026] GET /v2.0/networks?tenant_id=589cb8a69efb489e917d30ffe532f5a7&shared=False => generated 15 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:04:13.554 7 INFO neutron.db.segments_db [None req-ec82ae3c-2538-4d7b-8a78-ce181d051b18 b7d3d46758cd4f80b436b25fcb20f067 589cb8a69efb489e917d30ffe532f5a7 - - d358cd5ff52d47d4abf7adfc100ba97e d358cd5ff52d47d4abf7adfc100ba97e] Added segment 21366d70-7715-48b1-8449-adbf8350fe37 of type vxlan for network 3aeebeae-9519-467d-873a-3d706ed7e62b [pid: 7|app: 0|req: 124/247] 199.204.45.57 () {34 vars in 681 bytes} [Tue Apr 7 01:04:13 2026] POST /v2.0/networks => generated 699 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/248] 199.204.45.57 () {30 vars in 721 bytes} [Tue Apr 7 01:04:13 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/249] 199.204.45.57 () {30 vars in 632 bytes} [Tue Apr 7 01:04:13 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: 125/250] 199.204.45.57 () {34 vars in 676 bytes} [Tue Apr 7 01:04:13 2026] POST /v2.0/ports => generated 999 bytes in 348 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/253] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:04:14 2026] GET /v2.0/networks/3aeebeae-9519-467d-873a-3d706ed7e62b => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/254] 199.204.45.57 () {30 vars in 721 bytes} [Tue Apr 7 01:04:15 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 127/255] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:04:15 2026] GET /v2.0/networks/3aeebeae-9519-467d-873a-3d706ed7e62b => generated 705 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 130/258] 199.204.45.57 () {44 vars in 972 bytes} [Tue Apr 7 01:04:32 2026] GET /v2.0/quotas/589cb8a69efb489e917d30ffe532f5a7 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 129/259] 199.204.45.57 () {48 vars in 1024 bytes} [Tue Apr 7 01:04:33 2026] PUT /v2.0/quotas/589cb8a69efb489e917d30ffe532f5a7 => generated 291 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:11.484 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b1651566-e2a6-4041-bedb-d4638fa381cd d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 173/344] 199.204.45.57 () {44 vars in 924 bytes} [Tue Apr 7 01:15:11 2026] GET /v2.0/networks/public => generated 108 bytes in 111 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/345] 199.204.45.57 () {44 vars in 946 bytes} [Tue Apr 7 01:15:11 2026] GET /v2.0/networks?name=public => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:12.647 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3b79d196-79cb-4edf-8faf-874985224148 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 174/346] 199.204.45.57 () {44 vars in 924 bytes} [Tue Apr 7 01:15:12 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/347] 199.204.45.57 () {44 vars in 946 bytes} [Tue Apr 7 01:15:12 2026] GET /v2.0/networks?name=public => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:12.737 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17968ab6-e8a9-4858-a17f-021c5ec9670c d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/348] 199.204.45.57 () {44 vars in 1031 bytes} [Tue Apr 7 01:15:12 2026] GET /v2.0/subnets/public-subnet?network_id=c1f5476f-ec8c-4a4f-841c-edbe9b003d31 => generated 113 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 174/349] 199.204.45.57 () {44 vars in 1054 bytes} [Tue Apr 7 01:15:12 2026] GET /v2.0/subnets?name=public-subnet&network_id=c1f5476f-ec8c-4a4f-841c-edbe9b003d31 => generated 667 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:39.192 7 INFO neutron.pecan_wsgi.hooks.translation [None req-157ec8a3-ce4a-48f9-9905-292388a36af6 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/354] 199.204.45.57 () {44 vars in 934 bytes} [Tue Apr 7 01:15:39 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 51 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/355] 199.204.45.57 () {44 vars in 956 bytes} [Tue Apr 7 01:15:39 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-07 01:15:40.210 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6ba84645-d041-4f75-b8bf-049a964e5095 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/356] 199.204.45.57 () {44 vars in 934 bytes} [Tue Apr 7 01:15:40 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 179/357] 199.204.45.57 () {44 vars in 956 bytes} [Tue Apr 7 01:15:40 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:40.287 7 INFO neutron.pecan_wsgi.hooks.translation [None req-23e5c2a0-ad13-4af3-8f37-8b476a78d83c d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/358] 199.204.45.57 () {44 vars in 1033 bytes} [Tue Apr 7 01:15:40 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 114 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/359] 199.204.45.57 () {44 vars in 1056 bytes} [Tue Apr 7 01:15:40 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:41.577 7 INFO neutron.api.v2.resource [None req-6311327d-b9b7-4971-8544-0db6f517b645 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 180/360] 199.204.45.57 () {44 vars in 968 bytes} [Tue Apr 7 01:15:41 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/361] 199.204.45.57 () {44 vars in 990 bytes} [Tue Apr 7 01:15:41 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/362] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:42 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/363] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:42 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => 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: 182/364] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:15:42 2026] GET /v2.0/security-group-rules/bf554236-4993-4c6a-bb7c-ec3b363f8330 => generated 601 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/365] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:43 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4694 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/366] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:43 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => 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: 184/367] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:15:43 2026] GET /v2.0/security-group-rules/9e161770-1290-4552-96aa-8b65ab8c32d0 => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/370] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/371] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/372] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:15:44 2026] GET /v2.0/security-group-rules/4844b409-14dd-4aa7-b439-6ece3fd875e1 => generated 603 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/373] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4694 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/374] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/375] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:15:45 2026] GET /v2.0/security-group-rules/955e7833-ae16-4890-8b14-3527de5e1aba => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/376] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:46 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4694 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 188/377] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:46 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/378] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:15:46 2026] GET /v2.0/security-group-rules/35bee64f-022d-4a9c-be00-cad4971908d1 => 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: 189/379] 199.204.45.57 () {44 vars in 984 bytes} [Tue Apr 7 01:15:47 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 732 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:15:47.500 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a7ef9fff-3c7b-4f6b-9292-c8b4a67f74bf d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 191/380] 199.204.45.57 () {44 vars in 1073 bytes} [Tue Apr 7 01:15:47 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/381] 199.204.45.57 () {44 vars in 1096 bytes} [Tue Apr 7 01:15:47 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 1254 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/382] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:47 2026] GET /v2.0/security-groups/6400b1fc-cc60-4ff0-8a04-de6defa06ea4 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:15:54.987 7 INFO neutron.pecan_wsgi.hooks.translation [None req-570950aa-d315-4972-88b9-6bd19a652fed d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 191/383] 199.204.45.57 () {44 vars in 976 bytes} [Tue Apr 7 01:15:54 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/384] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:54 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1254 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/385] 199.204.45.57 () {44 vars in 917 bytes} [Tue Apr 7 01:15:56 2026] GET /v2.0/ports => generated 4725 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:15:57.766 8 INFO neutron.api.v2.resource [None req-1464d84c-4224-40b4-bc1c-e1bb5280b6b3 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 194/386] 199.204.45.57 () {44 vars in 956 bytes} [Tue Apr 7 01:15:57 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/387] 199.204.45.57 () {44 vars in 978 bytes} [Tue Apr 7 01:15:57 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2885 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/388] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:58 2026] GET /v2.0/security-groups/c9eb2b9a-5eee-4091-8cad-fb1b40103b4f => generated 2886 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/389] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:58 2026] GET /v2.0/security-groups/c9eb2b9a-5eee-4091-8cad-fb1b40103b4f => generated 2886 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 196/390] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:15:58 2026] GET /v2.0/security-group-rules/d4757cf9-280a-4efb-b17b-f38d8fe06f5a => 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: 196/393] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:59 2026] GET /v2.0/security-groups/c9eb2b9a-5eee-4091-8cad-fb1b40103b4f => generated 2886 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 198/394] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:15:59 2026] GET /v2.0/security-groups/c9eb2b9a-5eee-4091-8cad-fb1b40103b4f => generated 2886 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/395] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:15:59 2026] GET /v2.0/security-group-rules/00e367ac-6d39-41ec-af28-6297b60d4906 => generated 627 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/396] 199.204.45.57 () {44 vars in 972 bytes} [Tue Apr 7 01:16:10 2026] GET /v2.0/quotas/c6a9930c0ce448ae991b5f90e358a8ff => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:17:01.602 8 INFO neutron.api.v2.resource [None req-840e54af-6b49-47a5-a8df-75425ab49636 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 204/405] 199.204.45.57 () {44 vars in 1071 bytes} [Tue Apr 7 01:17:01 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 139 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/406] 199.204.45.57 () {44 vars in 1094 bytes} [Tue Apr 7 01:17:01 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 4072 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/407] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:17:02 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 4075 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/408] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:17:02 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/409] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:17:02 2026] GET /v2.0/security-group-rules/5dc287d8-abba-46a7-8cd5-9cdf0adcc6d0 => generated 597 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/410] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:17:03 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/411] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:17:03 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994 => generated 4075 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 205/412] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:17:03 2026] GET /v2.0/security-group-rules/5b1e9661-38e9-45cf-bc98-1865bcc6aa59 => generated 599 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/413] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:17:04 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 4075 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/414] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:17:04 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994 => generated 4075 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/415] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:17:04 2026] GET /v2.0/security-group-rules/322c3c46-83dc-470d-ab74-1b34939716de => generated 601 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 207/416] 199.204.45.57 () {44 vars in 1085 bytes} [Tue Apr 7 01:17:05 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994?project_id=589cb8a69efb489e917d30ffe532f5a7 => generated 4075 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/417] 199.204.45.57 () {44 vars in 998 bytes} [Tue Apr 7 01:17:05 2026] GET /v2.0/security-groups/d41d91d1-87e8-4dd0-8137-341c579c6994 => generated 4075 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/418] 199.204.45.57 () {44 vars in 1008 bytes} [Tue Apr 7 01:17:05 2026] GET /v2.0/security-group-rules/8690dd2d-7a06-4e43-9a46-c7a9857a77fc => 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: 211/419] 199.204.45.57 () {44 vars in 972 bytes} [Tue Apr 7 01:17:12 2026] GET /v2.0/quotas/589cb8a69efb489e917d30ffe532f5a7 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/428] 199.204.45.57 () {44 vars in 946 bytes} [Tue Apr 7 01:18:01 2026] GET /v2.0/networks?name=public => generated 753 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 219/433] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:18:39 2026] GET /v2.0/networks => generated 2168 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/434] 10.0.0.184 () {32 vars in 655 bytes} [Tue Apr 7 01:18:40 2026] GET /v2.0/floatingips => generated 19 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 220/435] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:18:40 2026] GET /v2.0/routers => generated 15 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/436] 10.0.0.184 () {32 vars in 643 bytes} [Tue Apr 7 01:18:40 2026] GET /v2.0/ports => generated 4725 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/437] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:18:40 2026] GET /v2.0/subnets => generated 1308 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/438] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:18:41 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/439] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:18:41 2026] GET /v2.0/security-groups => generated 17401 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/440] 10.0.0.184 () {32 vars in 655 bytes} [Tue Apr 7 01:18:41 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:18:51.639 8 INFO neutron.db.segments_db [None req-6fb26b3c-30e8-4241-9986-e72c004a0f17 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 33ad9137-29b9-4e05-8e7c-96d639e9690a of type vxlan for network 68a4445c-8522-46a8-9b03-69ffd0279913 [pid: 8|app: 0|req: 224/443] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:18:51 2026] POST /v2.0/networks => generated 730 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:51.850 7 INFO neutron.db.segments_db [None req-658353b1-0a68-4696-a878-95e1689537a9 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 4fba0b9e-1c05-49a7-974d-da21beceddc7 of type vxlan for network 83f581ca-6559-4ace-ad2f-f9bce28418a6 2026-04-07 01:18:51.914 8 INFO neutron.db.segments_db [None req-02b93887-38ab-48b4-9687-8ddbf7688905 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment b82eb9ab-5873-4616-b449-21865a3094c2 of type vxlan for network 43200086-47a1-45d6-814e-c6cb11989b3c [pid: 7|app: 0|req: 220/444] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:18:51 2026] POST /v2.0/networks => generated 728 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/445] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:18:51 2026] POST /v2.0/networks => generated 732 bytes in 282 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/446] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:18:51 2026] POST /v2.0/subnets => generated 696 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/447] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:18:51 2026] POST /v2.0/subnets => generated 694 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:52.246 8 INFO neutron.db.segments_db [None req-e06e5992-5e6d-4488-bfca-37cfddcfdceb d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment e2f493a5-cf6d-49eb-b821-df786665422f of type vxlan for network cb9774d9-884e-446a-a4b4-853021cf393d [pid: 7|app: 0|req: 222/448] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:18:52 2026] POST /v2.0/subnets => generated 699 bytes in 156 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:52.360 7 INFO neutron.db.segments_db [None req-258cf18d-d58f-46ed-88d2-7866262b3902 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 58f9bb69-8d51-410a-8a35-1584aef120b0 of type vxlan for network e0f9f281-5cd6-4bb5-8254-4e149026bd3a 2026-04-07 01:18:52.479 8 INFO neutron.db.l3_hamode_db [None req-e06e5992-5e6d-4488-bfca-37cfddcfdceb d04b9cb48fa8475b9a8d587ff2764c8b 6e6960dda9d74ffb8c86cc4b9ef5d827 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:18:52.580 7 INFO neutron.db.l3_hamode_db [None req-258cf18d-d58f-46ed-88d2-7866262b3902 d04b9cb48fa8475b9a8d587ff2764c8b d3c1213f745d43348fc53949145a4061 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:18:53.274 8 INFO neutron.db.l3_hamode_db [None req-e06e5992-5e6d-4488-bfca-37cfddcfdceb d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:18:53.478 7 INFO neutron.db.l3_hamode_db [None req-258cf18d-d58f-46ed-88d2-7866262b3902 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 227/449] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:18:52 2026] POST /v2.0/routers => generated 736 bytes in 2218 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/450] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:18:54 2026] GET /v2.0/security-groups?tenant_id=d90d2fc6a324469f9ae96428a4379e9d&name=default => generated 2921 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/451] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:18:52 2026] POST /v2.0/routers => generated 734 bytes in 2314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:18:54.657 8 INFO neutron.db.segments_db [None req-df878893-8e94-4003-b94f-ae5f9e835ed3 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment a28a7e3f-70bd-4319-b72c-77ee43675499 of type vxlan for network deee79a3-0b73-4f0a-b2ab-e9a2c10409db 2026-04-07 01:18:54.883 8 INFO neutron.db.l3_hamode_db [None req-df878893-8e94-4003-b94f-ae5f9e835ed3 d04b9cb48fa8475b9a8d587ff2764c8b 1552dbe9064e449a8a9f157f32dd9a3e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:18:55.601 8 INFO neutron.db.l3_hamode_db [None req-df878893-8e94-4003-b94f-ae5f9e835ed3 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 224/452] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:18:54 2026] PUT /v2.0/routers/d4735e50-70d5-4e7d-a8e4-102e554ccd2e/add_router_interface => generated 309 bytes in 1144 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/453] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:18:55 2026] DELETE /v2.0/security-groups/6a9e1d59-af27-4365-be4d-1ffc13389847 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/454] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:18:54 2026] POST /v2.0/routers => generated 739 bytes in 1821 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/455] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:18:55 2026] PUT /v2.0/routers/c5dfabff-b525-4361-b968-b52a174d1a2b/add_router_interface => generated 309 bytes in 999 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/456] 10.0.0.87 () {38 vars in 970 bytes} [Tue Apr 7 01:18:56 2026] POST /v2.0/security-groups => generated 1685 bytes in 326 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/457] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:18:56 2026] PUT /v2.0/routers/7daa55db-bbf5-4810-bb16-a90acf71ada7/add_router_interface => generated 309 bytes in 1023 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/458] 10.0.0.184 () {34 vars in 685 bytes} [Tue Apr 7 01:18:57 2026] POST /v2.0/security-groups => generated 1659 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 229/459] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:18:57 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: 230/460] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:18:57 2026] GET /v2.0/security-groups/b394d66d-2763-4049-ac3e-97b1493b9bda => generated 1685 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:57.841 8 INFO neutron.db.segments_db [None req-93f11a24-8073-4a7b-a843-435543e9a766 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 08b8bf8e-ba46-482b-86e5-5bb42f74f8d7 of type vxlan for network 1a8cf44e-efea-43be-ab46-005b95dbeb81 [pid: 7|app: 0|req: 231/461] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:18:57 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/462] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:18:57 2026] POST /v2.0/networks => generated 725 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/463] 10.0.0.87 () {38 vars in 980 bytes} [Tue Apr 7 01:18:57 2026] POST /v2.0/security-group-rules => generated 614 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/464] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:18:57 2026] POST /v2.0/subnets => generated 691 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/465] 10.0.0.184 () {34 vars in 685 bytes} [Tue Apr 7 01:18:58 2026] POST /v2.0/security-groups => generated 1660 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/466] 10.0.0.87 () {38 vars in 970 bytes} [Tue Apr 7 01:18:58 2026] POST /v2.0/security-groups => generated 1684 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:18:58.453 7 INFO neutron.db.segments_db [None req-c69a7da7-faf6-462a-bbc8-0646f89442f0 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 8d48c372-26b9-466c-bd32-a1101102413e of type vxlan for network c8f2c843-92b6-4c4a-a321-aa5837d20678 [pid: 8|app: 0|req: 232/467] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:18:57 2026] POST /v2.0/floatingips => generated 552 bytes in 566 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/468] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:18:58 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: 234/469] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:18:58 2026] GET /v2.0/security-groups/f6911b43-3c93-4bd0-86ad-4d49e2998c0f => generated 1684 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:58.683 7 INFO neutron.db.l3_hamode_db [None req-c69a7da7-faf6-462a-bbc8-0646f89442f0 d04b9cb48fa8475b9a8d587ff2764c8b 8015240fea974c3cb2005b46ff505489 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 235/470] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:18:58 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) [pid: 8|app: 0|req: 236/471] 10.0.0.87 () {38 vars in 980 bytes} [Tue Apr 7 01:18:58 2026] POST /v2.0/security-group-rules => generated 614 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/472] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:18:58 2026] POST /v2.0/floatingips => generated 552 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 238/473] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/security-groups/f6911b43-3c93-4bd0-86ad-4d49e2998c0f => generated 2309 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/476] 10.0.0.87 () {38 vars in 980 bytes} [Tue Apr 7 01:18:59 2026] POST /v2.0/security-group-rules => generated 619 bytes in 89 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/477] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/security-groups/f6911b43-3c93-4bd0-86ad-4d49e2998c0f => generated 2939 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/478] 10.0.0.87 () {34 vars in 1000 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/security-group-rules/bb6f942e-b698-4ac4-b75c-ce8209a5d476 => generated 616 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/479] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/security-groups/f6911b43-3c93-4bd0-86ad-4d49e2998c0f => generated 2939 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:18:59.465 7 INFO neutron.db.l3_hamode_db [None req-c69a7da7-faf6-462a-bbc8-0646f89442f0 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 245/480] 10.0.0.87 () {36 vars in 1022 bytes} [Tue Apr 7 01:18:59 2026] DELETE /v2.0/security-group-rules/bb6f942e-b698-4ac4-b75c-ce8209a5d476 => 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: 246/481] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/security-groups/f6911b43-3c93-4bd0-86ad-4d49e2998c0f => generated 2309 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/482] 10.0.0.87 () {36 vars in 1012 bytes} [Tue Apr 7 01:18:59 2026] DELETE /v2.0/security-groups/f6911b43-3c93-4bd0-86ad-4d49e2998c0f => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/483] 10.0.0.87 () {34 vars in 1099 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1442019949&fields=id&tenant_id=1552dbe9064e449a8a9f157f32dd9a3e => generated 69 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/484] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/security-groups/b394d66d-2763-4049-ac3e-97b1493b9bda => generated 2310 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 250/485] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/networks?id=43200086-47a1-45d6-814e-c6cb11989b3c => generated 684 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/486] 10.0.0.87 () {36 vars in 1012 bytes} [Tue Apr 7 01:18:59 2026] DELETE /v2.0/security-groups/b394d66d-2763-4049-ac3e-97b1493b9bda => 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: 252/487] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:18:59 2026] GET /v2.0/quotas/1552dbe9064e449a8a9f157f32dd9a3e => 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: 236/488] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:18:58 2026] POST /v2.0/routers => generated 731 bytes in 1898 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/489] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:19:00 2026] GET /v2.0/ports?tenant_id=1552dbe9064e449a8a9f157f32dd9a3e&fields=id => generated 57 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:00.593 8 INFO neutron_taas.services.taas.taas_plugin [None req-785fe98c-e7e0-4351-9e0c-4cece80e7eb4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 4356d533-133f-4d75-8d48-b555318e275c 2026-04-07 01:19:00.601 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-785fe98c-e7e0-4351-9e0c-4cece80e7eb4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 4356d533-133f-4d75-8d48-b555318e275c [pid: 8|app: 0|req: 253/490] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:18:59 2026] PUT /v2.0/routers/d4735e50-70d5-4e7d-a8e4-102e554ccd2e/remove_router_interface => generated 309 bytes in 1269 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/491] 10.0.0.87 () {34 vars in 906 bytes} [Tue Apr 7 01:19:01 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-07 01:19:01.377 8 INFO neutron_taas.services.taas.taas_plugin [None req-beaaeb22-54ef-41a1-9717-dd871ad0a72f d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: a5a07ceb-f06e-45ea-8b22-c5df1d9f6cec 2026-04-07 01:19:01.380 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-beaaeb22-54ef-41a1-9717-dd871ad0a72f d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: a5a07ceb-f06e-45ea-8b22-c5df1d9f6cec 2026-04-07 01:19:01.592 8 INFO neutron_taas.services.taas.taas_plugin [None req-beaaeb22-54ef-41a1-9717-dd871ad0a72f d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: a20e3c71-276e-4e47-8356-c20f3a151030 2026-04-07 01:19:01.594 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-beaaeb22-54ef-41a1-9717-dd871ad0a72f d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: a20e3c71-276e-4e47-8356-c20f3a151030 2026-04-07 01:19:01.682 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-beaaeb22-54ef-41a1-9717-dd871ad0a72f d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 238/492] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:19:00 2026] PUT /v2.0/routers/2da8424d-6eba-4c83-bcff-e8754f5121ac/add_router_interface => generated 309 bytes in 1334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/493] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:19:01 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?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: 240/494] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:19:01 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/495] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:01 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:02.082 8 INFO neutron.db.l3_hamode_db [None req-beaaeb22-54ef-41a1-9717-dd871ad0a72f d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network cb9774d9-884e-446a-a4b4-853021cf393d was deleted as no HA routers are present in tenant 6e6960dda9d74ffb8c86cc4b9ef5d827. [pid: 8|app: 0|req: 255/496] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:01 2026] DELETE /v2.0/routers/d4735e50-70d5-4e7d-a8e4-102e554ccd2e => generated 0 bytes in 883 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/497] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:02 2026] DELETE /v2.0/subnets/12917346-402c-4fe9-a47c-49de602361dc => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/498] 10.0.0.184 () {34 vars in 685 bytes} [Tue Apr 7 01:19:02 2026] POST /v2.0/security-groups => generated 1659 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:19:02.364 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fe1d095-c3b3-46d0-b45a-3bdae30c7bb8 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 9e662aa5-9f2b-4271-8140-f9f97092fde6 2026-04-07 01:19:02.372 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fe1d095-c3b3-46d0-b45a-3bdae30c7bb8 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 9e662aa5-9f2b-4271-8140-f9f97092fde6 2026-04-07 01:19:02.423 8 INFO neutron.services.segments.plugin [-] Segment e2f493a5-cf6d-49eb-b821-df786665422f resource provider aggregate not found 2026-04-07 01:19:02.429 8 INFO neutron.services.segments.plugin [-] Segment e2f493a5-cf6d-49eb-b821-df786665422f resource provider aggregate not found 2026-04-07 01:19:02.443 8 INFO neutron.services.segments.plugin [-] Segment e2f493a5-cf6d-49eb-b821-df786665422f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2f493a5-cf6d-49eb-b821-df786665422f found for delete ", "request_id": "req-8d9d023a-b448-492e-9048-7fdcd9ce0384"}]} 2026-04-07 01:19:02.447 8 INFO neutron.services.segments.plugin [-] Segment e2f493a5-cf6d-49eb-b821-df786665422f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2f493a5-cf6d-49eb-b821-df786665422f found for delete ", "request_id": "req-b932c5cc-3d50-4978-9b59-94974d9ae317"}]} [pid: 8|app: 0|req: 257/499] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:19:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/500] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:19:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 243/501] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:19:02 2026] DELETE /v2.0/networks/68a4445c-8522-46a8-9b03-69ffd0279913 => generated 0 bytes in 392 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/502] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:02 2026] GET /v2.0/security-groups?tenant_id=6e6960dda9d74ffb8c86cc4b9ef5d827&name=default => generated 2921 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/503] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:02 2026] DELETE /v2.0/security-groups/532601da-6edf-4f89-9a0f-8d773f7f2d59 => 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/504] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:19:02 2026] POST /v2.0/floatingips => generated 552 bytes in 561 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/505] 10.0.0.87 () {34 vars in 1099 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1320600703&fields=id&tenant_id=d3c1213f745d43348fc53949145a4061 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 260/506] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:03.228 7 INFO neutron.services.segments.plugin [-] Segment 33ad9137-29b9-4e05-8e7c-96d639e9690a resource provider aggregate not found [pid: 7|app: 0|req: 247/507] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/networks?id=83f581ca-6559-4ace-ad2f-f9bce28418a6 => generated 679 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:03.249 7 INFO neutron.services.segments.plugin [-] Segment 33ad9137-29b9-4e05-8e7c-96d639e9690a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33ad9137-29b9-4e05-8e7c-96d639e9690a found for delete ", "request_id": "req-124f68f0-4126-4ab1-b7d4-c9dd044f1f8d"}]} [pid: 8|app: 0|req: 261/508] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/quotas/d3c1213f745d43348fc53949145a4061 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:03.280 7 INFO neutron.services.segments.plugin [-] Segment 33ad9137-29b9-4e05-8e7c-96d639e9690a resource provider aggregate not found 2026-04-07 01:19:03.291 7 INFO neutron.services.segments.plugin [-] Segment 33ad9137-29b9-4e05-8e7c-96d639e9690a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33ad9137-29b9-4e05-8e7c-96d639e9690a found for delete ", "request_id": "req-f7dfaf06-308e-4f93-beb1-2383d5f1cc1b"}]} [pid: 7|app: 0|req: 248/509] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/ports?tenant_id=d3c1213f745d43348fc53949145a4061&fields=id => generated 103 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/510] 10.0.0.87 () {34 vars in 1097 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--739808410&fields=id&tenant_id=8015240fea974c3cb2005b46ff505489 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/511] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/networks?id=1a8cf44e-efea-43be-ab46-005b95dbeb81 => generated 676 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/512] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/quotas/8015240fea974c3cb2005b46ff505489 => 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: 263/513] 10.0.0.87 () {34 vars in 906 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/extensions => generated 21537 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/514] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/networks/83f581ca-6559-4ace-ad2f-f9bce28418a6?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: 251/515] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/ports?tenant_id=8015240fea974c3cb2005b46ff505489&fields=id => generated 57 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/516] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/networks/83f581ca-6559-4ace-ad2f-f9bce28418a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/517] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/networks/1a8cf44e-efea-43be-ab46-005b95dbeb81?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/518] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:19:03 2026] GET /v2.0/networks/1a8cf44e-efea-43be-ab46-005b95dbeb81?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: 253/519] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:04 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 267/520] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:04 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => 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: 254/521] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:04 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:05.125 8 INFO neutron.db.segments_db [None req-345ea8e1-dede-4abb-84d6-b71156f789b1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment baab4beb-54f8-4891-99f1-6ee3cb0c6273 of type vxlan for network 6101241f-7f35-441c-993b-3d40a1163618 [pid: 8|app: 0|req: 268/522] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:19:04 2026] POST /v2.0/networks => generated 726 bytes in 462 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/523] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 270/524] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => 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: 271/525] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:05 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => 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: 255/526] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:05 2026] POST /v2.0/subnets => generated 692 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:05.435 8 INFO neutron.db.segments_db [None req-6b766222-bf7b-42d8-b3ec-f9212dd3a5d6 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment c98ff96b-ad43-4efb-b9e5-ff31dc40515d of type vxlan for network 3204eedb-3887-4ec4-a173-5390f59b8f38 2026-04-07 01:19:05.675 8 INFO neutron.db.l3_hamode_db [None req-6b766222-bf7b-42d8-b3ec-f9212dd3a5d6 d04b9cb48fa8475b9a8d587ff2764c8b 152679b065964dfaa767d860dadc6c75 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 256/527] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:06 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 257/528] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:06 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:06.509 8 INFO neutron.db.l3_hamode_db [None req-6b766222-bf7b-42d8-b3ec-f9212dd3a5d6 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 258/529] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:06 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => 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: 259/530] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:06 2026] GET /v2.0/networks?id=43200086-47a1-45d6-814e-c6cb11989b3c => generated 684 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/531] 199.204.45.57 () {34 vars in 910 bytes} [Tue Apr 7 01:19:06 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/532] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:06 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1552dbe9064e449a8a9f157f32dd9a3e => generated 181 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/533] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:19:07 2026] POST /v2.0/ports => generated 954 bytes in 420 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: 263/534] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 264/535] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => 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: 272/536] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:05 2026] POST /v2.0/routers => generated 732 bytes in 2155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/537] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 957 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/538] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:07 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/539] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:19:07 2026] PUT /v2.0/ports/83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 1235 bytes in 626 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: 276/540] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/541] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => 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: 265/542] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:19:07 2026] PUT /v2.0/routers/469a0721-4f3d-4848-832f-d32af183dd96/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/543] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/networks?id=1a8cf44e-efea-43be-ab46-005b95dbeb81 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/544] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8015240fea974c3cb2005b46ff505489 => 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: 267/545] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:08.888 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10f54a83-e4d4-4b96-98ce-d79e99e46f65'] response: {'name': 'network-changed', 'server_uuid': '767db875-854f-4064-97c9-b42789ffed9f', 'tag': '83469eab-23f2-48e7-85ff-7a17224f9a72', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 268/546] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:08 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 279/547] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:19:08 2026] POST /v2.0/ports => generated 954 bytes in 522 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: 269/548] 10.0.0.87 () {38 vars in 970 bytes} [Tue Apr 7 01:19:09 2026] POST /v2.0/security-groups => generated 1680 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/549] 10.0.0.87 () {38 vars in 970 bytes} [Tue Apr 7 01:19:09 2026] POST /v2.0/security-groups => generated 1682 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/550] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:09 2026] GET /v2.0/ports?tenant_id=1552dbe9064e449a8a9f157f32dd9a3e&device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 1238 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/551] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:19:09 2026] PUT /v2.0/ports/382408c5-a9e9-47fd-8c89-bb8c5ef4f675 => generated 1235 bytes in 369 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: 281/552] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:19:09 2026] GET /v2.0/networks?tenant_id=1552dbe9064e449a8a9f157f32dd9a3e&shared=False => generated 779 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/553] 10.0.0.87 () {38 vars in 970 bytes} [Tue Apr 7 01:19:09 2026] POST /v2.0/security-groups => generated 1681 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/554] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:19:09 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: 283/555] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:09 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => 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: 273/556] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:09 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 969 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/557] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:19:09 2026] GET /v2.0/security-groups?tenant_id=152679b065964dfaa767d860dadc6c75 => generated 7908 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/558] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:09 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&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: 285/559] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:09 2026] GET /v2.0/security-groups/da9c509d-ad50-43f5-8c34-c1f1ea13d0ba => generated 2922 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/560] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:09 2026] GET /v2.0/security-groups/da9c509d-ad50-43f5-8c34-c1f1ea13d0ba => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/561] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:09 2026] GET /v2.0/security-groups/e50cb564-4bb1-49c6-9d3b-d0c8cc5e0814 => generated 1680 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/562] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/563] 10.0.0.87 () {36 vars in 1012 bytes} [Tue Apr 7 01:19:09 2026] DELETE /v2.0/security-groups/e50cb564-4bb1-49c6-9d3b-d0c8cc5e0814 => 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: 288/564] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&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-07 01:19:10.109 7 INFO neutron.api.v2.resource [req-9f03f65c-d656-44ec-ad88-bc89be9933e6 req-ff487487-5063-4175-8041-cc914fc434cb 492f8f9d98944d77aac17dcfcf8b64cd 152679b065964dfaa767d860dadc6c75 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 277/565] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups/e50cb564-4bb1-49c6-9d3b-d0c8cc5e0814 => generated 146 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/566] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups/0b052f8f-359b-4509-a6a1-03c88eb12e8e => generated 1682 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/567] 10.0.0.87 () {36 vars in 1012 bytes} [Tue Apr 7 01:19:10 2026] DELETE /v2.0/security-groups/0b052f8f-359b-4509-a6a1-03c88eb12e8e => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:10.306 8 INFO neutron.api.v2.resource [req-9a732a14-f64d-464e-ab74-8b83eb21b957 req-eacca35e-c492-4551-a71c-01c10590cb2d 492f8f9d98944d77aac17dcfcf8b64cd 152679b065964dfaa767d860dadc6c75 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 290/568] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups/0b052f8f-359b-4509-a6a1-03c88eb12e8e => 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: 279/569] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups/62605d88-d3f7-4d92-9af7-ace0baa91944 => generated 1681 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/570] 10.0.0.87 () {36 vars in 1012 bytes} [Tue Apr 7 01:19:10 2026] DELETE /v2.0/security-groups/62605d88-d3f7-4d92-9af7-ace0baa91944 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:10.487 7 INFO neutron.api.v2.resource [req-46fbf4f2-1b3f-4c52-b041-aa6598f23cd5 req-3827587d-56c1-45b9-a706-f980f87515e1 492f8f9d98944d77aac17dcfcf8b64cd 152679b065964dfaa767d860dadc6c75 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 280/571] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups/62605d88-d3f7-4d92-9af7-ace0baa91944 => 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: 292/572] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups?tenant_id=152679b065964dfaa767d860dadc6c75 => generated 2925 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/573] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups/da9c509d-ad50-43f5-8c34-c1f1ea13d0ba => generated 2922 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/574] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups/da9c509d-ad50-43f5-8c34-c1f1ea13d0ba => generated 2922 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:10.669 7 INFO neutron.api.v2.resource [req-d8efdfe4-9b5e-4230-b48f-c83baa1ef173 req-3e325e2e-bd85-46b4-a0f3-34ddb3ef7e56 492f8f9d98944d77aac17dcfcf8b64cd 152679b065964dfaa767d860dadc6c75 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 282/575] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups/62605d88-d3f7-4d92-9af7-ace0baa91944 => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:10.709 7 INFO neutron.api.v2.resource [req-81ca8dfb-8111-4805-b908-bc47617bedd5 req-af565dd7-842a-4b1e-ad66-608b70eed45e 492f8f9d98944d77aac17dcfcf8b64cd 152679b065964dfaa767d860dadc6c75 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 283/576] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups/0b052f8f-359b-4509-a6a1-03c88eb12e8e => generated 146 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/577] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/ports?tenant_id=8015240fea974c3cb2005b46ff505489&device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 1238 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:10.759 8 INFO neutron.api.v2.resource [req-4903aa13-b8cd-415a-9355-46535300df39 req-c97d0d9d-be8a-41ef-b5ca-10a36cb8e54a 492f8f9d98944d77aac17dcfcf8b64cd 152679b065964dfaa767d860dadc6c75 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 295/578] 10.0.0.87 () {34 vars in 990 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups/e50cb564-4bb1-49c6-9d3b-d0c8cc5e0814 => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/579] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/networks?id=83f581ca-6559-4ace-ad2f-f9bce28418a6 => generated 679 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/580] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/ports?tenant_id=1552dbe9064e449a8a9f157f32dd9a3e&device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 1238 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/581] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=382408c5-a9e9-47fd-8c89-bb8c5ef4f675 => 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: 286/582] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d3c1213f745d43348fc53949145a4061 => generated 181 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/583] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/584] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/585] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:10 2026] GET /v2.0/subnets?id=599a7f1f-0e77-4362-9bd1-67d82fefbeb7 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:10.953 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f1802153-f6e7-42a2-9727-038244d69024'] response: {'name': 'network-changed', 'server_uuid': '03151435-1d6e-4ed4-b64c-928ea2e18388', 'tag': '382408c5-a9e9-47fd-8c89-bb8c5ef4f675', 'status': 'completed', 'code': 200} 2026-04-07 01:19:11.194 8 INFO neutron_taas.services.taas.taas_plugin [None req-b1121eee-317f-48b8-9254-7f02ae41f868 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 37fe2910-b2ae-451f-b4e2-dc81e66599ed 2026-04-07 01:19:11.196 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b1121eee-317f-48b8-9254-7f02ae41f868 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 37fe2910-b2ae-451f-b4e2-dc81e66599ed [pid: 7|app: 0|req: 290/586] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:19:10 2026] POST /v2.0/ports => generated 954 bytes in 605 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: 291/587] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:11 2026] GET /v2.0/subnets?id=dcf2b390-387f-4447-83b6-ab53a76a15d3 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/588] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:11 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/589] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:11 2026] GET /v2.0/ports?network_id=1a8cf44e-efea-43be-ab46-005b95dbeb81&device_owner=network%3Adhcp => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/590] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:11 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/591] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:19:10 2026] PUT /v2.0/routers/469a0721-4f3d-4848-832f-d32af183dd96/remove_router_interface => generated 309 bytes in 908 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/592] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:11 2026] GET /v2.0/ports?network_id=43200086-47a1-45d6-814e-c6cb11989b3c&device_owner=network%3Adhcp => generated 1242 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/593] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:11 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&fields=id&fields=name => generated 113 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 300/594] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:11 2026] GET /v2.0/networks/1a8cf44e-efea-43be-ab46-005b95dbeb81?fields=segments => generated 14 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:12.064 8 INFO neutron_taas.services.taas.taas_plugin [None req-095cee1f-862c-4b37-a2bd-67a7f83265d1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 2d8c64e9-9851-4b2a-9fdb-f02d2248d27e 2026-04-07 01:19:12.066 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-095cee1f-862c-4b37-a2bd-67a7f83265d1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 2d8c64e9-9851-4b2a-9fdb-f02d2248d27e [pid: 7|app: 0|req: 295/595] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:19:11 2026] PUT /v2.0/ports/383ab609-1dd5-4a8a-b06d-046a5aecefa3 => generated 1235 bytes in 519 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: 296/596] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:12 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/597] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:12 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?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: 298/598] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:12 2026] GET /v2.0/networks/1a8cf44e-efea-43be-ab46-005b95dbeb81?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: 299/599] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:12 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/600] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:12 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 301/601] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:12 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:12.605 8 INFO neutron_taas.services.taas.taas_plugin [None req-095cee1f-862c-4b37-a2bd-67a7f83265d1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 9bab5297-56eb-455e-af2b-2ccfaa41a795 2026-04-07 01:19:12.608 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-095cee1f-862c-4b37-a2bd-67a7f83265d1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 9bab5297-56eb-455e-af2b-2ccfaa41a795 2026-04-07 01:19:12.636 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ee9c6a11-fef3-4341-9937-984187183d24'] response: {'name': 'network-changed', 'server_uuid': '5560f952-fa08-43d0-9bc1-e5fc5a8c0152', 'tag': '383ab609-1dd5-4a8a-b06d-046a5aecefa3', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 302/602] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:12 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 969 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/603] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:12 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&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-07 01:19:13.062 8 INFO neutron.services.segments.plugin [-] Segment c98ff96b-ad43-4efb-b9e5-ff31dc40515d resource provider aggregate not found 2026-04-07 01:19:13.066 8 INFO neutron.services.segments.plugin [-] Segment c98ff96b-ad43-4efb-b9e5-ff31dc40515d resource provider aggregate not found 2026-04-07 01:19:13.082 8 INFO neutron.services.segments.plugin [-] Segment c98ff96b-ad43-4efb-b9e5-ff31dc40515d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c98ff96b-ad43-4efb-b9e5-ff31dc40515d found for delete ", "request_id": "req-c1dcd01e-5893-431c-a714-9b3dabae867b"}]} 2026-04-07 01:19:13.083 8 INFO neutron.services.segments.plugin [-] Segment c98ff96b-ad43-4efb-b9e5-ff31dc40515d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c98ff96b-ad43-4efb-b9e5-ff31dc40515d found for delete ", "request_id": "req-e6b9cb25-a22f-44eb-a618-8b9f7d370444"}]} [pid: 7|app: 0|req: 304/604] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/ports?tenant_id=d3c1213f745d43348fc53949145a4061&device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/605] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/networks?tenant_id=d3c1213f745d43348fc53949145a4061&shared=False => generated 775 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:13.344 8 INFO neutron.db.l3_hamode_db [None req-095cee1f-862c-4b37-a2bd-67a7f83265d1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network 3204eedb-3887-4ec4-a173-5390f59b8f38 was deleted as no HA routers are present in tenant 152679b065964dfaa767d860dadc6c75. [pid: 8|app: 0|req: 301/606] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:11 2026] DELETE /v2.0/routers/469a0721-4f3d-4848-832f-d32af183dd96 => generated 0 bytes in 1532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/607] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/608] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 969 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/609] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/ports?tenant_id=8015240fea974c3cb2005b46ff505489&device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/610] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/611] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/networks?id=1a8cf44e-efea-43be-ab46-005b95dbeb81 => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/612] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:13 2026] DELETE /v2.0/subnets/366dd791-5d24-4fc8-9489-dbb842779b02 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/613] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=382408c5-a9e9-47fd-8c89-bb8c5ef4f675 => 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: 309/614] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => 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: 310/615] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/subnets?id=599a7f1f-0e77-4362-9bd1-67d82fefbeb7 => generated 694 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/616] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/617] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/ports?network_id=1a8cf44e-efea-43be-ab46-005b95dbeb81&device_owner=network%3Adhcp => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/618] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/networks/1a8cf44e-efea-43be-ab46-005b95dbeb81?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: 314/619] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:13 2026] GET /v2.0/networks/1a8cf44e-efea-43be-ab46-005b95dbeb81?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: 306/620] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:19:13 2026] DELETE /v2.0/networks/6101241f-7f35-441c-993b-3d40a1163618 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/621] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 317/624] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/625] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/ports?tenant_id=d3c1213f745d43348fc53949145a4061&device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/626] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=383ab609-1dd5-4a8a-b06d-046a5aecefa3 => 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: 309/627] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/security-groups?tenant_id=152679b065964dfaa767d860dadc6c75&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: 319/628] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/subnets?id=c51f0311-af75-4643-8466-eb1e93267554 => generated 697 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/629] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/ports?network_id=83f581ca-6559-4ace-ad2f-f9bce28418a6&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/630] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/631] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/networks/83f581ca-6559-4ace-ad2f-f9bce28418a6?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: 323/632] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&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: 324/633] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/networks/83f581ca-6559-4ace-ad2f-f9bce28418a6?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: 310/634] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:14 2026] DELETE /v2.0/security-groups/da9c509d-ad50-43f5-8c34-c1f1ea13d0ba => generated 0 bytes in 315 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/635] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 969 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/636] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:14 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:15.101 8 INFO neutron.services.segments.plugin [-] Segment baab4beb-54f8-4891-99f1-6ee3cb0c6273 resource provider aggregate not found 2026-04-07 01:19:15.109 8 INFO neutron.services.segments.plugin [-] Segment baab4beb-54f8-4891-99f1-6ee3cb0c6273 resource provider aggregate not found 2026-04-07 01:19:15.114 8 INFO neutron.services.segments.plugin [-] Segment baab4beb-54f8-4891-99f1-6ee3cb0c6273 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baab4beb-54f8-4891-99f1-6ee3cb0c6273 found for delete ", "request_id": "req-23959831-bf7b-417d-aeaf-4c4affc5725a"}]} 2026-04-07 01:19:15.125 8 INFO neutron.services.segments.plugin [-] Segment baab4beb-54f8-4891-99f1-6ee3cb0c6273 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid baab4beb-54f8-4891-99f1-6ee3cb0c6273 found for delete ", "request_id": "req-d72dfd5b-d866-4b3b-a000-275c9ed7c9ac"}]} [pid: 7|app: 0|req: 326/637] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 312/638] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&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: 327/639] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/640] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/641] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 314/642] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:15 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/643] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:16 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 969 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/644] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:16 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&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: 330/645] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:16 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/646] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:17 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&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: 331/647] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:17 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 969 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/648] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:17 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/649] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:17 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/650] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:17 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/651] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/652] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&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: 334/653] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 969 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 320/654] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&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: 335/655] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/656] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:18 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&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: 336/657] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => 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: 322/658] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/659] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/660] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/661] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 324/662] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:19 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&fields=id&fields=name => generated 113 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 339/663] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:20 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 325/664] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:20 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 340/665] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:20 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/666] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:20 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/667] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:20 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/668] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:20 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:21.260 8 INFO neutron.db.l3_db [None req-19c3a883-b663-4afa-a017-34a2225d2336 69ea20f111794df682019bf9f6f9aa98 1552dbe9064e449a8a9f157f32dd9a3e - - default default] Floating IP b811cdb3-b90e-4d27-be54-fb50266dcc33 associated. External IP: 10.96.250.207, port: 83469eab-23f2-48e7-85ff-7a17224f9a72. [pid: 7|app: 0|req: 343/669] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:21 2026] GET /v2.0/security-groups?tenant_id=d3cddcae1c7c4a1faf4b23d4f0d6a74c&name=default => generated 2925 bytes in 290 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 344/670] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:21 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/671] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:21 2026] DELETE /v2.0/security-groups/fe13b104-e68e-460b-b75f-cc8a9046b2b2 => 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: 327/672] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:19:20 2026] PUT /v2.0/floatingips/b811cdb3-b90e-4d27-be54-fb50266dcc33 => generated 855 bytes in 861 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:21.673 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-58814ca3-a51c-459b-87a6-c06db4a68c8c'] response: {'name': 'network-changed', 'server_uuid': '767db875-854f-4064-97c9-b42789ffed9f', 'tag': '83469eab-23f2-48e7-85ff-7a17224f9a72', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 346/673] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:21 2026] GET /v2.0/security-groups?tenant_id=cf81d64bbb724efaac405e5e4995080f&name=default => generated 2925 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/674] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:21 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 971 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/675] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:21 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => 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: 348/676] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:21 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/677] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:21 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/678] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:21 2026] DELETE /v2.0/security-groups/2b775021-5be3-4224-adbb-5554253ed91f => generated 0 bytes in 132 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/679] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/ports?tenant_id=1552dbe9064e449a8a9f157f32dd9a3e&device_id=767db875-854f-4064-97c9-b42789ffed9f => 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: 330/680] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/networks?id=43200086-47a1-45d6-814e-c6cb11989b3c => generated 779 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/681] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/682] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/subnets?id=dcf2b390-387f-4447-83b6-ab53a76a15d3 => generated 702 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/683] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/ports?network_id=43200086-47a1-45d6-814e-c6cb11989b3c&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/684] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?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: 332/685] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 971 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/686] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?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: 333/687] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&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: 355/688] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:22 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 971 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/689] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/690] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:23.618 8 INFO neutron.db.l3_db [None req-7396920f-788d-45a0-91f6-f135b2a1fc5b c89fd0843dbd4ec0ba0f1d26c2b7a2e4 d3c1213f745d43348fc53949145a4061 - - default default] Floating IP 6ef15510-dca7-4c6f-b07e-d3b105a97149 associated. External IP: 10.96.250.202, port: 383ab609-1dd5-4a8a-b06d-046a5aecefa3. [pid: 7|app: 0|req: 357/691] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 358/692] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/693] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:23 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 335/694] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:19:23 2026] PUT /v2.0/floatingips/6ef15510-dca7-4c6f-b07e-d3b105a97149 => generated 855 bytes in 722 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:23.985 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2c18c778-aca0-4b97-b595-08f88f01cc9a'] response: {'name': 'network-changed', 'server_uuid': '5560f952-fa08-43d0-9bc1-e5fc5a8c0152', 'tag': '383ab609-1dd5-4a8a-b06d-046a5aecefa3', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 336/695] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 971 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/696] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/697] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/698] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/ports?tenant_id=d3c1213f745d43348fc53949145a4061&device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/699] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:24.657 7 INFO neutron.db.l3_db [None req-786bafa6-0cb2-48cb-96cc-ef1dca51a378 970e41b4b08247a3a5ab3f3711b4b2d0 8015240fea974c3cb2005b46ff505489 - - default default] Floating IP 83333571-4c2b-4dc4-9995-3ba2ce021ea5 associated. External IP: 10.96.250.217, port: 382408c5-a9e9-47fd-8c89-bb8c5ef4f675. [pid: 8|app: 0|req: 341/700] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/networks?id=83f581ca-6559-4ace-ad2f-f9bce28418a6 => generated 775 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/701] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=383ab609-1dd5-4a8a-b06d-046a5aecefa3 => generated 858 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 343/702] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/subnets?id=c51f0311-af75-4643-8466-eb1e93267554 => generated 697 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/703] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/ports?network_id=83f581ca-6559-4ace-ad2f-f9bce28418a6&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/704] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/networks/83f581ca-6559-4ace-ad2f-f9bce28418a6?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: 360/705] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:19:23 2026] PUT /v2.0/floatingips/83333571-4c2b-4dc4-9995-3ba2ce021ea5 => generated 855 bytes in 1044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/706] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/networks/83f581ca-6559-4ace-ad2f-f9bce28418a6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:24.933 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e352580c-8aa5-4b67-a363-436c1f663b15'] response: {'name': 'network-changed', 'server_uuid': '03151435-1d6e-4ed4-b64c-928ea2e18388', 'tag': '382408c5-a9e9-47fd-8c89-bb8c5ef4f675', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 361/707] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 971 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/708] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:24 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&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: 362/709] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 348/710] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&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: 363/711] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/ports?tenant_id=8015240fea974c3cb2005b46ff505489&device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 1240 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 349/712] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/networks?id=1a8cf44e-efea-43be-ab46-005b95dbeb81 => generated 772 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/713] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=382408c5-a9e9-47fd-8c89-bb8c5ef4f675 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 350/714] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/subnets?id=599a7f1f-0e77-4362-9bd1-67d82fefbeb7 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/715] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/ports?network_id=1a8cf44e-efea-43be-ab46-005b95dbeb81&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 351/716] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/networks/1a8cf44e-efea-43be-ab46-005b95dbeb81?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: 366/717] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/718] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/networks/1a8cf44e-efea-43be-ab46-005b95dbeb81?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: 367/719] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:25 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/720] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:26 2026] GET /v2.0/security-groups?tenant_id=2db2b2f882f141f8931356f14ec9133b&name=default => generated 2925 bytes in 324 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/721] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:26 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/722] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:26 2026] DELETE /v2.0/security-groups/fbff881a-2a51-446e-99c7-bf889b488f94 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 355/723] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:26 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&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: 369/724] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:26 2026] GET /v2.0/security-groups?tenant_id=0d67108576604ec6bc7edb6d50b95867&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/725] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:26 2026] DELETE /v2.0/security-groups/dd51aee9-0073-4f5b-a838-96c90498661d => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/726] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:26 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 357/727] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:26 2026] GET /v2.0/security-groups?id=1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/728] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:19:26 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 971 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:27.139 8 INFO neutron_taas.services.taas.taas_plugin [req-63cd7323-30e3-4fd1-b2ae-04a1ddb83bc5 req-26f2830d-8784-476d-87c1-2f98f46ab021 c89fd0843dbd4ec0ba0f1d26c2b7a2e4 d3c1213f745d43348fc53949145a4061 - - default default] TaaS: Handle Delete Port: 383ab609-1dd5-4a8a-b06d-046a5aecefa3 2026-04-07 01:19:27.145 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-63cd7323-30e3-4fd1-b2ae-04a1ddb83bc5 req-26f2830d-8784-476d-87c1-2f98f46ab021 c89fd0843dbd4ec0ba0f1d26c2b7a2e4 d3c1213f745d43348fc53949145a4061 - - default default] Tap Mirror: Handle Delete Port: 383ab609-1dd5-4a8a-b06d-046a5aecefa3 2026-04-07 01:19:27.314 8 INFO neutron.db.l3_db [req-63cd7323-30e3-4fd1-b2ae-04a1ddb83bc5 req-26f2830d-8784-476d-87c1-2f98f46ab021 c89fd0843dbd4ec0ba0f1d26c2b7a2e4 d3c1213f745d43348fc53949145a4061 - - default default] Floating IP 6ef15510-dca7-4c6f-b07e-d3b105a97149 disassociated. External IP: 10.96.250.202, port: 383ab609-1dd5-4a8a-b06d-046a5aecefa3. [pid: 7|app: 0|req: 372/729] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:27 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 971 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/730] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:27 2026] GET /v2.0/security-groups?id=87463b72-fdc3-45ba-a566-f5aa9fc780d9&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 358/731] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:19:26 2026] DELETE /v2.0/ports/383ab609-1dd5-4a8a-b06d-046a5aecefa3 => generated 0 bytes in 656 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 374/732] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:19:27 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:27.703 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-760710f8-62df-451c-ad40-3fd75ca6d91d'] response: {'server_uuid': '5560f952-fa08-43d0-9bc1-e5fc5a8c0152', 'name': 'network-vif-deleted', 'tag': '383ab609-1dd5-4a8a-b06d-046a5aecefa3', 'status': 'completed', 'code': 200} 2026-04-07 01:19:27.821 8 INFO neutron_taas.services.taas.taas_plugin [req-3adc18c7-d72d-4acd-96a4-552133a89c16 req-9b894174-4195-450e-8ccd-865a9f38b037 970e41b4b08247a3a5ab3f3711b4b2d0 8015240fea974c3cb2005b46ff505489 - - default default] TaaS: Handle Delete Port: 382408c5-a9e9-47fd-8c89-bb8c5ef4f675 2026-04-07 01:19:27.824 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3adc18c7-d72d-4acd-96a4-552133a89c16 req-9b894174-4195-450e-8ccd-865a9f38b037 970e41b4b08247a3a5ab3f3711b4b2d0 8015240fea974c3cb2005b46ff505489 - - default default] Tap Mirror: Handle Delete Port: 382408c5-a9e9-47fd-8c89-bb8c5ef4f675 2026-04-07 01:19:27.921 8 INFO neutron.db.l3_db [req-3adc18c7-d72d-4acd-96a4-552133a89c16 req-9b894174-4195-450e-8ccd-865a9f38b037 970e41b4b08247a3a5ab3f3711b4b2d0 8015240fea974c3cb2005b46ff505489 - - default default] Floating IP 83333571-4c2b-4dc4-9995-3ba2ce021ea5 disassociated. External IP: 10.96.250.217, port: 382408c5-a9e9-47fd-8c89-bb8c5ef4f675. [pid: 7|app: 0|req: 375/733] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:27 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 359/734] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:19:27 2026] DELETE /v2.0/ports/382408c5-a9e9-47fd-8c89-bb8c5ef4f675 => generated 0 bytes in 612 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 376/735] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:28 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 361/738] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:29 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => 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: 378/739] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:29 2026] GET /v2.0/security-groups?tenant_id=33b6bd601ef84b0eacd92872577ab99b&name=default => generated 2925 bytes in 271 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:29.741 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a61d7112-4954-49ae-a3eb-d78f847a1e56'] response: {'server_uuid': '03151435-1d6e-4ed4-b64c-928ea2e18388', 'name': 'network-vif-deleted', 'tag': '382408c5-a9e9-47fd-8c89-bb8c5ef4f675', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 362/740] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:29 2026] DELETE /v2.0/security-groups/ea0edb46-68c6-4c4f-b1ad-4167e6ea2e84 => 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: 379/741] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:29 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 363/742] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:30 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => 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: 380/743] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:30 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => 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: 364/744] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:31 2026] GET /v2.0/ports?device_id=5560f952-fa08-43d0-9bc1-e5fc5a8c0152 => 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: 365/745] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/ports?device_id=03151435-1d6e-4ed4-b64c-928ea2e18388 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:32.185 7 INFO neutron.db.segments_db [None req-f1b8294a-95f8-42f2-99c8-b77c8543d7c1 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] Added segment 96d8de8a-26e5-4944-b71e-50b2eddae03f of type vxlan for network 1f190526-4713-44f6-87ab-fc37b7fbb6c1 [pid: 7|app: 0|req: 381/746] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:19:31 2026] POST /v2.0/networks => generated 625 bytes in 468 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/747] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:32 2026] DELETE /v2.0/security-groups/1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:32.514 7 INFO neutron.api.v2.resource [None req-563eb778-98ee-4d54-83dc-0aeda5f7575f c89fd0843dbd4ec0ba0f1d26c2b7a2e4 d3c1213f745d43348fc53949145a4061 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 383/748] 10.0.0.184 () {32 vars in 737 bytes} [Tue Apr 7 01:19:32 2026] GET /v2.0/security-groups/1b929a8c-d3bc-4c9a-8eee-6b08fd8a4608 => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 366/749] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:19:32 2026] POST /v2.0/ports => generated 774 bytes in 270 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-07 01:19:32.640 8 INFO neutron.db.segments_db [None req-52257fa6-5691-4649-9a27-402d04bf69c5 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] Added segment d4ebb073-102e-467b-9cae-37a458a08e6f of type vxlan for network 77210f0b-7aa5-44ea-ae08-34cfeae244c4 2026-04-07 01:19:32.647 7 INFO neutron_taas.services.taas.taas_plugin [None req-d8a3c5ea-dc1b-4d82-8724-b395184389ce c89fd0843dbd4ec0ba0f1d26c2b7a2e4 d3c1213f745d43348fc53949145a4061 - - default default] TaaS: Handle Delete Port: a4e2696b-9d5d-4791-9780-58949b8909a0 2026-04-07 01:19:32.650 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d8a3c5ea-dc1b-4d82-8724-b395184389ce c89fd0843dbd4ec0ba0f1d26c2b7a2e4 d3c1213f745d43348fc53949145a4061 - - default default] Tap Mirror: Handle Delete Port: a4e2696b-9d5d-4791-9780-58949b8909a0 [pid: 8|app: 0|req: 367/750] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:19:32 2026] POST /v2.0/networks => generated 612 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/751] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:19:32 2026] DELETE /v2.0/floatingips/6ef15510-dca7-4c6f-b07e-d3b105a97149 => generated 0 bytes in 317 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/752] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:32 2026] POST /v2.0/subnets => generated 626 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:33.282 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea37e400-63de-42b2-a2db-ae3e0625a717 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: ae1d8660-4d73-422c-93f5-0bf11cf07420 2026-04-07 01:19:33.285 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea37e400-63de-42b2-a2db-ae3e0625a717 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: ae1d8660-4d73-422c-93f5-0bf11cf07420 [pid: 8|app: 0|req: 369/753] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:19:33 2026] POST /v2.0/ports => generated 954 bytes in 348 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: 370/754] 10.0.0.231 () {34 vars in 990 bytes} [Tue Apr 7 01:19:33 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 1240 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/755] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:33 2026] DELETE /v2.0/security-groups/87463b72-fdc3-45ba-a566-f5aa9fc780d9 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:33.683 8 INFO neutron_taas.services.taas.taas_plugin [None req-1aa323aa-9e97-46a3-b1d1-dff735218d67 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] TaaS: Handle Delete Port: 193f25dd-4857-4a81-9480-1392d4d20b43 2026-04-07 01:19:33.687 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1aa323aa-9e97-46a3-b1d1-dff735218d67 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] Tap Mirror: Handle Delete Port: 193f25dd-4857-4a81-9480-1392d4d20b43 [pid: 7|app: 0|req: 385/756] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:19:32 2026] PUT /v2.0/routers/c5dfabff-b525-4361-b968-b52a174d1a2b/remove_router_interface => generated 309 bytes in 956 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/757] 10.0.0.231 () {34 vars in 1040 bytes} [Tue Apr 7 01:19:33 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:33.843 7 INFO neutron.api.v2.resource [None req-ae181c20-8f9b-43e6-9719-245f612264a5 970e41b4b08247a3a5ab3f3711b4b2d0 8015240fea974c3cb2005b46ff505489 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 387/758] 10.0.0.184 () {32 vars in 737 bytes} [Tue Apr 7 01:19:33 2026] GET /v2.0/security-groups/87463b72-fdc3-45ba-a566-f5aa9fc780d9 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/759] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:19:33 2026] DELETE /v2.0/ports/193f25dd-4857-4a81-9480-1392d4d20b43 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:33.941 8 INFO neutron_taas.services.taas.taas_plugin [None req-ac345e01-36b6-4f53-acf1-ed6bdda0dfc3 970e41b4b08247a3a5ab3f3711b4b2d0 8015240fea974c3cb2005b46ff505489 - - default default] TaaS: Handle Delete Port: 54230eff-7356-412d-acda-556720eaa8bd 2026-04-07 01:19:33.944 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac345e01-36b6-4f53-acf1-ed6bdda0dfc3 970e41b4b08247a3a5ab3f3711b4b2d0 8015240fea974c3cb2005b46ff505489 - - default default] Tap Mirror: Handle Delete Port: 54230eff-7356-412d-acda-556720eaa8bd 2026-04-07 01:19:34.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f970628-b848-44e7-b85e-213b1ffae614 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 50cddee2-d619-4223-a722-db2a9b001edf 2026-04-07 01:19:34.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f970628-b848-44e7-b85e-213b1ffae614 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 50cddee2-d619-4223-a722-db2a9b001edf [pid: 8|app: 0|req: 373/760] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:19:33 2026] DELETE /v2.0/floatingips/83333571-4c2b-4dc4-9995-3ba2ce021ea5 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:34.118 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8e81f000-3bd6-44a2-93fe-37f69ebdca96 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 374/761] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:19:34 2026] DELETE /v2.0/ports/193f25dd-4857-4a81-9480-1392d4d20b43 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:34.332 7 INFO neutron_taas.services.taas.taas_plugin [None req-6f970628-b848-44e7-b85e-213b1ffae614 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 2e81197f-d67f-4952-afa2-653daba4f60e 2026-04-07 01:19:34.335 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f970628-b848-44e7-b85e-213b1ffae614 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 2e81197f-d67f-4952-afa2-653daba4f60e 2026-04-07 01:19:34.421 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-6f970628-b848-44e7-b85e-213b1ffae614 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - 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-07 01:19:34.459 8 INFO neutron_taas.services.taas.taas_plugin [None req-307f1343-b173-4a85-b120-0d3ea33892e9 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: d6efb6c3-73d1-4768-86ce-24689a2f607d 2026-04-07 01:19:34.462 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-307f1343-b173-4a85-b120-0d3ea33892e9 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: d6efb6c3-73d1-4768-86ce-24689a2f607d 2026-04-07 01:19:34.719 7 INFO neutron.services.segments.plugin [-] Segment 58f9bb69-8d51-410a-8a35-1584aef120b0 resource provider aggregate not found 2026-04-07 01:19:34.724 7 INFO neutron.services.segments.plugin [-] Segment 58f9bb69-8d51-410a-8a35-1584aef120b0 resource provider aggregate not found 2026-04-07 01:19:34.741 7 INFO neutron.services.segments.plugin [-] Segment 58f9bb69-8d51-410a-8a35-1584aef120b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f9bb69-8d51-410a-8a35-1584aef120b0 found for delete ", "request_id": "req-613dfe1a-3b3e-4cf3-b4a6-17bd07e95fd6"}]} 2026-04-07 01:19:34.744 7 INFO neutron.services.segments.plugin [-] Segment 58f9bb69-8d51-410a-8a35-1584aef120b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f9bb69-8d51-410a-8a35-1584aef120b0 found for delete ", "request_id": "req-29131050-6d0c-4644-b61d-93c244afbd2f"}]} 2026-04-07 01:19:34.745 7 INFO neutron.db.l3_hamode_db [None req-6f970628-b848-44e7-b85e-213b1ffae614 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network e0f9f281-5cd6-4bb5-8254-4e149026bd3a was deleted as no HA routers are present in tenant d3c1213f745d43348fc53949145a4061. [pid: 7|app: 0|req: 388/762] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:33 2026] DELETE /v2.0/routers/c5dfabff-b525-4361-b968-b52a174d1a2b => generated 0 bytes in 909 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:34.769 7 INFO neutron.pecan_wsgi.hooks.translation [None req-17373635-d38a-4232-ac0f-0e3db750acd5 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 389/763] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:19:34 2026] GET /v2.0/ports/193f25dd-4857-4a81-9480-1392d4d20b43 => 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: 390/764] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:34 2026] DELETE /v2.0/subnets/c51f0311-af75-4643-8466-eb1e93267554 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/765] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:19:34 2026] PUT /v2.0/routers/2da8424d-6eba-4c83-bcff-e8754f5121ac/remove_router_interface => generated 309 bytes in 881 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/766] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:34 2026] DELETE /v2.0/subnets/2098d5e2-cfd0-4a14-b385-f40551295344 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:35.118 8 INFO neutron_taas.services.taas.taas_plugin [None req-2d4d3310-95ce-4dd0-94ca-33c92a56bfa1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 17567198-2175-4254-9836-2688b1535d74 2026-04-07 01:19:35.121 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2d4d3310-95ce-4dd0-94ca-33c92a56bfa1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 17567198-2175-4254-9836-2688b1535d74 2026-04-07 01:19:35.258 7 INFO neutron_taas.services.taas.taas_plugin [None req-85a4359b-0808-4f0f-b371-207b8d17d80d d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 89b8966d-6e81-482b-a239-72d0415ed7aa 2026-04-07 01:19:35.260 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85a4359b-0808-4f0f-b371-207b8d17d80d d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 89b8966d-6e81-482b-a239-72d0415ed7aa 2026-04-07 01:19:35.298 8 INFO neutron.services.segments.plugin [-] Segment 4fba0b9e-1c05-49a7-974d-da21beceddc7 resource provider aggregate not found 2026-04-07 01:19:35.302 8 INFO neutron.services.segments.plugin [-] Segment 4fba0b9e-1c05-49a7-974d-da21beceddc7 resource provider aggregate not found 2026-04-07 01:19:35.315 8 INFO neutron.services.segments.plugin [-] Segment 4fba0b9e-1c05-49a7-974d-da21beceddc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fba0b9e-1c05-49a7-974d-da21beceddc7 found for delete ", "request_id": "req-12e51e85-ee69-4c83-89be-3151abaf51ab"}]} 2026-04-07 01:19:35.316 8 INFO neutron.services.segments.plugin [-] Segment 4fba0b9e-1c05-49a7-974d-da21beceddc7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4fba0b9e-1c05-49a7-974d-da21beceddc7 found for delete ", "request_id": "req-5e5d671f-a877-42d2-9d1c-a6a23edf0493"}]} [pid: 8|app: 0|req: 376/767] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:19:35 2026] DELETE /v2.0/networks/83f581ca-6559-4ace-ad2f-f9bce28418a6 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:35.538 7 INFO neutron_taas.services.taas.taas_plugin [None req-85a4359b-0808-4f0f-b371-207b8d17d80d d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 9218da79-b58b-423a-a9bb-776bfcf0aeed 2026-04-07 01:19:35.541 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-85a4359b-0808-4f0f-b371-207b8d17d80d d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 9218da79-b58b-423a-a9bb-776bfcf0aeed [pid: 8|app: 0|req: 377/768] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:19:35 2026] DELETE /v2.0/networks/77210f0b-7aa5-44ea-ae08-34cfeae244c4 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 378/769] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:35 2026] GET /v2.0/security-groups?tenant_id=d3c1213f745d43348fc53949145a4061&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:35.639 8 INFO neutron.db.segments_db [None req-6cfb906e-6b81-4fc3-8dc5-c9d76c311a0e 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] Added segment 57d5c6fb-5cde-4f63-bdc9-f951e5d733ba of type vxlan for network 8cb385e2-4b38-4078-b531-944d0d33b629 [pid: 8|app: 0|req: 379/770] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:19:35 2026] POST /v2.0/networks => generated 613 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/771] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:35 2026] DELETE /v2.0/security-groups/5e4ac533-9098-4242-8397-c90b18d55aee => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:35.891 7 INFO neutron.db.l3_hamode_db [None req-85a4359b-0808-4f0f-b371-207b8d17d80d d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network c8f2c843-92b6-4c4a-a321-aa5837d20678 was deleted as no HA routers are present in tenant 8015240fea974c3cb2005b46ff505489. [pid: 7|app: 0|req: 392/772] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:35 2026] DELETE /v2.0/routers/2da8424d-6eba-4c83-bcff-e8754f5121ac => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/773] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:35 2026] DELETE /v2.0/subnets/599a7f1f-0e77-4362-9bd1-67d82fefbeb7 => 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: 381/774] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:35 2026] POST /v2.0/subnets => generated 626 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:36.194 7 INFO neutron_taas.services.taas.taas_plugin [None req-41817b03-433e-41da-8798-97c5651c5d01 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 78ad0115-7051-4c0b-ba27-b788e9df26fd 2026-04-07 01:19:36.197 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41817b03-433e-41da-8798-97c5651c5d01 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 78ad0115-7051-4c0b-ba27-b788e9df26fd [pid: 7|app: 0|req: 394/775] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:19:36 2026] DELETE /v2.0/networks/1a8cf44e-efea-43be-ab46-005b95dbeb81 => generated 0 bytes in 362 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/776] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:19:36 2026] POST /v2.0/ports => generated 916 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/777] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:36 2026] GET /v2.0/security-groups?tenant_id=8015240fea974c3cb2005b46ff505489&name=default => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:36.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2e8a96b-e4e8-4216-bacd-146c2f36f586 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] TaaS: Handle Delete Port: 4777c774-cf0e-4814-9db9-c907279be5e9 2026-04-07 01:19:36.707 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2e8a96b-e4e8-4216-bacd-146c2f36f586 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] Tap Mirror: Handle Delete Port: 4777c774-cf0e-4814-9db9-c907279be5e9 [pid: 8|app: 0|req: 384/778] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:36 2026] DELETE /v2.0/security-groups/da4230e8-20b2-4e76-9576-ce9c63cf33ca => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:36.769 7 INFO neutron.services.segments.plugin [-] Segment 8d48c372-26b9-466c-bd32-a1101102413e resource provider aggregate not found 2026-04-07 01:19:36.773 7 INFO neutron.services.segments.plugin [-] Segment 8d48c372-26b9-466c-bd32-a1101102413e resource provider aggregate not found 2026-04-07 01:19:36.798 7 INFO neutron.services.segments.plugin [-] Segment 8d48c372-26b9-466c-bd32-a1101102413e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d48c372-26b9-466c-bd32-a1101102413e found for delete ", "request_id": "req-417f34d1-1c8f-4345-8260-312f1a46e801"}]} 2026-04-07 01:19:36.804 7 INFO neutron.services.segments.plugin [-] Segment 8d48c372-26b9-466c-bd32-a1101102413e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8d48c372-26b9-466c-bd32-a1101102413e found for delete ", "request_id": "req-3705a567-822c-4a01-9feb-69c9a45a76b1"}]} 2026-04-07 01:19:36.821 7 INFO neutron.services.segments.plugin [-] Segment 08b8bf8e-ba46-482b-86e5-5bb42f74f8d7 resource provider aggregate not found 2026-04-07 01:19:36.825 7 INFO neutron.services.segments.plugin [-] Segment 08b8bf8e-ba46-482b-86e5-5bb42f74f8d7 resource provider aggregate not found 2026-04-07 01:19:36.843 7 INFO neutron.services.segments.plugin [-] Segment 08b8bf8e-ba46-482b-86e5-5bb42f74f8d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08b8bf8e-ba46-482b-86e5-5bb42f74f8d7 found for delete ", "request_id": "req-726742fa-d29e-4bde-adfe-36899805974b"}]} 2026-04-07 01:19:36.845 7 INFO neutron.services.segments.plugin [-] Segment 08b8bf8e-ba46-482b-86e5-5bb42f74f8d7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 08b8bf8e-ba46-482b-86e5-5bb42f74f8d7 found for delete ", "request_id": "req-451dd17c-bd3a-46f9-a445-bb0f0c2eaae6"}]} [pid: 7|app: 0|req: 395/779] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:19:36 2026] DELETE /v2.0/ports/4777c774-cf0e-4814-9db9-c907279be5e9 => generated 0 bytes in 456 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:36.972 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7a9ba7d5-ba87-4f65-bed0-7281252ab818 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 385/780] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:19:36 2026] GET /v2.0/ports/4777c774-cf0e-4814-9db9-c907279be5e9 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/781] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:36 2026] DELETE /v2.0/subnets/5143aaa4-02e8-478b-aeb4-70db0452f2cc => generated 0 bytes in 240 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:37.339 8 INFO neutron.services.segments.plugin [-] Segment d4ebb073-102e-467b-9cae-37a458a08e6f resource provider aggregate not found 2026-04-07 01:19:37.347 8 INFO neutron.services.segments.plugin [-] Segment d4ebb073-102e-467b-9cae-37a458a08e6f resource provider aggregate not found 2026-04-07 01:19:37.351 8 INFO neutron.services.segments.plugin [-] Segment d4ebb073-102e-467b-9cae-37a458a08e6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4ebb073-102e-467b-9cae-37a458a08e6f found for delete ", "request_id": "req-54d6a9df-e1c3-4cb4-bd61-f1e3424ec4ed"}]} 2026-04-07 01:19:37.372 8 INFO neutron.services.segments.plugin [-] Segment d4ebb073-102e-467b-9cae-37a458a08e6f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d4ebb073-102e-467b-9cae-37a458a08e6f found for delete ", "request_id": "req-35f83983-1d64-4c9b-87f8-b60be0c2a981"}]} [pid: 8|app: 0|req: 386/782] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:19:37 2026] DELETE /v2.0/networks/8cb385e2-4b38-4078-b531-944d0d33b629 => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/783] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:19:37 2026] POST /v2.0/ports => generated 774 bytes in 1180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 398/784] 10.0.0.184 () {34 vars in 737 bytes} [Tue Apr 7 01:19:38 2026] PUT /v2.0/ports/66fd0d59-b905-4830-b190-286715b3da32 => generated 752 bytes in 263 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-07 01:19:39.216 7 INFO neutron_taas.services.taas.taas_plugin [None req-767f5727-dd5a-469c-a28d-58daeb60878c 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] TaaS: Handle Delete Port: 66fd0d59-b905-4830-b190-286715b3da32 2026-04-07 01:19:39.219 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-767f5727-dd5a-469c-a28d-58daeb60878c 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] Tap Mirror: Handle Delete Port: 66fd0d59-b905-4830-b190-286715b3da32 2026-04-07 01:19:39.261 8 INFO neutron.db.segments_db [None req-90d41242-8924-4cad-b379-dd99030df813 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 01cefbb5-71a1-4d44-bcca-a150267e83e9 of type vxlan for network d4074091-b305-4e67-b7db-ec8d018c19f9 [pid: 7|app: 0|req: 399/785] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:19:39 2026] DELETE /v2.0/ports/66fd0d59-b905-4830-b190-286715b3da32 => generated 0 bytes in 233 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:39.368 8 INFO neutron.services.segments.plugin [-] Segment 57d5c6fb-5cde-4f63-bdc9-f951e5d733ba resource provider aggregate not found 2026-04-07 01:19:39.388 8 INFO neutron.services.segments.plugin [-] Segment 57d5c6fb-5cde-4f63-bdc9-f951e5d733ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57d5c6fb-5cde-4f63-bdc9-f951e5d733ba found for delete ", "request_id": "req-bc58395d-3f89-40db-b8d1-42089e282f6b"}]} 2026-04-07 01:19:39.395 8 INFO neutron.services.segments.plugin [-] Segment 57d5c6fb-5cde-4f63-bdc9-f951e5d733ba resource provider aggregate not found 2026-04-07 01:19:39.410 8 INFO neutron.services.segments.plugin [-] Segment 57d5c6fb-5cde-4f63-bdc9-f951e5d733ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 57d5c6fb-5cde-4f63-bdc9-f951e5d733ba found for delete ", "request_id": "req-25aebe38-aa51-4dd4-b406-ba48db04e099"}]} [pid: 7|app: 0|req: 400/786] 10.0.0.184 () {32 vars in 643 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/ports => generated 777 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:39.475 7 INFO neutron.pecan_wsgi.hooks.translation [None req-adb02597-dc2c-4f58-ac61-dd30a34d9b26 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 401/787] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/ports/66fd0d59-b905-4830-b190-286715b3da32 => generated 132 bytes in 43 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/788] 10.0.0.184 () {32 vars in 643 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/ports => generated 777 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/789] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:19:39 2026] GET /v2.0/ports/2e413941-e0f8-4581-8ddf-0f07e4b86294 => generated 774 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:39.573 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5192aa47-a039-44e1-97cd-b048e3e7e8ea 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 404/790] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:19:39 2026] DELETE /v2.0/ports/4777c774-cf0e-4814-9db9-c907279be5e9 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:39.591 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6aff74a9-bf09-41b3-81c5-325f7283af7c 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 405/791] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:39 2026] DELETE /v2.0/subnets/5143aaa4-02e8-478b-aeb4-70db0452f2cc => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:19:39.606 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ce2415e2-274c-4c6d-a02a-b49a74c58934 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 406/792] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:39 2026] DELETE /v2.0/subnets/2098d5e2-cfd0-4a14-b385-f40551295344 => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/793] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:19:38 2026] POST /v2.0/networks => generated 718 bytes in 860 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:39.703 7 INFO neutron_taas.services.taas.taas_plugin [None req-b639bfcb-0490-469c-ba6c-f86a4922ee5a 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] TaaS: Handle Delete Port: 2e413941-e0f8-4581-8ddf-0f07e4b86294 2026-04-07 01:19:39.705 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b639bfcb-0490-469c-ba6c-f86a4922ee5a 784ddc18b5da4b0985accab22c412cdd 16599507f2264e7682950bf4989bb3dc - - default default] Tap Mirror: Handle Delete Port: 2e413941-e0f8-4581-8ddf-0f07e4b86294 [pid: 7|app: 0|req: 407/794] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:19:39 2026] DELETE /v2.0/ports/2e413941-e0f8-4581-8ddf-0f07e4b86294 => generated 0 bytes in 723 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/795] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:39 2026] POST /v2.0/subnets => generated 684 bytes in 827 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:40.493 7 INFO neutron.services.segments.plugin [-] Segment 96d8de8a-26e5-4944-b71e-50b2eddae03f resource provider aggregate not found 2026-04-07 01:19:40.501 7 INFO neutron.services.segments.plugin [-] Segment 96d8de8a-26e5-4944-b71e-50b2eddae03f resource provider aggregate not found 2026-04-07 01:19:40.512 7 INFO neutron.services.segments.plugin [-] Segment 96d8de8a-26e5-4944-b71e-50b2eddae03f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96d8de8a-26e5-4944-b71e-50b2eddae03f found for delete ", "request_id": "req-9338eb1c-37b4-49a3-a1a7-5c6fb763ddff"}]} 2026-04-07 01:19:40.516 8 INFO neutron.db.segments_db [None req-d408fd63-dddc-43c6-a4ff-09253a3d2e31 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 5e074ce7-54c8-4d85-89fb-d6058093a62b of type vxlan for network dc7da336-e13d-4f81-91d0-875ac94a8a64 2026-04-07 01:19:40.516 7 INFO neutron.services.segments.plugin [-] Segment 96d8de8a-26e5-4944-b71e-50b2eddae03f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96d8de8a-26e5-4944-b71e-50b2eddae03f found for delete ", "request_id": "req-6dae4c20-4e57-40c2-b306-ea28f71cbf2b"}]} [pid: 7|app: 0|req: 408/796] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:19:40 2026] DELETE /v2.0/networks/1f190526-4713-44f6-87ab-fc37b7fbb6c1 => generated 0 bytes in 275 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:40.963 8 INFO neutron.db.l3_hamode_db [None req-d408fd63-dddc-43c6-a4ff-09253a3d2e31 d04b9cb48fa8475b9a8d587ff2764c8b 38e8c066ded6438d8eaebfabe26af019 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 409/797] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:41 2026] GET /v2.0/security-groups?tenant_id=16599507f2264e7682950bf4989bb3dc&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/798] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:41 2026] DELETE /v2.0/security-groups/99d46352-b3e1-4486-89fa-a1ba25c9fd38 => generated 0 bytes in 1183 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:19:43.424 8 INFO neutron.db.l3_hamode_db [None req-d408fd63-dddc-43c6-a4ff-09253a3d2e31 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 389/801] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:40 2026] POST /v2.0/routers => generated 724 bytes in 4256 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:45.459 8 INFO neutron.db.segments_db [None req-98efb938-c2ca-41ae-a6a1-55940cdad6ab b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Added segment 0ea0e020-d22f-4716-a7f1-5d227a3fc41e of type vxlan for network 3fa78da9-f127-47f1-a1d8-2a42419feb08 [pid: 8|app: 0|req: 390/802] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:19:44 2026] POST /v2.0/networks => generated 614 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:45.919 8 INFO neutron.db.segments_db [None req-6647b20d-b54f-4a07-b27d-c227ae7022d0 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Added segment 2beed817-43e6-4eeb-bcac-6553b193b587 of type vxlan for network f5950571-3bbb-45bc-b8f3-ddf3820e70d0 [pid: 7|app: 0|req: 413/803] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:19:44 2026] PUT /v2.0/routers/01365588-c933-411e-aba2-69ce9c2e2899/add_router_interface => generated 309 bytes in 1337 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/804] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:19:45 2026] POST /v2.0/networks => generated 613 bytes in 368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/805] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:46 2026] POST /v2.0/subnets => generated 646 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 392/806] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:46 2026] POST /v2.0/subnets => generated 655 bytes in 260 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:46.741 7 INFO neutron.db.segments_db [None req-717ea2bd-32b2-4acf-a86e-115bf386ab25 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Added segment 33e86078-5c24-4889-888c-c937fd434694 of type vxlan for network 707292e3-dea9-4fbe-898f-2a083e001fbe [pid: 8|app: 0|req: 393/807] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:46 2026] GET /v2.0/security-groups?tenant_id=6d211d66ff8f4292b087f04f3568cc84&name=default => generated 2925 bytes in 361 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:47.157 7 INFO neutron.db.l3_hamode_db [None req-717ea2bd-32b2-4acf-a86e-115bf386ab25 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 394/808] 10.0.0.184 () {34 vars in 685 bytes} [Tue Apr 7 01:19:47 2026] POST /v2.0/security-groups => generated 1660 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:19:47.323 7 INFO neutron.db.l3_hamode_db [None req-717ea2bd-32b2-4acf-a86e-115bf386ab25 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 395/809] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:47 2026] DELETE /v2.0/security-groups/f17dedcc-7b15-4bd4-8e02-d086ac6e6a42 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/810] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:19:47 2026] POST /v2.0/security-group-rules => generated 597 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 397/811] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:47 2026] GET /v2.0/security-groups?tenant_id=b1f3dcd2e7184521a82dcf1273f9877e&name=default => generated 2925 bytes in 191 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/812] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:19:48 2026] POST /v2.0/security-group-rules => generated 602 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/813] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:48 2026] DELETE /v2.0/security-groups/2a42e48f-76d4-4c73-b199-2f15013eaafb => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/814] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:46 2026] POST /v2.0/routers => generated 511 bytes in 1829 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/815] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:48 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 971 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/816] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:19:48 2026] POST /v2.0/floatingips => generated 552 bytes in 1034 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/817] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:19:48 2026] PUT /v2.0/routers/5124ac55-f0d5-4212-9026-115188bb8e0e/add_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/818] 10.0.0.87 () {34 vars in 970 bytes} [Tue Apr 7 01:19:49 2026] GET /v2.0/ports/83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 968 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/819] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:19:49 2026] GET /v2.0/ports/723ab034-94c1-4187-9c3c-761212d4a6d3 => generated 959 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/820] 10.0.0.87 () {34 vars in 1097 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--779114329&fields=id&tenant_id=38e8c066ded6438d8eaebfabe26af019 => generated 69 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 404/821] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/networks?id=d4074091-b305-4e67-b7db-ec8d018c19f9 => generated 669 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/822] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/quotas/38e8c066ded6438d8eaebfabe26af019 => 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: 406/823] 199.204.45.57 () {34 vars in 999 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/subnets?network_id=43200086-47a1-45d6-814e-c6cb11989b3c => generated 684 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/824] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/ports?tenant_id=38e8c066ded6438d8eaebfabe26af019&fields=id => generated 103 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/825] 199.204.45.57 () {34 vars in 1145 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f&device_owner=compute%3Anova&network_id=43200086-47a1-45d6-814e-c6cb11989b3c => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 409/826] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/networks/d4074091-b305-4e67-b7db-ec8d018c19f9?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: 418/827] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:19:49 2026] PUT /v2.0/routers/5124ac55-f0d5-4212-9026-115188bb8e0e/add_router_interface => generated 309 bytes in 995 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/828] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/networks/d4074091-b305-4e67-b7db-ec8d018c19f9?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: 420/829] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:19:50 2026] GET /v2.0/ports/7ae19034-cabb-4876-b301-dd97d3970701 => generated 967 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/830] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:19:50 2026] PUT /v2.0/ports/83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 1149 bytes in 583 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: 411/831] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:51 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:51.092 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-46e11fae-d438-4ba4-b7ea-d13a793e0238'] response: {'name': 'network-changed', 'server_uuid': '767db875-854f-4064-97c9-b42789ffed9f', 'tag': '83469eab-23f2-48e7-85ff-7a17224f9a72', 'status': 'completed', 'code': 200} 2026-04-07 01:19:51.201 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe0924ac-c1fb-4511-b807-674ea44a8ab2 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 7ae19034-cabb-4876-b301-dd97d3970701 2026-04-07 01:19:51.204 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe0924ac-c1fb-4511-b807-674ea44a8ab2 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 7ae19034-cabb-4876-b301-dd97d3970701 [pid: 8|app: 0|req: 412/832] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:51 2026] GET /v2.0/ports?tenant_id=1552dbe9064e449a8a9f157f32dd9a3e&device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 1421 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/833] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:19:50 2026] PUT /v2.0/routers/5124ac55-f0d5-4212-9026-115188bb8e0e/remove_router_interface => generated 309 bytes in 795 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/834] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:51 2026] GET /v2.0/networks?id=43200086-47a1-45d6-814e-c6cb11989b3c => generated 779 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 414/835] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:19:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=83469eab-23f2-48e7-85ff-7a17224f9a72 => 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: 415/836] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/837] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:51 2026] GET /v2.0/subnets?id=dcf2b390-387f-4447-83b6-ab53a76a15d3 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 417/838] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:51 2026] GET /v2.0/ports?network_id=43200086-47a1-45d6-814e-c6cb11989b3c&device_owner=network%3Adhcp => generated 1244 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 418/839] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:51 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 419/840] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:51 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?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) 2026-04-07 01:19:51.961 7 INFO neutron_taas.services.taas.taas_plugin [None req-6929387c-3336-45b3-b301-4362d8f7eaa1 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 723ab034-94c1-4187-9c3c-761212d4a6d3 2026-04-07 01:19:51.964 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6929387c-3336-45b3-b301-4362d8f7eaa1 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 723ab034-94c1-4187-9c3c-761212d4a6d3 [pid: 8|app: 0|req: 420/841] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:52 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => 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: 422/842] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:19:51 2026] PUT /v2.0/routers/5124ac55-f0d5-4212-9026-115188bb8e0e/remove_router_interface => generated 309 bytes in 712 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 421/843] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:19:52 2026] GET /v2.0/ports?device_id=5124ac55-f0d5-4212-9026-115188bb8e0e => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:52.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-48a3f012-79aa-47d5-8214-2a782d148d31 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 0f688300-1640-407a-87db-556381f2a807 2026-04-07 01:19:52.527 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-48a3f012-79aa-47d5-8214-2a782d148d31 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 0f688300-1640-407a-87db-556381f2a807 [pid: 8|app: 0|req: 422/844] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:52 2026] GET /v2.0/security-groups?tenant_id=90acc035a6824c9793040b87b61ecf74&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:52.885 7 INFO neutron.services.segments.plugin [-] Segment 33e86078-5c24-4889-888c-c937fd434694 resource provider aggregate not found 2026-04-07 01:19:52.891 7 INFO neutron.services.segments.plugin [-] Segment 33e86078-5c24-4889-888c-c937fd434694 resource provider aggregate not found 2026-04-07 01:19:52.906 7 INFO neutron.services.segments.plugin [-] Segment 33e86078-5c24-4889-888c-c937fd434694 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33e86078-5c24-4889-888c-c937fd434694 found for delete ", "request_id": "req-41073125-d283-409b-b14b-634d407bea5e"}]} 2026-04-07 01:19:52.910 7 INFO neutron.services.segments.plugin [-] Segment 33e86078-5c24-4889-888c-c937fd434694 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33e86078-5c24-4889-888c-c937fd434694 found for delete ", "request_id": "req-ada9e21d-a5f5-44a1-bcb3-0c4d09fd07ff"}]} 2026-04-07 01:19:52.918 7 INFO neutron.db.l3_hamode_db [None req-48a3f012-79aa-47d5-8214-2a782d148d31 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] HA network 707292e3-dea9-4fbe-898f-2a083e001fbe was deleted as no HA routers are present in tenant 65623cc373cf422da724d1f1193397b4. [pid: 7|app: 0|req: 423/845] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:52 2026] DELETE /v2.0/routers/5124ac55-f0d5-4212-9026-115188bb8e0e => generated 0 bytes in 559 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/846] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:52 2026] DELETE /v2.0/security-groups/0a4824f7-50e8-4d47-97f2-0203be9d46a2 => 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: 424/847] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:52 2026] GET /v2.0/ports?tenant_id=1552dbe9064e449a8a9f157f32dd9a3e&device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 1421 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 425/848] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 1152 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/849] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/networks?id=43200086-47a1-45d6-814e-c6cb11989b3c => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 424/850] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:52 2026] DELETE /v2.0/subnets/46e610f0-fc87-4a36-bb17-7894407412e8 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/851] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/852] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/security-groups?tenant_id=3a24ddcd619e44a394cfe3c9a38ed456&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/853] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=83469eab-23f2-48e7-85ff-7a17224f9a72 => 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: 428/854] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:53 2026] DELETE /v2.0/subnets/895b6760-8bc8-4fb5-8824-e649b99d6ddb => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/855] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:19:53 2026] DELETE /v2.0/security-groups/daf49ec0-f0e1-42e8-af71-a7b8c3d03a62 => 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: 428/856] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => 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: 429/857] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 860 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 430/858] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/subnets?id=dcf2b390-387f-4447-83b6-ab53a76a15d3 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 431/859] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/ports?network_id=43200086-47a1-45d6-814e-c6cb11989b3c&device_owner=network%3Adhcp => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:53.452 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1556c36-dc23-498e-93d7-f3e956bd6f37 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 3f2bd2f6-fe39-4cd3-a3ad-70e5f0854a0b 2026-04-07 01:19:53.454 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1556c36-dc23-498e-93d7-f3e956bd6f37 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 3f2bd2f6-fe39-4cd3-a3ad-70e5f0854a0b [pid: 8|app: 0|req: 432/860] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?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: 433/861] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:53 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 429/862] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:19:53 2026] DELETE /v2.0/networks/f5950571-3bbb-45bc-b8f3-ddf3820e70d0 => generated 0 bytes in 324 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:53.783 8 INFO neutron.services.segments.plugin [-] Segment 0ea0e020-d22f-4716-a7f1-5d227a3fc41e resource provider aggregate not found 2026-04-07 01:19:53.789 8 INFO neutron.services.segments.plugin [-] Segment 0ea0e020-d22f-4716-a7f1-5d227a3fc41e resource provider aggregate not found 2026-04-07 01:19:53.811 8 INFO neutron.services.segments.plugin [-] Segment 0ea0e020-d22f-4716-a7f1-5d227a3fc41e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ea0e020-d22f-4716-a7f1-5d227a3fc41e found for delete ", "request_id": "req-f671d1fc-d5fc-4f5c-aee2-ccc8b2a84c9a"}]} 2026-04-07 01:19:53.813 8 INFO neutron.services.segments.plugin [-] Segment 0ea0e020-d22f-4716-a7f1-5d227a3fc41e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0ea0e020-d22f-4716-a7f1-5d227a3fc41e found for delete ", "request_id": "req-659b51b0-8aab-48e5-ac3c-01dec147d25b"}]} [pid: 8|app: 0|req: 434/863] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:19:53 2026] DELETE /v2.0/networks/3fa78da9-f127-47f1-a1d8-2a42419feb08 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:53.889 7 INFO neutron.db.segments_db [None req-1e8ef87f-834f-4b89-995f-f4dc3d30cb81 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Added segment b2120653-0f86-46f2-992d-6ee55cae2a08 of type vxlan for network e6138d16-697b-4203-99b8-bf8c31213a15 [pid: 7|app: 0|req: 430/864] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:19:53 2026] POST /v2.0/networks => generated 614 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 431/865] 199.204.45.57 () {34 vars in 1119 bytes} [Tue Apr 7 01:19:54 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.13 => generated 1152 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 435/866] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:53 2026] POST /v2.0/subnets => generated 646 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:19:54.244 8 INFO neutron.db.segments_db [None req-894288ef-8296-4278-b9f8-fc6c8472320c b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Added segment 20720b76-0a9d-4066-a299-10b03bc1628c of type vxlan for network 4607e6ce-7d55-48f2-a7dd-739acbfa5fde 2026-04-07 01:19:54.500 8 INFO neutron.db.l3_hamode_db [None req-894288ef-8296-4278-b9f8-fc6c8472320c b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:19:54.609 8 INFO neutron.db.l3_hamode_db [None req-894288ef-8296-4278-b9f8-fc6c8472320c b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 432/867] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:19:54 2026] PUT /v2.0/ports/83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 968 bytes in 571 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: 433/868] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:54 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:19:54.725 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-832feff2-93cf-45d5-85e9-a3421067f550'] response: {'name': 'network-changed', 'server_uuid': '767db875-854f-4064-97c9-b42789ffed9f', 'tag': '83469eab-23f2-48e7-85ff-7a17224f9a72', 'status': 'completed', 'code': 200} 2026-04-07 01:19:54.927 7 INFO neutron.services.segments.plugin [-] Segment 2beed817-43e6-4eeb-bcac-6553b193b587 resource provider aggregate not found 2026-04-07 01:19:54.932 7 INFO neutron.services.segments.plugin [-] Segment 2beed817-43e6-4eeb-bcac-6553b193b587 resource provider aggregate not found 2026-04-07 01:19:54.943 7 INFO neutron.services.segments.plugin [-] Segment 2beed817-43e6-4eeb-bcac-6553b193b587 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2beed817-43e6-4eeb-bcac-6553b193b587 found for delete ", "request_id": "req-4614318a-e416-4338-bb3c-d2ebc4ce4180"}]} 2026-04-07 01:19:54.945 7 INFO neutron.services.segments.plugin [-] Segment 2beed817-43e6-4eeb-bcac-6553b193b587 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2beed817-43e6-4eeb-bcac-6553b193b587 found for delete ", "request_id": "req-b57780a8-3f84-4dc1-aa62-47a525f89f8e"}]} [pid: 8|app: 0|req: 436/869] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:54 2026] POST /v2.0/routers => generated 510 bytes in 980 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 434/870] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:55 2026] GET /v2.0/networks?id=d4074091-b305-4e67-b7db-ec8d018c19f9 => generated 669 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/871] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:55 2026] GET /v2.0/ports?tenant_id=1552dbe9064e449a8a9f157f32dd9a3e&device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 436/872] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:19:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=38e8c066ded6438d8eaebfabe26af019 => generated 180 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/873] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:55 2026] GET /v2.0/networks?id=43200086-47a1-45d6-814e-c6cb11989b3c => generated 779 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/874] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:19:55 2026] POST /v2.0/ports => generated 964 bytes in 295 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: 438/875] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 860 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/876] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:19:55 2026] POST /v2.0/ports => generated 958 bytes in 358 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: 439/877] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:55 2026] GET /v2.0/subnets?id=dcf2b390-387f-4447-83b6-ab53a76a15d3 => generated 702 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/878] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:19:55 2026] PUT /v2.0/ports/d1331cb2-91c4-43f4-b6dd-2415de3f9360 => generated 1239 bytes in 447 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: 441/879] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/ports?network_id=43200086-47a1-45d6-814e-c6cb11989b3c&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: 442/880] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 443/881] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?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: 444/882] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&fields=id&fields=name => generated 113 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/883] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 439/884] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:19:55 2026] PUT /v2.0/routers/33192dd7-9c91-4397-b56b-caa3e3dc0b79/add_router_interface => generated 309 bytes in 987 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: 446/885] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/ports/9063bb2d-654f-4588-9a8f-e47cc05d7a9a => generated 1038 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 440/886] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/887] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:56 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:56.776 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-112a4a3e-1eee-4de8-bdda-919b8c2e1688'] response: {'name': 'network-changed', 'server_uuid': '3fec5a35-cc0a-4c03-9b5a-83f111c0c10d', 'tag': 'd1331cb2-91c4-43f4-b6dd-2415de3f9360', 'status': 'completed', 'code': 200} 2026-04-07 01:19:56.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-c986a617-945e-4267-aedd-a5873e644fba b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 9063bb2d-654f-4588-9a8f-e47cc05d7a9a 2026-04-07 01:19:56.911 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c986a617-945e-4267-aedd-a5873e644fba b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 9063bb2d-654f-4588-9a8f-e47cc05d7a9a [pid: 8|app: 0|req: 442/888] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/ports?tenant_id=38e8c066ded6438d8eaebfabe26af019&device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/889] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d1331cb2-91c4-43f4-b6dd-2415de3f9360 => 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: 447/890] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:19:56 2026] PUT /v2.0/routers/33192dd7-9c91-4397-b56b-caa3e3dc0b79/remove_router_interface => generated 309 bytes in 672 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: 444/891] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/subnets?id=7b3f4aee-7d79-4894-a7f0-c34daf1ddd24 => generated 687 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/892] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/ports?network_id=d4074091-b305-4e67-b7db-ec8d018c19f9&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/893] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/ports?tenant_id=1552dbe9064e449a8a9f157f32dd9a3e&device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:57.385 7 INFO neutron.api.v2.resource [None req-4b6708f4-ca90-4f44-b176-b8a01706e57b b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 448/894] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:19:57 2026] PUT /v2.0/routers/33192dd7-9c91-4397-b56b-caa3e3dc0b79/remove_router_interface => generated 197 bytes in 118 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/895] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/networks/d4074091-b305-4e67-b7db-ec8d018c19f9?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: 449/896] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 973 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/897] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/ports?device_id=33192dd7-9c91-4397-b56b-caa3e3dc0b79 => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/898] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/networks?id=43200086-47a1-45d6-814e-c6cb11989b3c => generated 779 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/899] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/networks/d4074091-b305-4e67-b7db-ec8d018c19f9?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: 449/900] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 450/901] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 860 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/902] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/subnets?id=dcf2b390-387f-4447-83b6-ab53a76a15d3 => generated 702 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/903] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/ports?network_id=43200086-47a1-45d6-814e-c6cb11989b3c&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:19:57.645 7 INFO neutron_taas.services.taas.taas_plugin [None req-a0f1f875-ae62-4b2b-af18-e26c8567825d b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 9ba99259-19e8-4c88-8d2c-5c0b96b20fa0 2026-04-07 01:19:57.647 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0f1f875-ae62-4b2b-af18-e26c8567825d b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 9ba99259-19e8-4c88-8d2c-5c0b96b20fa0 [pid: 8|app: 0|req: 453/904] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?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: 454/905] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/906] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => 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: 456/907] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:57 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:57.952 7 INFO neutron.services.segments.plugin [-] Segment 20720b76-0a9d-4066-a299-10b03bc1628c resource provider aggregate not found 2026-04-07 01:19:57.959 7 INFO neutron.services.segments.plugin [-] Segment 20720b76-0a9d-4066-a299-10b03bc1628c resource provider aggregate not found 2026-04-07 01:19:57.970 7 INFO neutron.services.segments.plugin [-] Segment 20720b76-0a9d-4066-a299-10b03bc1628c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20720b76-0a9d-4066-a299-10b03bc1628c found for delete ", "request_id": "req-5194f7b8-b0e0-4920-8803-cc226a8cc55d"}]} 2026-04-07 01:19:57.974 7 INFO neutron.db.l3_hamode_db [None req-a0f1f875-ae62-4b2b-af18-e26c8567825d b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] HA network 4607e6ce-7d55-48f2-a7dd-739acbfa5fde was deleted as no HA routers are present in tenant 65623cc373cf422da724d1f1193397b4. 2026-04-07 01:19:57.982 7 INFO neutron.services.segments.plugin [-] Segment 20720b76-0a9d-4066-a299-10b03bc1628c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20720b76-0a9d-4066-a299-10b03bc1628c found for delete ", "request_id": "req-a5413e49-51d6-42be-b174-f4f85911bd4a"}]} [pid: 7|app: 0|req: 452/908] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:57 2026] DELETE /v2.0/routers/33192dd7-9c91-4397-b56b-caa3e3dc0b79 => generated 0 bytes in 516 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 457/909] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:19:57 2026] DELETE /v2.0/subnets/d7895161-c777-40ed-be6b-c3400c1abacc => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:58.321 7 INFO neutron_taas.services.taas.taas_plugin [None req-bb54eae5-598e-4d68-b0da-ad3d332a01af b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 3e5ae6a3-cf07-45b9-affc-b37f58d42c9f 2026-04-07 01:19:58.325 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bb54eae5-598e-4d68-b0da-ad3d332a01af b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 3e5ae6a3-cf07-45b9-affc-b37f58d42c9f [pid: 8|app: 0|req: 458/910] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/ports?tenant_id=38e8c066ded6438d8eaebfabe26af019&device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 453/911] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:19:58 2026] DELETE /v2.0/networks/e6138d16-697b-4203-99b8-bf8c31213a15 => generated 0 bytes in 355 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/912] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/networks?id=d4074091-b305-4e67-b7db-ec8d018c19f9 => generated 765 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:58.627 7 INFO neutron.db.segments_db [None req-76130251-858d-477b-b1bf-a0c98e0899a6 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Added segment ed7f6035-921d-4bc6-81f1-340b9bd7798f of type vxlan for network faf91b5c-adff-4827-86df-360840e1514c [pid: 8|app: 0|req: 460/913] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 973 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/914] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d1331cb2-91c4-43f4-b6dd-2415de3f9360 => 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: 454/915] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:19:58 2026] POST /v2.0/networks => generated 614 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/916] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/917] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/subnets?id=7b3f4aee-7d79-4894-a7f0-c34daf1ddd24 => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/918] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/ports?network_id=d4074091-b305-4e67-b7db-ec8d018c19f9&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: 457/919] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/networks/d4074091-b305-4e67-b7db-ec8d018c19f9?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: 458/920] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/networks/d4074091-b305-4e67-b7db-ec8d018c19f9?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: 459/921] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 969 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 460/922] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/security-groups?id=e3ecdef6-bc13-4412-9569-c8d759056cb1&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: 463/923] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:58 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: 461/924] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:19:58 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:19:59.072 8 INFO neutron.db.segments_db [None req-d05f0664-5c38-4200-8700-005d1b42721b b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Added segment 4b0bfe56-ead3-47c1-ace4-107362889df7 of type vxlan for network a813554a-2f2d-476c-902c-02b8ae4eac9d 2026-04-07 01:19:59.143 7 INFO neutron_taas.services.taas.taas_plugin [req-61c1c4ff-d97b-4930-987f-e193714e676c req-f6534d07-a8d7-4e9c-a050-5653172cb807 69ea20f111794df682019bf9f6f9aa98 1552dbe9064e449a8a9f157f32dd9a3e - - default default] TaaS: Handle Delete Port: 83469eab-23f2-48e7-85ff-7a17224f9a72 2026-04-07 01:19:59.147 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-61c1c4ff-d97b-4930-987f-e193714e676c req-f6534d07-a8d7-4e9c-a050-5653172cb807 69ea20f111794df682019bf9f6f9aa98 1552dbe9064e449a8a9f157f32dd9a3e - - default default] Tap Mirror: Handle Delete Port: 83469eab-23f2-48e7-85ff-7a17224f9a72 2026-04-07 01:19:59.281 7 INFO neutron.db.l3_db [req-61c1c4ff-d97b-4930-987f-e193714e676c req-f6534d07-a8d7-4e9c-a050-5653172cb807 69ea20f111794df682019bf9f6f9aa98 1552dbe9064e449a8a9f157f32dd9a3e - - default default] Floating IP b811cdb3-b90e-4d27-be54-fb50266dcc33 disassociated. External IP: 10.96.250.207, port: 83469eab-23f2-48e7-85ff-7a17224f9a72. 2026-04-07 01:19:59.289 8 INFO neutron.db.l3_hamode_db [None req-d05f0664-5c38-4200-8700-005d1b42721b b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:19:59.400 8 INFO neutron.db.l3_hamode_db [None req-d05f0664-5c38-4200-8700-005d1b42721b b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 462/925] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:19:59 2026] DELETE /v2.0/ports/83469eab-23f2-48e7-85ff-7a17224f9a72 => generated 0 bytes in 661 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:19:59.737 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-692c3efc-b248-419a-af7f-a2a76aa42318'] response: {'server_uuid': '767db875-854f-4064-97c9-b42789ffed9f', 'name': 'network-vif-deleted', 'tag': '83469eab-23f2-48e7-85ff-7a17224f9a72', 'status': 'completed', 'code': 200} 2026-04-07 01:19:59.989 7 INFO neutron.services.segments.plugin [-] Segment b2120653-0f86-46f2-992d-6ee55cae2a08 resource provider aggregate not found 2026-04-07 01:20:00.011 7 INFO neutron.services.segments.plugin [-] Segment b2120653-0f86-46f2-992d-6ee55cae2a08 resource provider aggregate not found 2026-04-07 01:20:00.019 7 INFO neutron.services.segments.plugin [-] Segment b2120653-0f86-46f2-992d-6ee55cae2a08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2120653-0f86-46f2-992d-6ee55cae2a08 found for delete ", "request_id": "req-e8d7d11b-a545-4681-9412-dfeb29cbace0"}]} [pid: 7|app: 0|req: 465/928] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:19:59 2026] GET /v2.0/security-groups?tenant_id=a1eea1f857e14549be434c28dd05c2f7&name=default => generated 2925 bytes in 322 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/929] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:19:59 2026] POST /v2.0/routers => generated 510 bytes in 1017 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:00.034 7 INFO neutron.services.segments.plugin [-] Segment b2120653-0f86-46f2-992d-6ee55cae2a08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2120653-0f86-46f2-992d-6ee55cae2a08 found for delete ", "request_id": "req-82af4db1-02e0-42f6-8070-c68e20b14274"}]} [pid: 7|app: 0|req: 466/930] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:00 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 465/931] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:00 2026] DELETE /v2.0/security-groups/a9f7fb55-844e-4bcf-a981-342237cb609f => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/932] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:00 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => 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: 467/933] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:00 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&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: 468/934] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:00 2026] GET /v2.0/security-groups?tenant_id=fbd555a198eb4658b2eb69f50f349e0b&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/935] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:00 2026] DELETE /v2.0/security-groups/6c0f90e7-142d-46eb-a4be-6652cb10b727 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/936] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => 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: 471/937] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/938] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&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: 467/939] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:20:00 2026] PUT /v2.0/routers/b0e790fe-b2a8-4903-970a-9302e0690ae1/add_router_interface => generated 309 bytes in 1417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/940] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:20:01 2026] GET /v2.0/ports/71a0f11d-30c7-419b-b1fe-3a01731cff77 => generated 959 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:02.132 7 INFO neutron_taas.services.taas.taas_plugin [None req-a66dd343-a5c8-4a32-82bc-f6c8d264c77b b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 71a0f11d-30c7-419b-b1fe-3a01731cff77 2026-04-07 01:20:02.135 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a66dd343-a5c8-4a32-82bc-f6c8d264c77b b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 71a0f11d-30c7-419b-b1fe-3a01731cff77 [pid: 8|app: 0|req: 474/941] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/ports?device_id=767db875-854f-4064-97c9-b42789ffed9f => 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: 475/942] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/943] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&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: 468/944] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:20:01 2026] PUT /v2.0/routers/b0e790fe-b2a8-4903-970a-9302e0690ae1/remove_router_interface => generated 309 bytes in 1118 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/945] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:20:02 2026] GET /v2.0/ports?device_id=b0e790fe-b2a8-4903-970a-9302e0690ae1 => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:02.895 7 INFO neutron_taas.services.taas.taas_plugin [None req-6fe1b1fd-623f-4252-af74-4de10c7b1d82 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 53e6549d-80d2-4676-9239-cf8d3b705539 2026-04-07 01:20:02.900 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fe1b1fd-623f-4252-af74-4de10c7b1d82 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 53e6549d-80d2-4676-9239-cf8d3b705539 [pid: 8|app: 0|req: 478/946] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:03.751 7 INFO neutron.services.segments.plugin [-] Segment 4b0bfe56-ead3-47c1-ace4-107362889df7 resource provider aggregate not found 2026-04-07 01:20:03.761 7 INFO neutron.services.segments.plugin [-] Segment 4b0bfe56-ead3-47c1-ace4-107362889df7 resource provider aggregate not found 2026-04-07 01:20:03.778 7 INFO neutron.services.segments.plugin [-] Segment 4b0bfe56-ead3-47c1-ace4-107362889df7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b0bfe56-ead3-47c1-ace4-107362889df7 found for delete ", "request_id": "req-47def096-d0f2-4d5f-bf7c-d07007333979"}]} 2026-04-07 01:20:03.780 7 INFO neutron.services.segments.plugin [-] Segment 4b0bfe56-ead3-47c1-ace4-107362889df7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4b0bfe56-ead3-47c1-ace4-107362889df7 found for delete ", "request_id": "req-0607b949-4d93-439e-b096-d711d735ea34"}]} [pid: 8|app: 0|req: 479/947] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:03 2026] DELETE /v2.0/security-groups/e3ecdef6-bc13-4412-9569-c8d759056cb1 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:03.835 7 INFO neutron.db.l3_hamode_db [None req-6fe1b1fd-623f-4252-af74-4de10c7b1d82 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] HA network a813554a-2f2d-476c-902c-02b8ae4eac9d was deleted as no HA routers are present in tenant 65623cc373cf422da724d1f1193397b4. [pid: 7|app: 0|req: 469/948] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:02 2026] DELETE /v2.0/routers/b0e790fe-b2a8-4903-970a-9302e0690ae1 => generated 0 bytes in 1122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:03.850 7 INFO neutron.api.v2.resource [None req-59d7032d-fb44-4973-823a-82033623c875 69ea20f111794df682019bf9f6f9aa98 1552dbe9064e449a8a9f157f32dd9a3e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 480/949] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&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: 7|app: 0|req: 470/950] 10.0.0.184 () {32 vars in 737 bytes} [Tue Apr 7 01:20:03 2026] GET /v2.0/security-groups/e3ecdef6-bc13-4412-9569-c8d759056cb1 => generated 146 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:03.970 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c84a8f0-09c1-4c02-aa65-3eae6129f8e2 69ea20f111794df682019bf9f6f9aa98 1552dbe9064e449a8a9f157f32dd9a3e - - default default] TaaS: Handle Delete Port: 25990ac9-cf4d-42fc-9916-f94545349c8b 2026-04-07 01:20:03.973 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c84a8f0-09c1-4c02-aa65-3eae6129f8e2 69ea20f111794df682019bf9f6f9aa98 1552dbe9064e449a8a9f157f32dd9a3e - - default default] Tap Mirror: Handle Delete Port: 25990ac9-cf4d-42fc-9916-f94545349c8b [pid: 8|app: 0|req: 481/951] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:03 2026] DELETE /v2.0/subnets/58188a8e-4c29-4651-84f5-018ad71ac327 => 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: 482/952] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:04 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 975 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/953] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:20:03 2026] DELETE /v2.0/floatingips/b811cdb3-b90e-4d27-be54-fb50266dcc33 => generated 0 bytes in 351 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:04.214 8 INFO neutron.services.segments.plugin [-] Segment ed7f6035-921d-4bc6-81f1-340b9bd7798f resource provider aggregate not found 2026-04-07 01:20:04.221 8 INFO neutron.services.segments.plugin [-] Segment ed7f6035-921d-4bc6-81f1-340b9bd7798f resource provider aggregate not found 2026-04-07 01:20:04.227 8 INFO neutron.services.segments.plugin [-] Segment ed7f6035-921d-4bc6-81f1-340b9bd7798f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7f6035-921d-4bc6-81f1-340b9bd7798f found for delete ", "request_id": "req-24e36bdf-a1c1-47a2-870b-6826816e3dc6"}]} 2026-04-07 01:20:04.255 8 INFO neutron.services.segments.plugin [-] Segment ed7f6035-921d-4bc6-81f1-340b9bd7798f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ed7f6035-921d-4bc6-81f1-340b9bd7798f found for delete ", "request_id": "req-027d6044-e52b-4c26-b6ff-0da9dfb3a7f3"}]} [pid: 8|app: 0|req: 483/954] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:04 2026] DELETE /v2.0/networks/faf91b5c-adff-4827-86df-360840e1514c => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:04.548 7 INFO neutron.db.l3_db [None req-68c023a0-a22f-4485-a8d3-d83ed924de29 7ca459b714e84955897d3b088b221690 38e8c066ded6438d8eaebfabe26af019 - - default default] Floating IP a8002987-9f0f-4a32-bbb3-9b390948752b associated. External IP: 10.96.250.220, port: d1331cb2-91c4-43f4-b6dd-2415de3f9360. 2026-04-07 01:20:04.799 8 INFO neutron_taas.services.taas.taas_plugin [None req-abe90e94-f6bd-49f3-87a0-5b47343c2c26 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 57ddb2b7-8a06-4c04-8f11-c73a3e62f51e 2026-04-07 01:20:04.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-abe90e94-f6bd-49f3-87a0-5b47343c2c26 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 57ddb2b7-8a06-4c04-8f11-c73a3e62f51e [pid: 7|app: 0|req: 472/955] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:20:04 2026] PUT /v2.0/floatingips/a8002987-9f0f-4a32-bbb3-9b390948752b => generated 856 bytes in 703 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:04.977 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab72816b-6646-4760-be05-2430e38e5c95'] response: {'name': 'network-changed', 'server_uuid': '3fec5a35-cc0a-4c03-9b5a-83f111c0c10d', 'tag': 'd1331cb2-91c4-43f4-b6dd-2415de3f9360', 'status': 'completed', 'code': 200} 2026-04-07 01:20:04.983 7 INFO neutron.db.segments_db [None req-ade9667f-874d-4745-9231-3f5b0810a09e b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Added segment a2954b3c-8243-4fdf-86cf-bfc734f5abd0 of type vxlan for network 76f03cfc-3d62-4949-bb7a-3dc991df866a 2026-04-07 01:20:05.331 7 INFO neutron.db.l3_hamode_db [None req-ade9667f-874d-4745-9231-3f5b0810a09e b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 484/956] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:20:04 2026] PUT /v2.0/routers/7daa55db-bbf5-4810-bb16-a90acf71ada7/remove_router_interface => generated 309 bytes in 1055 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 485/957] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:05 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:05.730 8 INFO neutron_taas.services.taas.taas_plugin [None req-e222cc13-1782-4fd1-a3f5-55c545e63459 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: dd9cd870-7b2e-4014-abd0-dd54448a3f55 2026-04-07 01:20:05.733 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e222cc13-1782-4fd1-a3f5-55c545e63459 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: dd9cd870-7b2e-4014-abd0-dd54448a3f55 2026-04-07 01:20:06.260 8 INFO neutron_taas.services.taas.taas_plugin [None req-e222cc13-1782-4fd1-a3f5-55c545e63459 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 8b89d729-9b9e-4157-8b45-5948b0b0b82b 2026-04-07 01:20:06.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e222cc13-1782-4fd1-a3f5-55c545e63459 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 8b89d729-9b9e-4157-8b45-5948b0b0b82b 2026-04-07 01:20:06.428 7 INFO neutron.db.l3_hamode_db [None req-ade9667f-874d-4745-9231-3f5b0810a09e b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:06.650 8 INFO neutron.services.segments.plugin [-] Segment a28a7e3f-70bd-4319-b72c-77ee43675499 resource provider aggregate not found 2026-04-07 01:20:06.653 8 INFO neutron.services.segments.plugin [-] Segment a28a7e3f-70bd-4319-b72c-77ee43675499 resource provider aggregate not found 2026-04-07 01:20:06.665 8 INFO neutron.services.segments.plugin [-] Segment a28a7e3f-70bd-4319-b72c-77ee43675499 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a28a7e3f-70bd-4319-b72c-77ee43675499 found for delete ", "request_id": "req-1f58a7b8-61ed-42c5-8fd2-d0c0951b8ae8"}]} 2026-04-07 01:20:06.695 8 INFO neutron.services.segments.plugin [-] Segment a28a7e3f-70bd-4319-b72c-77ee43675499 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a28a7e3f-70bd-4319-b72c-77ee43675499 found for delete ", "request_id": "req-edc5e763-f6ee-4045-bf7b-c7abb3ac32cf"}]} 2026-04-07 01:20:06.701 8 INFO neutron.db.l3_hamode_db [None req-e222cc13-1782-4fd1-a3f5-55c545e63459 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network deee79a3-0b73-4f0a-b2ab-e9a2c10409db was deleted as no HA routers are present in tenant 1552dbe9064e449a8a9f157f32dd9a3e. [pid: 8|app: 0|req: 486/958] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:05 2026] DELETE /v2.0/routers/7daa55db-bbf5-4810-bb16-a90acf71ada7 => generated 0 bytes in 1257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/959] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:06 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 488/960] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:20:06 2026] GET /v2.0/ports?tenant_id=38e8c066ded6438d8eaebfabe26af019&device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => 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: 489/961] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:06 2026] DELETE /v2.0/subnets/dcf2b390-387f-4447-83b6-ab53a76a15d3 => generated 0 bytes in 225 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/962] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:20:06 2026] GET /v2.0/networks?id=d4074091-b305-4e67-b7db-ec8d018c19f9 => generated 765 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:07.126 8 INFO neutron_taas.services.taas.taas_plugin [None req-8135ea44-f119-4731-af50-e9b772102e2a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 1cb3a8d6-61d1-4d1b-8399-84a883ac6761 2026-04-07 01:20:07.129 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8135ea44-f119-4731-af50-e9b772102e2a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 1cb3a8d6-61d1-4d1b-8399-84a883ac6761 [pid: 8|app: 0|req: 491/963] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:07 2026] DELETE /v2.0/networks/43200086-47a1-45d6-814e-c6cb11989b3c => generated 0 bytes in 334 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 492/964] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:20:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=d1331cb2-91c4-43f4-b6dd-2415de3f9360 => generated 861 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 493/965] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:07 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/966] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:20:07 2026] GET /v2.0/subnets?id=7b3f4aee-7d79-4894-a7f0-c34daf1ddd24 => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 495/967] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:07 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&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: 496/968] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:20:07 2026] GET /v2.0/ports?network_id=d4074091-b305-4e67-b7db-ec8d018c19f9&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 497/969] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:20:07 2026] GET /v2.0/networks/d4074091-b305-4e67-b7db-ec8d018c19f9?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: 498/970] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:20:07 2026] GET /v2.0/networks/d4074091-b305-4e67-b7db-ec8d018c19f9?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: 499/971] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:07 2026] GET /v2.0/security-groups?tenant_id=1552dbe9064e449a8a9f157f32dd9a3e&name=default => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 500/972] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:07 2026] DELETE /v2.0/security-groups/a8a0acdc-1638-490f-9937-6bef81509eec => generated 0 bytes in 131 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 473/973] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:04 2026] POST /v2.0/routers => generated 691 bytes in 3131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/974] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/routers/f2aa04bb-fbdd-4014-bd25-8d11cd9ae164 => generated 697 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/975] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/routers => generated 700 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/976] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 975 bytes in 100 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:08.704 8 INFO neutron.services.segments.plugin [-] Segment b82eb9ab-5873-4616-b449-21865a3094c2 resource provider aggregate not found 2026-04-07 01:20:08.721 8 INFO neutron.services.segments.plugin [-] Segment b82eb9ab-5873-4616-b449-21865a3094c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82eb9ab-5873-4616-b449-21865a3094c2 found for delete ", "request_id": "req-32a472d8-8767-48e6-95e6-d49640ff9381"}]} 2026-04-07 01:20:08.738 8 INFO neutron.services.segments.plugin [-] Segment b82eb9ab-5873-4616-b449-21865a3094c2 resource provider aggregate not found [pid: 8|app: 0|req: 502/977] 10.0.0.184 () {34 vars in 741 bytes} [Tue Apr 7 01:20:08 2026] PUT /v2.0/routers/f2aa04bb-fbdd-4014-bd25-8d11cd9ae164 => generated 704 bytes in 495 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/978] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&fields=id&fields=name => generated 113 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:08.761 8 INFO neutron.services.segments.plugin [-] Segment b82eb9ab-5873-4616-b449-21865a3094c2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b82eb9ab-5873-4616-b449-21865a3094c2 found for delete ", "request_id": "req-8df005ed-3a52-4d4d-89dc-c2a3269de216"}]} [pid: 8|app: 0|req: 503/979] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/routers/f2aa04bb-fbdd-4014-bd25-8d11cd9ae164 => generated 704 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 477/980] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:20:08 2026] GET /v2.0/ports?device_id=f2aa04bb-fbdd-4014-bd25-8d11cd9ae164 => generated 12 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:09.276 8 INFO neutron_taas.services.taas.taas_plugin [None req-394cdcfb-9a21-49b9-ae2f-ab2322aa472c b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 54fb1bc8-3171-4c0c-97b3-7643c150359e 2026-04-07 01:20:09.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394cdcfb-9a21-49b9-ae2f-ab2322aa472c b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 54fb1bc8-3171-4c0c-97b3-7643c150359e 2026-04-07 01:20:09.584 8 INFO neutron_taas.services.taas.taas_plugin [None req-394cdcfb-9a21-49b9-ae2f-ab2322aa472c b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] TaaS: Handle Delete Port: 2b408fd9-87ad-4575-a628-122f67cb8de4 2026-04-07 01:20:09.587 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-394cdcfb-9a21-49b9-ae2f-ab2322aa472c b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] Tap Mirror: Handle Delete Port: 2b408fd9-87ad-4575-a628-122f67cb8de4 [pid: 7|app: 0|req: 478/981] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => 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: 479/982] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:09.918 8 INFO neutron.db.l3_hamode_db [None req-394cdcfb-9a21-49b9-ae2f-ab2322aa472c b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] HA network 76f03cfc-3d62-4949-bb7a-3dc991df866a was deleted as no HA routers are present in tenant 65623cc373cf422da724d1f1193397b4. [pid: 8|app: 0|req: 504/983] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:08 2026] DELETE /v2.0/routers/f2aa04bb-fbdd-4014-bd25-8d11cd9ae164 => generated 0 bytes in 1013 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/984] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/security-groups?id=d197e481-a2a5-47f9-9bb8-0964bfce0f16&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: 506/985] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/ports?device_id=f2aa04bb-fbdd-4014-bd25-8d11cd9ae164 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:09.979 7 INFO neutron_taas.services.taas.taas_plugin [req-d992e676-174e-483d-a17c-72c8a80d92a3 req-93f528dd-15cb-454d-a72f-9ad59326ce18 7ca459b714e84955897d3b088b221690 38e8c066ded6438d8eaebfabe26af019 - - default default] TaaS: Handle Delete Port: d1331cb2-91c4-43f4-b6dd-2415de3f9360 2026-04-07 01:20:09.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d992e676-174e-483d-a17c-72c8a80d92a3 req-93f528dd-15cb-454d-a72f-9ad59326ce18 7ca459b714e84955897d3b088b221690 38e8c066ded6438d8eaebfabe26af019 - - default default] Tap Mirror: Handle Delete Port: d1331cb2-91c4-43f4-b6dd-2415de3f9360 2026-04-07 01:20:10.090 7 INFO neutron.db.l3_db [req-d992e676-174e-483d-a17c-72c8a80d92a3 req-93f528dd-15cb-454d-a72f-9ad59326ce18 7ca459b714e84955897d3b088b221690 38e8c066ded6438d8eaebfabe26af019 - - default default] Floating IP a8002987-9f0f-4a32-bbb3-9b390948752b disassociated. External IP: 10.96.250.220, port: d1331cb2-91c4-43f4-b6dd-2415de3f9360. [pid: 8|app: 0|req: 507/986] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:09 2026] GET /v2.0/security-groups?tenant_id=8c13c2970b76406595f813b99f4ea22b&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:10.228 8 INFO neutron.api.v2.resource [None req-8f7790d1-97bb-4119-b231-6a35e6988340 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 508/987] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/routers/f2aa04bb-fbdd-4014-bd25-8d11cd9ae164 => 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: 509/988] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/security-groups/6d8819a4-6cb6-4c35-aac2-f6f0c2fc3a26 => 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: 510/989] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/ports?device_id=b0e790fe-b2a8-4903-970a-9302e0690ae1 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:10.355 8 INFO neutron.api.v2.resource [None req-e407af25-abed-4a18-b91d-7669527e0d8b b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 511/990] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/routers/b0e790fe-b2a8-4903-970a-9302e0690ae1 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:10.372 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e0276065-6d46-4d01-99fd-26ec2a150ef9 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 512/991] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/subnets/58188a8e-4c29-4651-84f5-018ad71ac327 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/992] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/ports?device_id=33192dd7-9c91-4397-b56b-caa3e3dc0b79 => 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: 480/993] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:20:09 2026] DELETE /v2.0/ports/d1331cb2-91c4-43f4-b6dd-2415de3f9360 => generated 0 bytes in 532 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:10.424 8 INFO neutron.api.v2.resource [None req-e6660180-591f-4034-b970-1a35be7d3a67 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 514/994] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/routers/33192dd7-9c91-4397-b56b-caa3e3dc0b79 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:10.441 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a6da80ce-e6b7-4984-addd-ed6fbe2f1096 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 481/995] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/subnets/d7895161-c777-40ed-be6b-c3400c1abacc => 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: 515/996] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:20:10 2026] GET /v2.0/ports?device_id=5124ac55-f0d5-4212-9026-115188bb8e0e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:10.487 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b316605d-cf59-437a-a56d-9ab0728d095c'] response: {'server_uuid': '3fec5a35-cc0a-4c03-9b5a-83f111c0c10d', 'name': 'network-vif-deleted', 'tag': 'd1331cb2-91c4-43f4-b6dd-2415de3f9360', 'status': 'completed', 'code': 200} 2026-04-07 01:20:10.505 7 INFO neutron.api.v2.resource [None req-a11716bf-9417-4d11-b6db-ebca27c7ac98 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 482/997] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/routers/5124ac55-f0d5-4212-9026-115188bb8e0e => generated 135 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:10.525 8 INFO neutron.pecan_wsgi.hooks.translation [None req-70cafd26-00a6-45f7-8b18-06393cbcce35 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 516/998] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/subnets/46e610f0-fc87-4a36-bb17-7894407412e8 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:10.547 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cce8af59-4d7f-404d-840d-386c177cbd44 b1612c6a3d07493bb82c8f8251221c4a 65623cc373cf422da724d1f1193397b4 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 483/999] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:10 2026] DELETE /v2.0/subnets/895b6760-8bc8-4fb5-8824-e649b99d6ddb => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:10.756 8 INFO neutron.services.segments.plugin [-] Segment a2954b3c-8243-4fdf-86cf-bfc734f5abd0 resource provider aggregate not found 2026-04-07 01:20:10.777 8 INFO neutron.services.segments.plugin [-] Segment a2954b3c-8243-4fdf-86cf-bfc734f5abd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2954b3c-8243-4fdf-86cf-bfc734f5abd0 found for delete ", "request_id": "req-ba055c42-25b3-4c14-8ca9-a82b6ef6d51e"}]} 2026-04-07 01:20:10.785 8 INFO neutron.services.segments.plugin [-] Segment a2954b3c-8243-4fdf-86cf-bfc734f5abd0 resource provider aggregate not found 2026-04-07 01:20:10.814 8 INFO neutron.services.segments.plugin [-] Segment a2954b3c-8243-4fdf-86cf-bfc734f5abd0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a2954b3c-8243-4fdf-86cf-bfc734f5abd0 found for delete ", "request_id": "req-fd5ddad7-a796-4727-8e60-79cc3006a259"}]} [pid: 8|app: 0|req: 517/1000] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:11 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => 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: 518/1001] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:11 2026] GET /v2.0/security-groups?tenant_id=65623cc373cf422da724d1f1193397b4&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1002] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:11 2026] DELETE /v2.0/security-groups/66f95883-6e86-410c-9233-3a553b78ce8b => 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: 484/1003] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:11 2026] GET /v2.0/security-groups?tenant_id=48a95ab226054bc098bb05bcbcdb51a3&name=default => generated 2925 bytes in 359 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1004] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:11 2026] DELETE /v2.0/security-groups/300b06e0-1bfd-49be-8688-554c2190f622 => 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: 485/1005] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:12 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:12.499 8 INFO neutron.db.segments_db [None req-e9932608-6708-4328-ad8e-1ab1193cbce4 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] Added segment ee4c4331-c0b0-4180-a92a-88bfd7871783 of type vxlan for network 9f3e503f-1a40-4979-a898-b0f1d0e7de62 [pid: 8|app: 0|req: 521/1006] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:12 2026] POST /v2.0/networks => generated 629 bytes in 354 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/1007] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:20:12 2026] POST /v2.0/ports => generated 778 bytes in 321 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:12.986 8 INFO neutron.db.segments_db [None req-918b5e1c-987c-4f48-9228-aa2dfc7c3fe3 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] Added segment ffbce051-8bf4-4765-a4fc-59ab2129c160 of type vxlan for network 3b873b32-9045-4e46-b886-8ca863435b9d [pid: 8|app: 0|req: 522/1008] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:12 2026] POST /v2.0/networks => generated 617 bytes in 152 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: 523/1009] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:13 2026] GET /v2.0/ports?device_id=3fec5a35-cc0a-4c03-9b5a-83f111c0c10d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 487/1010] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:13 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/1011] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:20:13 2026] POST /v2.0/ports => generated 966 bytes in 320 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: 524/1012] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:20:13 2026] POST /v2.0/security-groups => generated 1625 bytes in 381 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1013] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:20:13 2026] GET /v2.0/security-groups => generated 4530 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:13.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-4e5c4c18-00ca-49c0-a826-a92477090037 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] TaaS: Handle Delete Port: 03afff08-6363-446b-907a-cc7f478acdcf 2026-04-07 01:20:13.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4e5c4c18-00ca-49c0-a826-a92477090037 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] Tap Mirror: Handle Delete Port: 03afff08-6363-446b-907a-cc7f478acdcf [pid: 8|app: 0|req: 526/1014] 10.0.0.184 () {34 vars in 758 bytes} [Tue Apr 7 01:20:13 2026] PUT /v2.0/security-groups/f7da9c4e-6357-4aa9-8bc0-5ffa4e42e270 => generated 1662 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 527/1015] 10.0.0.184 () {32 vars in 737 bytes} [Tue Apr 7 01:20:13 2026] GET /v2.0/security-groups/f7da9c4e-6357-4aa9-8bc0-5ffa4e42e270 => generated 1662 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1016] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:13 2026] DELETE /v2.0/security-groups/f7da9c4e-6357-4aa9-8bc0-5ffa4e42e270 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/1017] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:20:13 2026] DELETE /v2.0/ports/03afff08-6363-446b-907a-cc7f478acdcf => generated 0 bytes in 209 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:13.872 7 INFO neutron.pecan_wsgi.hooks.translation [None req-bdaff7b2-e859-45c5-a262-a9091580b91d b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 490/1018] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:20:13 2026] DELETE /v2.0/ports/03afff08-6363-446b-907a-cc7f478acdcf => 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: 529/1019] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:20:13 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) 2026-04-07 01:20:13.892 8 INFO neutron.api.v2.resource [None req-6957633a-1c88-469e-91d0-b6684bb1ef1b 910d3c9b8688453ebfab39f9d422a24b e9a85b2f645c41cba11c2e463454139d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 530/1020] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:13 2026] DELETE /v2.0/security-groups/f7da9c4e-6357-4aa9-8bc0-5ffa4e42e270 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:13.892 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9cd9b99-d2aa-4c68-99dd-71571451f740 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 491/1021] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:20:13 2026] GET /v2.0/ports/03afff08-6363-446b-907a-cc7f478acdcf => 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: 531/1022] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:13 2026] DELETE /v2.0/subnets/02eb0877-8301-4c9a-ab26-681671f7a889 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 492/1023] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:20:13 2026] POST /v2.0/security-groups => generated 1624 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:20:14.105 8 INFO neutron.services.segments.plugin [-] Segment ffbce051-8bf4-4765-a4fc-59ab2129c160 resource provider aggregate not found 2026-04-07 01:20:14.112 8 INFO neutron.services.segments.plugin [-] Segment ffbce051-8bf4-4765-a4fc-59ab2129c160 resource provider aggregate not found 2026-04-07 01:20:14.126 8 INFO neutron.services.segments.plugin [-] Segment ffbce051-8bf4-4765-a4fc-59ab2129c160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffbce051-8bf4-4765-a4fc-59ab2129c160 found for delete ", "request_id": "req-f183cddd-bdf4-4fe3-8193-b502472f6381"}]} 2026-04-07 01:20:14.129 8 INFO neutron.services.segments.plugin [-] Segment ffbce051-8bf4-4765-a4fc-59ab2129c160 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffbce051-8bf4-4765-a4fc-59ab2129c160 found for delete ", "request_id": "req-31d386cc-5d06-4c02-9cbf-47b8b827a5ce"}]} [pid: 7|app: 0|req: 493/1024] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:20:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1025] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:13 2026] DELETE /v2.0/networks/3b873b32-9045-4e46-b886-8ca863435b9d => 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: 495/1028] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:20:14 2026] GET /v2.0/security-group-rules/bfb9cd30-6e7d-40c5-8fc8-6ab4ac82c9ab => generated 601 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:14.200 8 INFO neutron.db.segments_db [None req-b876d96b-a241-486c-b4f2-aa5e919c4ae0 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] Added segment 9e850fc4-42e3-484a-b4db-600ada93952a of type vxlan for network 6aa02fb6-d79b-41af-8c09-f5d81d40ba07 [pid: 7|app: 0|req: 496/1029] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:14 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/1030] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:20:14 2026] DELETE /v2.0/security-group-rules/bfb9cd30-6e7d-40c5-8fc8-6ab4ac82c9ab => 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: 534/1031] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:14 2026] POST /v2.0/networks => generated 617 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1032] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 499/1033] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:14 2026] DELETE /v2.0/security-groups/d197e481-a2a5-47f9-9bb8-0964bfce0f16 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1034] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:20:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:14.509 7 INFO neutron.api.v2.resource [None req-243f1367-c017-4872-9b98-ddfec70b6ec9 7ca459b714e84955897d3b088b221690 38e8c066ded6438d8eaebfabe26af019 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 501/1035] 10.0.0.184 () {32 vars in 737 bytes} [Tue Apr 7 01:20:14 2026] GET /v2.0/security-groups/d197e481-a2a5-47f9-9bb8-0964bfce0f16 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/1036] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:20:14 2026] GET /v2.0/security-group-rules/35eec926-150d-41a2-95d9-c3dafcb2b33a => 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: 535/1037] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:14 2026] POST /v2.0/subnets => generated 646 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1038] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:14 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:14.602 7 INFO neutron_taas.services.taas.taas_plugin [None req-d54cb586-ac7e-47c1-9afc-7385856caf9d 7ca459b714e84955897d3b088b221690 38e8c066ded6438d8eaebfabe26af019 - - default default] TaaS: Handle Delete Port: c3b1b26b-a663-4e2b-a840-ea03d215efa3 2026-04-07 01:20:14.604 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d54cb586-ac7e-47c1-9afc-7385856caf9d 7ca459b714e84955897d3b088b221690 38e8c066ded6438d8eaebfabe26af019 - - default default] Tap Mirror: Handle Delete Port: c3b1b26b-a663-4e2b-a840-ea03d215efa3 [pid: 7|app: 0|req: 503/1039] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:20:14 2026] DELETE /v2.0/floatingips/a8002987-9f0f-4a32-bbb3-9b390948752b => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/1040] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:20:14 2026] DELETE /v2.0/security-group-rules/35eec926-150d-41a2-95d9-c3dafcb2b33a => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1041] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:20:14 2026] POST /v2.0/ports => generated 927 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1042] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:14 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) 2026-04-07 01:20:15.056 8 INFO neutron_taas.services.taas.taas_plugin [None req-80ccc83b-a202-41a7-a40a-c30523dcd667 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] TaaS: Handle Delete Port: 9ce5b3a0-bb44-41ef-8005-f237484e6bb9 2026-04-07 01:20:15.059 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-80ccc83b-a202-41a7-a40a-c30523dcd667 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] Tap Mirror: Handle Delete Port: 9ce5b3a0-bb44-41ef-8005-f237484e6bb9 [pid: 8|app: 0|req: 539/1043] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:20:14 2026] DELETE /v2.0/ports/9ce5b3a0-bb44-41ef-8005-f237484e6bb9 => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:15.191 7 INFO neutron_taas.services.taas.taas_plugin [None req-5352d0f9-5d32-4418-bd13-9d106c162aff d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: fcee1a8e-6dab-404e-aae6-525d0c843432 2026-04-07 01:20:15.194 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5352d0f9-5d32-4418-bd13-9d106c162aff d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: fcee1a8e-6dab-404e-aae6-525d0c843432 2026-04-07 01:20:15.195 8 INFO neutron.db.securitygroups_db [None req-2b21d351-bc1f-4bb6-b114-2949f28fa52a 910d3c9b8688453ebfab39f9d422a24b e9a85b2f645c41cba11c2e463454139d - - default default] Project e9a85b2f645c41cba11c2e463454139d 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: 540/1044] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:20:15 2026] POST /v2.0/security-group-rules => generated 607 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:15.274 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75b860be-5873-450b-99c0-46275b9d9ffa b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 541/1045] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:20:15 2026] GET /v2.0/ports/9ce5b3a0-bb44-41ef-8005-f237484e6bb9 => 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: 542/1046] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:20:15 2026] GET /v2.0/security-group-rules/f975a1dc-95a9-4752-9037-69527ea9de4f => generated 607 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 543/1047] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:15 2026] DELETE /v2.0/subnets/f14c2016-fd00-47bf-8fe6-74b9e0baefb8 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1048] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:15 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 545/1049] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:15 2026] DELETE /v2.0/networks/6aa02fb6-d79b-41af-8c09-f5d81d40ba07 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1050] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:20:15 2026] DELETE /v2.0/security-group-rules/f975a1dc-95a9-4752-9037-69527ea9de4f => 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: 505/1051] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:20:14 2026] PUT /v2.0/routers/01365588-c933-411e-aba2-69ce9c2e2899/remove_router_interface => generated 309 bytes in 879 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1052] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:15 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1053] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:20:15 2026] POST /v2.0/ports => generated 779 bytes in 268 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: 548/1054] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:15 2026] DELETE /v2.0/security-groups/2fd66e98-6fcc-47ef-a7ed-41f4393de2ec => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:15.992 7 INFO neutron_taas.services.taas.taas_plugin [None req-54d7840f-d4dd-4222-a48b-9c5927f57494 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 73c4b210-af9f-4c5b-8e15-ab461390b4da 2026-04-07 01:20:15.995 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54d7840f-d4dd-4222-a48b-9c5927f57494 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 73c4b210-af9f-4c5b-8e15-ab461390b4da [pid: 8|app: 0|req: 549/1055] 10.0.0.184 () {34 vars in 737 bytes} [Tue Apr 7 01:20:15 2026] PUT /v2.0/ports/0918373e-091e-4252-af5e-79aeb02e07c8 => generated 752 bytes in 182 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-07 01:20:16.157 8 INFO neutron.services.segments.plugin [-] Segment 9e850fc4-42e3-484a-b4db-600ada93952a resource provider aggregate not found 2026-04-07 01:20:16.162 8 INFO neutron.services.segments.plugin [-] Segment 9e850fc4-42e3-484a-b4db-600ada93952a resource provider aggregate not found 2026-04-07 01:20:16.192 8 INFO neutron.services.segments.plugin [-] Segment 9e850fc4-42e3-484a-b4db-600ada93952a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e850fc4-42e3-484a-b4db-600ada93952a found for delete ", "request_id": "req-c3d3ebe5-11fc-41e7-b76b-1c40e7f003d1"}]} 2026-04-07 01:20:16.198 8 INFO neutron.services.segments.plugin [-] Segment 9e850fc4-42e3-484a-b4db-600ada93952a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e850fc4-42e3-484a-b4db-600ada93952a found for delete ", "request_id": "req-23742b81-e295-4b9a-8285-d3b73c80e292"}]} [pid: 8|app: 0|req: 550/1056] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:16.256 7 INFO neutron_taas.services.taas.taas_plugin [None req-54d7840f-d4dd-4222-a48b-9c5927f57494 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: bb3156ec-1b3c-4963-af90-24b3e5b7f6e9 2026-04-07 01:20:16.258 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-54d7840f-d4dd-4222-a48b-9c5927f57494 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: bb3156ec-1b3c-4963-af90-24b3e5b7f6e9 2026-04-07 01:20:16.280 8 INFO neutron_taas.services.taas.taas_plugin [None req-685bfb99-3587-4008-892e-267bdacde284 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] TaaS: Handle Delete Port: 0918373e-091e-4252-af5e-79aeb02e07c8 2026-04-07 01:20:16.283 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-685bfb99-3587-4008-892e-267bdacde284 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] Tap Mirror: Handle Delete Port: 0918373e-091e-4252-af5e-79aeb02e07c8 [pid: 8|app: 0|req: 551/1057] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:20:16 2026] DELETE /v2.0/ports/0918373e-091e-4252-af5e-79aeb02e07c8 => 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: 552/1058] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/security-groups => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:16.567 7 INFO neutron.services.segments.plugin [-] Segment 5e074ce7-54c8-4d85-89fb-d6058093a62b resource provider aggregate not found 2026-04-07 01:20:16.573 7 INFO neutron.services.segments.plugin [-] Segment 5e074ce7-54c8-4d85-89fb-d6058093a62b resource provider aggregate not found 2026-04-07 01:20:16.588 7 INFO neutron.services.segments.plugin [-] Segment 5e074ce7-54c8-4d85-89fb-d6058093a62b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e074ce7-54c8-4d85-89fb-d6058093a62b found for delete ", "request_id": "req-5d5bd8f0-a9d9-420c-902a-98745724e195"}]} 2026-04-07 01:20:16.589 7 INFO neutron.services.segments.plugin [-] Segment 5e074ce7-54c8-4d85-89fb-d6058093a62b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e074ce7-54c8-4d85-89fb-d6058093a62b found for delete ", "request_id": "req-d85a3271-fc40-4b0e-a5e5-9e0a0ba3b3c6"}]} 2026-04-07 01:20:16.589 7 INFO neutron.db.l3_hamode_db [None req-54d7840f-d4dd-4222-a48b-9c5927f57494 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network dc7da336-e13d-4f81-91d0-875ac94a8a64 was deleted as no HA routers are present in tenant 38e8c066ded6438d8eaebfabe26af019. [pid: 7|app: 0|req: 507/1059] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:15 2026] DELETE /v2.0/routers/01365588-c933-411e-aba2-69ce9c2e2899 => generated 0 bytes in 823 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 508/1060] 10.0.0.184 () {32 vars in 643 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/ports => generated 781 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 509/1061] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:16 2026] DELETE /v2.0/subnets/7b3f4aee-7d79-4894-a7f0-c34daf1ddd24 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1062] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/security-groups?tenant_id=5006614952c14820851fcd97709ba35e&name=default => generated 2925 bytes in 365 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:16.783 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d0d83bd4-e43e-4ef3-907f-473675d87301 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 510/1063] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/ports/0918373e-091e-4252-af5e-79aeb02e07c8 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:16.877 8 INFO neutron_taas.services.taas.taas_plugin [None req-e062f799-7290-422f-b2f1-a262fa4bccb0 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 5ccd7f74-fd9b-413a-b084-d2dd6ddccdae 2026-04-07 01:20:16.880 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e062f799-7290-422f-b2f1-a262fa4bccb0 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 5ccd7f74-fd9b-413a-b084-d2dd6ddccdae [pid: 7|app: 0|req: 511/1064] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:16 2026] DELETE /v2.0/security-groups/54222b7e-5894-4055-a77a-bd571af41c34 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1065] 10.0.0.184 () {32 vars in 643 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/ports => generated 781 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 554/1066] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:16 2026] DELETE /v2.0/networks/d4074091-b305-4e67-b7db-ec8d018c19f9 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1067] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:20:17 2026] GET /v2.0/ports/59e28bf1-b548-4f8a-b615-1c486f9f06f5 => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1068] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:16 2026] GET /v2.0/security-groups?tenant_id=e9a85b2f645c41cba11c2e463454139d&name=default => generated 2925 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:17.141 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a70ed52f-49f5-434b-a7ba-47d803bdb8e0 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 514/1069] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:20:17 2026] DELETE /v2.0/ports/9ce5b3a0-bb44-41ef-8005-f237484e6bb9 => 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: 556/1070] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:17 2026] GET /v2.0/security-groups?tenant_id=8dbd1951044a4bcdb2557bd61c49707c&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1071] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:17 2026] DELETE /v2.0/security-groups/ebfc83ba-75c9-4ff2-b958-5dd8359aea60 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:17.245 8 INFO neutron.pecan_wsgi.hooks.translation [None req-db37afc4-928c-4c3b-935e-73d2a7392d59 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 557/1072] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:17 2026] DELETE /v2.0/subnets/f14c2016-fd00-47bf-8fe6-74b9e0baefb8 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 516/1073] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:17 2026] GET /v2.0/security-groups?tenant_id=38e8c066ded6438d8eaebfabe26af019&name=default => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:17.275 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ebf4d75a-f684-41ce-a081-ffd7f3bec6b0 b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 517/1074] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:17 2026] DELETE /v2.0/subnets/02eb0877-8301-4c9a-ab26-681671f7a889 => 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: 558/1075] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:17 2026] DELETE /v2.0/security-groups/a4b81acc-b704-42da-acf1-84731da02fdf => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1076] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:17 2026] DELETE /v2.0/security-groups/acc97bf0-6f06-49ce-919d-9907572d8b88 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:17.393 8 INFO neutron_taas.services.taas.taas_plugin [None req-5a08fb95-efc3-4130-83d1-9437613b35fa b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] TaaS: Handle Delete Port: 59e28bf1-b548-4f8a-b615-1c486f9f06f5 2026-04-07 01:20:17.396 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5a08fb95-efc3-4130-83d1-9437613b35fa b68a322cf6b64a10a3aab4e422d9966d 5780559921b349f59963f5b0f4703504 - - default default] Tap Mirror: Handle Delete Port: 59e28bf1-b548-4f8a-b615-1c486f9f06f5 [pid: 8|app: 0|req: 559/1077] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:20:17 2026] DELETE /v2.0/ports/59e28bf1-b548-4f8a-b615-1c486f9f06f5 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1078] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:17 2026] DELETE /v2.0/networks/9f3e503f-1a40-4979-a898-b0f1d0e7de62 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:18.213 8 INFO neutron.services.segments.plugin [-] Segment 01cefbb5-71a1-4d44-bcca-a150267e83e9 resource provider aggregate not found 2026-04-07 01:20:18.219 8 INFO neutron.services.segments.plugin [-] Segment 01cefbb5-71a1-4d44-bcca-a150267e83e9 resource provider aggregate not found 2026-04-07 01:20:18.233 8 INFO neutron.services.segments.plugin [-] Segment 01cefbb5-71a1-4d44-bcca-a150267e83e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01cefbb5-71a1-4d44-bcca-a150267e83e9 found for delete ", "request_id": "req-de126bd2-5d35-4096-8754-54034e6924a4"}]} 2026-04-07 01:20:18.234 8 INFO neutron.services.segments.plugin [-] Segment 01cefbb5-71a1-4d44-bcca-a150267e83e9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 01cefbb5-71a1-4d44-bcca-a150267e83e9 found for delete ", "request_id": "req-35c06e08-c430-4f6c-b364-47c4c4d98757"}]} [pid: 8|app: 0|req: 560/1079] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:18 2026] GET /v2.0/security-groups?tenant_id=5780559921b349f59963f5b0f4703504&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: 520/1080] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:18 2026] DELETE /v2.0/security-groups/08a92561-42d8-4bac-9a61-1d45f12a64fe => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:18.610 7 INFO neutron.services.segments.plugin [-] Segment ee4c4331-c0b0-4180-a92a-88bfd7871783 resource provider aggregate not found 2026-04-07 01:20:18.611 7 INFO neutron.services.segments.plugin [-] Segment ee4c4331-c0b0-4180-a92a-88bfd7871783 resource provider aggregate not found 2026-04-07 01:20:18.627 7 INFO neutron.services.segments.plugin [-] Segment ee4c4331-c0b0-4180-a92a-88bfd7871783 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee4c4331-c0b0-4180-a92a-88bfd7871783 found for delete ", "request_id": "req-610f90b9-1b7d-428c-8089-bff0ca098f5a"}]} 2026-04-07 01:20:18.635 7 INFO neutron.services.segments.plugin [-] Segment ee4c4331-c0b0-4180-a92a-88bfd7871783 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee4c4331-c0b0-4180-a92a-88bfd7871783 found for delete ", "request_id": "req-bab66641-fbd1-444a-abb0-428c3db1cd70"}]} [pid: 7|app: 0|req: 521/1081] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:19 2026] GET /v2.0/security-groups?tenant_id=ded1017c85b645738c39a5cb8778e5a6&name=default => generated 2925 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1082] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:19 2026] DELETE /v2.0/security-groups/f6f12c42-b203-42b0-946a-489ade1770a7 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:19.888 8 INFO neutron.db.segments_db [None req-39f412f2-c760-4e86-81a4-d4cc6317c166 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 1eac9073-9e11-4cd0-9d8e-3f7ee9a6ed4e of type vxlan for network 4a3a87d4-0162-491e-b020-96856d073c09 [pid: 8|app: 0|req: 561/1083] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:20:19 2026] POST /v2.0/networks => generated 725 bytes in 696 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1084] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:19 2026] POST /v2.0/subnets => generated 691 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:20.198 8 INFO neutron.db.segments_db [None req-bdfa848e-4468-478b-8623-1c471ccd299c d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment ec455fb3-0fca-4b74-bc30-fed6c3377275 of type vxlan for network 86d09b03-d6c9-4eb6-9d0b-30b54002e8d4 2026-04-07 01:20:20.393 8 INFO neutron.db.l3_hamode_db [None req-bdfa848e-4468-478b-8623-1c471ccd299c d04b9cb48fa8475b9a8d587ff2764c8b 1d80022402ed4f17b182a7872de21fa3 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 524/1085] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:20:20 2026] POST /v2.0/security-groups => generated 1625 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 525/1086] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:20:20 2026] GET /v2.0/security-groups => generated 4530 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1087] 10.0.0.184 () {34 vars in 758 bytes} [Tue Apr 7 01:20:20 2026] PUT /v2.0/security-groups/a23f04c4-c401-42fc-bab0-11287c5760c6 => generated 1664 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1088] 10.0.0.184 () {32 vars in 737 bytes} [Tue Apr 7 01:20:20 2026] GET /v2.0/security-groups/a23f04c4-c401-42fc-bab0-11287c5760c6 => generated 1664 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1089] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:20 2026] DELETE /v2.0/security-groups/a23f04c4-c401-42fc-bab0-11287c5760c6 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1090] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:20:20 2026] GET /v2.0/security-groups => generated 2925 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:20.821 7 INFO neutron.api.v2.resource [None req-75d5513c-8662-4981-b260-66f2e286ea9c 5c8e2b5241a54e91ade9f0c3905e1b8e 91fb82fac3264960932193d7c7ea8269 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 530/1091] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:20 2026] DELETE /v2.0/security-groups/a23f04c4-c401-42fc-bab0-11287c5760c6 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1092] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:20:20 2026] POST /v2.0/security-groups => generated 1625 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:20:21.079 8 INFO neutron.db.l3_hamode_db [None req-bdfa848e-4468-478b-8623-1c471ccd299c d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 532/1093] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:20 2026] GET /v2.0/security-groups?tenant_id=8ab86f0e19d84feca8803d929828d4fa&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 533/1094] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:20:21 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) [pid: 7|app: 0|req: 534/1095] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:21 2026] DELETE /v2.0/security-groups/50ce8cdc-7088-46fd-ae65-097b2d185aa4 => 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: 535/1096] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/security-group-rules/64263432-9100-46b8-a5fa-d2ecf5024521 => 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: 536/1097] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1098] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:20:21 2026] DELETE /v2.0/security-group-rules/64263432-9100-46b8-a5fa-d2ecf5024521 => 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: 538/1099] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1100] 10.0.0.184 () {32 vars in 653 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/extensions => generated 21537 bytes in 246 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1101] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:20 2026] POST /v2.0/routers => generated 731 bytes in 1726 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1102] 10.0.0.184 () {32 vars in 681 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1103] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:20:21 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1104] 10.0.0.184 () {32 vars in 681 bytes} [Tue Apr 7 01:20:21 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: 7|app: 0|req: 542/1105] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/security-group-rules/2613cd7c-d33e-4712-876e-81d03fec153d => generated 601 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1106] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1107] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:21 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1108] 10.0.0.184 () {32 vars in 665 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/agent => generated 153 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1109] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:20:22 2026] DELETE /v2.0/security-group-rules/2613cd7c-d33e-4712-876e-81d03fec153d => 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: 547/1110] 10.0.0.184 () {32 vars in 699 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1111] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1112] 10.0.0.184 () {32 vars in 697 bytes} [Tue Apr 7 01:20:22 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: 550/1113] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:20:22 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1114] 10.0.0.184 () {32 vars in 701 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 552/1115] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/security-group-rules/a07746ec-267d-4e66-b3b9-701a35bd6e1e => generated 602 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1116] 10.0.0.184 () {32 vars in 689 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1117] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1118] 10.0.0.184 () {32 vars in 703 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1119] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:20:22 2026] DELETE /v2.0/security-group-rules/a07746ec-267d-4e66-b3b9-701a35bd6e1e => 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: 557/1120] 10.0.0.184 () {32 vars in 693 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 558/1121] 10.0.0.184 () {32 vars in 673 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1122] 10.0.0.184 () {32 vars in 695 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1123] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:22 2026] DELETE /v2.0/security-groups/733b184a-e953-4fdb-ab82-ed5c342c87de => 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: 561/1124] 10.0.0.184 () {32 vars in 685 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1125] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1126] 10.0.0.184 () {32 vars in 687 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1127] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/security-groups => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1128] 10.0.0.184 () {32 vars in 661 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1129] 10.0.0.184 () {32 vars in 699 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1130] 10.0.0.184 () {32 vars in 679 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1131] 10.0.0.184 () {32 vars in 683 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1132] 10.0.0.184 () {32 vars in 675 bytes} [Tue Apr 7 01:20:22 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: 7|app: 0|req: 570/1133] 10.0.0.184 () {32 vars in 689 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1134] 10.0.0.184 () {32 vars in 723 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1135] 10.0.0.184 () {32 vars in 687 bytes} [Tue Apr 7 01:20:22 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: 7|app: 0|req: 573/1136] 10.0.0.184 () {32 vars in 669 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1137] 10.0.0.184 () {32 vars in 687 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1138] 10.0.0.184 () {32 vars in 681 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1139] 10.0.0.184 () {32 vars in 699 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1140] 10.0.0.184 () {32 vars in 679 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1141] 10.0.0.184 () {32 vars in 667 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/router => generated 256 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1142] 10.0.0.184 () {32 vars in 677 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1143] 10.0.0.184 () {32 vars in 665 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1144] 10.0.0.184 () {32 vars in 675 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/l3-flavors => generated 172 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1145] 10.0.0.184 () {32 vars in 713 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1146] 10.0.0.184 () {32 vars in 691 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1147] 10.0.0.184 () {32 vars in 683 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1148] 10.0.0.184 () {32 vars in 669 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1149] 10.0.0.184 () {32 vars in 687 bytes} [Tue Apr 7 01:20:22 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: 8|app: 0|req: 564/1150] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:20:21 2026] PUT /v2.0/routers/c1517109-2db5-45bd-92ff-5f7790c04792/add_router_interface => generated 309 bytes in 984 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1151] 10.0.0.184 () {32 vars in 705 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1152] 10.0.0.184 () {32 vars in 675 bytes} [Tue Apr 7 01:20:22 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: 588/1153] 10.0.0.184 () {32 vars in 701 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 566/1154] 10.0.0.184 () {32 vars in 675 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1155] 10.0.0.184 () {32 vars in 693 bytes} [Tue Apr 7 01:20:22 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: 567/1156] 10.0.0.184 () {32 vars in 689 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1157] 10.0.0.184 () {32 vars in 709 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 568/1158] 10.0.0.184 () {32 vars in 705 bytes} [Tue Apr 7 01:20:22 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: 7|app: 0|req: 591/1159] 10.0.0.184 () {32 vars in 719 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 569/1160] 10.0.0.184 () {32 vars in 697 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1161] 10.0.0.184 () {32 vars in 711 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/port-resource-request-groups => generated 271 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1162] 10.0.0.184 () {32 vars in 669 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/binding => generated 193 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1163] 10.0.0.184 () {32 vars in 687 bytes} [Tue Apr 7 01:20:22 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1164] 10.0.0.184 () {32 vars in 681 bytes} [Tue Apr 7 01:20:23 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: 7|app: 0|req: 594/1165] 10.0.0.184 () {32 vars in 675 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1166] 10.0.0.184 () {32 vars in 671 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/provider => generated 191 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 595/1167] 10.0.0.184 () {32 vars in 661 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1168] 10.0.0.184 () {32 vars in 699 bytes} [Tue Apr 7 01:20:23 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: 7|app: 0|req: 596/1169] 10.0.0.184 () {32 vars in 699 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => 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: 574/1170] 10.0.0.184 () {32 vars in 677 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1171] 10.0.0.184 () {32 vars in 669 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1172] 10.0.0.184 () {32 vars in 683 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-gateway-ip => generated 197 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 598/1173] 10.0.0.184 () {32 vars in 701 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1174] 10.0.0.184 () {32 vars in 685 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1175] 10.0.0.184 () {32 vars in 707 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 577/1176] 10.0.0.184 () {32 vars in 669 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1177] 10.0.0.184 () {32 vars in 697 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-rule-type-details => 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: 578/1178] 10.0.0.184 () {32 vars in 695 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1179] 10.0.0.184 () {32 vars in 685 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 579/1180] 10.0.0.184 () {32 vars in 689 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1181] 10.0.0.184 () {32 vars in 705 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1182] 10.0.0.184 () {32 vars in 667 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1183] 10.0.0.184 () {32 vars in 681 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1184] 10.0.0.184 () {32 vars in 681 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1185] 10.0.0.184 () {32 vars in 691 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 584/1186] 10.0.0.184 () {32 vars in 691 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1187] 10.0.0.184 () {32 vars in 695 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 586/1188] 10.0.0.184 () {32 vars in 685 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1189] 10.0.0.184 () {32 vars in 689 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1190] 10.0.0.184 () {32 vars in 701 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1191] 10.0.0.184 () {32 vars in 703 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1192] 10.0.0.184 () {32 vars in 713 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1193] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1194] 10.0.0.184 () {32 vars in 715 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1195] 10.0.0.184 () {32 vars in 727 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/security-groups-remote-address-group => generated 254 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1196] 10.0.0.184 () {32 vars in 741 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1197] 10.0.0.184 () {32 vars in 719 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1198] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/security-groups?tenant_id=91fb82fac3264960932193d7c7ea8269&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: 596/1199] 10.0.0.184 () {32 vars in 683 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1200] 10.0.0.184 () {32 vars in 669 bytes} [Tue Apr 7 01:20:23 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: 8|app: 0|req: 598/1201] 10.0.0.184 () {32 vars in 719 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 599/1202] 10.0.0.184 () {32 vars in 679 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1203] 10.0.0.184 () {32 vars in 669 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1204] 10.0.0.184 () {32 vars in 697 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1205] 10.0.0.184 () {32 vars in 705 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1206] 10.0.0.184 () {32 vars in 701 bytes} [Tue Apr 7 01:20:23 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: 604/1207] 10.0.0.184 () {32 vars in 701 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1208] 10.0.0.184 () {32 vars in 683 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1209] 10.0.0.184 () {32 vars in 705 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1210] 10.0.0.184 () {32 vars in 695 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1211] 10.0.0.184 () {32 vars in 689 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1212] 10.0.0.184 () {32 vars in 697 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1213] 10.0.0.184 () {32 vars in 679 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1214] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:23 2026] DELETE /v2.0/security-groups/db274c51-5235-4279-b0be-5605cc9dd07a => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1215] 10.0.0.184 () {32 vars in 689 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1216] 10.0.0.184 () {32 vars in 701 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1217] 10.0.0.184 () {32 vars in 665 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1218] 10.0.0.184 () {32 vars in 681 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1219] 10.0.0.184 () {32 vars in 677 bytes} [Tue Apr 7 01:20:23 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: 7|app: 0|req: 610/1220] 10.0.0.184 () {32 vars in 693 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1221] 10.0.0.184 () {32 vars in 677 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 612/1222] 10.0.0.184 () {32 vars in 667 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1223] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/taas => generated 175 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1224] 10.0.0.184 () {32 vars in 675 bytes} [Tue Apr 7 01:20:23 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: 7|app: 0|req: 615/1225] 10.0.0.184 () {32 vars in 687 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1226] 10.0.0.184 () {34 vars in 685 bytes} [Tue Apr 7 01:20:23 2026] POST /v2.0/security-groups => generated 1661 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1227] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:20:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1228] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:20:23 2026] POST /v2.0/security-group-rules => generated 602 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1229] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:23 2026] GET /v2.0/security-groups?tenant_id=938ffd5771f7467cbc4d97a361a2356a&name=default => generated 2925 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1230] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/security-groups?tenant_id=c6f0010c8396461fa18563efab6a3529&name=default => generated 2925 bytes in 154 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1231] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:20:23 2026] POST /v2.0/floatingips => generated 552 bytes in 551 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 615/1232] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:24 2026] DELETE /v2.0/security-groups/4bfa6f61-e1eb-4052-a5be-f57abaa65c42 => 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: 618/1233] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:24 2026] DELETE /v2.0/security-groups/a6326d75-d282-4307-be37-42da10eef71f => 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: 616/1234] 10.0.0.87 () {34 vars in 1099 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1907838631&fields=id&tenant_id=1d80022402ed4f17b182a7872de21fa3 => generated 69 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1235] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/networks?id=4a3a87d4-0162-491e-b020-96856d073c09 => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1236] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:20:24 2026] GET /v2.0/quotas/1d80022402ed4f17b182a7872de21fa3 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1237] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/ports?tenant_id=1d80022402ed4f17b182a7872de21fa3&fields=id => generated 103 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1238] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/networks/4a3a87d4-0162-491e-b020-96856d073c09?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: 621/1239] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/networks/4a3a87d4-0162-491e-b020-96856d073c09?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: 622/1240] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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: 619/1241] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:20:25 2026] POST /v2.0/subnetpools => generated 548 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 623/1242] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/subnetpools/794adc26-42af-4b77-9636-078c850b79da => generated 548 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1243] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:20:25 2026] PUT /v2.0/subnetpools/794adc26-42af-4b77-9636-078c850b79da => generated 500 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1244] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:20:25 2026] DELETE /v2.0/subnetpools/794adc26-42af-4b77-9636-078c850b79da => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:25.637 8 INFO neutron.api.v2.resource [None req-f943ec5c-119d-4f82-8cfa-5d375a727848 99ecae03cd9d428da1b83f441dbeb1cb 9cbce9fdd396414097de0474d50c6c2c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 621/1245] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:20:25 2026] GET /v2.0/subnetpools/794adc26-42af-4b77-9636-078c850b79da => generated 145 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:25.656 7 INFO neutron.api.v2.resource [None req-7b556277-f173-4ac4-b968-9f2fee097f56 99ecae03cd9d428da1b83f441dbeb1cb 9cbce9fdd396414097de0474d50c6c2c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 625/1246] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:20:25 2026] DELETE /v2.0/subnetpools/794adc26-42af-4b77-9636-078c850b79da => generated 145 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1247] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:26 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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/1248] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:26 2026] GET /v2.0/security-groups?tenant_id=9cbce9fdd396414097de0474d50c6c2c&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: 623/1249] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:26 2026] DELETE /v2.0/security-groups/89aa719c-3a68-41ab-bf9f-b5e287951759 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:26.649 7 INFO neutron.db.segments_db [None req-fb5b40d6-0e8f-4a44-a6e7-d8fc0bf39517 30c1bdefb42e49e4ad00eb117ca2f750 03ceb0a79af44d8da764e2d98c017884 - - default default] Added segment 4a328551-a0e3-4e62-ae11-93e145aa7d42 of type vxlan for network 23d035f3-dcd2-4e7f-a494-347dd1668c87 2026-04-07 01:20:26.724 7 INFO neutron.db.segments_db [None req-fb5b40d6-0e8f-4a44-a6e7-d8fc0bf39517 30c1bdefb42e49e4ad00eb117ca2f750 03ceb0a79af44d8da764e2d98c017884 - - default default] Added segment b809f298-1f0a-4ffb-9e44-82efd7edbb4f of type vxlan for network fd8fa6a5-ad70-4605-8274-528be79c107e [pid: 7|app: 0|req: 627/1250] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:26 2026] POST /v2.0/networks => generated 1206 bytes in 461 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1251] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:20:26 2026] GET /v2.0/networks => generated 1843 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:27.094 7 INFO neutron.services.segments.plugin [-] Segment 4a328551-a0e3-4e62-ae11-93e145aa7d42 resource provider aggregate not found 2026-04-07 01:20:27.101 7 INFO neutron.services.segments.plugin [-] Segment 4a328551-a0e3-4e62-ae11-93e145aa7d42 resource provider aggregate not found 2026-04-07 01:20:27.119 7 INFO neutron.services.segments.plugin [-] Segment 4a328551-a0e3-4e62-ae11-93e145aa7d42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a328551-a0e3-4e62-ae11-93e145aa7d42 found for delete ", "request_id": "req-02ff5ea9-8c05-4fad-94ae-8705f4f6fd0c"}]} [pid: 7|app: 0|req: 628/1252] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:26 2026] DELETE /v2.0/networks/23d035f3-dcd2-4e7f-a494-347dd1668c87 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:27.129 7 INFO neutron.services.segments.plugin [-] Segment 4a328551-a0e3-4e62-ae11-93e145aa7d42 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4a328551-a0e3-4e62-ae11-93e145aa7d42 found for delete ", "request_id": "req-bd16485c-1c7f-4d3a-a760-913b6f74c6e6"}]} 2026-04-07 01:20:27.258 8 INFO neutron.services.segments.plugin [-] Segment b809f298-1f0a-4ffb-9e44-82efd7edbb4f resource provider aggregate not found 2026-04-07 01:20:27.264 8 INFO neutron.services.segments.plugin [-] Segment b809f298-1f0a-4ffb-9e44-82efd7edbb4f resource provider aggregate not found 2026-04-07 01:20:27.280 8 INFO neutron.services.segments.plugin [-] Segment b809f298-1f0a-4ffb-9e44-82efd7edbb4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b809f298-1f0a-4ffb-9e44-82efd7edbb4f found for delete ", "request_id": "req-021e26db-4442-4a34-8838-8b4e11bf8413"}]} 2026-04-07 01:20:27.281 8 INFO neutron.services.segments.plugin [-] Segment b809f298-1f0a-4ffb-9e44-82efd7edbb4f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b809f298-1f0a-4ffb-9e44-82efd7edbb4f found for delete ", "request_id": "req-525637c4-460e-45c2-a7a2-c37ded070281"}]} [pid: 8|app: 0|req: 625/1253] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:27 2026] DELETE /v2.0/networks/fd8fa6a5-ad70-4605-8274-528be79c107e => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1254] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/networks => generated 651 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:27.426 8 INFO neutron.db.segments_db [None req-1af780a8-b922-4d25-954c-86d071cebf03 30c1bdefb42e49e4ad00eb117ca2f750 03ceb0a79af44d8da764e2d98c017884 - - default default] Added segment e7a7e89d-efc7-47d9-8261-e03280398724 of type vxlan for network 98b5f2aa-61d0-4976-b162-12cf4b11f17f [pid: 8|app: 0|req: 626/1255] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:27 2026] POST /v2.0/networks => generated 631 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1256] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:27 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:27.579 8 INFO neutron.db.segments_db [None req-b77546dd-f42d-4797-b11f-eee26fb8d6d9 30c1bdefb42e49e4ad00eb117ca2f750 03ceb0a79af44d8da764e2d98c017884 - - default default] Added segment f9be28c3-477c-4c1d-ba95-3ba233b4c641 of type vxlan for network 70b2476e-9c7c-4804-80ce-a12e1783e6c2 [pid: 8|app: 0|req: 627/1257] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:27 2026] POST /v2.0/networks => generated 631 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 631/1258] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:20:27 2026] POST /v2.0/ports => generated 1506 bytes in 617 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1259] 10.0.0.184 () {32 vars in 643 bytes} [Tue Apr 7 01:20:28 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-07 01:20:28.555 7 INFO neutron_taas.services.taas.taas_plugin [None req-980b6ad8-dc60-49c9-befd-9b9a538b77fc 30c1bdefb42e49e4ad00eb117ca2f750 03ceb0a79af44d8da764e2d98c017884 - - default default] TaaS: Handle Delete Port: 0fd054a7-2253-4255-b99b-d55f25129480 2026-04-07 01:20:28.559 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-980b6ad8-dc60-49c9-befd-9b9a538b77fc 30c1bdefb42e49e4ad00eb117ca2f750 03ceb0a79af44d8da764e2d98c017884 - - default default] Tap Mirror: Handle Delete Port: 0fd054a7-2253-4255-b99b-d55f25129480 [pid: 8|app: 0|req: 629/1260] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:28 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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: 632/1261] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:20:28 2026] DELETE /v2.0/ports/0fd054a7-2253-4255-b99b-d55f25129480 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:28.747 8 INFO neutron_taas.services.taas.taas_plugin [None req-554577fc-78bd-4392-b267-208bec060a24 30c1bdefb42e49e4ad00eb117ca2f750 03ceb0a79af44d8da764e2d98c017884 - - default default] TaaS: Handle Delete Port: 97f14720-8de0-4b6f-b00e-e1a1dba7924a 2026-04-07 01:20:28.753 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-554577fc-78bd-4392-b267-208bec060a24 30c1bdefb42e49e4ad00eb117ca2f750 03ceb0a79af44d8da764e2d98c017884 - - default default] Tap Mirror: Handle Delete Port: 97f14720-8de0-4b6f-b00e-e1a1dba7924a [pid: 8|app: 0|req: 630/1262] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:20:28 2026] DELETE /v2.0/ports/97f14720-8de0-4b6f-b00e-e1a1dba7924a => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 633/1263] 10.0.0.184 () {32 vars in 643 bytes} [Tue Apr 7 01:20:28 2026] GET /v2.0/ports => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:28.913 8 INFO neutron.db.segments_db [None req-5dadea7d-1b12-45e2-b404-a5af355a62f4 30c1bdefb42e49e4ad00eb117ca2f750 03ceb0a79af44d8da764e2d98c017884 - - default default] Added segment 1196e746-178d-4678-a94f-b77600d210ea of type vxlan for network ef588f53-7383-4b7e-9cbf-d8994263eb67 [pid: 8|app: 0|req: 631/1264] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:28 2026] POST /v2.0/networks => generated 630 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:29.094 7 INFO neutron.db.segments_db [None req-6a9c0980-4576-4e89-8b21-2ae823453338 30c1bdefb42e49e4ad00eb117ca2f750 03ceb0a79af44d8da764e2d98c017884 - - default default] Added segment 636c09e7-cdd9-4e6a-8953-7a012dc27515 of type vxlan for network b6eaac05-314d-40ca-b5f5-c84d2f0cce8f [pid: 7|app: 0|req: 634/1267] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:29 2026] POST /v2.0/networks => generated 630 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 635/1268] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/networks?id=4a3a87d4-0162-491e-b020-96856d073c09 => generated 676 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 636/1269] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=1d80022402ed4f17b182a7872de21fa3 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1270] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:29 2026] POST /v2.0/subnets => generated 1274 bytes in 446 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1271] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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: 636/1272] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:20:29 2026] GET /v2.0/subnets => generated 1910 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1273] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:29 2026] DELETE /v2.0/subnets/bed4353e-0134-46fa-81b3-5e883896e31b => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 637/1274] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:20:29 2026] POST /v2.0/ports => generated 958 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 638/1275] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:29 2026] DELETE /v2.0/subnets/a5bfdb9b-14ac-4192-97a8-58d0f52e3f96 => 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: 639/1276] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:30.139 8 INFO neutron.services.segments.plugin [-] Segment 636c09e7-cdd9-4e6a-8953-7a012dc27515 resource provider aggregate not found 2026-04-07 01:20:30.148 8 INFO neutron.services.segments.plugin [-] Segment 636c09e7-cdd9-4e6a-8953-7a012dc27515 resource provider aggregate not found 2026-04-07 01:20:30.164 8 INFO neutron.services.segments.plugin [-] Segment 636c09e7-cdd9-4e6a-8953-7a012dc27515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 636c09e7-cdd9-4e6a-8953-7a012dc27515 found for delete ", "request_id": "req-dce0b801-7089-4c65-a4f5-53f45ce692ed"}]} 2026-04-07 01:20:30.169 8 INFO neutron.services.segments.plugin [-] Segment 636c09e7-cdd9-4e6a-8953-7a012dc27515 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 636c09e7-cdd9-4e6a-8953-7a012dc27515 found for delete ", "request_id": "req-672ccf1a-4475-452d-9188-7e1099b1190c"}]} [pid: 8|app: 0|req: 640/1277] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:30 2026] DELETE /v2.0/networks/b6eaac05-314d-40ca-b5f5-c84d2f0cce8f => 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: 641/1278] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:30 2026] DELETE /v2.0/networks/ef588f53-7383-4b7e-9cbf-d8994263eb67 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 638/1279] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:20:29 2026] PUT /v2.0/ports/40798cb3-75dc-46cc-92ab-d5408ddf9232 => generated 1239 bytes in 456 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1280] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:30 2026] DELETE /v2.0/networks/70b2476e-9c7c-4804-80ce-a12e1783e6c2 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:30.483 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-30fd9ea4-b658-4578-843e-52ce66693d14'] response: {'name': 'network-changed', 'server_uuid': 'b6ecda73-2f19-4ccf-bf82-094a2aa04ed6', 'tag': '40798cb3-75dc-46cc-92ab-d5408ddf9232', '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, ' 2026-04-07 01:20:30.602 7 INFO neutron.services.segments.plugin [-] Segment e7a7e89d-efc7-47d9-8261-e03280398724 resource provider aggregate not found 2026-04-07 01:20:30.609 7 INFO neutron.services.segments.plugin [-] Segment e7a7e89d-efc7-47d9-8261-e03280398724 resource provider aggregate not found 2026-04-07 01:20:30.618 7 INFO neutron.services.segments.plugin [-] Segment e7a7e89d-efc7-47d9-8261-e03280398724 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7a7e89d-efc7-47d9-8261-e03280398724 found for delete ", "request_id": "req-210775e5-26cd-4592-84c2-b9d202cbfbdf"}]} 2026-04-07 01:20:30.630 7 INFO neutron.services.segments.plugin [-] Segment e7a7e89d-efc7-47d9-8261-e03280398724 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7a7e89d-efc7-47d9-8261-e03280398724 found for delete ", "request_id": "req-c299a66f-3925-406f-97d4-87fa94a80f60"}]} [pid: 7|app: 0|req: 639/1281] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:30 2026] DELETE /v2.0/networks/98b5f2aa-61d0-4976-b162-12cf4b11f17f => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 643/1282] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1283] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 641/1284] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/ports?tenant_id=1d80022402ed4f17b182a7872de21fa3&device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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: 642/1285] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/networks?tenant_id=1d80022402ed4f17b182a7872de21fa3&shared=False => 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: 643/1286] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:20:31 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: 644/1287] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:30 2026] GET /v2.0/security-groups?tenant_id=eb45e9e86d554ec6a17eba130c4e71b9&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: 644/1288] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/security-groups?tenant_id=03ceb0a79af44d8da764e2d98c017884&name=default => generated 2925 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1289] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:31 2026] DELETE /v2.0/security-groups/76a8f1e5-a5a3-439f-b857-e26b2ea2cbe4 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1290] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:31 2026] DELETE /v2.0/security-groups/9e74db23-9f3c-4873-b8fd-e701fe0b37e1 => 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: 646/1291] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/security-groups?tenant_id=f4263f26f9ad408a878259dd92f071d4&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1292] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:31 2026] DELETE /v2.0/security-groups/5075f30c-bcfc-4bb8-90e8-bd778cd7d922 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1293] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1294] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:31 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&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-07 01:20:32.189 8 INFO neutron.services.segments.plugin [-] Segment 1196e746-178d-4678-a94f-b77600d210ea resource provider aggregate not found 2026-04-07 01:20:32.195 8 INFO neutron.services.segments.plugin [-] Segment 1196e746-178d-4678-a94f-b77600d210ea resource provider aggregate not found 2026-04-07 01:20:32.205 8 INFO neutron.services.segments.plugin [-] Segment 1196e746-178d-4678-a94f-b77600d210ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1196e746-178d-4678-a94f-b77600d210ea found for delete ", "request_id": "req-43b6ae49-a557-43f7-a5d7-ff2eb9b6c743"}]} 2026-04-07 01:20:32.209 8 INFO neutron.services.segments.plugin [-] Segment 1196e746-178d-4678-a94f-b77600d210ea resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1196e746-178d-4678-a94f-b77600d210ea found for delete ", "request_id": "req-40f444bd-9951-4560-8584-800e7ff9d5e8"}]} [pid: 8|app: 0|req: 648/1295] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:20:32 2026] GET /v2.0/ports?tenant_id=1d80022402ed4f17b182a7872de21fa3&device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 1242 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:32.223 8 INFO neutron.services.segments.plugin [-] Segment f9be28c3-477c-4c1d-ba95-3ba233b4c641 resource provider aggregate not found 2026-04-07 01:20:32.229 8 INFO neutron.services.segments.plugin [-] Segment f9be28c3-477c-4c1d-ba95-3ba233b4c641 resource provider aggregate not found 2026-04-07 01:20:32.239 8 INFO neutron.services.segments.plugin [-] Segment f9be28c3-477c-4c1d-ba95-3ba233b4c641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9be28c3-477c-4c1d-ba95-3ba233b4c641 found for delete ", "request_id": "req-ff15b170-fd67-414e-b141-ed78ba1a9d55"}]} 2026-04-07 01:20:32.240 8 INFO neutron.services.segments.plugin [-] Segment f9be28c3-477c-4c1d-ba95-3ba233b4c641 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f9be28c3-477c-4c1d-ba95-3ba233b4c641 found for delete ", "request_id": "req-ec58a62b-f1ea-40c6-bb8b-5084908b4cbc"}]} [pid: 7|app: 0|req: 648/1296] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:20:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=40798cb3-75dc-46cc-92ab-d5408ddf9232 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1297] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:20:32 2026] GET /v2.0/subnets?id=d306368d-51c2-4133-a5d2-eaa02bfe8199 => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1298] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:20:32 2026] GET /v2.0/ports?network_id=4a3a87d4-0162-491e-b020-96856d073c09&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1299] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:20:32 2026] GET /v2.0/networks/4a3a87d4-0162-491e-b020-96856d073c09?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: 650/1300] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:20:32 2026] GET /v2.0/networks/4a3a87d4-0162-491e-b020-96856d073c09?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: 651/1301] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:33 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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: 652/1302] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:33 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:33.335 8 INFO neutron.db.segments_db [None req-cc222391-5be7-443d-b110-7d7f2bc87f46 017d612803fa41369569c32bcbc7bfce d88a4309dedb479cab9096331c33e5e7 - - default default] Added segment 91f1f438-5950-4789-aa92-2bc3bdbc05ba of type vxlan for network 714cd404-8ad9-4a37-9677-ec53a6074b23 [pid: 8|app: 0|req: 651/1303] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:33 2026] POST /v2.0/networks => generated 625 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1304] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:33 2026] POST /v2.0/subnets => generated 641 bytes in 216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:33.725 8 INFO neutron.db.segments_db [None req-1a967924-e6fe-4718-9ba5-5a4179d5e092 017d612803fa41369569c32bcbc7bfce d88a4309dedb479cab9096331c33e5e7 - - default default] Added segment ab707eab-e2b4-43e1-bc94-b38cc194ca4e of type vxlan for network 5e228590-cf6a-459f-953f-1486bd1c66cf [pid: 8|app: 0|req: 652/1305] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:33 2026] POST /v2.0/networks => generated 624 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1306] 10.0.0.184 () {34 vars in 743 bytes} [Tue Apr 7 01:20:33 2026] PUT /v2.0/networks/5e228590-cf6a-459f-953f-1486bd1c66cf => generated 592 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1307] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:33 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: 654/1308] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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: 655/1309] 10.0.0.184 () {34 vars in 741 bytes} [Tue Apr 7 01:20:34 2026] PUT /v2.0/subnets/32c9f583-be11-4d76-9ba5-fe4cecc9c70a => generated 636 bytes in 141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1310] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&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-07 01:20:34.527 7 INFO neutron.services.segments.plugin [-] Segment ab707eab-e2b4-43e1-bc94-b38cc194ca4e resource provider aggregate not found 2026-04-07 01:20:34.531 7 INFO neutron.services.segments.plugin [-] Segment ab707eab-e2b4-43e1-bc94-b38cc194ca4e resource provider aggregate not found 2026-04-07 01:20:34.548 7 INFO neutron.services.segments.plugin [-] Segment ab707eab-e2b4-43e1-bc94-b38cc194ca4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab707eab-e2b4-43e1-bc94-b38cc194ca4e found for delete ", "request_id": "req-d96bf966-027f-4ee0-8703-e3bf675f8699"}]} 2026-04-07 01:20:34.550 7 INFO neutron.services.segments.plugin [-] Segment ab707eab-e2b4-43e1-bc94-b38cc194ca4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab707eab-e2b4-43e1-bc94-b38cc194ca4e found for delete ", "request_id": "req-dd7e982d-36e7-459d-9442-bcc66120f365"}]} [pid: 7|app: 0|req: 656/1311] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:34 2026] DELETE /v2.0/networks/5e228590-cf6a-459f-953f-1486bd1c66cf => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:34.582 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c44c4569-c65e-4b64-93e6-14e4d6cec390 017d612803fa41369569c32bcbc7bfce d88a4309dedb479cab9096331c33e5e7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 656/1312] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:34 2026] DELETE /v2.0/networks/5e228590-cf6a-459f-953f-1486bd1c66cf => 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: 657/1313] 10.0.0.184 () {32 vars in 694 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1314] 10.0.0.184 () {32 vars in 742 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/subnets?network_id=c1f5476f-ec8c-4a4f-841c-edbe9b003d31 => generated 649 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1315] 10.0.0.184 () {32 vars in 653 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1316] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/networks => generated 1309 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1317] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/subnets => generated 1280 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1318] 10.0.0.184 () {32 vars in 723 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/networks/714cd404-8ad9-4a37-9677-ec53a6074b23 => generated 669 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 660/1319] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:20:34 2026] GET /v2.0/subnets/216c5111-cf53-4809-ab1b-b54b7671eaef => generated 641 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:34.969 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19b51e29-2183-49c9-9110-cc0b63842411 017d612803fa41369569c32bcbc7bfce d88a4309dedb479cab9096331c33e5e7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 660/1320] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:34 2026] DELETE /v2.0/subnets/32c9f583-be11-4d76-9ba5-fe4cecc9c70a => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:34.990 7 INFO neutron.pecan_wsgi.hooks.translation [None req-927621f6-56e1-4125-93b1-1acc74e6c07e 017d612803fa41369569c32bcbc7bfce d88a4309dedb479cab9096331c33e5e7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 661/1321] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:34 2026] DELETE /v2.0/networks/5e228590-cf6a-459f-953f-1486bd1c66cf => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1322] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:35 2026] DELETE /v2.0/subnets/216c5111-cf53-4809-ab1b-b54b7671eaef => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:35.260 8 INFO neutron_taas.services.taas.taas_plugin [None req-fb1fdba5-d9f2-4a7c-9d87-fb0e72b903aa 017d612803fa41369569c32bcbc7bfce d88a4309dedb479cab9096331c33e5e7 - - default default] TaaS: Handle Delete Port: 0ce3e9a1-2966-4675-b2b8-a94ab05bd7bd 2026-04-07 01:20:35.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fb1fdba5-d9f2-4a7c-9d87-fb0e72b903aa 017d612803fa41369569c32bcbc7bfce d88a4309dedb479cab9096331c33e5e7 - - default default] Tap Mirror: Handle Delete Port: 0ce3e9a1-2966-4675-b2b8-a94ab05bd7bd [pid: 7|app: 0|req: 662/1323] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/security-groups?tenant_id=085669c7e14c44a894d1d73b78c35792&name=default => generated 2925 bytes in 238 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1324] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:35 2026] DELETE /v2.0/security-groups/a78b56e0-0e21-47c3-a281-344c614ff39e => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:35.424 8 INFO neutron.services.segments.plugin [-] Segment 91f1f438-5950-4789-aa92-2bc3bdbc05ba resource provider aggregate not found 2026-04-07 01:20:35.430 8 INFO neutron.services.segments.plugin [-] Segment 91f1f438-5950-4789-aa92-2bc3bdbc05ba resource provider aggregate not found 2026-04-07 01:20:35.450 8 INFO neutron.services.segments.plugin [-] Segment 91f1f438-5950-4789-aa92-2bc3bdbc05ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91f1f438-5950-4789-aa92-2bc3bdbc05ba found for delete ", "request_id": "req-9eb0a204-9b45-4866-b9cc-e17d91daca1a"}]} 2026-04-07 01:20:35.450 8 INFO neutron.services.segments.plugin [-] Segment 91f1f438-5950-4789-aa92-2bc3bdbc05ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91f1f438-5950-4789-aa92-2bc3bdbc05ba found for delete ", "request_id": "req-b05f6f7a-95ca-4212-96cc-41bace4d3500"}]} [pid: 8|app: 0|req: 662/1325] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:35 2026] DELETE /v2.0/networks/714cd404-8ad9-4a37-9677-ec53a6074b23 => generated 0 bytes in 295 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1326] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 663/1327] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&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: 665/1328] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:35 2026] GET /v2.0/security-groups?tenant_id=d88a4309dedb479cab9096331c33e5e7&name=default => generated 2925 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1329] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:36 2026] DELETE /v2.0/security-groups/124aa3a7-ecbb-4109-abbd-5e08315f212a => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 666/1330] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:36 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 665/1331] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:36 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1332] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:37 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1333] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:37 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&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: 667/1334] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:37 2026] GET /v2.0/security-groups?tenant_id=75ccef22a54445baaec5d0b5e9b7eb06&name=default => generated 2925 bytes in 391 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1335] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:38 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1336] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:38 2026] DELETE /v2.0/security-groups/290d1584-3224-44e9-898e-bc645e7ec6e5 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:38.145 8 INFO neutron.db.segments_db [None req-42d86532-cdd7-45a9-b3e6-1d61c7850fd0 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Added segment 04af9936-929d-4c38-aac7-b96be71091f5 of type vxlan for network 567f0765-be84-4a0b-b044-d0b213185a19 [pid: 8|app: 0|req: 668/1337] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:37 2026] POST /v2.0/networks => generated 611 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:38.331 8 INFO neutron.db.segments_db [None req-8d5efe88-ec44-4dab-8a31-ded6dfeeb6b2 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Added segment 375ed658-88d2-49f6-8be8-3fe3c4ca1264 of type vxlan for network 289d6e6f-9842-47ae-afb7-92749cecb082 [pid: 8|app: 0|req: 669/1338] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:38 2026] POST /v2.0/networks => generated 611 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:38.514 7 INFO neutron.db.l3_db [None req-fcc3cd64-a7e1-4115-9769-ea1b2d4dcec6 b0f967a9ff3d43cb9c62520b0f78e2b8 1d80022402ed4f17b182a7872de21fa3 - - default default] Floating IP c6a79e2b-326c-49f5-9121-29725333e7fe associated. External IP: 10.96.250.201, port: 40798cb3-75dc-46cc-92ab-d5408ddf9232. [pid: 8|app: 0|req: 670/1339] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:38 2026] POST /v2.0/subnets => generated 626 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1340] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:38 2026] POST /v2.0/subnets => generated 626 bytes in 211 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 670/1341] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:20:38 2026] PUT /v2.0/floatingips/c6a79e2b-326c-49f5-9121-29725333e7fe => generated 856 bytes in 728 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:38.907 8 INFO neutron.db.segments_db [None req-ce0c6c95-eb47-470d-af6a-c438ea5ef7d5 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Added segment 3ac8db96-c3e5-4136-9bea-a8e683958384 of type vxlan for network 6e588a45-71ee-4c36-b522-c876c4b238cd 2026-04-07 01:20:38.909 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4b97f64f-cc38-42ff-b1ae-d84863610c4a'] response: {'name': 'network-changed', 'server_uuid': 'b6ecda73-2f19-4ccf-bf82-094a2aa04ed6', 'tag': '40798cb3-75dc-46cc-92ab-d5408ddf9232', 'status': 'completed', 'code': 200} 2026-04-07 01:20:39.183 8 INFO neutron.db.l3_hamode_db [None req-ce0c6c95-eb47-470d-af6a-c438ea5ef7d5 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:39.331 8 INFO neutron.db.l3_hamode_db [None req-ce0c6c95-eb47-470d-af6a-c438ea5ef7d5 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 671/1342] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/ports?tenant_id=1d80022402ed4f17b182a7872de21fa3&device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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: 672/1343] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/networks?id=4a3a87d4-0162-491e-b020-96856d073c09 => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 673/1344] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=40798cb3-75dc-46cc-92ab-d5408ddf9232 => generated 859 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 674/1345] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:20:39 2026] GET /v2.0/subnets?id=d306368d-51c2-4133-a5d2-eaa02bfe8199 => generated 694 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:40.041 7 INFO neutron.db.segments_db [None req-1d96c98d-25cb-4bb3-bfa6-1fec9489f288 b4a57be901de48c78577c2210e355350 f006b01af21b467c955dddf05da0e74a - - default default] Added segment 8a81a01b-a847-4e1b-9db1-fdd379a7d081 of type vxlan for network 8e4405b7-329e-4287-8229-818d04603946 [pid: 8|app: 0|req: 672/1346] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:38 2026] POST /v2.0/routers => generated 507 bytes in 1188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 673/1347] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:20:40 2026] GET /v2.0/ports?network_id=4a3a87d4-0162-491e-b020-96856d073c09&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: 675/1348] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:39 2026] POST /v2.0/networks => generated 707 bytes in 534 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1349] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:20:40 2026] GET /v2.0/networks/4a3a87d4-0162-491e-b020-96856d073c09?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: 677/1350] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:40 2026] POST /v2.0/subnets => generated 644 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 678/1351] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:20:40 2026] GET /v2.0/networks/4a3a87d4-0162-491e-b020-96856d073c09?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:40.470 7 WARNING neutron.api.v2.base [None req-3cc7b03f-18ea-45ae-99b7-eb8dcc77c213 b4a57be901de48c78577c2210e355350 f006b01af21b467c955dddf05da0e74a - - 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-07 01:20:40.471 7 INFO neutron.api.v2.resource [None req-3cc7b03f-18ea-45ae-99b7-eb8dcc77c213 b4a57be901de48c78577c2210e355350 f006b01af21b467c955dddf05da0e74a - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 679/1352] 10.0.0.184 () {34 vars in 681 bytes} [Tue Apr 7 01:20:40 2026] POST /v2.0/rbac-policies => generated 143 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-04-07 01:20:40.661 7 INFO neutron.services.segments.plugin [-] Segment 8a81a01b-a847-4e1b-9db1-fdd379a7d081 resource provider aggregate not found 2026-04-07 01:20:40.667 7 INFO neutron.services.segments.plugin [-] Segment 8a81a01b-a847-4e1b-9db1-fdd379a7d081 resource provider aggregate not found 2026-04-07 01:20:40.685 7 INFO neutron.services.segments.plugin [-] Segment 8a81a01b-a847-4e1b-9db1-fdd379a7d081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a81a01b-a847-4e1b-9db1-fdd379a7d081 found for delete ", "request_id": "req-57d5945e-664e-400e-b4e7-aeaf5c850cf2"}]} 2026-04-07 01:20:40.689 7 INFO neutron.services.segments.plugin [-] Segment 8a81a01b-a847-4e1b-9db1-fdd379a7d081 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a81a01b-a847-4e1b-9db1-fdd379a7d081 found for delete ", "request_id": "req-0f2b3bc9-e4ec-4a34-9b75-36dd94c22a13"}]} [pid: 7|app: 0|req: 680/1353] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:40 2026] DELETE /v2.0/networks/8e4405b7-329e-4287-8229-818d04603946 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:40.768 7 INFO neutron.db.segments_db [None req-b83dbc15-93c7-4acb-8761-4f2663e221b4 b4a57be901de48c78577c2210e355350 f006b01af21b467c955dddf05da0e74a - - default default] Added segment d36ac9f5-6844-4cc1-8b21-fdb436981554 of type vxlan for network f6712935-ed8a-471e-ae93-765290dac8dc [pid: 7|app: 0|req: 681/1354] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:40 2026] POST /v2.0/networks => generated 707 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1355] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:40 2026] POST /v2.0/subnets => generated 647 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:41.134 7 WARNING neutron.api.v2.base [None req-8cbade23-6b4c-41fa-9c7d-df7c3ee08b79 b4a57be901de48c78577c2210e355350 f006b01af21b467c955dddf05da0e74a - - 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-07 01:20:41.134 7 INFO neutron.api.v2.resource [None req-8cbade23-6b4c-41fa-9c7d-df7c3ee08b79 b4a57be901de48c78577c2210e355350 f006b01af21b467c955dddf05da0e74a - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 7|app: 0|req: 683/1356] 10.0.0.184 () {34 vars in 681 bytes} [Tue Apr 7 01:20:41 2026] POST /v2.0/rbac-policies => generated 547 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1357] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:41 2026] DELETE /v2.0/networks/f6712935-ed8a-471e-ae93-765290dac8dc => generated 0 bytes in 216 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1358] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:20:40 2026] PUT /v2.0/routers/25fcefd3-d143-4da9-a001-a20ad455f6c9/add_router_interface => generated 309 bytes in 1283 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:41.422 7 INFO neutron.db.segments_db [None req-fa0516c9-f732-43e2-acd2-49d59cd47247 b4a57be901de48c78577c2210e355350 f006b01af21b467c955dddf05da0e74a - - default default] Added segment 49054578-59bf-43bc-9085-093add9a1286 of type vxlan for network 143089aa-1de4-430e-b9ed-3fffcfd551d5 [pid: 8|app: 0|req: 675/1359] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:20:41 2026] GET /v2.0/ports/51c6cf32-cbde-42e3-9fac-95f2550e484f => generated 955 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1360] 10.0.0.85 () {32 vars in 801 bytes} [Tue Apr 7 01:20:41 2026] GET /v2.0/extensions => generated 21537 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1361] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:41 2026] POST /v2.0/networks => generated 707 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 686/1362] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:41 2026] POST /v2.0/subnets => generated 647 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1363] 10.0.0.85 () {30 vars in 723 bytes} [Tue Apr 7 01:20:41 2026] GET /v2.0/quotas/7393320e12874ff19297f9b2b54ca395/details => generated 847 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1364] 10.0.0.184 () {34 vars in 681 bytes} [Tue Apr 7 01:20:41 2026] POST /v2.0/rbac-policies => generated 324 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1365] 10.0.0.184 () {32 vars in 723 bytes} [Tue Apr 7 01:20:42 2026] GET /v2.0/networks/143089aa-1de4-430e-b9ed-3fffcfd551d5 => generated 654 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1366] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:20:41 2026] PUT /v2.0/routers/25fcefd3-d143-4da9-a001-a20ad455f6c9/add_router_interface => generated 309 bytes in 1141 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1367] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:20:42 2026] GET /v2.0/ports/27e5daba-737f-4819-b1ac-88c490e2f3ac => generated 955 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:42.705 7 INFO neutron.services.segments.plugin [-] Segment d36ac9f5-6844-4cc1-8b21-fdb436981554 resource provider aggregate not found 2026-04-07 01:20:42.712 7 INFO neutron.services.segments.plugin [-] Segment d36ac9f5-6844-4cc1-8b21-fdb436981554 resource provider aggregate not found 2026-04-07 01:20:42.717 7 INFO neutron.services.segments.plugin [-] Segment d36ac9f5-6844-4cc1-8b21-fdb436981554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36ac9f5-6844-4cc1-8b21-fdb436981554 found for delete ", "request_id": "req-31b46d12-0118-4aae-b5f8-2436daa5095b"}]} 2026-04-07 01:20:42.725 7 INFO neutron.services.segments.plugin [-] Segment d36ac9f5-6844-4cc1-8b21-fdb436981554 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d36ac9f5-6844-4cc1-8b21-fdb436981554 found for delete ", "request_id": "req-9d06c018-9f29-4047-9243-f23a5e55424d"}]} 2026-04-07 01:20:42.868 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4781cfe7-c598-4d3a-91a3-b3a5dc36d872 60cfe4f7276f401ab1b3b68a163b1f5d 6a9e6877c3f646d2adae0c6333603a49 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 691/1368] 10.0.0.184 () {32 vars in 723 bytes} [Tue Apr 7 01:20:42 2026] GET /v2.0/networks/143089aa-1de4-430e-b9ed-3fffcfd551d5 => generated 138 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:43.069 8 INFO neutron_taas.services.taas.taas_plugin [None req-7f8344a9-c297-4777-90f5-ba3917a8c6bf ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: 27e5daba-737f-4819-b1ac-88c490e2f3ac [pid: 7|app: 0|req: 692/1369] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:42 2026] DELETE /v2.0/networks/143089aa-1de4-430e-b9ed-3fffcfd551d5 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:43.072 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f8344a9-c297-4777-90f5-ba3917a8c6bf ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: 27e5daba-737f-4819-b1ac-88c490e2f3ac 2026-04-07 01:20:43.087 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c49d3f32-ac38-400d-bc5e-8d31bafa1ace b4a57be901de48c78577c2210e355350 f006b01af21b467c955dddf05da0e74a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 693/1370] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:43 2026] DELETE /v2.0/subnets/d07b2bd0-db37-4858-b0ea-b2f4645985e7 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:43.112 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b6bd0f3b-63b6-4fca-b1e1-dc908ccd4e8c b4a57be901de48c78577c2210e355350 f006b01af21b467c955dddf05da0e74a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 694/1371] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:43 2026] DELETE /v2.0/subnets/9f78747a-2867-421f-93a2-febc7c9224e4 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:20:43.132 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f76821b9-b6a3-49a7-9f7e-c2c9bd039be1 b4a57be901de48c78577c2210e355350 f006b01af21b467c955dddf05da0e74a - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 695/1372] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:43 2026] DELETE /v2.0/subnets/2d837fb0-fe7c-46ae-8a1a-e08a7402931e => generated 136 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1373] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:20:42 2026] PUT /v2.0/routers/25fcefd3-d143-4da9-a001-a20ad455f6c9/remove_router_interface => generated 309 bytes in 832 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:43.850 7 INFO neutron_taas.services.taas.taas_plugin [None req-5f842da0-2327-466d-b8d8-f26c9dd42511 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: 51c6cf32-cbde-42e3-9fac-95f2550e484f 2026-04-07 01:20:43.853 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5f842da0-2327-466d-b8d8-f26c9dd42511 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: 51c6cf32-cbde-42e3-9fac-95f2550e484f [pid: 8|app: 0|req: 679/1374] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:43 2026] GET /v2.0/security-groups?tenant_id=6a9e6877c3f646d2adae0c6333603a49&name=default => generated 2925 bytes in 302 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1377] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:20:43 2026] PUT /v2.0/routers/25fcefd3-d143-4da9-a001-a20ad455f6c9/remove_router_interface => generated 309 bytes in 741 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1378] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:20:44 2026] GET /v2.0/ports?device_id=25fcefd3-d143-4da9-a001-a20ad455f6c9 => 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: 682/1379] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:44 2026] DELETE /v2.0/security-groups/187c13d1-b0bb-4f20-924f-092795d17575 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:44.469 7 INFO neutron_taas.services.taas.taas_plugin [None req-9634d422-4108-42c2-9444-64d682da60d4 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: fa581b75-64e6-42d5-b61a-77b4984e1cbc 2026-04-07 01:20:44.472 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9634d422-4108-42c2-9444-64d682da60d4 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: fa581b75-64e6-42d5-b61a-77b4984e1cbc [pid: 8|app: 0|req: 683/1380] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:44 2026] GET /v2.0/security-groups?tenant_id=df5e143564334199abc6fc5c09e5cb5b&name=default => generated 2925 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1381] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:44 2026] DELETE /v2.0/security-groups/9214aa0f-2304-4aa3-9971-7deeb3b752cb => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:44.751 7 INFO neutron.services.segments.plugin [-] Segment 49054578-59bf-43bc-9085-093add9a1286 resource provider aggregate not found 2026-04-07 01:20:44.755 7 INFO neutron.services.segments.plugin [-] Segment 49054578-59bf-43bc-9085-093add9a1286 resource provider aggregate not found 2026-04-07 01:20:44.788 7 INFO neutron.services.segments.plugin [-] Segment 49054578-59bf-43bc-9085-093add9a1286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49054578-59bf-43bc-9085-093add9a1286 found for delete ", "request_id": "req-ddd18fd6-5663-4f73-ac30-81d55836d3fa"}]} 2026-04-07 01:20:44.793 7 INFO neutron.services.segments.plugin [-] Segment 49054578-59bf-43bc-9085-093add9a1286 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 49054578-59bf-43bc-9085-093add9a1286 found for delete ", "request_id": "req-b1016b4c-7cc8-4a7f-9e9f-7374fbcd12f2"}]} [pid: 8|app: 0|req: 685/1382] 10.0.0.85 () {32 vars in 801 bytes} [Tue Apr 7 01:20:44 2026] GET /v2.0/extensions => generated 21537 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-04-07 01:20:44.944 7 INFO neutron.db.l3_hamode_db [None req-9634d422-4108-42c2-9444-64d682da60d4 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] HA network 6e588a45-71ee-4c36-b522-c876c4b238cd was deleted as no HA routers are present in tenant f141e7102f59444b961cf3acd814eaf0. [pid: 8|app: 0|req: 686/1383] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:44 2026] GET /v2.0/security-groups?tenant_id=f006b01af21b467c955dddf05da0e74a&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1384] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:44 2026] DELETE /v2.0/routers/25fcefd3-d143-4da9-a001-a20ad455f6c9 => generated 0 bytes in 658 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1385] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:44 2026] DELETE /v2.0/security-groups/cb6beb23-8f93-4081-89af-afd0cd78fa5d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1386] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:44 2026] DELETE /v2.0/subnets/416f7c3d-58db-4e67-a323-242cf2a10c06 => 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: 688/1387] 10.0.0.85 () {30 vars in 723 bytes} [Tue Apr 7 01:20:45 2026] GET /v2.0/quotas/7393320e12874ff19297f9b2b54ca395/details => generated 847 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1388] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:45 2026] DELETE /v2.0/subnets/2ca0437d-9f3c-4330-886e-6799b8860907 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:45.328 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b2be224-a342-46af-8285-0b8a02aab428 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: b82c8854-52da-412d-9eb7-fe9325194783 2026-04-07 01:20:45.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b2be224-a342-46af-8285-0b8a02aab428 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: b82c8854-52da-412d-9eb7-fe9325194783 2026-04-07 01:20:45.469 8 INFO neutron.services.segments.plugin [-] Segment 375ed658-88d2-49f6-8be8-3fe3c4ca1264 resource provider aggregate not found 2026-04-07 01:20:45.485 8 INFO neutron.services.segments.plugin [-] Segment 375ed658-88d2-49f6-8be8-3fe3c4ca1264 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 375ed658-88d2-49f6-8be8-3fe3c4ca1264 found for delete ", "request_id": "req-d1a54924-9242-4523-9730-224908fa29e2"}]} 2026-04-07 01:20:45.486 8 INFO neutron.services.segments.plugin [-] Segment 375ed658-88d2-49f6-8be8-3fe3c4ca1264 resource provider aggregate not found [pid: 8|app: 0|req: 689/1389] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:45 2026] DELETE /v2.0/networks/289d6e6f-9842-47ae-afb7-92749cecb082 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:45.505 8 INFO neutron.services.segments.plugin [-] Segment 375ed658-88d2-49f6-8be8-3fe3c4ca1264 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 375ed658-88d2-49f6-8be8-3fe3c4ca1264 found for delete ", "request_id": "req-d367e624-cb1d-4672-a0ba-6f83075d6f57"}]} 2026-04-07 01:20:45.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea57b4a1-c1bc-4c35-a921-5f21b0b2e875 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: 7df155d8-7904-4e71-a274-a7d18e0b01ad 2026-04-07 01:20:45.587 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea57b4a1-c1bc-4c35-a921-5f21b0b2e875 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: 7df155d8-7904-4e71-a274-a7d18e0b01ad [pid: 7|app: 0|req: 701/1390] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:45 2026] DELETE /v2.0/networks/567f0765-be84-4a0b-b044-d0b213185a19 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:45.843 8 INFO neutron.db.segments_db [None req-452decb1-d6df-498f-b90a-b0b53afec719 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Added segment bb517bd6-6371-40cb-8962-ec4b8afc88b3 of type vxlan for network 9430e56d-4794-4f20-8397-4db2fcbbaa42 [pid: 8|app: 0|req: 690/1391] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:45 2026] POST /v2.0/networks => generated 611 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1392] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:45 2026] POST /v2.0/subnets => generated 626 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:46.195 8 INFO neutron.db.segments_db [None req-c395b2a0-dd2c-4857-a6d4-7b44a4b9a8b0 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Added segment e5eec465-45b9-44a8-8962-f79824bff05c of type vxlan for network 0f89a3ba-ec3e-4183-a6fc-d8b7028b9273 2026-04-07 01:20:46.383 8 INFO neutron.db.l3_hamode_db [None req-c395b2a0-dd2c-4857-a6d4-7b44a4b9a8b0 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 703/1393] 10.0.0.231 () {34 vars in 990 bytes} [Tue Apr 7 01:20:46 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:46.466 8 INFO neutron.db.l3_hamode_db [None req-c395b2a0-dd2c-4857-a6d4-7b44a4b9a8b0 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 704/1394] 10.0.0.231 () {34 vars in 1040 bytes} [Tue Apr 7 01:20:46 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&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-07 01:20:46.826 7 INFO neutron.services.segments.plugin [-] Segment 3ac8db96-c3e5-4136-9bea-a8e683958384 resource provider aggregate not found 2026-04-07 01:20:46.827 7 INFO neutron.services.segments.plugin [-] Segment 3ac8db96-c3e5-4136-9bea-a8e683958384 resource provider aggregate not found 2026-04-07 01:20:46.848 7 INFO neutron.services.segments.plugin [-] Segment 3ac8db96-c3e5-4136-9bea-a8e683958384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ac8db96-c3e5-4136-9bea-a8e683958384 found for delete ", "request_id": "req-7d363fd9-d8ab-46af-977a-c7e0839809ee"}]} 2026-04-07 01:20:46.853 7 INFO neutron.services.segments.plugin [-] Segment 3ac8db96-c3e5-4136-9bea-a8e683958384 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3ac8db96-c3e5-4136-9bea-a8e683958384 found for delete ", "request_id": "req-724f2746-bbb8-44d4-a62e-500fbce66dc9"}]} 2026-04-07 01:20:46.870 7 INFO neutron.services.segments.plugin [-] Segment 04af9936-929d-4c38-aac7-b96be71091f5 resource provider aggregate not found 2026-04-07 01:20:46.876 7 INFO neutron.services.segments.plugin [-] Segment 04af9936-929d-4c38-aac7-b96be71091f5 resource provider aggregate not found 2026-04-07 01:20:46.891 7 INFO neutron.services.segments.plugin [-] Segment 04af9936-929d-4c38-aac7-b96be71091f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04af9936-929d-4c38-aac7-b96be71091f5 found for delete ", "request_id": "req-17a3825c-63fc-46fa-8912-4e2212fdae1b"}]} 2026-04-07 01:20:46.894 7 INFO neutron.services.segments.plugin [-] Segment 04af9936-929d-4c38-aac7-b96be71091f5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 04af9936-929d-4c38-aac7-b96be71091f5 found for delete ", "request_id": "req-afa33853-2f40-46b8-8573-220a7b0acf41"}]} [pid: 8|app: 0|req: 691/1395] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:46 2026] POST /v2.0/routers => generated 506 bytes in 899 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1396] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:20:47 2026] POST /v2.0/ports => generated 948 bytes in 328 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: 692/1397] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:20:47 2026] PUT /v2.0/routers/c9cb2a2b-0351-40d6-8f4b-4cd1bc8a6d2f/add_router_interface => generated 309 bytes in 1147 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: 706/1398] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:48 2026] GET /v2.0/security-groups?tenant_id=7393320e12874ff19297f9b2b54ca395&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1399] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:20:48 2026] GET /v2.0/ports/d2655044-c299-4a0b-9b96-76e1b6f1c61c => generated 1022 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 707/1400] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:20:48 2026] DELETE /v2.0/security-groups/356c2ac6-9c33-4e18-a017-31c772b6fde9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:48.990 8 INFO neutron_taas.services.taas.taas_plugin [None req-6d83fd8d-97ba-4406-a3cf-acc7a9ed18c2 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: d2655044-c299-4a0b-9b96-76e1b6f1c61c 2026-04-07 01:20:48.993 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6d83fd8d-97ba-4406-a3cf-acc7a9ed18c2 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: d2655044-c299-4a0b-9b96-76e1b6f1c61c [pid: 8|app: 0|req: 694/1401] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:20:48 2026] PUT /v2.0/routers/c9cb2a2b-0351-40d6-8f4b-4cd1bc8a6d2f/remove_router_interface => generated 309 bytes in 871 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-07 01:20:49.637 8 INFO neutron.api.v2.resource [None req-46f0f10d-52c5-4985-98cf-090a7636ad3f ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 695/1402] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:20:49 2026] PUT /v2.0/routers/c9cb2a2b-0351-40d6-8f4b-4cd1bc8a6d2f/remove_router_interface => generated 197 bytes in 144 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1403] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:20:49 2026] GET /v2.0/ports?device_id=c9cb2a2b-0351-40d6-8f4b-4cd1bc8a6d2f => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:20:49.833 8 INFO neutron_taas.services.taas.taas_plugin [None req-331f2710-4e2e-479b-9a35-1714a0e0628d ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: a65dd117-7db6-4be5-a4c4-5ffbbb9aa760 2026-04-07 01:20:49.836 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-331f2710-4e2e-479b-9a35-1714a0e0628d ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: a65dd117-7db6-4be5-a4c4-5ffbbb9aa760 [pid: 7|app: 0|req: 708/1404] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:20:49 2026] POST /v2.0/floatingips => generated 552 bytes in 599 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:50.152 8 INFO neutron.services.segments.plugin [-] Segment e5eec465-45b9-44a8-8962-f79824bff05c resource provider aggregate not found 2026-04-07 01:20:50.164 8 INFO neutron.services.segments.plugin [-] Segment e5eec465-45b9-44a8-8962-f79824bff05c resource provider aggregate not found 2026-04-07 01:20:50.177 8 INFO neutron.services.segments.plugin [-] Segment e5eec465-45b9-44a8-8962-f79824bff05c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5eec465-45b9-44a8-8962-f79824bff05c found for delete ", "request_id": "req-ba2667dc-b155-40ae-82a6-e65b84d5e259"}]} 2026-04-07 01:20:50.185 8 INFO neutron.services.segments.plugin [-] Segment e5eec465-45b9-44a8-8962-f79824bff05c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e5eec465-45b9-44a8-8962-f79824bff05c found for delete ", "request_id": "req-52362ba8-8535-47fa-b9c6-51a17511590c"}]} 2026-04-07 01:20:50.189 8 INFO neutron.db.l3_hamode_db [None req-331f2710-4e2e-479b-9a35-1714a0e0628d ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] HA network 0f89a3ba-ec3e-4183-a6fc-d8b7028b9273 was deleted as no HA routers are present in tenant f141e7102f59444b961cf3acd814eaf0. [pid: 8|app: 0|req: 697/1405] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:49 2026] DELETE /v2.0/routers/c9cb2a2b-0351-40d6-8f4b-4cd1bc8a6d2f => generated 0 bytes in 530 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1406] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:50 2026] DELETE /v2.0/subnets/d4733ea3-edfb-4f31-8f20-7e79b39d5908 => 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: 699/1407] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:50 2026] DELETE /v2.0/networks/9430e56d-4794-4f20-8397-4db2fcbbaa42 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1408] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:20:49 2026] POST /v2.0/floatingips => generated 552 bytes in 502 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:50.494 8 INFO neutron.db.segments_db [None req-8f6ff940-3cc9-44c6-89fa-38240d501f2f ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Added segment cc2cbd9c-8cb1-4d40-abe2-d11ce45edb06 of type vxlan for network 8d343bb2-1f44-4e50-959f-82d8096e5104 [pid: 8|app: 0|req: 700/1409] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:20:50 2026] POST /v2.0/networks => generated 610 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:50.960 8 INFO neutron.db.segments_db [None req-9bfa60c5-b831-417a-93da-c49df046c60b d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 7b78d55a-7b05-4a9b-b001-bd38c02f716e of type vxlan for network 737020d1-be50-42cb-ba0f-5cd1e6886f7e [pid: 7|app: 0|req: 710/1410] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:20:50 2026] POST /v2.0/floatingips => generated 552 bytes in 535 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1411] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:20:50 2026] POST /v2.0/networks => generated 721 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1412] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:50 2026] POST /v2.0/subnets => generated 626 bytes in 270 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 712/1413] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:51 2026] POST /v2.0/subnets => generated 687 bytes in 210 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:51.521 7 INFO neutron.db.segments_db [None req-43e7d81a-771f-422e-80c1-1adfe4a7d658 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Added segment 52b69c56-dc4c-450c-8a72-fdd8cb10edf2 of type vxlan for network 41a92a6e-211f-45d2-ad8e-3d490584897f [pid: 8|app: 0|req: 702/1414] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:20:51 2026] POST /v2.0/floatingips => generated 552 bytes in 515 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:51.603 8 INFO neutron.db.segments_db [None req-2a6c5adc-2eac-4df6-941b-ff06e55fe309 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment e4e03043-34b2-4874-b419-ef5b714e08d4 of type vxlan for network b92cdbe3-1c8c-450d-b354-b05216c10389 2026-04-07 01:20:51.774 7 INFO neutron.db.l3_hamode_db [None req-43e7d81a-771f-422e-80c1-1adfe4a7d658 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:51.838 8 INFO neutron.db.l3_hamode_db [None req-2a6c5adc-2eac-4df6-941b-ff06e55fe309 d04b9cb48fa8475b9a8d587ff2764c8b a5b1c12cc62b454cafe3281bfb706993 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:51.888 7 INFO neutron.db.l3_hamode_db [None req-43e7d81a-771f-422e-80c1-1adfe4a7d658 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:52.201 8 INFO neutron.services.segments.plugin [-] Segment bb517bd6-6371-40cb-8962-ec4b8afc88b3 resource provider aggregate not found 2026-04-07 01:20:52.219 8 INFO neutron.services.segments.plugin [-] Segment bb517bd6-6371-40cb-8962-ec4b8afc88b3 resource provider aggregate not found 2026-04-07 01:20:52.224 8 INFO neutron.services.segments.plugin [-] Segment bb517bd6-6371-40cb-8962-ec4b8afc88b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb517bd6-6371-40cb-8962-ec4b8afc88b3 found for delete ", "request_id": "req-ad02fe5e-8650-4769-9349-fe8c38a92481"}]} 2026-04-07 01:20:52.235 8 INFO neutron.services.segments.plugin [-] Segment bb517bd6-6371-40cb-8962-ec4b8afc88b3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bb517bd6-6371-40cb-8962-ec4b8afc88b3 found for delete ", "request_id": "req-40ce40da-3f02-44bc-ac08-30850c73ba8b"}]} [pid: 7|app: 0|req: 713/1415] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:51 2026] POST /v2.0/routers => generated 507 bytes in 1058 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:52.610 8 INFO neutron.db.l3_hamode_db [None req-2a6c5adc-2eac-4df6-941b-ff06e55fe309 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 714/1416] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:20:52 2026] POST /v2.0/floatingips => generated 552 bytes in 565 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1417] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:51 2026] POST /v2.0/routers => generated 727 bytes in 2259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1418] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:20:53 2026] PUT /v2.0/floatingips/9353576b-7706-4673-90e5-69b8d9ed7935/tags => generated 17 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1419] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:20:53 2026] PUT /v2.0/routers/04175929-ac06-48ee-ad68-f7653b8edc69/add_router_interface => generated 309 bytes in 1076 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1420] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:20:54 2026] PUT /v2.0/floatingips/c84d7391-340e-40b4-97a6-c1fe6a4a3dd1/tags => generated 25 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1421] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:20:54 2026] GET /v2.0/ports/de935696-4bf2-4e45-ac1a-264245b9d6ad => generated 955 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 718/1422] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:20:54 2026] PUT /v2.0/floatingips/58742a7e-1d71-429a-ad66-11fc3b812f64/tags => generated 34 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1423] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:54 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1424] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:20:53 2026] PUT /v2.0/routers/3f91befa-3b7a-4602-9f0e-5fdc0932f50b/add_router_interface => generated 309 bytes in 1188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:55.176 7 INFO neutron_taas.services.taas.taas_plugin [None req-dae4f90a-950f-4d33-a086-e134810f7cdf ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: de935696-4bf2-4e45-ac1a-264245b9d6ad 2026-04-07 01:20:55.178 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dae4f90a-950f-4d33-a086-e134810f7cdf ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: de935696-4bf2-4e45-ac1a-264245b9d6ad [pid: 8|app: 0|req: 706/1425] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:20:55 2026] PUT /v2.0/floatingips/40cb0c96-4475-400c-be9c-907a1ce7fe5a/tags => generated 19 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1426] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1427] 10.0.0.184 () {32 vars in 672 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 709/1428] 10.0.0.184 () {32 vars in 686 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1429] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1430] 10.0.0.184 () {32 vars in 682 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1431] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 713/1432] 10.0.0.184 () {32 vars in 694 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1433] 10.0.0.184 () {32 vars in 680 bytes} [Tue Apr 7 01:20:55 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: 7|app: 0|req: 720/1434] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:20:54 2026] PUT /v2.0/routers/04175929-ac06-48ee-ad68-f7653b8edc69/remove_router_interface => generated 309 bytes in 742 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1435] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/ports?device_id=04175929-ac06-48ee-ad68-f7653b8edc69 => 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: 715/1436] 10.0.0.184 () {32 vars in 694 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1437] 10.0.0.184 () {32 vars in 690 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1438] 10.0.0.184 () {32 vars in 702 bytes} [Tue Apr 7 01:20:55 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:20:55.791 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1a47ceb-01ed-4f70-8ccd-9589125b86d9 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: 0100f053-bc54-4ede-978f-26cb9b25768a 2026-04-07 01:20:55.796 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1a47ceb-01ed-4f70-8ccd-9589125b86d9 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: 0100f053-bc54-4ede-978f-26cb9b25768a 2026-04-07 01:20:55.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-151c2a7a-3e0b-46cb-9c7a-2fad495d6973 901315bba0684ad7b2b85fb36fc66534 f913572286cf4f90b539b7c6a58d0c29 - - default default] TaaS: Handle Delete Port: 31743b46-30d8-4e4a-a79a-4907072cffab 2026-04-07 01:20:55.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-151c2a7a-3e0b-46cb-9c7a-2fad495d6973 901315bba0684ad7b2b85fb36fc66534 f913572286cf4f90b539b7c6a58d0c29 - - default default] Tap Mirror: Handle Delete Port: 31743b46-30d8-4e4a-a79a-4907072cffab [pid: 8|app: 0|req: 718/1439] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:20:55 2026] DELETE /v2.0/floatingips/9353576b-7706-4673-90e5-69b8d9ed7935 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1440] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:56 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:56.090 7 INFO neutron.services.segments.plugin [-] Segment 52b69c56-dc4c-450c-8a72-fdd8cb10edf2 resource provider aggregate not found 2026-04-07 01:20:56.097 7 INFO neutron.services.segments.plugin [-] Segment 52b69c56-dc4c-450c-8a72-fdd8cb10edf2 resource provider aggregate not found 2026-04-07 01:20:56.110 7 INFO neutron.services.segments.plugin [-] Segment 52b69c56-dc4c-450c-8a72-fdd8cb10edf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52b69c56-dc4c-450c-8a72-fdd8cb10edf2 found for delete ", "request_id": "req-3782382b-aea7-4510-a625-d33c979f7314"}]} 2026-04-07 01:20:56.115 7 INFO neutron.db.l3_hamode_db [None req-c1a47ceb-01ed-4f70-8ccd-9589125b86d9 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] HA network 41a92a6e-211f-45d2-ad8e-3d490584897f was deleted as no HA routers are present in tenant f141e7102f59444b961cf3acd814eaf0. 2026-04-07 01:20:56.119 7 INFO neutron.services.segments.plugin [-] Segment 52b69c56-dc4c-450c-8a72-fdd8cb10edf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52b69c56-dc4c-450c-8a72-fdd8cb10edf2 found for delete ", "request_id": "req-d9887e27-ad43-49bf-a42f-6ecfc5b0c26e"}]} [pid: 7|app: 0|req: 722/1441] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:55 2026] DELETE /v2.0/routers/04175929-ac06-48ee-ad68-f7653b8edc69 => generated 0 bytes in 507 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1442] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:56 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:56.213 8 INFO neutron_taas.services.taas.taas_plugin [None req-e8844a2f-af70-4cd1-b5d6-afc89303c8ec 901315bba0684ad7b2b85fb36fc66534 f913572286cf4f90b539b7c6a58d0c29 - - default default] TaaS: Handle Delete Port: ac141205-a661-4fe3-8b04-5ec96ffcd37f 2026-04-07 01:20:56.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e8844a2f-af70-4cd1-b5d6-afc89303c8ec 901315bba0684ad7b2b85fb36fc66534 f913572286cf4f90b539b7c6a58d0c29 - - default default] Tap Mirror: Handle Delete Port: ac141205-a661-4fe3-8b04-5ec96ffcd37f [pid: 7|app: 0|req: 724/1443] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:20:56 2026] DELETE /v2.0/subnets/6ee78679-0c41-4680-84de-db698d08795e => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 720/1444] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:20:56 2026] DELETE /v2.0/floatingips/c84d7391-340e-40b4-97a6-c1fe6a4a3dd1 => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:56.474 8 INFO neutron.services.segments.plugin [-] Segment cc2cbd9c-8cb1-4d40-abe2-d11ce45edb06 resource provider aggregate not found 2026-04-07 01:20:56.478 7 INFO neutron.db.segments_db [None req-d4f5862f-82a2-4516-97b1-3002b5ba06ea d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 2e7967a1-239c-4b8e-9e8c-c567a49afcfd of type vxlan for network 0bc6cee8-bb33-4006-8193-c22a6df8a4b0 2026-04-07 01:20:56.480 8 INFO neutron.services.segments.plugin [-] Segment cc2cbd9c-8cb1-4d40-abe2-d11ce45edb06 resource provider aggregate not found 2026-04-07 01:20:56.495 8 INFO neutron.services.segments.plugin [-] Segment cc2cbd9c-8cb1-4d40-abe2-d11ce45edb06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc2cbd9c-8cb1-4d40-abe2-d11ce45edb06 found for delete ", "request_id": "req-49b4f43c-0d9d-40a7-b72d-28fd878b2e51"}]} [pid: 8|app: 0|req: 721/1445] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:20:56 2026] DELETE /v2.0/networks/8d343bb2-1f44-4e50-959f-82d8096e5104 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:20:56.508 8 INFO neutron.services.segments.plugin [-] Segment cc2cbd9c-8cb1-4d40-abe2-d11ce45edb06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cc2cbd9c-8cb1-4d40-abe2-d11ce45edb06 found for delete ", "request_id": "req-7025dde5-f5c5-43fb-a4f8-75c1a7d22a77"}]} [pid: 7|app: 0|req: 725/1446] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:20:56 2026] POST /v2.0/networks => generated 722 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:56.618 8 INFO neutron_taas.services.taas.taas_plugin [None req-93711643-404b-4557-939f-f083d4e298ff 901315bba0684ad7b2b85fb36fc66534 f913572286cf4f90b539b7c6a58d0c29 - - default default] TaaS: Handle Delete Port: cfac5cb3-bd99-4822-9f9e-9a7c0618a3ac 2026-04-07 01:20:56.620 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93711643-404b-4557-939f-f083d4e298ff 901315bba0684ad7b2b85fb36fc66534 f913572286cf4f90b539b7c6a58d0c29 - - default default] Tap Mirror: Handle Delete Port: cfac5cb3-bd99-4822-9f9e-9a7c0618a3ac 2026-04-07 01:20:56.632 7 INFO neutron.db.segments_db [None req-20ac1b0b-fc3c-405d-97ec-8a5ab943c7bc ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Added segment 6b49ec3b-5647-4d59-b2fb-c5a877542f9c of type vxlan for network 42e943c3-6afd-4b84-8410-f84e59b515a8 [pid: 8|app: 0|req: 722/1447] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:20:56 2026] DELETE /v2.0/floatingips/58742a7e-1d71-429a-ad66-11fc3b812f64 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:56.881 7 INFO neutron.db.l3_hamode_db [None req-20ac1b0b-fc3c-405d-97ec-8a5ab943c7bc ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 723/1448] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:56 2026] POST /v2.0/subnets => generated 688 bytes in 180 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:20:57.076 8 INFO neutron_taas.services.taas.taas_plugin [None req-537f9d66-39ec-460e-b9b8-9c75ecca2d18 901315bba0684ad7b2b85fb36fc66534 f913572286cf4f90b539b7c6a58d0c29 - - default default] TaaS: Handle Delete Port: 1a66df74-7407-403a-8841-8bf06ddcd62b 2026-04-07 01:20:57.079 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-537f9d66-39ec-460e-b9b8-9c75ecca2d18 901315bba0684ad7b2b85fb36fc66534 f913572286cf4f90b539b7c6a58d0c29 - - default default] Tap Mirror: Handle Delete Port: 1a66df74-7407-403a-8841-8bf06ddcd62b [pid: 8|app: 0|req: 724/1449] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:20:56 2026] DELETE /v2.0/floatingips/40cb0c96-4475-400c-be9c-907a1ce7fe5a => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:20:57.294 8 INFO neutron.db.segments_db [None req-ee175d2b-ade6-4a06-8a04-297c7a1b5998 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 2ff8d657-6c46-4d55-9bab-8a04f1624e96 of type vxlan for network b430a98a-ecdd-4c5f-a8ee-16ee96d9841a 2026-04-07 01:20:57.591 8 INFO neutron.db.l3_hamode_db [None req-ee175d2b-ade6-4a06-8a04-297c7a1b5998 d04b9cb48fa8475b9a8d587ff2764c8b fb19157b21cf41afa2e437663eb596bb - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:57.627 7 INFO neutron.db.l3_hamode_db [None req-20ac1b0b-fc3c-405d-97ec-8a5ab943c7bc ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:20:58.364 8 INFO neutron.db.l3_hamode_db [None req-ee175d2b-ade6-4a06-8a04-297c7a1b5998 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 726/1450] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:56 2026] POST /v2.0/routers => generated 687 bytes in 1919 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1451] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:20:58 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:20:58.646 7 INFO neutron_taas.services.taas.taas_plugin [None req-49d6629e-8156-4ecb-85fa-dfedd61a720e 901315bba0684ad7b2b85fb36fc66534 f913572286cf4f90b539b7c6a58d0c29 - - default default] TaaS: Handle Delete Port: 18b5f6b4-2c1a-44ab-9f19-5b0014ec6e89 2026-04-07 01:20:58.648 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-49d6629e-8156-4ecb-85fa-dfedd61a720e 901315bba0684ad7b2b85fb36fc66534 f913572286cf4f90b539b7c6a58d0c29 - - default default] Tap Mirror: Handle Delete Port: 18b5f6b4-2c1a-44ab-9f19-5b0014ec6e89 [pid: 7|app: 0|req: 728/1452] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:20:58 2026] DELETE /v2.0/floatingips/6cffbf42-0db7-439e-82a3-b2bead0539a1 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1453] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:20:58 2026] GET /v2.0/ports?tenant_id=1d80022402ed4f17b182a7872de21fa3&device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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: 730/1454] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:20:58 2026] GET /v2.0/routers/b3de48a6-69e5-480d-861d-206a43762924 => generated 693 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1455] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:20:58 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&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: 732/1456] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:20:58 2026] GET /v2.0/networks?id=4a3a87d4-0162-491e-b020-96856d073c09 => generated 772 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1457] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:20:58 2026] GET /v2.0/routers => generated 696 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1458] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=40798cb3-75dc-46cc-92ab-d5408ddf9232 => generated 861 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 725/1459] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:20:57 2026] POST /v2.0/routers => generated 728 bytes in 2025 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1462] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/subnets?id=d306368d-51c2-4133-a5d2-eaa02bfe8199 => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 735/1463] 10.0.0.184 () {34 vars in 741 bytes} [Tue Apr 7 01:20:59 2026] PUT /v2.0/routers/b3de48a6-69e5-480d-861d-206a43762924 => generated 700 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1464] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/ports?network_id=4a3a87d4-0162-491e-b020-96856d073c09&device_owner=network%3Adhcp => generated 1244 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1465] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/routers/b3de48a6-69e5-480d-861d-206a43762924 => generated 700 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1466] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/networks/4a3a87d4-0162-491e-b020-96856d073c09?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: 739/1467] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:20:59 2026] GET /v2.0/security-groups?tenant_id=70ef62af08f84eafbcdbfb2810369560&name=default => generated 2925 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 740/1468] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/ports?device_id=b3de48a6-69e5-480d-861d-206a43762924 => 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: 741/1469] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/networks/4a3a87d4-0162-491e-b020-96856d073c09?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: 742/1470] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1471] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:00 2026] DELETE /v2.0/security-groups/b5514353-d692-48d1-88ab-d0ec42b9d26d => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1472] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:20:59 2026] PUT /v2.0/routers/cfb0f31c-d618-4355-94f4-0a9ae4a00cce/add_router_interface => generated 309 bytes in 1187 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:00.500 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe7daa4d-6671-4bd2-83ee-d622f74184c9 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: c812ecd2-d096-4c04-af80-7c267d6c4e74 2026-04-07 01:21:00.502 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe7daa4d-6671-4bd2-83ee-d622f74184c9 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: c812ecd2-d096-4c04-af80-7c267d6c4e74 [pid: 8|app: 0|req: 730/1473] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1474] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/security-groups?tenant_id=302b9f1ceb6f4f6080dcde9f90529629&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1475] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:00 2026] DELETE /v2.0/security-groups/9dd16e4b-76b5-4abe-8be6-453a4e522da3 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:00.833 7 INFO neutron_taas.services.taas.taas_plugin [None req-fe7daa4d-6671-4bd2-83ee-d622f74184c9 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] TaaS: Handle Delete Port: 4131b550-27ba-4d4b-be72-a02ebc051eb5 2026-04-07 01:21:00.835 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fe7daa4d-6671-4bd2-83ee-d622f74184c9 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] Tap Mirror: Handle Delete Port: 4131b550-27ba-4d4b-be72-a02ebc051eb5 [pid: 8|app: 0|req: 733/1476] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:00 2026] GET /v2.0/security-groups?tenant_id=f913572286cf4f90b539b7c6a58d0c29&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1477] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:01 2026] DELETE /v2.0/security-groups/4a1163e9-969a-4cf3-bf65-b8818c5c478c => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:01.187 7 INFO neutron.services.segments.plugin [-] Segment 6b49ec3b-5647-4d59-b2fb-c5a877542f9c resource provider aggregate not found 2026-04-07 01:21:01.193 7 INFO neutron.services.segments.plugin [-] Segment 6b49ec3b-5647-4d59-b2fb-c5a877542f9c resource provider aggregate not found 2026-04-07 01:21:01.220 7 INFO neutron.services.segments.plugin [-] Segment 6b49ec3b-5647-4d59-b2fb-c5a877542f9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b49ec3b-5647-4d59-b2fb-c5a877542f9c found for delete ", "request_id": "req-efa1abc9-8d4c-43e9-8cab-b6ab5498ef79"}]} 2026-04-07 01:21:01.220 7 INFO neutron.services.segments.plugin [-] Segment 6b49ec3b-5647-4d59-b2fb-c5a877542f9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6b49ec3b-5647-4d59-b2fb-c5a877542f9c found for delete ", "request_id": "req-ab144bf0-c17e-4e71-b390-e1152a4fa5a2"}]} 2026-04-07 01:21:01.259 7 INFO neutron.db.l3_hamode_db [None req-fe7daa4d-6671-4bd2-83ee-d622f74184c9 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] HA network 42e943c3-6afd-4b84-8410-f84e59b515a8 was deleted as no HA routers are present in tenant f141e7102f59444b961cf3acd814eaf0. [pid: 7|app: 0|req: 744/1478] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:00 2026] DELETE /v2.0/routers/b3de48a6-69e5-480d-861d-206a43762924 => generated 0 bytes in 938 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 745/1479] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:21:01 2026] GET /v2.0/ports?device_id=b3de48a6-69e5-480d-861d-206a43762924 => 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: 735/1480] 10.0.0.184 () {34 vars in 685 bytes} [Tue Apr 7 01:21:01 2026] POST /v2.0/security-groups => generated 1675 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:21:01.322 7 INFO neutron.api.v2.resource [None req-073fc16a-f75b-47a5-9b3b-488db5053c12 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 746/1481] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:01 2026] DELETE /v2.0/routers/b3de48a6-69e5-480d-861d-206a43762924 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1482] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:21:01 2026] GET /v2.0/ports?device_id=04175929-ac06-48ee-ad68-f7653b8edc69 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:01.398 7 INFO neutron.api.v2.resource [None req-cdee2891-37bb-4720-8c4e-aabb254bb461 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 748/1483] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:01 2026] DELETE /v2.0/routers/04175929-ac06-48ee-ad68-f7653b8edc69 => generated 135 bytes in 36 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:01.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-cbb9e70e-799e-429e-b5cc-856fd5b87205 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 749/1484] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:01 2026] DELETE /v2.0/subnets/6ee78679-0c41-4680-84de-db698d08795e => 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: 736/1485] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:21:01 2026] POST /v2.0/security-group-rules => generated 597 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 750/1486] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:21:01 2026] GET /v2.0/ports?device_id=c9cb2a2b-0351-40d6-8f4b-4cd1bc8a6d2f => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:01.487 7 INFO neutron.api.v2.resource [None req-294a8a6e-a858-4fc5-b493-eea1b6d54008 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 751/1487] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:01 2026] DELETE /v2.0/routers/c9cb2a2b-0351-40d6-8f4b-4cd1bc8a6d2f => generated 135 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:01.503 7 INFO neutron.pecan_wsgi.hooks.translation [None req-11a7f50a-2fe2-4294-b7da-973fbab338d6 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 752/1488] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:01 2026] DELETE /v2.0/subnets/d4733ea3-edfb-4f31-8f20-7e79b39d5908 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1489] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:21:01 2026] GET /v2.0/ports?device_id=25fcefd3-d143-4da9-a001-a20ad455f6c9 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:01.556 7 INFO neutron.api.v2.resource [None req-433a55e5-b6b9-4830-9b38-70ff328a83d6 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 754/1490] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:01 2026] DELETE /v2.0/routers/25fcefd3-d143-4da9-a001-a20ad455f6c9 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:01.586 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d29e49eb-3e27-4184-8ff0-199c079960c7 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 755/1491] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:01 2026] DELETE /v2.0/subnets/416f7c3d-58db-4e67-a323-242cf2a10c06 => generated 136 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:01.608 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b760a83a-d067-4c21-b44b-6272853065b2 ef6e81cbdfd14e8189b27c5361465545 f141e7102f59444b961cf3acd814eaf0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 756/1492] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:01 2026] DELETE /v2.0/subnets/2ca0437d-9f3c-4330-886e-6799b8860907 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1493] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:21:01 2026] POST /v2.0/security-group-rules => generated 596 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 757/1494] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:01 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1495] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:01 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1496] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:21:01 2026] POST /v2.0/security-group-rules => generated 602 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 759/1497] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:21:01 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) 2026-04-07 01:21:01.922 8 INFO neutron.db.securitygroups_db [None req-21bd90dc-2ec6-463e-b12c-1c67eba3272b 86619ff3e564483793c86e890f4c19cc a5b1c12cc62b454cafe3281bfb706993 - - default default] Project a5b1c12cc62b454cafe3281bfb706993 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: 739/1498] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:21:01 2026] POST /v2.0/security-group-rules => generated 607 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:02.064 7 INFO neutron.db.securitygroups_db [None req-074eefe4-87b9-46b2-b92b-6db9b392d522 86619ff3e564483793c86e890f4c19cc a5b1c12cc62b454cafe3281bfb706993 - - default default] Project a5b1c12cc62b454cafe3281bfb706993 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: 760/1499] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:21:02 2026] POST /v2.0/security-group-rules => generated 606 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1500] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:02 2026] GET /v2.0/security-groups?tenant_id=f141e7102f59444b961cf3acd814eaf0&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1501] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:02 2026] DELETE /v2.0/security-groups/84f84bf6-872d-472d-9ee5-c08b8287925d => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1502] 10.0.0.184 () {34 vars in 685 bytes} [Tue Apr 7 01:21:02 2026] POST /v2.0/security-groups => generated 1660 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1503] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:02 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 763/1504] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:02 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1505] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:21:02 2026] POST /v2.0/security-group-rules => generated 597 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1506] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:21:02 2026] POST /v2.0/security-group-rules => generated 602 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 743/1507] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:21:03 2026] POST /v2.0/floatingips => generated 552 bytes in 537 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1508] 10.0.0.87 () {34 vars in 1099 bytes} [Tue Apr 7 01:21:03 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1055774405&fields=id&tenant_id=a5b1c12cc62b454cafe3281bfb706993 => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1509] 10.0.0.87 () {34 vars in 1099 bytes} [Tue Apr 7 01:21:03 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1729928053&fields=id&tenant_id=a5b1c12cc62b454cafe3281bfb706993 => generated 69 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1510] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:21:03 2026] GET /v2.0/networks?id=737020d1-be50-42cb-ba0f-5cd1e6886f7e => generated 672 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1511] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:21:03 2026] GET /v2.0/quotas/a5b1c12cc62b454cafe3281bfb706993 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1512] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:21:03 2026] GET /v2.0/ports?tenant_id=a5b1c12cc62b454cafe3281bfb706993&fields=id => generated 103 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1513] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:21:03 2026] GET /v2.0/networks/737020d1-be50-42cb-ba0f-5cd1e6886f7e?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1514] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:03 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1515] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:21:04 2026] GET /v2.0/networks/737020d1-be50-42cb-ba0f-5cd1e6886f7e?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: 747/1516] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:04 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&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: 770/1517] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:04 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => 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: 748/1518] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:05 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1519] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:05 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 749/1520] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:05 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:06.024 7 INFO neutron.db.segments_db [None req-22c9e660-d9e0-4d7f-9ac5-75493e1d0249 61a9878654134ebb90397e8180de546d 54559fb920ba40298cb2ddc1124fd6bf - - default default] Added segment 93ff5582-153b-4e91-9fca-8aac109eaa67 of type vxlan for network 4e0b9447-c846-4df2-ae48-86c89ddde1a9 [pid: 8|app: 0|req: 750/1521] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:05 2026] GET /v2.0/security-groups?tenant_id=dee05b36df6c4a7cbcbb69dd4d52fe1a&name=default => generated 2925 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1522] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:05 2026] POST /v2.0/networks => generated 613 bytes in 475 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:06.179 7 INFO neutron.db.segments_db [None req-260104f4-6c60-460e-8be9-b31e4e51ae45 61a9878654134ebb90397e8180de546d 54559fb920ba40298cb2ddc1124fd6bf - - default default] Added segment 41f79cdd-4671-44ab-9843-72b83016814b of type vxlan for network c31cde09-a3ee-412e-951f-4a5f5b950bbc [pid: 8|app: 0|req: 751/1523] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:06 2026] DELETE /v2.0/security-groups/289c79a0-801b-48c9-9ed6-500318cf80ff => 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: 773/1524] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:06 2026] POST /v2.0/networks => generated 613 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:06.347 8 INFO neutron.db.segments_db [None req-7e52d5b5-f311-4b5a-be3c-0a008c913ff1 61a9878654134ebb90397e8180de546d 54559fb920ba40298cb2ddc1124fd6bf - - default default] Added segment f5845147-f52c-480e-b17f-1bc7bbd9080b of type vxlan for network a52fdd22-c756-4ba7-8009-0dee5208a72f [pid: 7|app: 0|req: 774/1525] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 973 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1526] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:06 2026] POST /v2.0/networks => generated 612 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1527] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1528] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:06 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:06.557 7 INFO neutron.db.segments_db [None req-2738091b-5333-4a01-87bc-91a95bd0e3a8 61a9878654134ebb90397e8180de546d 54559fb920ba40298cb2ddc1124fd6bf - - default default] Added segment c10a88fb-7518-4195-8f56-6a2bacc9ab19 of type vxlan for network 475dc0fd-923c-4e8d-ba53-ad0369f2a80b [pid: 7|app: 0|req: 776/1529] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:06 2026] POST /v2.0/networks => generated 612 bytes in 178 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:06.712 8 INFO neutron.db.segments_db [None req-f47fe50c-1cf3-4f4d-aaab-8a9a964caccd 61a9878654134ebb90397e8180de546d 54559fb920ba40298cb2ddc1124fd6bf - - default default] Added segment 1bae2d5d-4625-4c4f-b7ed-0bbdff6bb562 of type vxlan for network 99984b06-d1e7-4ea1-9ad7-1d2c3030467e [pid: 8|app: 0|req: 754/1530] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:06 2026] POST /v2.0/networks => generated 613 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 777/1531] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:06 2026] PUT /v2.0/networks/4e0b9447-c846-4df2-ae48-86c89ddde1a9/tags => generated 17 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 755/1532] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:06 2026] PUT /v2.0/networks/c31cde09-a3ee-412e-951f-4a5f5b950bbc/tags => generated 25 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1533] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:06 2026] PUT /v2.0/networks/a52fdd22-c756-4ba7-8009-0dee5208a72f/tags => generated 34 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1534] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:07 2026] PUT /v2.0/networks/475dc0fd-923c-4e8d-ba53-ad0369f2a80b/tags => generated 19 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1535] 10.0.0.184 () {32 vars in 666 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/networks?tags=red => generated 1856 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1536] 10.0.0.184 () {32 vars in 680 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1249 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1537] 10.0.0.184 () {32 vars in 676 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/networks?tags-any=blue => generated 1249 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1538] 10.0.0.184 () {32 vars in 688 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1856 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1539] 10.0.0.184 () {32 vars in 674 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1540] 10.0.0.184 () {32 vars in 688 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2468 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1541] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => 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: 782/1542] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1543] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1544] 10.0.0.184 () {32 vars in 684 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/networks?not-tags-any=blue => generated 2468 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1545] 10.0.0.184 () {32 vars in 696 bytes} [Tue Apr 7 01:21:07 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:07.878 8 INFO neutron.services.segments.plugin [-] Segment 93ff5582-153b-4e91-9fca-8aac109eaa67 resource provider aggregate not found 2026-04-07 01:21:07.883 8 INFO neutron.services.segments.plugin [-] Segment 93ff5582-153b-4e91-9fca-8aac109eaa67 resource provider aggregate not found [pid: 8|app: 0|req: 762/1546] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:07 2026] DELETE /v2.0/networks/4e0b9447-c846-4df2-ae48-86c89ddde1a9 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:07.903 8 INFO neutron.services.segments.plugin [-] Segment 93ff5582-153b-4e91-9fca-8aac109eaa67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93ff5582-153b-4e91-9fca-8aac109eaa67 found for delete ", "request_id": "req-dead4e07-372b-4d3a-a0a9-87bbda5f6d5f"}]} 2026-04-07 01:21:07.906 8 INFO neutron.services.segments.plugin [-] Segment 93ff5582-153b-4e91-9fca-8aac109eaa67 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 93ff5582-153b-4e91-9fca-8aac109eaa67 found for delete ", "request_id": "req-ae7e34d5-04f1-47dc-a0ef-1811a7569d79"}]} 2026-04-07 01:21:08.045 7 INFO neutron.services.segments.plugin [-] Segment 41f79cdd-4671-44ab-9843-72b83016814b resource provider aggregate not found 2026-04-07 01:21:08.051 7 INFO neutron.services.segments.plugin [-] Segment 41f79cdd-4671-44ab-9843-72b83016814b resource provider aggregate not found 2026-04-07 01:21:08.065 7 INFO neutron.services.segments.plugin [-] Segment 41f79cdd-4671-44ab-9843-72b83016814b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41f79cdd-4671-44ab-9843-72b83016814b found for delete ", "request_id": "req-d1ac5908-6037-475f-868d-44e027d36739"}]} 2026-04-07 01:21:08.067 7 INFO neutron.services.segments.plugin [-] Segment 41f79cdd-4671-44ab-9843-72b83016814b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 41f79cdd-4671-44ab-9843-72b83016814b found for delete ", "request_id": "req-c51ea5c2-47a0-4b27-8e3c-5ccf428e1136"}]} [pid: 7|app: 0|req: 785/1547] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:07 2026] DELETE /v2.0/networks/c31cde09-a3ee-412e-951f-4a5f5b950bbc => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1548] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:08 2026] DELETE /v2.0/networks/a52fdd22-c756-4ba7-8009-0dee5208a72f => 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: 787/1549] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:08 2026] DELETE /v2.0/networks/475dc0fd-923c-4e8d-ba53-ad0369f2a80b => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:08.394 8 INFO neutron.db.segments_db [None req-3741e09a-3788-4899-a77f-1ba0b2a281eb d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment cbaabd76-8fed-46b5-bd8a-c08ea4f64c89 of type vxlan for network 4b100e7d-3daf-4d62-8e5d-81684211a0b5 [pid: 8|app: 0|req: 763/1550] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:21:08 2026] POST /v2.0/networks => generated 721 bytes in 425 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1551] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:08 2026] DELETE /v2.0/networks/99984b06-d1e7-4ea1-9ad7-1d2c3030467e => 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: 789/1552] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:21:08 2026] GET /v2.0/networks?id=737020d1-be50-42cb-ba0f-5cd1e6886f7e => generated 672 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 790/1553] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:21:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a5b1c12cc62b454cafe3281bfb706993 => generated 274 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1554] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:21:08 2026] POST /v2.0/subnets => generated 687 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1555] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:08 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:08.747 8 INFO neutron.db.segments_db [None req-0f78bf82-255a-48b2-9c26-2d6c11515f4b d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 0a35acf6-6ca3-42a6-bc4d-9529bd9bd2a2 of type vxlan for network 14ae09d0-13f4-4662-85bc-c07cbd6453d1 2026-04-07 01:21:08.988 8 INFO neutron.db.l3_hamode_db [None req-0f78bf82-255a-48b2-9c26-2d6c11515f4b d04b9cb48fa8475b9a8d587ff2764c8b b05221ee745541198a387bf3b1977c90 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 791/1556] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:21:08 2026] POST /v2.0/ports => generated 997 bytes in 465 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: 792/1557] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:09 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 793/1558] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:21:09 2026] PUT /v2.0/ports/c3cd0982-67ab-4b10-8ded-b709da10d32e => generated 1278 bytes in 417 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: 794/1559] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:09 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:09.584 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64ce0d31-0776-40cc-851a-4e6942f3c27c'] response: {'name': 'network-changed', 'server_uuid': '6c4fef12-ec6b-4529-872e-ee5191030ddd', 'tag': 'c3cd0982-67ab-4b10-8ded-b709da10d32e', 'status': 'completed', 'code': 200} 2026-04-07 01:21:09.672 8 INFO neutron.db.l3_hamode_db [None req-0f78bf82-255a-48b2-9c26-2d6c11515f4b d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 795/1560] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:09 2026] GET /v2.0/security-groups?tenant_id=8ba8b6e9ebfc48129e5e32da46514f16&name=default => generated 2925 bytes in 279 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 796/1561] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:09 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1012 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1562] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:09 2026] DELETE /v2.0/security-groups/205d40d4-13b9-4bc3-8355-84bd7e35ea6a => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1563] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:09 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:10.096 7 INFO neutron.services.segments.plugin [-] Segment f5845147-f52c-480e-b17f-1bc7bbd9080b resource provider aggregate not found 2026-04-07 01:21:10.105 7 INFO neutron.services.segments.plugin [-] Segment f5845147-f52c-480e-b17f-1bc7bbd9080b resource provider aggregate not found [pid: 7|app: 0|req: 799/1564] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:10 2026] GET /v2.0/security-groups?tenant_id=54559fb920ba40298cb2ddc1124fd6bf&name=default => generated 2925 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:10.127 7 INFO neutron.services.segments.plugin [-] Segment f5845147-f52c-480e-b17f-1bc7bbd9080b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5845147-f52c-480e-b17f-1bc7bbd9080b found for delete ", "request_id": "req-4b7675e9-a7ca-4de2-82c5-7d1dbce04a42"}]} 2026-04-07 01:21:10.134 7 INFO neutron.services.segments.plugin [-] Segment f5845147-f52c-480e-b17f-1bc7bbd9080b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f5845147-f52c-480e-b17f-1bc7bbd9080b found for delete ", "request_id": "req-66957265-6f0e-4045-9274-1b03ddb56aa3"}]} 2026-04-07 01:21:10.157 7 INFO neutron.services.segments.plugin [-] Segment c10a88fb-7518-4195-8f56-6a2bacc9ab19 resource provider aggregate not found 2026-04-07 01:21:10.164 7 INFO neutron.services.segments.plugin [-] Segment c10a88fb-7518-4195-8f56-6a2bacc9ab19 resource provider aggregate not found [pid: 7|app: 0|req: 800/1565] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:21:10 2026] GET /v2.0/ports?tenant_id=a5b1c12cc62b454cafe3281bfb706993&device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1281 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:10.176 7 INFO neutron.services.segments.plugin [-] Segment c10a88fb-7518-4195-8f56-6a2bacc9ab19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c10a88fb-7518-4195-8f56-6a2bacc9ab19 found for delete ", "request_id": "req-3edee98b-63f2-4819-8f12-669816adf88a"}]} 2026-04-07 01:21:10.182 7 INFO neutron.services.segments.plugin [-] Segment c10a88fb-7518-4195-8f56-6a2bacc9ab19 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c10a88fb-7518-4195-8f56-6a2bacc9ab19 found for delete ", "request_id": "req-12713960-3d9f-4427-a83b-d80fb5035276"}]} 2026-04-07 01:21:10.193 7 INFO neutron.services.segments.plugin [-] Segment 1bae2d5d-4625-4c4f-b7ed-0bbdff6bb562 resource provider aggregate not found 2026-04-07 01:21:10.203 7 INFO neutron.services.segments.plugin [-] Segment 1bae2d5d-4625-4c4f-b7ed-0bbdff6bb562 resource provider aggregate not found 2026-04-07 01:21:10.217 7 INFO neutron.services.segments.plugin [-] Segment 1bae2d5d-4625-4c4f-b7ed-0bbdff6bb562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bae2d5d-4625-4c4f-b7ed-0bbdff6bb562 found for delete ", "request_id": "req-e28883fc-025a-4de8-a3bf-66a50db262cd"}]} 2026-04-07 01:21:10.218 7 INFO neutron.services.segments.plugin [-] Segment 1bae2d5d-4625-4c4f-b7ed-0bbdff6bb562 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1bae2d5d-4625-4c4f-b7ed-0bbdff6bb562 found for delete ", "request_id": "req-b11314d6-1606-4f9d-b662-fe7dd7266903"}]} [pid: 7|app: 0|req: 801/1566] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:10 2026] DELETE /v2.0/security-groups/fd80faa5-5e4b-4b50-b639-04f17506543c => 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: 802/1567] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:21:10 2026] GET /v2.0/networks?tenant_id=a5b1c12cc62b454cafe3281bfb706993&shared=False => generated 768 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 803/1568] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:21:10 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1569] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:10 2026] GET /v2.0/security-groups?tenant_id=2025c766672a4736a5e4ff0d3478185c&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1570] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:21:08 2026] POST /v2.0/routers => generated 727 bytes in 1877 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1571] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:10 2026] DELETE /v2.0/security-groups/c4fffe58-bc67-4384-8bdb-d74a4c89865d => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1572] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:11 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1012 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1573] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:11 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1574] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:21:11 2026] GET /v2.0/ports?tenant_id=a5b1c12cc62b454cafe3281bfb706993&device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1281 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1575] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:21:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c3cd0982-67ab-4b10-8ded-b709da10d32e => generated 19 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1576] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:21:11 2026] GET /v2.0/subnets?id=40aae7d6-bbcb-44c1-930b-98caab170e32 => generated 690 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 811/1577] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:21:11 2026] GET /v2.0/ports?network_id=737020d1-be50-42cb-ba0f-5cd1e6886f7e&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 812/1578] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:21:11 2026] GET /v2.0/networks/737020d1-be50-42cb-ba0f-5cd1e6886f7e?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: 813/1579] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:21:11 2026] GET /v2.0/networks/737020d1-be50-42cb-ba0f-5cd1e6886f7e?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1580] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:21:10 2026] PUT /v2.0/routers/fcc9e7a1-5cc1-4c19-a1e0-b95995ecc179/add_router_interface => generated 309 bytes in 1195 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1581] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:12 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1012 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1582] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:12 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 815/1583] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:13 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1012 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1584] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:13 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1587] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:21:14 2026] GET /v2.0/networks?id=4b100e7d-3daf-4d62-8e5d-81684211a0b5 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1588] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:21:14 2026] GET /v2.0/quotas/b05221ee745541198a387bf3b1977c90 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 772/1589] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:21:14 2026] GET /v2.0/ports?tenant_id=b05221ee745541198a387bf3b1977c90&fields=id => generated 57 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1590] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:21:14 2026] GET /v2.0/networks/4b100e7d-3daf-4d62-8e5d-81684211a0b5?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1591] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:21:14 2026] GET /v2.0/networks/4b100e7d-3daf-4d62-8e5d-81684211a0b5?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: 819/1592] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:14 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1593] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:14 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1012 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 820/1594] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:14 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 821/1595] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:21:14 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1281 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1596] 199.204.45.57 () {34 vars in 1123 bytes} [Tue Apr 7 01:21:14 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:15.044 8 INFO neutron.db.segments_db [None req-56c2db42-b94a-436e-a174-e2104569416a 776bdb6186214ff18340004121de86a4 26f4a80d855c4119a9dcbdf967186138 - - default default] Added segment 9e876e7f-11e8-45d5-90f8-a16e0313e250 of type vxlan for network 9bd09abc-c033-4a00-808c-502b172ad5f2 [pid: 8|app: 0|req: 775/1597] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:14 2026] POST /v2.0/networks => generated 613 bytes in 379 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1598] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:21:15 2026] POST /v2.0/subnets => generated 626 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:15.447 8 INFO neutron.db.segments_db [None req-9ca5c6eb-63ec-45b5-8e38-5309b74aa50f 776bdb6186214ff18340004121de86a4 26f4a80d855c4119a9dcbdf967186138 - - default default] Added segment ae7573de-4aa4-441b-8270-866ae20910f4 of type vxlan for network d589ed38-b719-4676-979f-0c6ad81ebdf5 [pid: 8|app: 0|req: 776/1599] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:15 2026] POST /v2.0/networks => generated 612 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1600] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:15 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => 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: 778/1601] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:15 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1012 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1602] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:15 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1603] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:21:15 2026] POST /v2.0/subnets => generated 629 bytes in 261 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:15.886 8 INFO neutron.db.segments_db [None req-a22425d9-88cc-4563-92a4-37657f99845b 776bdb6186214ff18340004121de86a4 26f4a80d855c4119a9dcbdf967186138 - - default default] Added segment 8ac4c5db-8f0d-4cf4-80d7-2d8a9ed35035 of type vxlan for network 567e9450-e517-4301-933f-5ad45db8f783 [pid: 8|app: 0|req: 780/1604] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:15 2026] POST /v2.0/networks => generated 612 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1605] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:21:15 2026] POST /v2.0/subnets => generated 629 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:16.352 8 INFO neutron.db.segments_db [None req-63d7f76c-887e-41d8-8937-37baccca3b40 776bdb6186214ff18340004121de86a4 26f4a80d855c4119a9dcbdf967186138 - - default default] Added segment fd600f79-23c9-4aca-b3e8-18423f041659 of type vxlan for network 267d0797-b894-40d0-9c6b-644f13cbadfa [pid: 8|app: 0|req: 781/1606] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:16 2026] POST /v2.0/networks => generated 612 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1607] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:21:16 2026] POST /v2.0/subnets => generated 629 bytes in 254 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1608] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:16 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:16.789 7 INFO neutron.db.segments_db [None req-5a293adc-845c-4de7-9b8a-176d477ce79e 776bdb6186214ff18340004121de86a4 26f4a80d855c4119a9dcbdf967186138 - - default default] Added segment e45556fb-fab2-4695-b830-4403107215fe of type vxlan for network e2806acb-803b-4579-a710-a43f18eae6cd [pid: 7|app: 0|req: 827/1609] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:16 2026] POST /v2.0/networks => generated 613 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1610] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:16 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1014 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1611] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:16 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1612] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:21:16 2026] POST /v2.0/subnets => generated 629 bytes in 297 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1613] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:21:17 2026] PUT /v2.0/subnets/b66c1945-6825-4d97-ac70-e16922034cff/tags => generated 17 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1614] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:21:17 2026] PUT /v2.0/subnets/812452d9-fe07-41de-8c2a-928fec8684d1/tags => generated 25 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1615] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:21:17 2026] PUT /v2.0/subnets/eba75256-c019-4501-ac8c-e0601244e52f/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1616] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:21:17 2026] PUT /v2.0/subnets/d8e9d04f-c98b-4c85-a3cb-3bf4286d5b28/tags => generated 19 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1617] 10.0.0.184 () {32 vars in 664 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1618] 10.0.0.184 () {32 vars in 678 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1619] 10.0.0.184 () {32 vars in 674 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1620] 10.0.0.184 () {32 vars in 686 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1621] 10.0.0.184 () {32 vars in 672 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1622] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => 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: 788/1623] 10.0.0.184 () {32 vars in 686 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1624] 10.0.0.184 () {32 vars in 682 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1625] 10.0.0.184 () {32 vars in 694 bytes} [Tue Apr 7 01:21:17 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1626] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:17 2026] DELETE /v2.0/subnets/b66c1945-6825-4d97-ac70-e16922034cff => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1627] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:18 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1014 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1628] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:18 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1629] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:18 2026] DELETE /v2.0/subnets/812452d9-fe07-41de-8c2a-928fec8684d1 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1630] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:18 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1014 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 840/1631] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:18 2026] DELETE /v2.0/subnets/eba75256-c019-4501-ac8c-e0601244e52f => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1632] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:18 2026] DELETE /v2.0/subnets/d8e9d04f-c98b-4c85-a3cb-3bf4286d5b28 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:18.688 8 INFO neutron.db.l3_db [None req-828d3fa1-771f-4516-b6aa-380fdb3f8ac5 86619ff3e564483793c86e890f4c19cc a5b1c12cc62b454cafe3281bfb706993 - - default default] Floating IP 71ca073f-648a-4f22-94eb-d0153488dd9a associated. External IP: 10.96.250.214, port: c3cd0982-67ab-4b10-8ded-b709da10d32e. [pid: 7|app: 0|req: 842/1633] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:18 2026] DELETE /v2.0/subnets/95039733-72a3-47a2-af22-41bc3837ac9a => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:18.798 7 INFO neutron.services.segments.plugin [-] Segment 9e876e7f-11e8-45d5-90f8-a16e0313e250 resource provider aggregate not found 2026-04-07 01:21:18.804 7 INFO neutron.services.segments.plugin [-] Segment 9e876e7f-11e8-45d5-90f8-a16e0313e250 resource provider aggregate not found 2026-04-07 01:21:18.820 7 INFO neutron.services.segments.plugin [-] Segment 9e876e7f-11e8-45d5-90f8-a16e0313e250 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e876e7f-11e8-45d5-90f8-a16e0313e250 found for delete ", "request_id": "req-500fa645-08b3-4a02-991a-dc14caa9ef79"}]} 2026-04-07 01:21:18.832 7 INFO neutron.services.segments.plugin [-] Segment 9e876e7f-11e8-45d5-90f8-a16e0313e250 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e876e7f-11e8-45d5-90f8-a16e0313e250 found for delete ", "request_id": "req-41ecf4ba-d2c9-4a90-9c19-a2258daa0b19"}]} [pid: 7|app: 0|req: 843/1634] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:18 2026] DELETE /v2.0/networks/9bd09abc-c033-4a00-808c-502b172ad5f2 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1635] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:18 2026] DELETE /v2.0/networks/d589ed38-b719-4676-979f-0c6ad81ebdf5 => 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: 845/1636] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:21:18 2026] GET /v2.0/networks?id=4b100e7d-3daf-4d62-8e5d-81684211a0b5 => generated 672 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1637] 10.0.0.231 () {34 vars in 990 bytes} [Tue Apr 7 01:21:19 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 1244 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1638] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:19 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => 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: 848/1639] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:19 2026] DELETE /v2.0/networks/567e9450-e517-4301-933f-5ad45db8f783 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1640] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:21:18 2026] PUT /v2.0/floatingips/71ca073f-648a-4f22-94eb-d0153488dd9a => generated 856 bytes in 1044 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1641] 10.0.0.231 () {34 vars in 1040 bytes} [Tue Apr 7 01:21:19 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:19.441 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1d8e3ab0-dc4b-45c7-9a68-29b155dd0308'] response: {'name': 'network-changed', 'server_uuid': '6c4fef12-ec6b-4529-872e-ee5191030ddd', 'tag': 'c3cd0982-67ab-4b10-8ded-b709da10d32e', 'status': 'completed', 'code': 200} 2026-04-07 01:21:19.556 8 INFO neutron.services.segments.plugin [-] Segment fd600f79-23c9-4aca-b3e8-18423f041659 resource provider aggregate not found 2026-04-07 01:21:19.577 8 INFO neutron.services.segments.plugin [-] Segment fd600f79-23c9-4aca-b3e8-18423f041659 resource provider aggregate not found 2026-04-07 01:21:19.580 8 INFO neutron.services.segments.plugin [-] Segment fd600f79-23c9-4aca-b3e8-18423f041659 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd600f79-23c9-4aca-b3e8-18423f041659 found for delete ", "request_id": "req-0de56130-3a85-4be2-b8c3-1832ee104e72"}]} [pid: 8|app: 0|req: 794/1642] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:19 2026] DELETE /v2.0/networks/267d0797-b894-40d0-9c6b-644f13cbadfa => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:19.599 8 INFO neutron.services.segments.plugin [-] Segment fd600f79-23c9-4aca-b3e8-18423f041659 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fd600f79-23c9-4aca-b3e8-18423f041659 found for delete ", "request_id": "req-f47b0206-0963-42fc-94bf-dacbdf5db135"}]} [pid: 7|app: 0|req: 849/1643] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:21:19 2026] POST /v2.0/ports => generated 958 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 795/1644] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:19 2026] DELETE /v2.0/networks/e2806acb-803b-4579-a710-a43f18eae6cd => generated 0 bytes in 102 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1645] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:21:19 2026] GET /v2.0/ports?tenant_id=a5b1c12cc62b454cafe3281bfb706993&device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1646] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:21:19 2026] GET /v2.0/networks?id=737020d1-be50-42cb-ba0f-5cd1e6886f7e => generated 768 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 850/1647] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:21:19 2026] PUT /v2.0/ports/cdbc01bc-113d-4580-b42d-b4155a0f522e => generated 1239 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 798/1648] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=c3cd0982-67ab-4b10-8ded-b709da10d32e => generated 859 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:21:20.118 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7da0e8e2-e2ff-4219-aa20-52d47e1acbcd'] response: {'name': 'network-changed', 'server_uuid': 'c277ec52-7d42-48cc-9288-248f0d14a449', 'tag': 'cdbc01bc-113d-4580-b42d-b4155a0f522e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 851/1649] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/subnets?id=40aae7d6-bbcb-44c1-930b-98caab170e32 => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1650] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/ports?network_id=737020d1-be50-42cb-ba0f-5cd1e6886f7e&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1651] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1652] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/networks/737020d1-be50-42cb-ba0f-5cd1e6886f7e?fields=segments => generated 14 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 853/1653] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&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: 801/1654] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/networks/737020d1-be50-42cb-ba0f-5cd1e6886f7e?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: 802/1655] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/ports?tenant_id=b05221ee745541198a387bf3b1977c90&device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1656] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/networks?tenant_id=b05221ee745541198a387bf3b1977c90&shared=False => generated 768 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1657] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:20.838 7 INFO neutron.services.segments.plugin [-] Segment ae7573de-4aa4-441b-8270-866ae20910f4 resource provider aggregate not found 2026-04-07 01:21:20.852 7 INFO neutron.services.segments.plugin [-] Segment ae7573de-4aa4-441b-8270-866ae20910f4 resource provider aggregate not found 2026-04-07 01:21:20.856 7 INFO neutron.services.segments.plugin [-] Segment ae7573de-4aa4-441b-8270-866ae20910f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae7573de-4aa4-441b-8270-866ae20910f4 found for delete ", "request_id": "req-817eb798-e632-4687-87cf-411b2f8c85e0"}]} 2026-04-07 01:21:20.878 7 INFO neutron.services.segments.plugin [-] Segment 8ac4c5db-8f0d-4cf4-80d7-2d8a9ed35035 resource provider aggregate not found 2026-04-07 01:21:20.879 7 INFO neutron.services.segments.plugin [-] Segment ae7573de-4aa4-441b-8270-866ae20910f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae7573de-4aa4-441b-8270-866ae20910f4 found for delete ", "request_id": "req-7da8af08-27ed-49c6-9b33-55879548a4f8"}]} 2026-04-07 01:21:20.902 7 INFO neutron.services.segments.plugin [-] Segment 8ac4c5db-8f0d-4cf4-80d7-2d8a9ed35035 resource provider aggregate not found [pid: 7|app: 0|req: 854/1658] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:20 2026] GET /v2.0/security-groups?tenant_id=a5182d732e14459ca658ebe22d250c83&name=default => generated 2925 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:20.906 7 INFO neutron.services.segments.plugin [-] Segment 8ac4c5db-8f0d-4cf4-80d7-2d8a9ed35035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ac4c5db-8f0d-4cf4-80d7-2d8a9ed35035 found for delete ", "request_id": "req-f2031d7e-fa03-4e3c-a1d7-36ff0a512672"}]} 2026-04-07 01:21:20.916 7 INFO neutron.services.segments.plugin [-] Segment 8ac4c5db-8f0d-4cf4-80d7-2d8a9ed35035 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ac4c5db-8f0d-4cf4-80d7-2d8a9ed35035 found for delete ", "request_id": "req-35038afc-4c57-49d7-a9b2-0ab9c4a67746"}]} [pid: 8|app: 0|req: 805/1659] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:20 2026] DELETE /v2.0/security-groups/697435fd-178b-4861-9e82-e0dafc40e1db => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1660] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:21 2026] GET /v2.0/security-groups?tenant_id=26f4a80d855c4119a9dcbdf967186138&name=default => 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: 806/1661] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:21 2026] DELETE /v2.0/security-groups/0a87fa3d-b93d-4578-b1ed-42dcd0c90a4a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1662] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:21 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 973 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1663] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:21 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&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: 857/1664] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:21 2026] GET /v2.0/security-groups?tenant_id=5f6003b2aff64f24ba094072d5accae1&name=default => generated 2925 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:21.605 8 INFO neutron.services.segments.plugin [-] Segment e45556fb-fab2-4695-b830-4403107215fe resource provider aggregate not found 2026-04-07 01:21:21.624 8 INFO neutron.services.segments.plugin [-] Segment e45556fb-fab2-4695-b830-4403107215fe resource provider aggregate not found 2026-04-07 01:21:21.632 8 INFO neutron.services.segments.plugin [-] Segment e45556fb-fab2-4695-b830-4403107215fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e45556fb-fab2-4695-b830-4403107215fe found for delete ", "request_id": "req-81b631ca-b705-4ad1-a519-d64f5362be4e"}]} 2026-04-07 01:21:21.643 8 INFO neutron.services.segments.plugin [-] Segment e45556fb-fab2-4695-b830-4403107215fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e45556fb-fab2-4695-b830-4403107215fe found for delete ", "request_id": "req-64b32386-5c96-4c7a-9925-54f48465f931"}]} [pid: 8|app: 0|req: 808/1665] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:21 2026] DELETE /v2.0/security-groups/b9c6694d-c47f-4a5a-8f94-bfa53f78cfcc => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1666] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:21:21 2026] GET /v2.0/ports?tenant_id=b05221ee745541198a387bf3b1977c90&device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 1242 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1667] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:21:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=cdbc01bc-113d-4580-b42d-b4155a0f522e => 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: 859/1668] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:21:21 2026] GET /v2.0/subnets?id=aa283098-45bf-4204-abd6-ec51532987d7 => generated 690 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 810/1669] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:21:21 2026] GET /v2.0/ports?network_id=4b100e7d-3daf-4d62-8e5d-81684211a0b5&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: 860/1670] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:21:21 2026] GET /v2.0/networks/4b100e7d-3daf-4d62-8e5d-81684211a0b5?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: 811/1671] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:21:21 2026] GET /v2.0/networks/4b100e7d-3daf-4d62-8e5d-81684211a0b5?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: 861/1672] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:22 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 812/1673] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:22 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1674] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:23 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => 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: 813/1675] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:23 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&fields=id&fields=name => generated 88 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1676] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:24 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1677] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:24 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:25.057 8 INFO neutron.db.segments_db [None req-dce5d8b8-1661-4dd0-be1c-8b986530e7ac 9d8d5d6e3acd439a8b4d8d8cfd2c0769 a537812b9db04fe1841ae87dcead9ae5 - - default default] Added segment 18ac6120-76b5-4d6a-b191-50cce59b5784 of type vxlan for network 7fbaf662-747e-487f-858c-2cdf325b7029 [pid: 8|app: 0|req: 814/1678] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:24 2026] POST /v2.0/networks => generated 612 bytes in 367 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1679] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:25 2026] PUT /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1680] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:25 2026] GET /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/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: 866/1681] 10.0.0.184 () {34 vars in 764 bytes} [Tue Apr 7 01:21:25 2026] PUT /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags/green => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1682] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:25 2026] GET /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags => generated 34 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1683] 10.0.0.184 () {34 vars in 760 bytes} [Tue Apr 7 01:21:25 2026] PUT /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags/red => 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: 817/1684] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:25 2026] GET /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1685] 10.0.0.184 () {34 vars in 782 bytes} [Tue Apr 7 01:21:25 2026] PUT /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags/black.or.white => generated 4 bytes in 75 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1686] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:25 2026] GET /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags => generated 52 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1687] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:25 2026] PUT /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags => generated 37 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 819/1688] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:25 2026] GET /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 870/1689] 10.0.0.184 () {32 vars in 741 bytes} [Tue Apr 7 01:21:25 2026] GET /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:25.876 8 INFO neutron.api.v2.resource [None req-4316624c-90d3-4df9-a8f8-32fbdd8a8df6 9d8d5d6e3acd439a8b4d8d8cfd2c0769 a537812b9db04fe1841ae87dcead9ae5 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 820/1690] 10.0.0.184 () {32 vars in 745 bytes} [Tue Apr 7 01:21:25 2026] GET /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags/green => generated 99 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1691] 10.0.0.184 () {32 vars in 744 bytes} [Tue Apr 7 01:21:25 2026] DELETE /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags/red => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1692] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:25 2026] GET /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags => generated 30 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1693] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:25 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 973 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1694] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:26 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:26.061 7 INFO neutron.api.v2.resource [None req-109bc708-3c36-4451-a1bc-2c0c1b0eca3c 9d8d5d6e3acd439a8b4d8d8cfd2c0769 a537812b9db04fe1841ae87dcead9ae5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 873/1695] 10.0.0.184 () {32 vars in 748 bytes} [Tue Apr 7 01:21:26 2026] DELETE /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1696] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:21:26 2026] DELETE /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1697] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:26 2026] GET /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:26.313 8 INFO neutron.services.segments.plugin [-] Segment 18ac6120-76b5-4d6a-b191-50cce59b5784 resource provider aggregate not found 2026-04-07 01:21:26.317 8 INFO neutron.services.segments.plugin [-] Segment 18ac6120-76b5-4d6a-b191-50cce59b5784 resource provider aggregate not found 2026-04-07 01:21:26.344 8 INFO neutron.services.segments.plugin [-] Segment 18ac6120-76b5-4d6a-b191-50cce59b5784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18ac6120-76b5-4d6a-b191-50cce59b5784 found for delete ", "request_id": "req-a8dbcb46-edfa-4d4f-820c-e58d159db46b"}]} 2026-04-07 01:21:26.352 8 INFO neutron.services.segments.plugin [-] Segment 18ac6120-76b5-4d6a-b191-50cce59b5784 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 18ac6120-76b5-4d6a-b191-50cce59b5784 found for delete ", "request_id": "req-51bd294a-729b-4951-9e18-865b12647d2a"}]} [pid: 8|app: 0|req: 824/1698] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:26 2026] DELETE /v2.0/networks/7fbaf662-747e-487f-858c-2cdf325b7029 => 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: 825/1699] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:27 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 975 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1700] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:27 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&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: 875/1701] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:26 2026] GET /v2.0/security-groups?tenant_id=d5fd5a9135d3409eb8231925fc5bacbe&name=default => generated 2925 bytes in 259 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1702] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:27 2026] DELETE /v2.0/security-groups/ea40a3e4-f5b4-45ed-8bad-ffd7c6963d57 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1703] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:27 2026] GET /v2.0/security-groups?tenant_id=a537812b9db04fe1841ae87dcead9ae5&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: 828/1704] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:27 2026] DELETE /v2.0/security-groups/0ae3845d-6ca4-4d5d-a552-d9bf2bf3f5b0 => 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: 877/1705] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:28 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => 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: 829/1706] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:28 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&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: 879/1709] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:29 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => 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: 831/1710] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:29 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&fields=id&fields=name => generated 88 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1711] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:30 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 975 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:31.018 7 INFO neutron.db.segments_db [None req-4ac2c065-d185-46b4-984c-caa4b23cdd47 73fa662b6a6645ddb0c71a5c38bf6ec2 48ff9e160fe545af9b9e4ea4ac6dcd62 - - default default] Added segment f13f9984-2d25-479c-8c3b-78702ce65ddc of type vxlan for network e64a3302-c500-428b-986c-9d7c519be655 [pid: 8|app: 0|req: 833/1712] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:30 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1713] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:30 2026] POST /v2.0/networks => generated 612 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1714] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:31 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 835/1715] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:31 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1716] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:31 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1717] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:31 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1718] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:21:31 2026] POST /v2.0/ports => generated 743 bytes in 361 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1719] 10.0.0.184 () {34 vars in 666 bytes} [Tue Apr 7 01:21:31 2026] POST /v2.0/trunks => generated 407 bytes in 229 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: 882/1720] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:21:31 2026] PUT /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1721] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:21:31 2026] GET /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags => generated 25 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1722] 10.0.0.184 () {34 vars in 760 bytes} [Tue Apr 7 01:21:31 2026] PUT /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags/green => 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: 840/1723] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:21:31 2026] GET /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/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: 884/1724] 10.0.0.184 () {34 vars in 756 bytes} [Tue Apr 7 01:21:31 2026] PUT /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags/red => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1725] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:21:31 2026] GET /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1726] 10.0.0.184 () {34 vars in 778 bytes} [Tue Apr 7 01:21:31 2026] PUT /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags/black.or.white => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1727] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags => generated 52 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1728] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:21:32 2026] PUT /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 843/1729] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags => generated 37 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1730] 10.0.0.184 () {32 vars in 737 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags/red => generated 0 bytes in 17 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:32.141 8 INFO neutron.api.v2.resource [None req-0f393e5c-5ef1-4fb1-ae03-c8b927d0065d 73fa662b6a6645ddb0c71a5c38bf6ec2 48ff9e160fe545af9b9e4ea4ac6dcd62 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 845/1731] 10.0.0.184 () {32 vars in 741 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags/green => generated 99 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1732] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => generated 975 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1733] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:32 2026] DELETE /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags/red => generated 0 bytes in 33 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1734] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags => generated 30 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1735] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/security-groups?id=b77e8c3e-b167-4085-8daa-9af5271a37a7&fields=id&fields=name => generated 88 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:32.232 7 INFO neutron.api.v2.resource [None req-2827d4ff-b48d-4210-a41c-48c2350d24eb 73fa662b6a6645ddb0c71a5c38bf6ec2 48ff9e160fe545af9b9e4ea4ac6dcd62 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 889/1736] 10.0.0.184 () {32 vars in 744 bytes} [Tue Apr 7 01:21:32 2026] DELETE /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags/green => generated 99 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1737] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:21:32 2026] DELETE /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags => 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: 890/1738] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4/tags => 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: 849/1739] 10.0.0.184 () {32 vars in 719 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4 => generated 407 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1740] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/ports/ae25ac9f-8be0-4f5f-9012-2ceb6987ae18 => generated 826 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1741] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => 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: 892/1742] 10.0.0.184 () {32 vars in 722 bytes} [Tue Apr 7 01:21:32 2026] DELETE /v2.0/trunks/6ae4386b-6b22-478d-9af7-c489c30bcbb4 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:32.527 8 INFO neutron_taas.services.taas.taas_plugin [req-cd82aa24-de75-4127-802d-45fe07b8499e req-410489fc-e44a-47b0-964f-d3d4778bd10d 901a9738f7f54734a42f1bbf99a34a7c b05221ee745541198a387bf3b1977c90 - - default default] TaaS: Handle Delete Port: cdbc01bc-113d-4580-b42d-b4155a0f522e 2026-04-07 01:21:32.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cd82aa24-de75-4127-802d-45fe07b8499e req-410489fc-e44a-47b0-964f-d3d4778bd10d 901a9738f7f54734a42f1bbf99a34a7c b05221ee745541198a387bf3b1977c90 - - default default] Tap Mirror: Handle Delete Port: cdbc01bc-113d-4580-b42d-b4155a0f522e 2026-04-07 01:21:32.568 7 INFO neutron_taas.services.taas.taas_plugin [None req-69f02fe8-819d-4918-ba63-9dea1615d31d 73fa662b6a6645ddb0c71a5c38bf6ec2 48ff9e160fe545af9b9e4ea4ac6dcd62 - - default default] TaaS: Handle Delete Port: ae25ac9f-8be0-4f5f-9012-2ceb6987ae18 2026-04-07 01:21:32.571 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-69f02fe8-819d-4918-ba63-9dea1615d31d 73fa662b6a6645ddb0c71a5c38bf6ec2 48ff9e160fe545af9b9e4ea4ac6dcd62 - - default default] Tap Mirror: Handle Delete Port: ae25ac9f-8be0-4f5f-9012-2ceb6987ae18 [pid: 7|app: 0|req: 893/1743] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:21:32 2026] DELETE /v2.0/ports/ae25ac9f-8be0-4f5f-9012-2ceb6987ae18 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1744] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:21:32 2026] DELETE /v2.0/ports/cdbc01bc-113d-4580-b42d-b4155a0f522e => generated 0 bytes in 236 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:32.698 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-4cb36b7d-e9e2-4c39-912a-077f3bd2ccae'] response: {'server_uuid': 'c277ec52-7d42-48cc-9288-248f0d14a449', 'name': 'network-vif-deleted', 'tag': 'cdbc01bc-113d-4580-b42d-b4155a0f522e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 894/1745] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1746] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:32 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:32.777 8 INFO neutron.services.segments.plugin [-] Segment f13f9984-2d25-479c-8c3b-78702ce65ddc resource provider aggregate not found 2026-04-07 01:21:32.784 8 INFO neutron.services.segments.plugin [-] Segment f13f9984-2d25-479c-8c3b-78702ce65ddc resource provider aggregate not found 2026-04-07 01:21:32.800 8 INFO neutron.services.segments.plugin [-] Segment f13f9984-2d25-479c-8c3b-78702ce65ddc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f13f9984-2d25-479c-8c3b-78702ce65ddc found for delete ", "request_id": "req-0feca115-3957-4fc8-9185-4c1d23aa031d"}]} 2026-04-07 01:21:32.802 8 INFO neutron.services.segments.plugin [-] Segment f13f9984-2d25-479c-8c3b-78702ce65ddc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f13f9984-2d25-479c-8c3b-78702ce65ddc found for delete ", "request_id": "req-891637df-917c-4705-80de-b635d5943c66"}]} [pid: 8|app: 0|req: 852/1747] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:32 2026] DELETE /v2.0/networks/e64a3302-c500-428b-986c-9d7c519be655 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1748] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => 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: 853/1749] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/security-groups?tenant_id=be3ba555b09a4854b6c826b20c8e3b9e&name=default => generated 2925 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1750] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:33 2026] DELETE /v2.0/security-groups/f372614a-27d3-4f77-a771-5e7e86c66790 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1751] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/security-groups?tenant_id=48ff9e160fe545af9b9e4ea4ac6dcd62&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: 898/1752] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1753] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1754] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:33 2026] DELETE /v2.0/security-groups/2093398d-6b78-4160-aa1b-115dbf47a841 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1755] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:33 2026] GET /v2.0/security-groups?id=8936645f-727e-4cfb-8aa2-a17ed714c093&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-07 01:21:33.982 8 INFO neutron_taas.services.taas.taas_plugin [req-25a308d1-650c-4c53-aabd-94d72de9b79e req-1bebfc5e-d9b4-480f-9e06-f4bad51f1cde b0f967a9ff3d43cb9c62520b0f78e2b8 1d80022402ed4f17b182a7872de21fa3 - - default default] TaaS: Handle Delete Port: 40798cb3-75dc-46cc-92ab-d5408ddf9232 2026-04-07 01:21:33.986 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-25a308d1-650c-4c53-aabd-94d72de9b79e req-1bebfc5e-d9b4-480f-9e06-f4bad51f1cde b0f967a9ff3d43cb9c62520b0f78e2b8 1d80022402ed4f17b182a7872de21fa3 - - default default] Tap Mirror: Handle Delete Port: 40798cb3-75dc-46cc-92ab-d5408ddf9232 2026-04-07 01:21:34.100 8 INFO neutron.db.l3_db [req-25a308d1-650c-4c53-aabd-94d72de9b79e req-1bebfc5e-d9b4-480f-9e06-f4bad51f1cde b0f967a9ff3d43cb9c62520b0f78e2b8 1d80022402ed4f17b182a7872de21fa3 - - default default] Floating IP c6a79e2b-326c-49f5-9121-29725333e7fe disassociated. External IP: 10.96.250.201, port: 40798cb3-75dc-46cc-92ab-d5408ddf9232. [pid: 7|app: 0|req: 901/1756] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:34 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => 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: 856/1757] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:21:33 2026] DELETE /v2.0/ports/40798cb3-75dc-46cc-92ab-d5408ddf9232 => generated 0 bytes in 621 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:34.732 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3d042719-1837-4c5d-942c-54adb1411f18'] response: {'server_uuid': 'b6ecda73-2f19-4ccf-bf82-094a2aa04ed6', 'name': 'network-vif-deleted', 'tag': '40798cb3-75dc-46cc-92ab-d5408ddf9232', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 902/1758] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:35 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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: 857/1759] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:35 2026] GET /v2.0/ports?device_id=c277ec52-7d42-48cc-9288-248f0d14a449 => 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: 903/1760] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:36 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => 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: 904/1761] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:37 2026] GET /v2.0/ports?device_id=b6ecda73-2f19-4ccf-bf82-094a2aa04ed6 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:37.274 8 INFO neutron.db.segments_db [None req-54835f56-12f6-4b64-9644-3a76ce7936b0 0818fcd641c54130ada9580f708f91a4 9c0120ea51354122a4f301950fffdb13 - - default default] Added segment ebe6ab37-0708-4a9a-85b2-926fa5064965 of type vxlan for network 6225cae5-19ec-400d-82e4-41c79c405d3d [pid: 8|app: 0|req: 858/1762] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:36 2026] POST /v2.0/networks => generated 613 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:37.404 7 INFO neutron.db.segments_db [None req-7969085e-a84f-4226-aaf5-592ddb7b8484 0818fcd641c54130ada9580f708f91a4 9c0120ea51354122a4f301950fffdb13 - - default default] Added segment 76bff2b4-eaa0-4472-a772-a489e249520a of type vxlan for network 8f411d7f-2555-4bde-80a0-a1a1ff014e8c [pid: 7|app: 0|req: 905/1763] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:21:37 2026] POST /v2.0/networks => generated 612 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1764] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:37 2026] PUT /v2.0/networks/6225cae5-19ec-400d-82e4-41c79c405d3d/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: 906/1765] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:37 2026] GET /v2.0/networks/6225cae5-19ec-400d-82e4-41c79c405d3d/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: 860/1766] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:37 2026] PUT /v2.0/networks/8f411d7f-2555-4bde-80a0-a1a1ff014e8c/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1767] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:37 2026] GET /v2.0/networks/8f411d7f-2555-4bde-80a0-a1a1ff014e8c/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: 861/1768] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:37 2026] PUT /v2.0/networks/8f411d7f-2555-4bde-80a0-a1a1ff014e8c/tags => generated 12 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1769] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:37 2026] GET /v2.0/networks/8f411d7f-2555-4bde-80a0-a1a1ff014e8c/tags => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1770] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:21:37 2026] GET /v2.0/networks/6225cae5-19ec-400d-82e4-41c79c405d3d/tags => generated 25 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:37.957 8 INFO neutron.services.segments.plugin [-] Segment ebe6ab37-0708-4a9a-85b2-926fa5064965 resource provider aggregate not found 2026-04-07 01:21:37.965 8 INFO neutron.services.segments.plugin [-] Segment ebe6ab37-0708-4a9a-85b2-926fa5064965 resource provider aggregate not found 2026-04-07 01:21:37.976 8 INFO neutron.services.segments.plugin [-] Segment ebe6ab37-0708-4a9a-85b2-926fa5064965 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebe6ab37-0708-4a9a-85b2-926fa5064965 found for delete ", "request_id": "req-8e84a1a0-c042-4d6f-9777-32fd486fcc6e"}]} 2026-04-07 01:21:37.987 8 INFO neutron.services.segments.plugin [-] Segment ebe6ab37-0708-4a9a-85b2-926fa5064965 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ebe6ab37-0708-4a9a-85b2-926fa5064965 found for delete ", "request_id": "req-0914b3d2-a496-4d67-8985-56a3eab1ccae"}]} [pid: 8|app: 0|req: 864/1771] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:37 2026] DELETE /v2.0/networks/6225cae5-19ec-400d-82e4-41c79c405d3d => 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: 865/1772] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:38 2026] DELETE /v2.0/networks/8f411d7f-2555-4bde-80a0-a1a1ff014e8c => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:38.221 7 INFO neutron_taas.services.taas.taas_plugin [None req-107e685b-0f18-4679-9e20-0e057ef7346f d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 860d80bf-43f1-44d1-9ef3-ddc14394abab 2026-04-07 01:21:38.224 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-107e685b-0f18-4679-9e20-0e057ef7346f d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 860d80bf-43f1-44d1-9ef3-ddc14394abab [pid: 8|app: 0|req: 866/1773] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:38 2026] DELETE /v2.0/security-groups/8936645f-727e-4cfb-8aa2-a17ed714c093 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:38.442 8 INFO neutron.api.v2.resource [None req-4ad2b7f3-e39c-4469-90b4-97c1596338f3 b0f967a9ff3d43cb9c62520b0f78e2b8 1d80022402ed4f17b182a7872de21fa3 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 867/1774] 10.0.0.184 () {32 vars in 737 bytes} [Tue Apr 7 01:21:38 2026] GET /v2.0/security-groups/8936645f-727e-4cfb-8aa2-a17ed714c093 => generated 146 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:38.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-913f9176-0c99-4ecb-ab6c-a261d1ed0b36 b0f967a9ff3d43cb9c62520b0f78e2b8 1d80022402ed4f17b182a7872de21fa3 - - default default] TaaS: Handle Delete Port: 1982bd3a-78fc-4a66-83c0-84805a7671bd 2026-04-07 01:21:38.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-913f9176-0c99-4ecb-ab6c-a261d1ed0b36 b0f967a9ff3d43cb9c62520b0f78e2b8 1d80022402ed4f17b182a7872de21fa3 - - default default] Tap Mirror: Handle Delete Port: 1982bd3a-78fc-4a66-83c0-84805a7671bd [pid: 8|app: 0|req: 868/1775] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:21:38 2026] DELETE /v2.0/floatingips/c6a79e2b-326c-49f5-9121-29725333e7fe => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 908/1776] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:21:37 2026] PUT /v2.0/routers/fcc9e7a1-5cc1-4c19-a1e0-b95995ecc179/remove_router_interface => generated 309 bytes in 1079 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:39.015 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6596087-b675-497e-8192-a03487b04bdb d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 42dd0c69-d123-42a0-86ba-6b26a287795b 2026-04-07 01:21:39.018 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6596087-b675-497e-8192-a03487b04bdb d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 42dd0c69-d123-42a0-86ba-6b26a287795b 2026-04-07 01:21:39.108 8 INFO neutron_taas.services.taas.taas_plugin [None req-a119e737-6ff5-445a-bd3a-ec3bdcbdcd05 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 2df7ab55-2790-4837-8563-737f09b4d3d5 2026-04-07 01:21:39.110 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a119e737-6ff5-445a-bd3a-ec3bdcbdcd05 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 2df7ab55-2790-4837-8563-737f09b4d3d5 2026-04-07 01:21:39.238 7 INFO neutron_taas.services.taas.taas_plugin [None req-d6596087-b675-497e-8192-a03487b04bdb d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: e05fd3e4-316a-4cbb-8db4-ee1e3f8c8aa5 2026-04-07 01:21:39.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d6596087-b675-497e-8192-a03487b04bdb d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: e05fd3e4-316a-4cbb-8db4-ee1e3f8c8aa5 2026-04-07 01:21:39.566 7 INFO neutron.services.segments.plugin [-] Segment 0a35acf6-6ca3-42a6-bc4d-9529bd9bd2a2 resource provider aggregate not found 2026-04-07 01:21:39.574 7 INFO neutron.services.segments.plugin [-] Segment 0a35acf6-6ca3-42a6-bc4d-9529bd9bd2a2 resource provider aggregate not found 2026-04-07 01:21:39.581 7 INFO neutron.services.segments.plugin [-] Segment 0a35acf6-6ca3-42a6-bc4d-9529bd9bd2a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a35acf6-6ca3-42a6-bc4d-9529bd9bd2a2 found for delete ", "request_id": "req-b4f2dbef-d4fa-4cfe-b58e-f32d44913cbb"}]} 2026-04-07 01:21:39.589 7 INFO neutron.services.segments.plugin [-] Segment 0a35acf6-6ca3-42a6-bc4d-9529bd9bd2a2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a35acf6-6ca3-42a6-bc4d-9529bd9bd2a2 found for delete ", "request_id": "req-b954ad5c-fcf5-4105-a77b-3efe8d0b7f18"}]} 2026-04-07 01:21:39.600 7 INFO neutron.db.l3_hamode_db [None req-d6596087-b675-497e-8192-a03487b04bdb d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network 14ae09d0-13f4-4662-85bc-c07cbd6453d1 was deleted as no HA routers are present in tenant b05221ee745541198a387bf3b1977c90. [pid: 7|app: 0|req: 909/1777] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:38 2026] DELETE /v2.0/routers/fcc9e7a1-5cc1-4c19-a1e0-b95995ecc179 => generated 0 bytes in 789 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1778] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:21:38 2026] PUT /v2.0/routers/c1517109-2db5-45bd-92ff-5f7790c04792/remove_router_interface => generated 309 bytes in 897 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1779] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:39 2026] DELETE /v2.0/subnets/aa283098-45bf-4204-abd6-ec51532987d7 => 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: 910/1780] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:39 2026] GET /v2.0/security-groups?tenant_id=c160f8a8daf749a38f004f42a8aff23b&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:39.901 7 INFO neutron_taas.services.taas.taas_plugin [None req-e380e782-5df5-445d-baeb-af234cd3b22a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 41a1ea75-a113-4233-ae09-d164df2a18a2 2026-04-07 01:21:39.905 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e380e782-5df5-445d-baeb-af234cd3b22a d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 41a1ea75-a113-4233-ae09-d164df2a18a2 2026-04-07 01:21:39.959 8 INFO neutron_taas.services.taas.taas_plugin [None req-0de6fe5c-46a5-45e9-af1b-12eef73883a4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 2719af72-244a-4cb5-b9e6-41625bff8ba4 2026-04-07 01:21:39.962 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0de6fe5c-46a5-45e9-af1b-12eef73883a4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 2719af72-244a-4cb5-b9e6-41625bff8ba4 2026-04-07 01:21:40.006 8 INFO neutron.services.segments.plugin [-] Segment 76bff2b4-eaa0-4472-a772-a489e249520a resource provider aggregate not found 2026-04-07 01:21:40.011 8 INFO neutron.services.segments.plugin [-] Segment 76bff2b4-eaa0-4472-a772-a489e249520a resource provider aggregate not found 2026-04-07 01:21:40.026 8 INFO neutron.services.segments.plugin [-] Segment 76bff2b4-eaa0-4472-a772-a489e249520a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76bff2b4-eaa0-4472-a772-a489e249520a found for delete ", "request_id": "req-42692bc5-dd87-4e61-9e52-af766663a7fe"}]} 2026-04-07 01:21:40.036 8 INFO neutron.services.segments.plugin [-] Segment 76bff2b4-eaa0-4472-a772-a489e249520a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 76bff2b4-eaa0-4472-a772-a489e249520a found for delete ", "request_id": "req-9af05069-ca0b-4775-993f-9cfb9b2e1e14"}]} [pid: 7|app: 0|req: 911/1781] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:39 2026] DELETE /v2.0/networks/4b100e7d-3daf-4d62-8e5d-81684211a0b5 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1782] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:40 2026] DELETE /v2.0/security-groups/a2b39f9e-ed30-48f7-8370-58bd13e62b80 => 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: 913/1783] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:40 2026] GET /v2.0/security-groups?tenant_id=b05221ee745541198a387bf3b1977c90&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:40.235 8 INFO neutron_taas.services.taas.taas_plugin [None req-0de6fe5c-46a5-45e9-af1b-12eef73883a4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 0b6531f8-e341-437b-ac0f-1941a1f35824 2026-04-07 01:21:40.240 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0de6fe5c-46a5-45e9-af1b-12eef73883a4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 0b6531f8-e341-437b-ac0f-1941a1f35824 [pid: 7|app: 0|req: 914/1784] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:40 2026] DELETE /v2.0/security-groups/b77e8c3e-b167-4085-8daa-9af5271a37a7 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1785] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:40 2026] GET /v2.0/security-groups?tenant_id=9c0120ea51354122a4f301950fffdb13&name=default => generated 2925 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 916/1786] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:40 2026] DELETE /v2.0/security-groups/0c753a63-4b15-4878-9cb7-74d5b4c8071c => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:40.628 8 INFO neutron.db.l3_hamode_db [None req-0de6fe5c-46a5-45e9-af1b-12eef73883a4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network 86d09b03-d6c9-4eb6-9d0b-30b54002e8d4 was deleted as no HA routers are present in tenant 1d80022402ed4f17b182a7872de21fa3. [pid: 8|app: 0|req: 871/1787] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:39 2026] DELETE /v2.0/routers/c1517109-2db5-45bd-92ff-5f7790c04792 => generated 0 bytes in 867 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1788] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:40 2026] DELETE /v2.0/subnets/d306368d-51c2-4133-a5d2-eaa02bfe8199 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:40.886 8 INFO neutron_taas.services.taas.taas_plugin [None req-c79e9635-d27f-4753-b1b2-c160041971be d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: fba80d42-e3ef-43d0-91ad-930c610b33ba 2026-04-07 01:21:40.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c79e9635-d27f-4753-b1b2-c160041971be d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: fba80d42-e3ef-43d0-91ad-930c610b33ba [pid: 7|app: 0|req: 918/1789] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:40 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1014 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1790] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:40 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 872/1791] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:40 2026] DELETE /v2.0/networks/4a3a87d4-0162-491e-b020-96856d073c09 => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1792] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/security-groups?tenant_id=1d80022402ed4f17b182a7872de21fa3&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: 920/1793] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1283 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1794] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:41 2026] DELETE /v2.0/security-groups/804d442c-881f-422d-88df-5e15de6e371e => 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: 921/1795] 10.0.0.184 () {32 vars in 858 bytes} [Tue Apr 7 01:21:41 2026] GET /v2.0/floatingips?floating_network_id=c1f5476f-ec8c-4a4f-841c-edbe9b003d31&port_id=c3cd0982-67ab-4b10-8ded-b709da10d32e => generated 861 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:41.596 7 INFO neutron.services.segments.plugin [-] Segment cbaabd76-8fed-46b5-bd8a-c08ea4f64c89 resource provider aggregate not found 2026-04-07 01:21:41.604 7 INFO neutron.services.segments.plugin [-] Segment cbaabd76-8fed-46b5-bd8a-c08ea4f64c89 resource provider aggregate not found 2026-04-07 01:21:41.610 7 INFO neutron.services.segments.plugin [-] Segment cbaabd76-8fed-46b5-bd8a-c08ea4f64c89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbaabd76-8fed-46b5-bd8a-c08ea4f64c89 found for delete ", "request_id": "req-93d763ad-0e29-428a-943e-83cd288436af"}]} 2026-04-07 01:21:41.648 7 INFO neutron.services.segments.plugin [-] Segment cbaabd76-8fed-46b5-bd8a-c08ea4f64c89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cbaabd76-8fed-46b5-bd8a-c08ea4f64c89 found for delete ", "request_id": "req-b9d966a2-b9a6-4870-b829-7718c8512df0"}]} 2026-04-07 01:21:42.066 8 INFO neutron.services.segments.plugin [-] Segment ec455fb3-0fca-4b74-bc30-fed6c3377275 resource provider aggregate not found 2026-04-07 01:21:42.069 8 INFO neutron.services.segments.plugin [-] Segment ec455fb3-0fca-4b74-bc30-fed6c3377275 resource provider aggregate not found 2026-04-07 01:21:42.083 8 INFO neutron.services.segments.plugin [-] Segment ec455fb3-0fca-4b74-bc30-fed6c3377275 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec455fb3-0fca-4b74-bc30-fed6c3377275 found for delete ", "request_id": "req-5e3c4464-9a26-44ba-b0dd-6112f4e861f2"}]} 2026-04-07 01:21:42.095 8 INFO neutron.services.segments.plugin [-] Segment ec455fb3-0fca-4b74-bc30-fed6c3377275 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec455fb3-0fca-4b74-bc30-fed6c3377275 found for delete ", "request_id": "req-44eea5d7-470e-494e-b809-c05faaef0059"}]} 2026-04-07 01:21:42.109 8 INFO neutron.services.segments.plugin [-] Segment 1eac9073-9e11-4cd0-9d8e-3f7ee9a6ed4e resource provider aggregate not found 2026-04-07 01:21:42.114 8 INFO neutron.services.segments.plugin [-] Segment 1eac9073-9e11-4cd0-9d8e-3f7ee9a6ed4e resource provider aggregate not found 2026-04-07 01:21:42.129 8 INFO neutron.services.segments.plugin [-] Segment 1eac9073-9e11-4cd0-9d8e-3f7ee9a6ed4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eac9073-9e11-4cd0-9d8e-3f7ee9a6ed4e found for delete ", "request_id": "req-bbc756c3-b1ea-4a51-a759-3f87bb7fd8a0"}]} 2026-04-07 01:21:42.134 8 INFO neutron.services.segments.plugin [-] Segment 1eac9073-9e11-4cd0-9d8e-3f7ee9a6ed4e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1eac9073-9e11-4cd0-9d8e-3f7ee9a6ed4e found for delete ", "request_id": "req-0bb41946-e92e-489f-b426-bd1a68007283"}]} [pid: 8|app: 0|req: 875/1796] 10.0.0.231 () {34 vars in 990 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1283 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1797] 10.0.0.231 () {34 vars in 1120 bytes} [Tue Apr 7 01:21:42 2026] GET /v2.0/security-groups?id=59926b74-dd04-43b1-9664-9b462718c426&id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&fields=id&fields=name => generated 207 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:43.360 8 INFO neutron.db.segments_db [None req-780dc8ee-7bf3-43e6-b9a0-7b1843d730cc d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 5bd061f3-7fa7-4344-9553-819a86d376bd of type vxlan for network d707bef6-ecf3-4569-96f9-ddbb64193345 [pid: 8|app: 0|req: 876/1798] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:21:43 2026] POST /v2.0/networks => generated 725 bytes in 429 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1799] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:21:43 2026] POST /v2.0/subnets => generated 692 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:21:43.695 8 INFO neutron.db.segments_db [None req-d8a36628-70d8-4fdd-8eec-b9f2ffa3f5d1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Added segment 5166970f-b254-46b1-b849-f076c8ad8713 of type vxlan for network ace8306d-1d4e-45af-9ded-897fd6a2145e 2026-04-07 01:21:43.909 8 INFO neutron.db.l3_hamode_db [None req-d8a36628-70d8-4fdd-8eec-b9f2ffa3f5d1 d04b9cb48fa8475b9a8d587ff2764c8b 1528319fd75148a98cd1144fc8211713 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:21:44.641 8 INFO neutron.db.l3_hamode_db [None req-d8a36628-70d8-4fdd-8eec-b9f2ffa3f5d1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 926/1802] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:44 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1014 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 927/1803] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:44 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1804] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:21:43 2026] POST /v2.0/routers => generated 732 bytes in 1953 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 878/1805] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:45 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1014 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1806] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:45 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 928/1807] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:21:45 2026] PUT /v2.0/routers/353fc886-8ece-4348-b27a-be901dedb944/add_router_interface => generated 309 bytes in 1148 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1808] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:47 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1014 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1809] 10.0.0.87 () {34 vars in 1119 bytes} [Tue Apr 7 01:21:47 2026] GET /v2.0/security-groups?id=c815ff7b-ed6e-4043-b8af-39b30a72e9a8&id=59926b74-dd04-43b1-9664-9b462718c426&fields=id&fields=name => generated 207 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 881/1810] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:21:47 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => generated 1014 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:47.368 7 INFO neutron_taas.services.taas.taas_plugin [req-4a4eda2a-0bcb-4483-ada2-46fc3cb43353 req-2783dbb7-7b82-4b28-92b1-6eb87be928b4 86619ff3e564483793c86e890f4c19cc a5b1c12cc62b454cafe3281bfb706993 - - default default] TaaS: Handle Delete Port: c3cd0982-67ab-4b10-8ded-b709da10d32e 2026-04-07 01:21:47.370 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4a4eda2a-0bcb-4483-ada2-46fc3cb43353 req-2783dbb7-7b82-4b28-92b1-6eb87be928b4 86619ff3e564483793c86e890f4c19cc a5b1c12cc62b454cafe3281bfb706993 - - default default] Tap Mirror: Handle Delete Port: c3cd0982-67ab-4b10-8ded-b709da10d32e 2026-04-07 01:21:47.471 7 INFO neutron.db.l3_db [req-4a4eda2a-0bcb-4483-ada2-46fc3cb43353 req-2783dbb7-7b82-4b28-92b1-6eb87be928b4 86619ff3e564483793c86e890f4c19cc a5b1c12cc62b454cafe3281bfb706993 - - default default] Floating IP 71ca073f-648a-4f22-94eb-d0153488dd9a disassociated. External IP: 10.96.250.214, port: c3cd0982-67ab-4b10-8ded-b709da10d32e. [pid: 8|app: 0|req: 882/1811] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:21:47 2026] GET /v2.0/networks?id=d707bef6-ecf3-4569-96f9-ddbb64193345 => generated 677 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1812] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:21:47 2026] GET /v2.0/quotas/1528319fd75148a98cd1144fc8211713 => 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: 884/1813] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:21:47 2026] GET /v2.0/ports?tenant_id=1528319fd75148a98cd1144fc8211713&fields=id => generated 103 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 885/1814] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:21:47 2026] GET /v2.0/networks/d707bef6-ecf3-4569-96f9-ddbb64193345?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: 930/1815] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:21:47 2026] DELETE /v2.0/ports/c3cd0982-67ab-4b10-8ded-b709da10d32e => generated 0 bytes in 647 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1816] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:21:47 2026] GET /v2.0/networks/d707bef6-ecf3-4569-96f9-ddbb64193345?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) 2026-04-07 01:21:47.934 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a33fdb7-cc9f-4aa5-80dc-eb5a92a19949'] response: {'server_uuid': '6c4fef12-ec6b-4529-872e-ee5191030ddd', 'name': 'network-vif-deleted', 'tag': 'c3cd0982-67ab-4b10-8ded-b709da10d32e', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 931/1817] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => 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: 887/1818] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:48 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => 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: 932/1819] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => 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: 888/1820] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:49 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => 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: 933/1821] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:50 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => 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: 934/1822] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:50 2026] GET /v2.0/ports?device_id=6c4fef12-ec6b-4529-872e-ee5191030ddd => 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: 889/1823] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:50 2026] GET /v2.0/security-groups?tenant_id=26b3dbff65234274a4ffd5578c7f0dc6&name=default => generated 2925 bytes in 233 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1824] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:50 2026] DELETE /v2.0/security-groups/dd2356e9-a761-4aa1-973b-58d94015d299 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1825] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:51 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => 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: 936/1826] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:51 2026] DELETE /v2.0/security-groups/c815ff7b-ed6e-4043-b8af-39b30a72e9a8 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:51.772 8 INFO neutron.api.v2.resource [None req-8e4d73a0-abe2-4511-8ff9-9a0f9e4fafa8 86619ff3e564483793c86e890f4c19cc a5b1c12cc62b454cafe3281bfb706993 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 891/1827] 10.0.0.184 () {32 vars in 737 bytes} [Tue Apr 7 01:21:51 2026] GET /v2.0/security-groups/c815ff7b-ed6e-4043-b8af-39b30a72e9a8 => generated 146 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:21:51.874 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a27838e-471d-4fb9-9c18-28ece5475c7a 86619ff3e564483793c86e890f4c19cc a5b1c12cc62b454cafe3281bfb706993 - - default default] TaaS: Handle Delete Port: 2bf8db08-7fb8-49fa-9f3c-58f60dd6fe7d 2026-04-07 01:21:51.877 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a27838e-471d-4fb9-9c18-28ece5475c7a 86619ff3e564483793c86e890f4c19cc a5b1c12cc62b454cafe3281bfb706993 - - default default] Tap Mirror: Handle Delete Port: 2bf8db08-7fb8-49fa-9f3c-58f60dd6fe7d [pid: 7|app: 0|req: 937/1828] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:21:51 2026] DELETE /v2.0/floatingips/71ca073f-648a-4f22-94eb-d0153488dd9a => 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: 892/1829] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:52 2026] DELETE /v2.0/security-groups/59926b74-dd04-43b1-9664-9b462718c426 => 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: 893/1830] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:52 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:52.963 7 INFO neutron_taas.services.taas.taas_plugin [None req-d64f2118-a322-4fcf-a41a-c764ed66ce42 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: c4d650df-59a1-44a3-992c-2c2db17e0db1 2026-04-07 01:21:52.965 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d64f2118-a322-4fcf-a41a-c764ed66ce42 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: c4d650df-59a1-44a3-992c-2c2db17e0db1 [pid: 8|app: 0|req: 894/1831] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:21:53 2026] GET /v2.0/networks?id=d707bef6-ecf3-4569-96f9-ddbb64193345 => generated 677 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1832] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:21:52 2026] PUT /v2.0/routers/3f91befa-3b7a-4602-9f0e-5fdc0932f50b/remove_router_interface => generated 309 bytes in 1270 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1833] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:21:53 2026] POST /v2.0/ports => generated 958 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 896/1834] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:53 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 961 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:21:53.692 7 INFO neutron_taas.services.taas.taas_plugin [None req-6067fcbd-ed26-4c5f-aa96-33b9f75824e4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: afa6e93f-13f6-4c27-9757-86f15ccdebf2 2026-04-07 01:21:53.695 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6067fcbd-ed26-4c5f-aa96-33b9f75824e4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: afa6e93f-13f6-4c27-9757-86f15ccdebf2 2026-04-07 01:21:53.967 7 INFO neutron_taas.services.taas.taas_plugin [None req-6067fcbd-ed26-4c5f-aa96-33b9f75824e4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: f790189d-dde5-41a2-a34e-d4111340e910 2026-04-07 01:21:53.970 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6067fcbd-ed26-4c5f-aa96-33b9f75824e4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: f790189d-dde5-41a2-a34e-d4111340e910 [pid: 8|app: 0|req: 897/1835] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:21:53 2026] PUT /v2.0/ports/3858734c-9e8e-478b-8b2e-3cae19a94760 => generated 1239 bytes in 434 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: 898/1836] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:54 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:54.093 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-12b3f7ed-a5d5-46f1-b554-d28bdd730c40'] response: {'name': 'network-changed', 'server_uuid': 'faf74f07-62a9-4682-911a-78ae1b1a8741', 'tag': '3858734c-9e8e-478b-8b2e-3cae19a94760', 'status': 'completed', 'code': 200} 2026-04-07 01:21:54.295 7 INFO neutron.services.segments.plugin [-] Segment e4e03043-34b2-4874-b419-ef5b714e08d4 resource provider aggregate not found 2026-04-07 01:21:54.301 7 INFO neutron.services.segments.plugin [-] Segment e4e03043-34b2-4874-b419-ef5b714e08d4 resource provider aggregate not found 2026-04-07 01:21:54.316 7 INFO neutron.db.l3_hamode_db [None req-6067fcbd-ed26-4c5f-aa96-33b9f75824e4 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network b92cdbe3-1c8c-450d-b354-b05216c10389 was deleted as no HA routers are present in tenant a5b1c12cc62b454cafe3281bfb706993. 2026-04-07 01:21:54.322 7 INFO neutron.services.segments.plugin [-] Segment e4e03043-34b2-4874-b419-ef5b714e08d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4e03043-34b2-4874-b419-ef5b714e08d4 found for delete ", "request_id": "req-7c122a96-2698-48ec-816b-c519b465a12b"}]} 2026-04-07 01:21:54.325 7 INFO neutron.services.segments.plugin [-] Segment e4e03043-34b2-4874-b419-ef5b714e08d4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e4e03043-34b2-4874-b419-ef5b714e08d4 found for delete ", "request_id": "req-dc5a7031-8e78-4f12-89e3-03fb1bed3209"}]} [pid: 7|app: 0|req: 939/1837] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:53 2026] DELETE /v2.0/routers/3f91befa-3b7a-4602-9f0e-5fdc0932f50b => 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: 899/1838] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:54 2026] DELETE /v2.0/subnets/40aae7d6-bbcb-44c1-930b-98caab170e32 => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:54.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7c37cc1-0959-44d5-b77c-08ca98658746 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 5e166d7d-5270-46c7-8d05-dcbe7076687f 2026-04-07 01:21:54.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7c37cc1-0959-44d5-b77c-08ca98658746 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 5e166d7d-5270-46c7-8d05-dcbe7076687f [pid: 8|app: 0|req: 900/1839] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:21:54 2026] GET /v2.0/ports?tenant_id=1528319fd75148a98cd1144fc8211713&device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 1242 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1840] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:21:54 2026] GET /v2.0/networks?tenant_id=1528319fd75148a98cd1144fc8211713&shared=False => generated 772 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1841] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:54 2026] DELETE /v2.0/networks/737020d1-be50-42cb-ba0f-5cd1e6886f7e => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 941/1842] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:21:54 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: 902/1843] 10.0.0.184 () {34 vars in 678 bytes} [Tue Apr 7 01:21:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 189 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 903/1844] 10.0.0.184 () {34 vars in 678 bytes} [Tue Apr 7 01:21:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 41 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 904/1845] 10.0.0.184 () {34 vars in 678 bytes} [Tue Apr 7 01:21:54 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: 905/1846] 10.0.0.184 () {34 vars in 678 bytes} [Tue Apr 7 01:21:54 2026] POST /v2.0/qos/policies => generated 359 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1847] 10.0.0.184 () {34 vars in 678 bytes} [Tue Apr 7 01:21:55 2026] POST /v2.0/qos/policies => generated 359 bytes in 33 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1848] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:55 2026] PUT /v2.0/policies/b1825975-35c6-4bc6-9fa2-927f73b19320/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: 908/1849] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:55 2026] PUT /v2.0/policies/c157fb1f-d84f-405a-a8ed-00458f6877e7/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:21:55.181 7 INFO neutron_taas.services.taas.taas_plugin [None req-0bf19b88-4295-4bf1-84d6-fbae127cf3d1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 7f9078f6-6e5d-480e-b7b0-9240b2bc178e 2026-04-07 01:21:55.184 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0bf19b88-4295-4bf1-84d6-fbae127cf3d1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 7f9078f6-6e5d-480e-b7b0-9240b2bc178e [pid: 8|app: 0|req: 909/1850] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:55 2026] PUT /v2.0/policies/cd1b1afa-62f8-4e24-a457-28ffd8f8ff9f/tags => generated 34 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1851] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 973 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1852] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:21:55 2026] PUT /v2.0/policies/6678c74b-7410-4dca-821d-a3e5b72bf503/tags => 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: 912/1853] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&fields=id&fields=name => generated 88 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 913/1854] 10.0.0.184 () {32 vars in 674 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1855] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:21:54 2026] PUT /v2.0/routers/cfb0f31c-d618-4355-94f4-0a9ae4a00cce/remove_router_interface => generated 309 bytes in 895 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 914/1856] 10.0.0.184 () {32 vars in 688 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1857] 10.0.0.184 () {32 vars in 684 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 916/1858] 10.0.0.184 () {32 vars in 696 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1859] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/ports?tenant_id=1528319fd75148a98cd1144fc8211713&device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:21:55.916 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5d2b649-2373-4f58-9a23-d414f71edf10 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: c56d3589-e652-4df5-b27c-e2857e044e4c 2026-04-07 01:21:55.920 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5d2b649-2373-4f58-9a23-d414f71edf10 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: c56d3589-e652-4df5-b27c-e2857e044e4c [pid: 8|app: 0|req: 918/1860] 10.0.0.184 () {32 vars in 682 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/qos/policies?not-tags=red => 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: 919/1861] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3858734c-9e8e-478b-8b2e-3cae19a94760 => 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: 920/1862] 10.0.0.184 () {32 vars in 696 bytes} [Tue Apr 7 01:21:55 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 921/1863] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:21:56 2026] GET /v2.0/subnets?id=7b5a7f26-580e-48e4-91f9-46c9f78569ca => generated 695 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1864] 10.0.0.184 () {32 vars in 692 bytes} [Tue Apr 7 01:21:56 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1865] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:21:56 2026] GET /v2.0/ports?network_id=d707bef6-ecf3-4569-96f9-ddbb64193345&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-07 01:21:56.211 7 INFO neutron_taas.services.taas.taas_plugin [None req-d5d2b649-2373-4f58-9a23-d414f71edf10 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 92e7591c-9887-45b0-adaa-3b4025420648 2026-04-07 01:21:56.214 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5d2b649-2373-4f58-9a23-d414f71edf10 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 92e7591c-9887-45b0-adaa-3b4025420648 [pid: 8|app: 0|req: 924/1866] 10.0.0.184 () {32 vars in 704 bytes} [Tue Apr 7 01:21:56 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1867] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:21:56 2026] GET /v2.0/networks/d707bef6-ecf3-4569-96f9-ddbb64193345?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: 926/1868] 10.0.0.184 () {32 vars in 734 bytes} [Tue Apr 7 01:21:56 2026] DELETE /v2.0/qos/policies/b1825975-35c6-4bc6-9fa2-927f73b19320 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:56.353 7 INFO neutron.services.segments.plugin [-] Segment 7b78d55a-7b05-4a9b-b001-bd38c02f716e resource provider aggregate not found 2026-04-07 01:21:56.354 7 INFO neutron.services.segments.plugin [-] Segment 7b78d55a-7b05-4a9b-b001-bd38c02f716e resource provider aggregate not found 2026-04-07 01:21:56.373 7 INFO neutron.services.segments.plugin [-] Segment 7b78d55a-7b05-4a9b-b001-bd38c02f716e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b78d55a-7b05-4a9b-b001-bd38c02f716e found for delete ", "request_id": "req-5d60b9f0-6d8a-4ea6-a002-4865e2cc97e2"}]} 2026-04-07 01:21:56.379 7 INFO neutron.services.segments.plugin [-] Segment 7b78d55a-7b05-4a9b-b001-bd38c02f716e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7b78d55a-7b05-4a9b-b001-bd38c02f716e found for delete ", "request_id": "req-09ad2b82-496f-4417-bacd-8ee564bd236d"}]} [pid: 8|app: 0|req: 927/1869] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:21:56 2026] GET /v2.0/networks/d707bef6-ecf3-4569-96f9-ddbb64193345?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: 928/1870] 10.0.0.184 () {32 vars in 734 bytes} [Tue Apr 7 01:21:56 2026] DELETE /v2.0/qos/policies/c157fb1f-d84f-405a-a8ed-00458f6877e7 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1871] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:56 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 973 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1872] 10.0.0.184 () {32 vars in 734 bytes} [Tue Apr 7 01:21:56 2026] DELETE /v2.0/qos/policies/cd1b1afa-62f8-4e24-a457-28ffd8f8ff9f => 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: 931/1873] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:56 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&fields=id&fields=name => generated 88 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 932/1874] 10.0.0.184 () {32 vars in 734 bytes} [Tue Apr 7 01:21:56 2026] DELETE /v2.0/qos/policies/6678c74b-7410-4dca-821d-a3e5b72bf503 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:56.669 7 INFO neutron.db.l3_hamode_db [None req-d5d2b649-2373-4f58-9a23-d414f71edf10 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network b430a98a-ecdd-4c5f-a8ee-16ee96d9841a was deleted as no HA routers are present in tenant fb19157b21cf41afa2e437663eb596bb. [pid: 7|app: 0|req: 943/1875] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:55 2026] DELETE /v2.0/routers/cfb0f31c-d618-4355-94f4-0a9ae4a00cce => generated 0 bytes in 946 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1876] 10.0.0.184 () {32 vars in 734 bytes} [Tue Apr 7 01:21:56 2026] DELETE /v2.0/qos/policies/e1c2cdbf-cf20-49af-9d93-a4df16d05a8d => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 944/1877] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:21:56 2026] DELETE /v2.0/subnets/f8fd940a-16e6-49f9-bbcf-2fb366011739 => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:21:56.931 8 INFO neutron_taas.services.taas.taas_plugin [None req-1bbf1dc0-dc09-4c0d-a133-b7963fcd4a90 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 39784f00-106a-448a-995c-e058b0f25f76 2026-04-07 01:21:56.934 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1bbf1dc0-dc09-4c0d-a133-b7963fcd4a90 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 39784f00-106a-448a-995c-e058b0f25f76 2026-04-07 01:21:57.085 8 INFO neutron.services.segments.plugin [-] Segment 2e7967a1-239c-4b8e-9e8c-c567a49afcfd resource provider aggregate not found 2026-04-07 01:21:57.089 8 INFO neutron.services.segments.plugin [-] Segment 2e7967a1-239c-4b8e-9e8c-c567a49afcfd resource provider aggregate not found 2026-04-07 01:21:57.101 8 INFO neutron.services.segments.plugin [-] Segment 2e7967a1-239c-4b8e-9e8c-c567a49afcfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e7967a1-239c-4b8e-9e8c-c567a49afcfd found for delete ", "request_id": "req-b2a1abd0-c610-4777-9d04-1ea6883c0e8e"}]} 2026-04-07 01:21:57.104 8 INFO neutron.services.segments.plugin [-] Segment 2e7967a1-239c-4b8e-9e8c-c567a49afcfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2e7967a1-239c-4b8e-9e8c-c567a49afcfd found for delete ", "request_id": "req-10aac042-14e0-4485-9a75-e0b45e45f625"}]} [pid: 8|app: 0|req: 934/1878] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:21:56 2026] DELETE /v2.0/networks/0bc6cee8-bb33-4006-8193-c22a6df8a4b0 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1879] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:57 2026] GET /v2.0/security-groups?tenant_id=fb19157b21cf41afa2e437663eb596bb&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1880] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:57 2026] DELETE /v2.0/security-groups/abd75458-5675-4738-ab3a-622d1104a048 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1881] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:57 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 973 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/1882] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:57 2026] GET /v2.0/security-groups?tenant_id=a5b1c12cc62b454cafe3281bfb706993&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 949/1883] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:57 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&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: 935/1884] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:57 2026] GET /v2.0/security-groups?tenant_id=9fee50eeb6c0492ba4e098ed61942383&name=default => generated 2925 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/1885] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:57 2026] DELETE /v2.0/security-groups/579618d1-01c1-4574-bce3-604204d87ec6 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 936/1886] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:57 2026] DELETE /v2.0/security-groups/8d5f6ae7-d162-4362-9a08-78798bbd1998 => 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: 951/1887] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:58 2026] GET /v2.0/security-groups?tenant_id=a9f45b2bb13940f19c87f48c36797270&name=default => generated 2925 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1888] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:58 2026] DELETE /v2.0/security-groups/4e19a162-f217-4242-bc13-52fa06db19fe => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:21:58.397 7 INFO neutron.services.segments.plugin [-] Segment 2ff8d657-6c46-4d55-9bab-8a04f1624e96 resource provider aggregate not found 2026-04-07 01:21:58.403 7 INFO neutron.services.segments.plugin [-] Segment 2ff8d657-6c46-4d55-9bab-8a04f1624e96 resource provider aggregate not found 2026-04-07 01:21:58.419 7 INFO neutron.services.segments.plugin [-] Segment 2ff8d657-6c46-4d55-9bab-8a04f1624e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ff8d657-6c46-4d55-9bab-8a04f1624e96 found for delete ", "request_id": "req-965b4e81-6cb0-4067-aa23-27112592031b"}]} 2026-04-07 01:21:58.422 7 INFO neutron.services.segments.plugin [-] Segment 2ff8d657-6c46-4d55-9bab-8a04f1624e96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2ff8d657-6c46-4d55-9bab-8a04f1624e96 found for delete ", "request_id": "req-dda7967a-3973-4a46-bb73-36bc33f4cb80"}]} [pid: 7|app: 0|req: 952/1889] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:21:58 2026] GET /v2.0/security-groups?tenant_id=9f9bef82eb754efca3d0613af3fb384d&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: 938/1890] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:21:58 2026] DELETE /v2.0/security-groups/d32ffdb2-56fd-4421-9ff4-1d9adb9ecdf6 => 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: 953/1891] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:58 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1892] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:21:58 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&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: 941/1895] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:21:59 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 973 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 955/1896] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:00 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1897] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:01 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1898] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:01 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&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: 943/1899] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:02 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => 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: 957/1900] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:02 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&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: 944/1901] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:02 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 975 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1902] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:02 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:03.227 8 INFO neutron.db.segments_db [None req-7f1f0b80-f7c7-46de-b312-f2dd754bd74d 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Added segment 7ab248fd-dea2-41d0-a3c9-ce115f97c8fb of type vxlan for network a5c889c6-16c9-41d4-ac2f-567abda5da42 2026-04-07 01:22:03.513 8 INFO neutron.db.l3_hamode_db [None req-7f1f0b80-f7c7-46de-b312-f2dd754bd74d 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:22:03.656 8 INFO neutron.db.l3_hamode_db [None req-7f1f0b80-f7c7-46de-b312-f2dd754bd74d 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 959/1903] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:03 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 975 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1904] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:03 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1905] 10.0.0.184 () {34 vars in 668 bytes} [Tue Apr 7 01:22:02 2026] POST /v2.0/routers => generated 474 bytes in 1234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:04.284 7 INFO neutron.db.l3_hamode_db [None req-ac534a2f-5dd2-41f3-bdcf-bb1268a1fceb 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:22:04.373 7 INFO neutron.db.l3_hamode_db [None req-ac534a2f-5dd2-41f3-bdcf-bb1268a1fceb 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 961/1906] 10.0.0.184 () {34 vars in 668 bytes} [Tue Apr 7 01:22:04 2026] POST /v2.0/routers => generated 474 bytes in 712 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:05.010 8 INFO neutron.db.l3_hamode_db [None req-09b9deea-1f9b-47c7-bcad-44f71540a6e4 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 962/1907] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:05 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:05.114 8 INFO neutron.db.l3_hamode_db [None req-09b9deea-1f9b-47c7-bcad-44f71540a6e4 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 963/1908] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:05 2026] GET /v2.0/security-groups?id=98d164e5-117d-4a94-8b25-7cbf3e6e5826&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1909] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:22:05 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:05.276 7 INFO neutron_taas.services.taas.taas_plugin [req-2d3dffe1-9d56-45ed-b3c7-1e3f5af568a5 req-697a160a-0dfd-4274-a212-6cad0dda8844 ce8d57dc9901424fb9ae565f5f23a88a 1528319fd75148a98cd1144fc8211713 - - default default] TaaS: Handle Delete Port: 3858734c-9e8e-478b-8b2e-3cae19a94760 2026-04-07 01:22:05.279 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-2d3dffe1-9d56-45ed-b3c7-1e3f5af568a5 req-697a160a-0dfd-4274-a212-6cad0dda8844 ce8d57dc9901424fb9ae565f5f23a88a 1528319fd75148a98cd1144fc8211713 - - default default] Tap Mirror: Handle Delete Port: 3858734c-9e8e-478b-8b2e-3cae19a94760 [pid: 7|app: 0|req: 965/1910] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:22:05 2026] DELETE /v2.0/ports/3858734c-9e8e-478b-8b2e-3cae19a94760 => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:05.462 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fe552fe8-dc8e-40dc-b4fb-0065ac1f5820'] response: {'server_uuid': 'faf74f07-62a9-4682-911a-78ae1b1a8741', 'name': 'network-vif-deleted', 'tag': '3858734c-9e8e-478b-8b2e-3cae19a94760', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 946/1911] 10.0.0.184 () {34 vars in 668 bytes} [Tue Apr 7 01:22:04 2026] POST /v2.0/routers => generated 474 bytes in 729 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:05.725 7 INFO neutron.db.l3_hamode_db [None req-d82e4545-5fdf-4df2-bb94-2372c87b48cd 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:22:05.844 7 INFO neutron.db.l3_hamode_db [None req-d82e4545-5fdf-4df2-bb94-2372c87b48cd 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 947/1912] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:06 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => 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: 966/1913] 10.0.0.184 () {34 vars in 668 bytes} [Tue Apr 7 01:22:05 2026] POST /v2.0/routers => generated 474 bytes in 866 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:06.602 8 INFO neutron.db.l3_hamode_db [None req-c047c68c-888b-4ad4-a042-b71a5df575b7 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:22:06.716 8 INFO neutron.db.l3_hamode_db [None req-c047c68c-888b-4ad4-a042-b71a5df575b7 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:22:07.124 7 INFO neutron.db.segments_db [None req-5ca07a3c-d664-4685-880a-6996e2b4fdf9 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Added segment c9eb7550-9109-45c1-8284-242649b604fb of type vxlan for network 8b218210-e5ff-4312-8d81-2ef130d49646 [pid: 7|app: 0|req: 967/1914] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:06 2026] POST /v2.0/networks => generated 620 bytes in 357 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1915] 10.0.0.184 () {34 vars in 668 bytes} [Tue Apr 7 01:22:06 2026] POST /v2.0/routers => generated 474 bytes in 700 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1916] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:22:07 2026] PUT /v2.0/routers/4344ce2f-1d99-49dd-baa6-8facbf82e8ae/tags => generated 17 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1917] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:07 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => 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: 968/1918] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:07 2026] POST /v2.0/subnets => generated 658 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/1919] 10.0.0.184 () {32 vars in 722 bytes} [Tue Apr 7 01:22:07 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 951/1920] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:22:07 2026] PUT /v2.0/routers/dc529b5c-530b-48ef-b2a2-1f7fa5936cd5/tags => generated 25 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1921] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:22:07 2026] PUT /v2.0/routers/e17a089d-496a-4ff2-82b0-d8fe6452bc66/tags => generated 34 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1922] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:22:07 2026] PUT /v2.0/routers/0938d5ca-9f1c-404d-b085-7e0467bd1405/tags => generated 19 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1923] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:07 2026] POST /v2.0/subnets => generated 732 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:07.758 7 INFO neutron.db.segments_db [None req-6c66925c-07e4-40ff-9d97-a655b7236d53 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Added segment 71a85a7b-6999-44d6-8a50-16a0b99d3d08 of type vxlan for network 14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 [pid: 8|app: 0|req: 954/1924] 10.0.0.184 () {32 vars in 664 bytes} [Tue Apr 7 01:22:07 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1925] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:07 2026] POST /v2.0/networks => generated 618 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 955/1926] 10.0.0.184 () {32 vars in 678 bytes} [Tue Apr 7 01:22:07 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 956/1927] 10.0.0.184 () {32 vars in 674 bytes} [Tue Apr 7 01:22:07 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 957/1928] 10.0.0.184 () {32 vars in 686 bytes} [Tue Apr 7 01:22:07 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1929] 10.0.0.184 () {32 vars in 672 bytes} [Tue Apr 7 01:22:08 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 972/1930] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:07 2026] POST /v2.0/subnets => generated 655 bytes in 252 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1931] 10.0.0.184 () {32 vars in 686 bytes} [Tue Apr 7 01:22:08 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1932] 10.0.0.184 () {32 vars in 682 bytes} [Tue Apr 7 01:22:08 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/1933] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:08 2026] POST /v2.0/subnets => generated 724 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1934] 10.0.0.184 () {32 vars in 694 bytes} [Tue Apr 7 01:22:08 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:08.341 7 INFO neutron.db.segments_db [None req-dc46a8fe-61ef-462c-8cfa-cb0f5aa6335a 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Added segment 4d04c5ad-8d3e-468c-8884-0bfdb90d753c of type vxlan for network ddab86f1-cb9c-4e03-9874-a4e6408e0371 [pid: 8|app: 0|req: 962/1935] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:22:08 2026] GET /v2.0/routers/4344ce2f-1d99-49dd-baa6-8facbf82e8ae => generated 485 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1936] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:08 2026] POST /v2.0/networks => generated 618 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1937] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:08 2026] POST /v2.0/subnets => generated 655 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1938] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:08 2026] GET /v2.0/ports?device_id=faf74f07-62a9-4682-911a-78ae1b1a8741 => 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: 977/1939] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:08 2026] POST /v2.0/subnets => generated 729 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:09.006 7 INFO neutron.db.segments_db [None req-742d301b-2e9a-4514-b75a-5e12f3f6b42d 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Added segment fbc5d1f0-938b-4c6b-8444-8c063fadfa83 of type vxlan for network 7dc05007-462a-4eec-a6a3-9e44bef1630e 2026-04-07 01:22:09.266 7 INFO neutron.db.l3_hamode_db [None req-742d301b-2e9a-4514-b75a-5e12f3f6b42d 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 963/1940] 10.0.0.184 () {34 vars in 742 bytes} [Tue Apr 7 01:22:08 2026] PUT /v2.0/routers/4344ce2f-1d99-49dd-baa6-8facbf82e8ae => generated 485 bytes in 947 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1941] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:22:09 2026] GET /v2.0/ports?device_id=4344ce2f-1d99-49dd-baa6-8facbf82e8ae => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:09.492 8 INFO neutron_taas.services.taas.taas_plugin [None req-21d327c5-1a5f-4de4-ae11-7b484731209c 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] TaaS: Handle Delete Port: be629da6-0aa9-4913-877f-1d2f5b7ad1d8 2026-04-07 01:22:09.494 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21d327c5-1a5f-4de4-ae11-7b484731209c 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Tap Mirror: Handle Delete Port: be629da6-0aa9-4913-877f-1d2f5b7ad1d8 [pid: 8|app: 0|req: 965/1942] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:09 2026] DELETE /v2.0/routers/4344ce2f-1d99-49dd-baa6-8facbf82e8ae => generated 0 bytes in 313 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1943] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:22:09 2026] GET /v2.0/routers/dc529b5c-530b-48ef-b2a2-1f7fa5936cd5 => generated 493 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:10.044 7 INFO neutron.db.l3_hamode_db [None req-742d301b-2e9a-4514-b75a-5e12f3f6b42d 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 967/1944] 10.0.0.184 () {34 vars in 742 bytes} [Tue Apr 7 01:22:09 2026] PUT /v2.0/routers/dc529b5c-530b-48ef-b2a2-1f7fa5936cd5 => generated 493 bytes in 518 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:10.604 8 INFO neutron_taas.services.taas.taas_plugin [None req-91121efc-310f-47db-bd30-1211ae1bc616 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 0aa179fb-a51b-411c-89b1-d11a9bba10db 2026-04-07 01:22:10.607 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91121efc-310f-47db-bd30-1211ae1bc616 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 0aa179fb-a51b-411c-89b1-d11a9bba10db [pid: 7|app: 0|req: 978/1945] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:08 2026] POST /v2.0/routers => generated 684 bytes in 1963 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 979/1946] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:22:10 2026] GET /v2.0/ports?device_id=dc529b5c-530b-48ef-b2a2-1f7fa5936cd5 => 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: 968/1947] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:22:10 2026] PUT /v2.0/routers/353fc886-8ece-4348-b27a-be901dedb944/remove_router_interface => generated 309 bytes in 864 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:11.271 8 INFO neutron_taas.services.taas.taas_plugin [None req-f104942c-b468-4328-b63e-495847408ade 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] TaaS: Handle Delete Port: b2150d20-8745-4ae8-95c5-b00ce6fb20be 2026-04-07 01:22:11.274 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f104942c-b468-4328-b63e-495847408ade 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Tap Mirror: Handle Delete Port: b2150d20-8745-4ae8-95c5-b00ce6fb20be [pid: 8|app: 0|req: 969/1948] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:11 2026] DELETE /v2.0/routers/dc529b5c-530b-48ef-b2a2-1f7fa5936cd5 => generated 0 bytes in 393 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:11.701 8 INFO neutron_taas.services.taas.taas_plugin [None req-75959e2d-333a-462c-b783-3bfede0b3d4b d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 163b31cf-58a8-4737-9977-03ca884ccb52 2026-04-07 01:22:11.705 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75959e2d-333a-462c-b783-3bfede0b3d4b d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 163b31cf-58a8-4737-9977-03ca884ccb52 2026-04-07 01:22:11.971 8 INFO neutron_taas.services.taas.taas_plugin [None req-75959e2d-333a-462c-b783-3bfede0b3d4b d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 4222aea4-8e1b-4bbf-82de-dc0c2681e692 2026-04-07 01:22:11.974 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75959e2d-333a-462c-b783-3bfede0b3d4b d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 4222aea4-8e1b-4bbf-82de-dc0c2681e692 [pid: 7|app: 0|req: 980/1949] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:22:10 2026] PUT /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7/add_router_interface => generated 309 bytes in 1259 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/1950] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:22:12 2026] GET /v2.0/routers/e17a089d-496a-4ff2-82b0-d8fe6452bc66 => generated 502 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:12.365 8 INFO neutron.services.segments.plugin [-] Segment 5166970f-b254-46b1-b849-f076c8ad8713 resource provider aggregate not found 2026-04-07 01:22:12.369 8 INFO neutron.services.segments.plugin [-] Segment 5166970f-b254-46b1-b849-f076c8ad8713 resource provider aggregate not found 2026-04-07 01:22:12.386 8 INFO neutron.services.segments.plugin [-] Segment 5166970f-b254-46b1-b849-f076c8ad8713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5166970f-b254-46b1-b849-f076c8ad8713 found for delete ", "request_id": "req-96dc376d-b5a0-4bdb-ac69-2a07a358916c"}]} 2026-04-07 01:22:12.390 8 INFO neutron.services.segments.plugin [-] Segment 5166970f-b254-46b1-b849-f076c8ad8713 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5166970f-b254-46b1-b849-f076c8ad8713 found for delete ", "request_id": "req-61c22ee1-d22a-4523-951f-8b00d06976d2"}]} 2026-04-07 01:22:12.400 8 INFO neutron.db.l3_hamode_db [None req-75959e2d-333a-462c-b783-3bfede0b3d4b d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] HA network ace8306d-1d4e-45af-9ded-897fd6a2145e was deleted as no HA routers are present in tenant 1528319fd75148a98cd1144fc8211713. [pid: 8|app: 0|req: 970/1951] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:11 2026] DELETE /v2.0/routers/353fc886-8ece-4348-b27a-be901dedb944 => generated 0 bytes in 921 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1952] 10.0.0.184 () {34 vars in 742 bytes} [Tue Apr 7 01:22:12 2026] PUT /v2.0/routers/e17a089d-496a-4ff2-82b0-d8fe6452bc66 => generated 502 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1953] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:12 2026] DELETE /v2.0/subnets/7b5a7f26-580e-48e4-91f9-46c9f78569ca => 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: 973/1954] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:22:13 2026] GET /v2.0/ports?device_id=e17a089d-496a-4ff2-82b0-d8fe6452bc66 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:13.141 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa96cc18-6617-4e24-b5ea-258ef04579f8 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 4e977568-d19a-49af-863c-1e0232c7e5e2 2026-04-07 01:22:13.144 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa96cc18-6617-4e24-b5ea-258ef04579f8 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 4e977568-d19a-49af-863c-1e0232c7e5e2 [pid: 8|app: 0|req: 974/1955] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:13 2026] DELETE /v2.0/networks/d707bef6-ecf3-4569-96f9-ddbb64193345 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:13.429 8 INFO neutron_taas.services.taas.taas_plugin [None req-836e1a29-0cd2-42d3-a1c4-3288fa7bbd74 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] TaaS: Handle Delete Port: d6848a3a-2f84-484f-b39d-642dd7965c02 2026-04-07 01:22:13.431 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-836e1a29-0cd2-42d3-a1c4-3288fa7bbd74 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Tap Mirror: Handle Delete Port: d6848a3a-2f84-484f-b39d-642dd7965c02 [pid: 8|app: 0|req: 975/1956] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:13 2026] DELETE /v2.0/routers/e17a089d-496a-4ff2-82b0-d8fe6452bc66 => generated 0 bytes in 301 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/1957] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:22:12 2026] PUT /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7/add_router_interface => generated 309 bytes in 1368 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1958] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:13 2026] GET /v2.0/security-groups?tenant_id=1528319fd75148a98cd1144fc8211713&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: 983/1959] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:22:13 2026] GET /v2.0/routers/0938d5ca-9f1c-404d-b085-7e0467bd1405 => generated 487 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1960] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:13 2026] DELETE /v2.0/security-groups/98d164e5-117d-4a94-8b25-7cbf3e6e5826 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1961] 10.0.0.184 () {34 vars in 742 bytes} [Tue Apr 7 01:22:13 2026] PUT /v2.0/routers/0938d5ca-9f1c-404d-b085-7e0467bd1405 => generated 487 bytes in 512 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1964] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:22:14 2026] GET /v2.0/ports?device_id=0938d5ca-9f1c-404d-b085-7e0467bd1405 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:14.411 8 INFO neutron.services.segments.plugin [-] Segment 5bd061f3-7fa7-4344-9553-819a86d376bd resource provider aggregate not found 2026-04-07 01:22:14.416 8 INFO neutron.services.segments.plugin [-] Segment 5bd061f3-7fa7-4344-9553-819a86d376bd resource provider aggregate not found 2026-04-07 01:22:14.429 8 INFO neutron.services.segments.plugin [-] Segment 5bd061f3-7fa7-4344-9553-819a86d376bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bd061f3-7fa7-4344-9553-819a86d376bd found for delete ", "request_id": "req-8ffa72a3-830d-4662-9759-54830ef6281c"}]} 2026-04-07 01:22:14.445 8 INFO neutron.services.segments.plugin [-] Segment 5bd061f3-7fa7-4344-9553-819a86d376bd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5bd061f3-7fa7-4344-9553-819a86d376bd found for delete ", "request_id": "req-24a50d19-808d-49fb-9cf5-a6ecf91d1205"}]} 2026-04-07 01:22:14.494 7 INFO neutron_taas.services.taas.taas_plugin [None req-12d4924c-1adb-469c-8e24-8e886dc32d41 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] TaaS: Handle Delete Port: fe259362-bfe4-40c3-a2f7-4cefdb06ea07 2026-04-07 01:22:14.496 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-12d4924c-1adb-469c-8e24-8e886dc32d41 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Tap Mirror: Handle Delete Port: fe259362-bfe4-40c3-a2f7-4cefdb06ea07 [pid: 7|app: 0|req: 989/1965] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:14 2026] DELETE /v2.0/routers/0938d5ca-9f1c-404d-b085-7e0467bd1405 => generated 0 bytes in 344 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1966] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:22:14 2026] GET /v2.0/routers/b897bf88-689d-4ab2-9fad-e5e9c71a262c => generated 480 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 977/1967] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:22:13 2026] PUT /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7/add_router_interface => generated 309 bytes in 1457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/1968] 10.0.0.184 () {34 vars in 742 bytes} [Tue Apr 7 01:22:14 2026] PUT /v2.0/routers/b897bf88-689d-4ab2-9fad-e5e9c71a262c => generated 480 bytes in 503 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1969] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:22:15 2026] GET /v2.0/ports?device_id=b897bf88-689d-4ab2-9fad-e5e9c71a262c => 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: 978/1970] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:22:15 2026] POST /v2.0/security-groups => generated 1628 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1971] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:15 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) 2026-04-07 01:22:15.383 7 INFO neutron_taas.services.taas.taas_plugin [None req-c1027ffa-48cc-4d18-bf2e-c6ba1a63862c 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] TaaS: Handle Delete Port: 5b476a37-133e-47ce-bb58-8fc0eee45a10 2026-04-07 01:22:15.386 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c1027ffa-48cc-4d18-bf2e-c6ba1a63862c 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] Tap Mirror: Handle Delete Port: 5b476a37-133e-47ce-bb58-8fc0eee45a10 [pid: 8|app: 0|req: 980/1972] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:15 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1973] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:15 2026] POST /v2.0/security-group-rules => generated 599 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:15.703 7 INFO neutron.services.segments.plugin [-] Segment 7ab248fd-dea2-41d0-a3c9-ce115f97c8fb resource provider aggregate not found 2026-04-07 01:22:15.710 7 INFO neutron.services.segments.plugin [-] Segment 7ab248fd-dea2-41d0-a3c9-ce115f97c8fb resource provider aggregate not found 2026-04-07 01:22:15.726 7 INFO neutron.services.segments.plugin [-] Segment 7ab248fd-dea2-41d0-a3c9-ce115f97c8fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ab248fd-dea2-41d0-a3c9-ce115f97c8fb found for delete ", "request_id": "req-e17406e5-1e55-402c-8272-6ea30a2f30b5"}]} 2026-04-07 01:22:15.729 7 INFO neutron.services.segments.plugin [-] Segment 7ab248fd-dea2-41d0-a3c9-ce115f97c8fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7ab248fd-dea2-41d0-a3c9-ce115f97c8fb found for delete ", "request_id": "req-f604a96e-1048-4387-b8da-b802c6e1d155"}]} 2026-04-07 01:22:15.744 7 INFO neutron.db.l3_hamode_db [None req-c1027ffa-48cc-4d18-bf2e-c6ba1a63862c 6d99081e44b346608243e9822e119b2b 29d14cf8004f46a1ba9baae02cc474ce - - default default] HA network a5c889c6-16c9-41d4-ac2f-567abda5da42 was deleted as no HA routers are present in tenant 29d14cf8004f46a1ba9baae02cc474ce. [pid: 7|app: 0|req: 993/1974] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:15 2026] DELETE /v2.0/routers/b897bf88-689d-4ab2-9fad-e5e9c71a262c => generated 0 bytes in 491 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1975] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1976] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:15 2026] POST /v2.0/security-group-rules => generated 601 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1977] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:15 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: 7|app: 0|req: 995/1978] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1979] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1980] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:16 2026] POST /v2.0/security-group-rules => generated 599 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/1981] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:16 2026] POST /v2.0/security-group-rules => generated 601 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/1982] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:22:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1983] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:16 2026] GET /v2.0/security-groups?tenant_id=29d14cf8004f46a1ba9baae02cc474ce&name=default => generated 2925 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/1984] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:16 2026] DELETE /v2.0/security-groups/43bdf843-64c7-4186-8b41-4ae0bbe193bf => 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: 1000/1985] 10.0.0.87 () {34 vars in 1095 bytes} [Tue Apr 7 01:22:17 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1573622464&fields=id&tenant_id=b79c9c2c052f4dd8bde8484e62646b0f => generated 69 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/1986] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:22:17 2026] GET /v2.0/networks?id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 704 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/1987] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:22:17 2026] GET /v2.0/quotas/b79c9c2c052f4dd8bde8484e62646b0f => 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: 986/1988] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:17 2026] GET /v2.0/security-groups?tenant_id=ac9794eb847b4242b13cf8f1d1376701&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1989] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:17 2026] DELETE /v2.0/security-groups/30434cd6-80b2-442a-90c1-bf089de993d8 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/1990] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:22:17 2026] GET /v2.0/ports?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&fields=id => generated 287 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1991] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:22:17 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1004/1992] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:22:17 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/1993] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:17 2026] GET /v2.0/ports?device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => 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: 989/1994] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:17 2026] GET /v2.0/security-groups?tenant_id=45f98616d618499c871ddc8b3248cd3c&name=default => generated 2925 bytes in 137 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/1995] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:17 2026] DELETE /v2.0/security-groups/9d2c8f8e-9a85-4d43-8541-25aec663d3c9 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1996] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:18 2026] GET /v2.0/security-groups?tenant_id=16828910a08d4025adaedff021ba9323&name=default => generated 2925 bytes in 281 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1007/1997] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:18 2026] DELETE /v2.0/security-groups/d77d17bf-60ff-4db5-a8ec-4313b34b8094 => 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: 991/1998] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:18 2026] GET /v2.0/security-groups?tenant_id=3a022f7dd12c467288feb943ea45548d&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/1999] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:18 2026] DELETE /v2.0/security-groups/432b288c-74ec-4632-a3ee-2195d90c1209 => 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: 992/2000] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:22:22 2026] GET /v2.0/networks?id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 704 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1009/2001] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:22:22 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b79c9c2c052f4dd8bde8484e62646b0f => generated 179 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:22.650 7 INFO neutron.db.segments_db [None req-b4d57a47-67fc-4924-9ecb-258fba8f057b 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] Added segment 42119fd1-2bf1-4823-a650-cefda3698e0e of type vxlan for network 966932a9-f4af-4ff6-a294-4ce472af48d5 [pid: 8|app: 0|req: 993/2002] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:22:22 2026] POST /v2.0/ports => generated 1183 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1010/2003] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:22 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: 7|app: 0|req: 1011/2004] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:22:22 2026] POST /v2.0/ports => generated 743 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: 7|app: 0|req: 1012/2005] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:23 2026] GET /v2.0/ports?device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => generated 1198 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/2006] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:22:22 2026] PUT /v2.0/ports/6324133b-fc31-4d50-818d-7ba22f2df668 => generated 1464 bytes in 481 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-07 01:22:23.189 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f583297c-9b19-4041-935f-bb6226580537'] response: {'name': 'network-changed', 'server_uuid': 'e281b0ae-40e8-403d-893f-da5e70326c27', 'tag': '6324133b-fc31-4d50-818d-7ba22f2df668', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 995/2007] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:23 2026] GET /v2.0/security-groups?id=7d6a0a15-f0f4-42bb-aebf-c49e88ad4476&fields=id&fields=name => generated 112 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1013/2008] 10.0.0.184 () {34 vars in 666 bytes} [Tue Apr 7 01:22:23 2026] POST /v2.0/trunks => generated 407 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:23.418 8 INFO neutron.db.segments_db [None req-fb36089a-be2f-4fc2-8b6b-e3713feb5668 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] Added segment 4835d166-16ae-441c-830f-b80bac09b95c of type vxlan for network 697b461d-b752-4518-b7d7-450e44d78c73 [pid: 8|app: 0|req: 996/2009] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:23 2026] POST /v2.0/networks => generated 612 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 997/2010] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:22:23 2026] GET /v2.0/ports?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => generated 1467 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 998/2011] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:22:23 2026] GET /v2.0/networks?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&shared=False => generated 2373 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2012] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:22:23 2026] POST /v2.0/ports => generated 743 bytes in 307 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 999/2013] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:22:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2014] 10.0.0.184 () {34 vars in 666 bytes} [Tue Apr 7 01:22:23 2026] POST /v2.0/trunks => generated 407 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:24.039 8 INFO neutron.db.segments_db [None req-bc905104-e718-4b97-852a-9d4911db3238 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] Added segment fac54c4e-fb5a-485c-9626-34409da9ff0a of type vxlan for network 55a26996-43d2-428b-a445-41e3c9b26334 [pid: 8|app: 0|req: 1000/2015] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:23 2026] POST /v2.0/networks => generated 613 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2016] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:22:24 2026] POST /v2.0/ports => generated 743 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1001/2017] 10.0.0.184 () {34 vars in 666 bytes} [Tue Apr 7 01:22:24 2026] POST /v2.0/trunks => generated 407 bytes in 142 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-07 01:22:24.663 7 INFO neutron.db.segments_db [None req-48a257b6-7e10-4ed0-acf4-e6ec69642a07 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] Added segment f8dea06b-4613-4a9b-b27e-f58a45ebec20 of type vxlan for network 372dd7dc-4e4b-4293-861c-9fe774c556d9 [pid: 7|app: 0|req: 1017/2018] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:24 2026] POST /v2.0/networks => generated 612 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2019] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:22:24 2026] GET /v2.0/ports?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2020] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:22:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.175&port_id=6324133b-fc31-4d50-818d-7ba22f2df668 => 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: 1020/2021] 199.204.45.57 () {34 vars in 1103 bytes} [Tue Apr 7 01:22:24 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2e0&port_id=6324133b-fc31-4d50-818d-7ba22f2df668 => 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: 1021/2022] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:22:24 2026] GET /v2.0/subnets?id=70ba44a6-a8bc-4e0b-a258-e3de6cbe0674&id=cb33fecd-255d-415d-9c57-023aed3a7dd7 => generated 1408 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2023] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:22:25 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/2024] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:22:24 2026] POST /v2.0/ports => generated 743 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2025] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:22:25 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 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: 7|app: 0|req: 1024/2026] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:22:25 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1025/2027] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:22:25 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/2028] 10.0.0.184 () {34 vars in 666 bytes} [Tue Apr 7 01:22:25 2026] POST /v2.0/trunks => generated 407 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:25.351 7 INFO neutron.db.segments_db [None req-cacb04ac-3567-452f-ba48-8052d4458d97 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] Added segment 75a43848-4faf-4ddd-a52d-885262aef02f of type vxlan for network 7f81b93c-9c27-440e-95e5-93af5227c426 [pid: 7|app: 0|req: 1026/2029] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:25 2026] POST /v2.0/networks => generated 613 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/2030] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:25 2026] GET /v2.0/security-groups?tenant_id=6c4c9b94256b448e8c05c822a249f3da&name=default => generated 2925 bytes in 291 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2031] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:25 2026] DELETE /v2.0/security-groups/5354a3e9-6ae8-4c40-ba48-89745db16e78 => 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: 1027/2032] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:22:25 2026] POST /v2.0/ports => generated 743 bytes in 285 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: 1006/2033] 10.0.0.184 () {34 vars in 666 bytes} [Tue Apr 7 01:22:25 2026] POST /v2.0/trunks => generated 407 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2034] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:25 2026] GET /v2.0/security-groups?tenant_id=cd7b23a6adaa4cf28505e648bc73bcb2&name=default => generated 2925 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/2035] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:22:25 2026] PUT /v2.0/trunks/36c97a5e-c79a-4a8a-a0bb-bc9880fefa86/tags => generated 17 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1008/2036] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:22:25 2026] PUT /v2.0/trunks/15cb6909-429b-4a8c-915c-c0ade83d589b/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2037] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:25 2026] DELETE /v2.0/security-groups/a53681cf-bd06-43d8-84d6-5ebbc665e8b6 => 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: 1009/2038] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:22:25 2026] PUT /v2.0/trunks/b86a0eef-e9fd-4d50-b5ab-1b88ffffb7cd/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2039] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:22:26 2026] PUT /v2.0/trunks/d6a10a43-b76b-470c-b8fd-8b6ab957cd5c/tags => 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: 1010/2040] 10.0.0.184 () {32 vars in 662 bytes} [Tue Apr 7 01:22:26 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: 7|app: 0|req: 1031/2041] 10.0.0.184 () {32 vars in 676 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1011/2042] 10.0.0.184 () {32 vars in 672 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2043] 10.0.0.184 () {32 vars in 684 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1012/2044] 10.0.0.184 () {32 vars in 670 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2045] 10.0.0.184 () {32 vars in 684 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks?not-tags=red%2Cblue => 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: 1013/2046] 10.0.0.184 () {32 vars in 680 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2047] 10.0.0.184 () {32 vars in 692 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2048] 10.0.0.184 () {32 vars in 719 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks/36c97a5e-c79a-4a8a-a0bb-bc9880fefa86 => generated 412 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2049] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/ports/27471478-0097-4d56-aecc-8cd748245a75 => generated 826 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2050] 10.0.0.184 () {32 vars in 722 bytes} [Tue Apr 7 01:22:26 2026] DELETE /v2.0/trunks/36c97a5e-c79a-4a8a-a0bb-bc9880fefa86 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2051] 10.0.0.184 () {32 vars in 719 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks/15cb6909-429b-4a8c-915c-c0ade83d589b => generated 420 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2052] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/ports/1d9a6621-552c-4ec1-af78-e23c9c589955 => generated 826 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2053] 10.0.0.184 () {32 vars in 722 bytes} [Tue Apr 7 01:22:26 2026] DELETE /v2.0/trunks/15cb6909-429b-4a8c-915c-c0ade83d589b => 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: 1017/2054] 10.0.0.184 () {32 vars in 719 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks/b86a0eef-e9fd-4d50-b5ab-1b88ffffb7cd => generated 429 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1038/2055] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/ports/26b70cda-f558-426f-8708-13bddceeadf6 => generated 826 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2056] 10.0.0.184 () {32 vars in 722 bytes} [Tue Apr 7 01:22:26 2026] DELETE /v2.0/trunks/b86a0eef-e9fd-4d50-b5ab-1b88ffffb7cd => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2057] 10.0.0.184 () {32 vars in 719 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks/d6a10a43-b76b-470c-b8fd-8b6ab957cd5c => generated 414 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2058] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/ports/9a711955-4df1-4322-812a-55c987fa607e => generated 826 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2059] 10.0.0.184 () {32 vars in 722 bytes} [Tue Apr 7 01:22:26 2026] DELETE /v2.0/trunks/d6a10a43-b76b-470c-b8fd-8b6ab957cd5c => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2060] 10.0.0.184 () {32 vars in 719 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/trunks/4cd5caac-4c7e-4cba-8d04-434e84324d92 => generated 407 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2061] 10.0.0.184 () {32 vars in 717 bytes} [Tue Apr 7 01:22:26 2026] GET /v2.0/ports/ad77f3b0-5ca8-48a0-8965-ce780bdbb527 => generated 826 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2062] 10.0.0.184 () {32 vars in 722 bytes} [Tue Apr 7 01:22:27 2026] DELETE /v2.0/trunks/4cd5caac-4c7e-4cba-8d04-434e84324d92 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:27.180 7 INFO neutron_taas.services.taas.taas_plugin [None req-c03a2d3c-4cda-44ac-abcd-e39d4d27d5bc 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] TaaS: Handle Delete Port: 27471478-0097-4d56-aecc-8cd748245a75 2026-04-07 01:22:27.182 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c03a2d3c-4cda-44ac-abcd-e39d4d27d5bc 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] Tap Mirror: Handle Delete Port: 27471478-0097-4d56-aecc-8cd748245a75 [pid: 7|app: 0|req: 1042/2063] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:22:27 2026] DELETE /v2.0/ports/27471478-0097-4d56-aecc-8cd748245a75 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:27.344 8 INFO neutron_taas.services.taas.taas_plugin [None req-2abd271d-2ff2-419b-bdb7-93da8fbd32c7 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] TaaS: Handle Delete Port: 1d9a6621-552c-4ec1-af78-e23c9c589955 2026-04-07 01:22:27.347 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2abd271d-2ff2-419b-bdb7-93da8fbd32c7 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] Tap Mirror: Handle Delete Port: 1d9a6621-552c-4ec1-af78-e23c9c589955 [pid: 8|app: 0|req: 1022/2064] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:22:27 2026] DELETE /v2.0/ports/1d9a6621-552c-4ec1-af78-e23c9c589955 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:27.521 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c56a8fe-e930-4b2c-bf68-c7f0471545ab 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] TaaS: Handle Delete Port: 26b70cda-f558-426f-8708-13bddceeadf6 2026-04-07 01:22:27.523 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c56a8fe-e930-4b2c-bf68-c7f0471545ab 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] Tap Mirror: Handle Delete Port: 26b70cda-f558-426f-8708-13bddceeadf6 [pid: 7|app: 0|req: 1043/2065] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:22:27 2026] DELETE /v2.0/ports/26b70cda-f558-426f-8708-13bddceeadf6 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:27.691 8 INFO neutron_taas.services.taas.taas_plugin [None req-ecedd87f-dc5f-43a2-a18a-5b33cfa61928 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] TaaS: Handle Delete Port: 9a711955-4df1-4322-812a-55c987fa607e 2026-04-07 01:22:27.694 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ecedd87f-dc5f-43a2-a18a-5b33cfa61928 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] Tap Mirror: Handle Delete Port: 9a711955-4df1-4322-812a-55c987fa607e [pid: 8|app: 0|req: 1023/2066] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:22:27 2026] DELETE /v2.0/ports/9a711955-4df1-4322-812a-55c987fa607e => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:27.882 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c31f38f-da61-4f3f-92ff-c2cff06343c0 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] TaaS: Handle Delete Port: ad77f3b0-5ca8-48a0-8965-ce780bdbb527 2026-04-07 01:22:27.886 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c31f38f-da61-4f3f-92ff-c2cff06343c0 0908100d6b3c42a68ef05ae560696be0 9cb3570792534b19a43c10b7d0ee8ef3 - - default default] Tap Mirror: Handle Delete Port: ad77f3b0-5ca8-48a0-8965-ce780bdbb527 [pid: 7|app: 0|req: 1044/2067] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:22:27 2026] DELETE /v2.0/ports/ad77f3b0-5ca8-48a0-8965-ce780bdbb527 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:28.116 8 INFO neutron.services.segments.plugin [-] Segment 42119fd1-2bf1-4823-a650-cefda3698e0e resource provider aggregate not found 2026-04-07 01:22:28.121 8 INFO neutron.services.segments.plugin [-] Segment 42119fd1-2bf1-4823-a650-cefda3698e0e resource provider aggregate not found 2026-04-07 01:22:28.149 8 INFO neutron.services.segments.plugin [-] Segment 42119fd1-2bf1-4823-a650-cefda3698e0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42119fd1-2bf1-4823-a650-cefda3698e0e found for delete ", "request_id": "req-62b04fc4-c644-41b8-ba84-ff4dbb311c28"}]} 2026-04-07 01:22:28.154 8 INFO neutron.services.segments.plugin [-] Segment 42119fd1-2bf1-4823-a650-cefda3698e0e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 42119fd1-2bf1-4823-a650-cefda3698e0e found for delete ", "request_id": "req-14f18df0-5c1e-4cca-8599-270c3f2e65fa"}]} [pid: 8|app: 0|req: 1024/2068] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:27 2026] DELETE /v2.0/networks/966932a9-f4af-4ff6-a294-4ce472af48d5 => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:28.283 7 INFO neutron.services.segments.plugin [-] Segment 4835d166-16ae-441c-830f-b80bac09b95c resource provider aggregate not found 2026-04-07 01:22:28.289 7 INFO neutron.services.segments.plugin [-] Segment 4835d166-16ae-441c-830f-b80bac09b95c resource provider aggregate not found 2026-04-07 01:22:28.308 7 INFO neutron.services.segments.plugin [-] Segment 4835d166-16ae-441c-830f-b80bac09b95c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4835d166-16ae-441c-830f-b80bac09b95c found for delete ", "request_id": "req-25e91cef-d11b-4a48-8377-9a9240e0523a"}]} [pid: 7|app: 0|req: 1045/2069] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:28 2026] DELETE /v2.0/networks/697b461d-b752-4518-b7d7-450e44d78c73 => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:28.319 7 INFO neutron.services.segments.plugin [-] Segment 4835d166-16ae-441c-830f-b80bac09b95c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4835d166-16ae-441c-830f-b80bac09b95c found for delete ", "request_id": "req-72bc93fa-e5ac-4c9a-9b1b-c33796c776e8"}]} [pid: 8|app: 0|req: 1025/2070] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:28 2026] GET /v2.0/ports?device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => generated 1200 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2071] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:28 2026] GET /v2.0/security-groups?id=7d6a0a15-f0f4-42bb-aebf-c49e88ad4476&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2072] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:28 2026] DELETE /v2.0/networks/55a26996-43d2-428b-a445-41e3c9b26334 => 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: 1027/2073] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:28 2026] DELETE /v2.0/networks/372dd7dc-4e4b-4293-861c-9fe774c556d9 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2074] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:28 2026] DELETE /v2.0/networks/7f81b93c-9c27-440e-95e5-93af5227c426 => 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: 1029/2077] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:29 2026] GET /v2.0/security-groups?tenant_id=4a33acc78d604b8aa657fe1f4fb59f3f&name=default => generated 2925 bytes in 437 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:30.180 8 INFO neutron.services.segments.plugin [-] Segment f8dea06b-4613-4a9b-b27e-f58a45ebec20 resource provider aggregate not found 2026-04-07 01:22:30.195 8 INFO neutron.services.segments.plugin [-] Segment f8dea06b-4613-4a9b-b27e-f58a45ebec20 resource provider aggregate not found 2026-04-07 01:22:30.198 8 INFO neutron.services.segments.plugin [-] Segment f8dea06b-4613-4a9b-b27e-f58a45ebec20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8dea06b-4613-4a9b-b27e-f58a45ebec20 found for delete ", "request_id": "req-2d2c9b8d-4e3b-4185-86af-fafdf688c623"}]} 2026-04-07 01:22:30.217 8 INFO neutron.services.segments.plugin [-] Segment f8dea06b-4613-4a9b-b27e-f58a45ebec20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f8dea06b-4613-4a9b-b27e-f58a45ebec20 found for delete ", "request_id": "req-ac661a9a-371d-4738-b86f-207ed5c3e8e0"}]} [pid: 8|app: 0|req: 1030/2078] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:30 2026] DELETE /v2.0/security-groups/a5531b27-0120-4a5a-8956-d999bcee8881 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2079] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:30 2026] GET /v2.0/security-groups?tenant_id=ea0859da29964d2c9f4983c30919be5d&name=default => generated 2925 bytes in 254 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:30.329 7 INFO neutron.services.segments.plugin [-] Segment fac54c4e-fb5a-485c-9626-34409da9ff0a resource provider aggregate not found 2026-04-07 01:22:30.345 7 INFO neutron.services.segments.plugin [-] Segment fac54c4e-fb5a-485c-9626-34409da9ff0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac54c4e-fb5a-485c-9626-34409da9ff0a found for delete ", "request_id": "req-020604db-0e2f-454e-befe-43f671759dcb"}]} 2026-04-07 01:22:30.352 7 INFO neutron.services.segments.plugin [-] Segment fac54c4e-fb5a-485c-9626-34409da9ff0a resource provider aggregate not found 2026-04-07 01:22:30.363 7 INFO neutron.services.segments.plugin [-] Segment 75a43848-4faf-4ddd-a52d-885262aef02f resource provider aggregate not found 2026-04-07 01:22:30.373 7 INFO neutron.services.segments.plugin [-] Segment fac54c4e-fb5a-485c-9626-34409da9ff0a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fac54c4e-fb5a-485c-9626-34409da9ff0a found for delete ", "request_id": "req-95d842e8-fd03-4535-91ca-59bbddf7dcd9"}]} [pid: 8|app: 0|req: 1031/2080] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:30 2026] DELETE /v2.0/security-groups/263d7af7-6aac-472a-bfbe-4cfc9feb5b62 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:30.389 7 INFO neutron.services.segments.plugin [-] Segment 75a43848-4faf-4ddd-a52d-885262aef02f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75a43848-4faf-4ddd-a52d-885262aef02f found for delete ", "request_id": "req-76ec245c-e41d-4d8b-ae70-c8ed2d105158"}]} 2026-04-07 01:22:30.395 7 INFO neutron.services.segments.plugin [-] Segment 75a43848-4faf-4ddd-a52d-885262aef02f resource provider aggregate not found 2026-04-07 01:22:30.420 7 INFO neutron.services.segments.plugin [-] Segment 75a43848-4faf-4ddd-a52d-885262aef02f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 75a43848-4faf-4ddd-a52d-885262aef02f found for delete ", "request_id": "req-055e09ca-1b25-4d1b-bc0d-d378c83fc6db"}]} [pid: 7|app: 0|req: 1050/2081] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:30 2026] GET /v2.0/security-groups?tenant_id=997a80737dbc495b8b0e6f34f6d036f9&name=default => generated 2925 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1032/2082] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:30 2026] DELETE /v2.0/security-groups/49423598-04a5-4f27-969b-9ecb5489b02b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2083] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:30 2026] GET /v2.0/security-groups?tenant_id=b1f5277a96d2445582d3857e7692a9b9&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: 1033/2084] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:30 2026] DELETE /v2.0/security-groups/1f94aa99-3cea-4007-8c84-e7cecbc6d5f6 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2085] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:30 2026] GET /v2.0/security-groups?tenant_id=9cb3570792534b19a43c10b7d0ee8ef3&name=default => 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: 1034/2086] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:30 2026] DELETE /v2.0/security-groups/a98f73c6-3ed7-486f-b3b8-120dc0a6ad5f => 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: 1053/2087] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:33 2026] GET /v2.0/security-groups?tenant_id=91ce1e0c61c74738b6fd5c6babe34351&name=default => generated 2925 bytes in 283 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2088] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:33 2026] DELETE /v2.0/security-groups/f2eea75a-f387-4b90-96de-5376345514a3 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2089] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:33 2026] GET /v2.0/ports?device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => generated 1200 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1036/2090] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:33 2026] GET /v2.0/security-groups?id=7d6a0a15-f0f4-42bb-aebf-c49e88ad4476&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: 1055/2091] 10.0.0.184 () {32 vars in 818 bytes} [Tue Apr 7 01:22:33 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&mac_address=fa%3A16%3A3e%3A27%3A6c%3A07 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2092] 10.0.0.184 () {34 vars in 678 bytes} [Tue Apr 7 01:22:34 2026] POST /v2.0/qos/policies => generated 359 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:34.405 8 INFO neutron.db.l3_db [None req-391b2bb1-ce0e-4785-a71d-8afeb397ccf7 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Floating IP ed5df01d-5389-4de5-9ab3-2761bb0afe6d associated. External IP: 10.96.250.213, port: 6324133b-fc31-4d50-818d-7ba22f2df668. [pid: 7|app: 0|req: 1057/2093] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:22:34 2026] PUT /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags => generated 25 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2094] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags => generated 25 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2095] 10.0.0.184 () {34 vars in 764 bytes} [Tue Apr 7 01:22:34 2026] PUT /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags/green => generated 4 bytes in 35 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2096] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags => generated 34 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2097] 10.0.0.184 () {34 vars in 760 bytes} [Tue Apr 7 01:22:34 2026] PUT /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags/red => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2098] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2099] 10.0.0.184 () {34 vars in 782 bytes} [Tue Apr 7 01:22:34 2026] PUT /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/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: 7|app: 0|req: 1064/2100] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags => generated 52 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1037/2101] 10.0.0.184 () {34 vars in 677 bytes} [Tue Apr 7 01:22:33 2026] POST /v2.0/floatingips => generated 855 bytes in 1000 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2102] 10.0.0.184 () {34 vars in 753 bytes} [Tue Apr 7 01:22:34 2026] PUT /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/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: 1038/2103] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags => generated 37 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:34.741 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd0ecc0d-5fb7-469c-8661-e23b8b536539'] response: {'name': 'network-changed', 'server_uuid': 'e281b0ae-40e8-403d-893f-da5e70326c27', 'tag': '6324133b-fc31-4d50-818d-7ba22f2df668', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1066/2104] 10.0.0.184 () {32 vars in 741 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags/red => generated 0 bytes in 26 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:34.798 8 INFO neutron.api.v2.resource [None req-4fce8630-d2e9-462f-a008-16f8dc625285 8d1e521f0926462ea8056bf14b5930dc 00ce94807a0547a49e7297be9b7ffd82 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1039/2105] 10.0.0.184 () {32 vars in 745 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags/green => generated 99 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2106] 10.0.0.87 () {34 vars in 1095 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1573622464&fields=id&tenant_id=b79c9c2c052f4dd8bde8484e62646b0f => generated 69 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1040/2107] 10.0.0.184 () {32 vars in 744 bytes} [Tue Apr 7 01:22:34 2026] DELETE /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags/red => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2108] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/networks?id=ddab86f1-cb9c-4e03-9874-a4e6408e0371 => generated 704 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2109] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/quotas/b79c9c2c052f4dd8bde8484e62646b0f => 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: 1041/2110] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags => generated 30 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:34.910 8 INFO neutron.api.v2.resource [None req-853fcd69-a994-4454-9c25-991c80430a24 8d1e521f0926462ea8056bf14b5930dc 00ce94807a0547a49e7297be9b7ffd82 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1042/2111] 10.0.0.184 () {32 vars in 748 bytes} [Tue Apr 7 01:22:34 2026] DELETE /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/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: 1043/2112] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:22:34 2026] DELETE /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1070/2113] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/ports?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&fields=id => generated 333 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2114] 10.0.0.184 () {32 vars in 733 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5/tags => 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: 1071/2115] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:22:34 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1045/2116] 10.0.0.184 () {32 vars in 734 bytes} [Tue Apr 7 01:22:34 2026] DELETE /v2.0/qos/policies/c6bb31e0-3c81-4baf-9290-f31113ff4cd5 => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2117] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1046/2118] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/ports?device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => 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: 1047/2119] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/ports?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => generated 1469 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1048/2120] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/networks?id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => 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: 1049/2121] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.175&port_id=6324133b-fc31-4d50-818d-7ba22f2df668 => generated 858 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2122] 199.204.45.57 () {34 vars in 1103 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2e0&port_id=6324133b-fc31-4d50-818d-7ba22f2df668 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/2123] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/subnets?id=70ba44a6-a8bc-4e0b-a258-e3de6cbe0674&id=cb33fecd-255d-415d-9c57-023aed3a7dd7 => generated 1408 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2124] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/2125] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&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: 1054/2126] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:35.606 7 INFO neutron.db.segments_db [None req-72ac6ca2-e591-4922-8373-88d97879e636 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Added segment 0f3add8d-045d-4456-aa87-c629631bdc94 of type vxlan for network e4d9d4e0-114d-4798-9a7d-6c0c261fd1d3 [pid: 8|app: 0|req: 1055/2127] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1073/2128] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:35 2026] POST /v2.0/networks => generated 630 bytes in 436 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2129] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:35 2026] POST /v2.0/subnets => generated 627 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:35.958 8 INFO neutron.db.segments_db [None req-360d6b6f-86c6-45a9-b592-044eb4859c7b 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Added segment 3e6b916e-1a31-4e76-8c1a-a823cefb2723 of type vxlan for network 73dada08-acc2-4ee0-ba50-088a72d85234 [pid: 7|app: 0|req: 1074/2130] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:35 2026] GET /v2.0/security-groups?tenant_id=7d732df06e114dd4ba32b3c3b321ee2a&name=default => generated 2925 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2131] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:36 2026] DELETE /v2.0/security-groups/1e2aeab1-c722-447f-b277-6b55e3c675ac => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:36.185 8 INFO neutron.db.l3_hamode_db [None req-360d6b6f-86c6-45a9-b592-044eb4859c7b 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1076/2132] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:36 2026] GET /v2.0/security-groups?tenant_id=00ce94807a0547a49e7297be9b7ffd82&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: 1077/2133] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:36 2026] DELETE /v2.0/security-groups/3d509be3-9664-401b-b9c3-6250fbc91e8c => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:36.910 8 INFO neutron.db.l3_hamode_db [None req-360d6b6f-86c6-45a9-b592-044eb4859c7b 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1057/2134] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:35 2026] POST /v2.0/routers => generated 694 bytes in 1841 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2135] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:22:37 2026] PUT /v2.0/routers/496fd2fa-b4db-4c2e-bd74-e2152252561c/add_router_interface => generated 309 bytes in 1641 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2136] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:22:39 2026] GET /v2.0/networks?id=ddab86f1-cb9c-4e03-9874-a4e6408e0371 => generated 704 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2137] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:22:39 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b79c9c2c052f4dd8bde8484e62646b0f => generated 179 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2138] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:22:39 2026] POST /v2.0/ports => generated 955 bytes in 361 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-07 01:22:39.962 8 INFO neutron.db.segments_db [None req-564f1afc-141c-4762-9ddf-c4411c0fdd4c 6931e8fd0050425292808ee5b94fb59e 9c2e742559024ad0ad9104c54700d7bf - - default default] Added segment 6ade5382-4b94-4847-993d-48b0f1bfb015 of type vxlan for network b3e20b86-5619-44a7-9be7-f65cca801bf9 [pid: 7|app: 0|req: 1081/2139] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:22:39 2026] POST /v2.0/ports => generated 1187 bytes in 445 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:22:40.171 8 INFO neutron.db.l3_hamode_db [None req-564f1afc-141c-4762-9ddf-c4411c0fdd4c 6931e8fd0050425292808ee5b94fb59e 9c2e742559024ad0ad9104c54700d7bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:22:40.298 8 INFO neutron.db.l3_hamode_db [None req-564f1afc-141c-4762-9ddf-c4411c0fdd4c 6931e8fd0050425292808ee5b94fb59e 9c2e742559024ad0ad9104c54700d7bf - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1082/2140] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:22:40 2026] POST /v2.0/ports => generated 959 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1083/2141] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:22:40 2026] PUT /v2.0/ports/3263fdb9-d642-40a7-849b-3098ce3506c4 => generated 1468 bytes in 433 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1084/2142] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:40 2026] GET /v2.0/ports?device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => generated 1202 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:40.835 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-211e4d49-253a-4606-96f1-27ef38980f49'] response: {'name': 'network-changed', 'server_uuid': '3136cf7f-43a4-4d4c-8a3b-ad96346de604', 'tag': '3263fdb9-d642-40a7-849b-3098ce3506c4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1059/2143] 10.0.0.184 () {34 vars in 668 bytes} [Tue Apr 7 01:22:39 2026] POST /v2.0/routers => generated 474 bytes in 1121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2144] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:40 2026] GET /v2.0/security-groups?id=7d6a0a15-f0f4-42bb-aebf-c49e88ad4476&fields=id&fields=name => generated 112 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1061/2145] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:22:40 2026] PUT /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags => generated 25 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2146] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags => generated 25 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2147] 10.0.0.184 () {34 vars in 762 bytes} [Tue Apr 7 01:22:41 2026] PUT /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags/green => generated 4 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2148] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags => generated 34 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2149] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/ports?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => generated 1471 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1066/2150] 10.0.0.184 () {34 vars in 758 bytes} [Tue Apr 7 01:22:41 2026] PUT /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags/red => generated 4 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-07 01:22:41.569 7 INFO neutron.db.l3_db [None req-e75b1c01-931b-46df-9fa2-784194de865c 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Floating IP d487721a-bd1b-4449-8623-3a471f54ea20 associated. External IP: 10.96.250.207, port: b1ff2e85-a9d4-4a17-8a77-55acbc396d10. [pid: 8|app: 0|req: 1067/2151] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/networks?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&shared=False => generated 2373 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2152] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags => generated 34 bytes in 106 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1069/2153] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:22:41 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: 1070/2154] 10.0.0.184 () {34 vars in 780 bytes} [Tue Apr 7 01:22:41 2026] PUT /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/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: 7|app: 0|req: 1085/2155] 10.0.0.184 () {34 vars in 677 bytes} [Tue Apr 7 01:22:40 2026] POST /v2.0/floatingips => generated 843 bytes in 1054 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2156] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:41 2026] GET /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags => generated 52 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:41.998 7 INFO neutron.db.l3_db [None req-bbf76d5b-f465-434b-afa1-19061d3c8cdf 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Floating IP d487721a-bd1b-4449-8623-3a471f54ea20 disassociated. External IP: 10.96.250.207, port: b1ff2e85-a9d4-4a17-8a77-55acbc396d10. [pid: 8|app: 0|req: 1072/2157] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:22:41 2026] PUT /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags => generated 37 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2158] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags => generated 37 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2159] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags/red => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2160] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:22:41 2026] PUT /v2.0/floatingips/d487721a-bd1b-4449-8623-3a471f54ea20 => generated 552 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:42.322 8 INFO neutron.api.v2.resource [None req-2abf16a8-91ef-4c4f-8b83-9a8dc114f238 6931e8fd0050425292808ee5b94fb59e 9c2e742559024ad0ad9104c54700d7bf - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1075/2161] 10.0.0.184 () {32 vars in 743 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags/green => generated 99 bytes in 87 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-04-07 01:22:42.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d297cc1-50cf-4e90-9600-4b5ed56c0e2d 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] TaaS: Handle Delete Port: bd2b718d-967c-4e49-97bb-9161db098988 2026-04-07 01:22:42.377 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d297cc1-50cf-4e90-9600-4b5ed56c0e2d 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Tap Mirror: Handle Delete Port: bd2b718d-967c-4e49-97bb-9161db098988 [pid: 8|app: 0|req: 1076/2162] 10.0.0.184 () {32 vars in 742 bytes} [Tue Apr 7 01:22:42 2026] DELETE /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags/red => 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: 1087/2163] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:22:42 2026] DELETE /v2.0/floatingips/d487721a-bd1b-4449-8623-3a471f54ea20 => generated 0 bytes in 216 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2164] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags => generated 30 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:42.633 8 INFO neutron.api.v2.resource [None req-142b00d2-48d9-440d-ba20-2c4efc2c8f16 6931e8fd0050425292808ee5b94fb59e 9c2e742559024ad0ad9104c54700d7bf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1078/2165] 10.0.0.184 () {32 vars in 746 bytes} [Tue Apr 7 01:22:42 2026] DELETE /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags/green => generated 99 bytes in 112 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2166] 10.0.0.184 () {32 vars in 734 bytes} [Tue Apr 7 01:22:42 2026] DELETE /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags => 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: 1080/2167] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e/tags => generated 12 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1081/2168] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/ports?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => generated 1471 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2169] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e => generated 480 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2170] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:22:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=3263fdb9-d642-40a7-849b-3098ce3506c4 => generated 19 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:43.215 7 INFO neutron.db.l3_db [None req-f0c6d86b-3954-4a22-9b23-5413d064ae94 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Floating IP 35258845-8b47-4a95-ae60-643ce8212e6d associated. External IP: 10.96.250.206, port: c9c9bdb9-3e4a-4857-ab99-7c6f72165835. [pid: 7|app: 0|req: 1088/2171] 10.0.0.184 () {34 vars in 677 bytes} [Tue Apr 7 01:22:42 2026] POST /v2.0/floatingips => generated 842 bytes in 1002 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2172] 199.204.45.57 () {34 vars in 1105 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A217&port_id=3263fdb9-d642-40a7-849b-3098ce3506c4 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1090/2173] 10.0.0.231 () {34 vars in 990 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/ports?device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => generated 1469 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2174] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/floatingips/35258845-8b47-4a95-ae60-643ce8212e6d => generated 842 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2175] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/subnets?id=935f2296-6640-4e41-ac8b-3735a2822773&id=ec2415c5-d144-40f8-96df-f79898706885 => generated 1413 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2176] 10.0.0.231 () {34 vars in 1040 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/security-groups?id=7d6a0a15-f0f4-42bb-aebf-c49e88ad4476&fields=id&fields=name => generated 112 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2177] 10.0.0.184 () {32 vars in 655 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/floatingips => generated 845 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2178] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&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: 1084/2179] 10.0.0.184 () {34 vars in 742 bytes} [Tue Apr 7 01:22:42 2026] PUT /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e => generated 480 bytes in 933 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2180] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&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: 1086/2181] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/ports?device_id=4590fe6e-c8e5-4d8c-a539-dd347204e59e => 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: 1087/2182] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:22:43 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:44.086 8 INFO neutron_taas.services.taas.taas_plugin [None req-5510342f-7468-4e38-8a97-342ff62ac694 6931e8fd0050425292808ee5b94fb59e 9c2e742559024ad0ad9104c54700d7bf - - default default] TaaS: Handle Delete Port: ceb98e9e-19c7-46c3-9dc3-60f43d9976e6 2026-04-07 01:22:44.088 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5510342f-7468-4e38-8a97-342ff62ac694 6931e8fd0050425292808ee5b94fb59e 9c2e742559024ad0ad9104c54700d7bf - - default default] Tap Mirror: Handle Delete Port: ceb98e9e-19c7-46c3-9dc3-60f43d9976e6 2026-04-07 01:22:44.156 7 INFO neutron.db.l3_db [None req-7e6578f1-34e0-46de-b48b-574e2520b88d 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Floating IP 35258845-8b47-4a95-ae60-643ce8212e6d associated. External IP: 10.96.250.206, port: c9c9bdb9-3e4a-4857-ab99-7c6f72165835. 2026-04-07 01:22:44.355 8 INFO neutron.services.segments.plugin [-] Segment 6ade5382-4b94-4847-993d-48b0f1bfb015 resource provider aggregate not found 2026-04-07 01:22:44.364 8 INFO neutron.services.segments.plugin [-] Segment 6ade5382-4b94-4847-993d-48b0f1bfb015 resource provider aggregate not found 2026-04-07 01:22:44.380 8 INFO neutron.services.segments.plugin [-] Segment 6ade5382-4b94-4847-993d-48b0f1bfb015 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ade5382-4b94-4847-993d-48b0f1bfb015 found for delete ", "request_id": "req-97107568-c482-4db2-8dfa-014859f88dc5"}]} 2026-04-07 01:22:44.381 8 INFO neutron.services.segments.plugin [-] Segment 6ade5382-4b94-4847-993d-48b0f1bfb015 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ade5382-4b94-4847-993d-48b0f1bfb015 found for delete ", "request_id": "req-4af7ed46-7422-48d2-9d64-014af81acfb9"}]} 2026-04-07 01:22:44.394 8 INFO neutron.db.l3_hamode_db [None req-5510342f-7468-4e38-8a97-342ff62ac694 6931e8fd0050425292808ee5b94fb59e 9c2e742559024ad0ad9104c54700d7bf - - default default] HA network b3e20b86-5619-44a7-9be7-f65cca801bf9 was deleted as no HA routers are present in tenant 9c2e742559024ad0ad9104c54700d7bf. [pid: 8|app: 0|req: 1088/2183] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:43 2026] DELETE /v2.0/routers/4590fe6e-c8e5-4d8c-a539-dd347204e59e => generated 0 bytes in 443 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2184] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:22:44 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1096/2187] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:22:43 2026] PUT /v2.0/floatingips/35258845-8b47-4a95-ae60-643ce8212e6d => generated 843 bytes in 1004 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:44.947 8 INFO neutron.db.l3_db [None req-b0ff798b-233a-4a0d-a222-b3dfc4c2a92c 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Floating IP 35258845-8b47-4a95-ae60-643ce8212e6d disassociated. External IP: 10.96.250.206, port: b1ff2e85-a9d4-4a17-8a77-55acbc396d10. [pid: 8|app: 0|req: 1092/2188] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:22:44 2026] PUT /v2.0/floatingips/35258845-8b47-4a95-ae60-643ce8212e6d => generated 552 bytes in 459 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1097/2189] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:45 2026] GET /v2.0/security-groups?tenant_id=cac179be386e43dbb4df90a543e27a4b&name=default => generated 2925 bytes in 219 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:45.367 8 INFO neutron_taas.services.taas.taas_plugin [None req-4284153f-bb83-4511-bef1-d44c5e4d47a4 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] TaaS: Handle Delete Port: 3d79a69a-f05f-44ba-93bc-4cd1915bffc8 2026-04-07 01:22:45.370 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4284153f-bb83-4511-bef1-d44c5e4d47a4 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Tap Mirror: Handle Delete Port: 3d79a69a-f05f-44ba-93bc-4cd1915bffc8 [pid: 7|app: 0|req: 1098/2190] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:45 2026] DELETE /v2.0/security-groups/301a7a1b-0230-41a1-906c-d68b05a98015 => 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: 1093/2191] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:22:45 2026] DELETE /v2.0/floatingips/35258845-8b47-4a95-ae60-643ce8212e6d => generated 0 bytes in 294 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:45.571 8 INFO neutron.api.v2.resource [None req-0afaddb7-021d-45fe-be58-46ad3d2aef3a 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1094/2192] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:22:45 2026] DELETE /v2.0/floatingips/35258845-8b47-4a95-ae60-643ce8212e6d => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2193] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:45 2026] GET /v2.0/security-groups?tenant_id=9c2e742559024ad0ad9104c54700d7bf&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:45.704 8 INFO neutron_taas.services.taas.taas_plugin [None req-f1d287c6-9194-4bb7-b433-fff2fcbd4a7a 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] TaaS: Handle Delete Port: b1ff2e85-a9d4-4a17-8a77-55acbc396d10 2026-04-07 01:22:45.708 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1d287c6-9194-4bb7-b433-fff2fcbd4a7a 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Tap Mirror: Handle Delete Port: b1ff2e85-a9d4-4a17-8a77-55acbc396d10 [pid: 7|app: 0|req: 1100/2194] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:45 2026] DELETE /v2.0/security-groups/e8b4456f-b443-492a-be22-10f38ff428a6 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2195] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:22:45 2026] DELETE /v2.0/ports/b1ff2e85-a9d4-4a17-8a77-55acbc396d10 => generated 0 bytes in 328 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:46.061 7 INFO neutron_taas.services.taas.taas_plugin [None req-be1b1f6d-fc37-4168-a363-d0dfec117bfc 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] TaaS: Handle Delete Port: c9c9bdb9-3e4a-4857-ab99-7c6f72165835 2026-04-07 01:22:46.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be1b1f6d-fc37-4168-a363-d0dfec117bfc 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Tap Mirror: Handle Delete Port: c9c9bdb9-3e4a-4857-ab99-7c6f72165835 [pid: 8|app: 0|req: 1096/2196] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:45 2026] GET /v2.0/ports?device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => generated 1202 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2197] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:46 2026] GET /v2.0/security-groups?id=7d6a0a15-f0f4-42bb-aebf-c49e88ad4476&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2198] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:22:45 2026] DELETE /v2.0/ports/c9c9bdb9-3e4a-4857-ab99-7c6f72165835 => generated 0 bytes in 337 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2199] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:22:46 2026] GET /v2.0/ports?device_id=496fd2fa-b4db-4c2e-bd74-e2152252561c => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:46.675 7 INFO neutron_taas.services.taas.taas_plugin [None req-3b0284d1-2e53-41d3-8075-75ef6d756e95 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] TaaS: Handle Delete Port: a77dd0ab-05eb-426c-9e2d-7ae6fe249d72 2026-04-07 01:22:46.678 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b0284d1-2e53-41d3-8075-75ef6d756e95 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Tap Mirror: Handle Delete Port: a77dd0ab-05eb-426c-9e2d-7ae6fe249d72 [pid: 7|app: 0|req: 1102/2200] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:22:46 2026] PUT /v2.0/routers/496fd2fa-b4db-4c2e-bd74-e2152252561c/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:47.388 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca3213e7-ca3a-4d42-8e97-ed212ded3309 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] TaaS: Handle Delete Port: b1272962-6198-4a8a-871c-911dafc7b852 2026-04-07 01:22:47.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca3213e7-ca3a-4d42-8e97-ed212ded3309 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Tap Mirror: Handle Delete Port: b1272962-6198-4a8a-871c-911dafc7b852 2026-04-07 01:22:47.659 8 INFO neutron_taas.services.taas.taas_plugin [None req-ca3213e7-ca3a-4d42-8e97-ed212ded3309 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] TaaS: Handle Delete Port: b2850d38-f0dd-4ada-93c2-26f9af28f7b6 2026-04-07 01:22:47.662 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ca3213e7-ca3a-4d42-8e97-ed212ded3309 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] Tap Mirror: Handle Delete Port: b2850d38-f0dd-4ada-93c2-26f9af28f7b6 2026-04-07 01:22:48.002 8 INFO neutron.services.segments.plugin [-] Segment 3e6b916e-1a31-4e76-8c1a-a823cefb2723 resource provider aggregate not found 2026-04-07 01:22:48.003 8 INFO neutron.services.segments.plugin [-] Segment 3e6b916e-1a31-4e76-8c1a-a823cefb2723 resource provider aggregate not found 2026-04-07 01:22:48.022 8 INFO neutron.services.segments.plugin [-] Segment 3e6b916e-1a31-4e76-8c1a-a823cefb2723 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e6b916e-1a31-4e76-8c1a-a823cefb2723 found for delete ", "request_id": "req-2c6bf09e-c62b-4e75-aab8-ad1f25dd4497"}]} 2026-04-07 01:22:48.023 8 INFO neutron.services.segments.plugin [-] Segment 3e6b916e-1a31-4e76-8c1a-a823cefb2723 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3e6b916e-1a31-4e76-8c1a-a823cefb2723 found for delete ", "request_id": "req-f4808544-6a88-4073-a798-b1318e72e283"}]} 2026-04-07 01:22:48.035 8 INFO neutron.db.l3_hamode_db [None req-ca3213e7-ca3a-4d42-8e97-ed212ded3309 29a8e6406d60494ea5e8b9752f35efa4 f9ba08a03033402bbdebe3319878a039 - - default default] HA network 73dada08-acc2-4ee0-ba50-088a72d85234 was deleted as no HA routers are present in tenant f9ba08a03033402bbdebe3319878a039. [pid: 8|app: 0|req: 1099/2201] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:47 2026] DELETE /v2.0/routers/496fd2fa-b4db-4c2e-bd74-e2152252561c => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2202] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:48 2026] DELETE /v2.0/subnets/212eaeee-354c-428e-bd0d-cc6a4c22d988 => 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: 1100/2203] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:48 2026] DELETE /v2.0/networks/e4d9d4e0-114d-4798-9a7d-6c0c261fd1d3 => 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: 1104/2204] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:48 2026] GET /v2.0/security-groups?tenant_id=f9ba08a03033402bbdebe3319878a039&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: 1105/2205] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:49 2026] DELETE /v2.0/security-groups/0e78bbf6-95ec-425b-8425-6ec8e64afa0a => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:49.194 8 INFO neutron.db.segments_db [None req-c517fbf3-8055-46f7-a314-2f0830156a96 47ece7306cb743a7af694795155cb05d 30c30540486a4da28469db57010f18f9 - - default default] Added segment b0a47600-7f62-405f-a0b2-b54cedc711fb of type vxlan for network da55338e-b986-4dec-b36f-f6b87e1bde8e [pid: 8|app: 0|req: 1101/2206] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:48 2026] POST /v2.0/networks => generated 613 bytes in 373 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2207] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:49 2026] POST /v2.0/subnets => generated 626 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2208] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:22:49 2026] PUT /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2209] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:49 2026] GET /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2210] 10.0.0.184 () {34 vars in 762 bytes} [Tue Apr 7 01:22:49 2026] PUT /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags/green => generated 4 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2211] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:49 2026] GET /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/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: 1104/2212] 10.0.0.184 () {34 vars in 758 bytes} [Tue Apr 7 01:22:49 2026] PUT /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags/red => 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: 1109/2213] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:49 2026] GET /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/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: 1105/2214] 10.0.0.184 () {34 vars in 780 bytes} [Tue Apr 7 01:22:49 2026] PUT /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags/black.or.white => generated 4 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-04-07 01:22:50.046 8 INFO neutron.services.segments.plugin [-] Segment 0f3add8d-045d-4456-aa87-c629631bdc94 resource provider aggregate not found 2026-04-07 01:22:50.048 8 INFO neutron.services.segments.plugin [-] Segment 0f3add8d-045d-4456-aa87-c629631bdc94 resource provider aggregate not found 2026-04-07 01:22:50.064 8 INFO neutron.services.segments.plugin [-] Segment 0f3add8d-045d-4456-aa87-c629631bdc94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f3add8d-045d-4456-aa87-c629631bdc94 found for delete ", "request_id": "req-f6978d48-81ba-4f7d-9667-0bc3587f2fbc"}]} 2026-04-07 01:22:50.066 8 INFO neutron.services.segments.plugin [-] Segment 0f3add8d-045d-4456-aa87-c629631bdc94 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f3add8d-045d-4456-aa87-c629631bdc94 found for delete ", "request_id": "req-15e275ba-cf6d-482b-a3ac-1eaf899e1c2f"}]} [pid: 7|app: 0|req: 1110/2215] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:50 2026] GET /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/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: 1106/2216] 10.0.0.184 () {34 vars in 751 bytes} [Tue Apr 7 01:22:50 2026] PUT /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags => generated 37 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2217] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:50 2026] GET /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags => generated 37 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2218] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:22:50 2026] GET /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags/red => generated 0 bytes in 39 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:50.265 7 INFO neutron.api.v2.resource [None req-5682b834-5b32-4e1a-a3cd-8509f982293f 47ece7306cb743a7af694795155cb05d 30c30540486a4da28469db57010f18f9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1112/2219] 10.0.0.184 () {32 vars in 743 bytes} [Tue Apr 7 01:22:50 2026] GET /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/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: 1108/2220] 10.0.0.184 () {32 vars in 742 bytes} [Tue Apr 7 01:22:50 2026] DELETE /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags/red => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2221] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:50 2026] GET /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:50.411 8 INFO neutron.api.v2.resource [None req-91cbd414-9646-412d-9850-bc9ca124e97f 47ece7306cb743a7af694795155cb05d 30c30540486a4da28469db57010f18f9 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1109/2222] 10.0.0.184 () {32 vars in 746 bytes} [Tue Apr 7 01:22:50 2026] DELETE /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/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: 1114/2223] 10.0.0.184 () {32 vars in 734 bytes} [Tue Apr 7 01:22:50 2026] DELETE /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags => 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: 1110/2224] 10.0.0.184 () {32 vars in 731 bytes} [Tue Apr 7 01:22:50 2026] GET /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2225] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:50 2026] DELETE /v2.0/subnets/5aa8a0c7-0137-4ecb-86f5-7fb8efd28b15 => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:50.832 8 INFO neutron_taas.services.taas.taas_plugin [None req-9d0cefa9-53f8-4cde-b515-2a5b2c323f42 47ece7306cb743a7af694795155cb05d 30c30540486a4da28469db57010f18f9 - - default default] TaaS: Handle Delete Port: 933909d7-41bd-4af4-8f0e-e22c9df5ea98 2026-04-07 01:22:50.835 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d0cefa9-53f8-4cde-b515-2a5b2c323f42 47ece7306cb743a7af694795155cb05d 30c30540486a4da28469db57010f18f9 - - default default] Tap Mirror: Handle Delete Port: 933909d7-41bd-4af4-8f0e-e22c9df5ea98 [pid: 8|app: 0|req: 1111/2226] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:50 2026] DELETE /v2.0/networks/da55338e-b986-4dec-b36f-f6b87e1bde8e => generated 0 bytes in 307 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2227] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:22:51 2026] GET /v2.0/ports?device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => generated 1204 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2228] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:22:51 2026] GET /v2.0/security-groups?id=7d6a0a15-f0f4-42bb-aebf-c49e88ad4476&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:51.358 7 INFO neutron.db.segments_db [None req-5cc0ebb5-7efd-4518-bad2-4fada1d5a0f1 d2501986eae749f0a3ecc5d6fabc958a f88c3ceb11984e9a96d90b2848536aa8 - - default default] Added segment c56f0ce4-4916-4675-ae0f-8e447ded3360 of type vxlan for network 8de3c23c-d1fd-4cce-b311-699bf8c2d6cc 2026-04-07 01:22:51.428 7 INFO neutron.db.segments_db [None req-5cc0ebb5-7efd-4518-bad2-4fada1d5a0f1 d2501986eae749f0a3ecc5d6fabc958a f88c3ceb11984e9a96d90b2848536aa8 - - default default] Added segment a1885645-7319-4cb5-bcba-0b05c550838a of type vxlan for network d0483020-d3e3-4f5d-bb0a-e10c836c9305 [pid: 8|app: 0|req: 1114/2229] 10.0.0.184 () {32 vars in 818 bytes} [Tue Apr 7 01:22:51 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&mac_address=fa%3A16%3A3e%3A5b%3A18%3A24 => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1116/2230] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:50 2026] POST /v2.0/networks => generated 1206 bytes in 651 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2231] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:22:51 2026] GET /v2.0/networks => generated 1843 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:51.733 7 INFO neutron.services.segments.plugin [-] Segment c56f0ce4-4916-4675-ae0f-8e447ded3360 resource provider aggregate not found 2026-04-07 01:22:51.736 7 INFO neutron.services.segments.plugin [-] Segment c56f0ce4-4916-4675-ae0f-8e447ded3360 resource provider aggregate not found 2026-04-07 01:22:51.764 7 INFO neutron.services.segments.plugin [-] Segment c56f0ce4-4916-4675-ae0f-8e447ded3360 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c56f0ce4-4916-4675-ae0f-8e447ded3360 found for delete ", "request_id": "req-2e7cac0d-3572-4095-bf72-6a7aad046554"}]} 2026-04-07 01:22:51.770 7 INFO neutron.services.segments.plugin [-] Segment c56f0ce4-4916-4675-ae0f-8e447ded3360 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c56f0ce4-4916-4675-ae0f-8e447ded3360 found for delete ", "request_id": "req-1cdb16d8-b673-4414-a200-89797a0e7212"}]} [pid: 7|app: 0|req: 1118/2232] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:51 2026] DELETE /v2.0/networks/8de3c23c-d1fd-4cce-b311-699bf8c2d6cc => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2233] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:51 2026] DELETE /v2.0/networks/d0483020-d3e3-4f5d-bb0a-e10c836c9305 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2234] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:51 2026] GET /v2.0/security-groups?tenant_id=30c30540486a4da28469db57010f18f9&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2235] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:22:51 2026] GET /v2.0/networks => generated 651 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:52.089 8 INFO neutron.services.segments.plugin [-] Segment b0a47600-7f62-405f-a0b2-b54cedc711fb resource provider aggregate not found 2026-04-07 01:22:52.095 8 INFO neutron.services.segments.plugin [-] Segment b0a47600-7f62-405f-a0b2-b54cedc711fb resource provider aggregate not found 2026-04-07 01:22:52.117 8 INFO neutron.services.segments.plugin [-] Segment b0a47600-7f62-405f-a0b2-b54cedc711fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0a47600-7f62-405f-a0b2-b54cedc711fb found for delete ", "request_id": "req-6c0a285e-6eca-4493-abac-8d038d4cbf49"}]} 2026-04-07 01:22:52.119 8 INFO neutron.services.segments.plugin [-] Segment b0a47600-7f62-405f-a0b2-b54cedc711fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0a47600-7f62-405f-a0b2-b54cedc711fb found for delete ", "request_id": "req-901dab02-23ad-48c7-969c-6cf6b9ba5804"}]} [pid: 7|app: 0|req: 1122/2236] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:52 2026] DELETE /v2.0/security-groups/869f333c-81b4-4169-aa0c-cc5feb93726f => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:52.191 7 INFO neutron.db.segments_db [None req-00fd391b-eb33-4f8f-b8dc-e5166f665724 d2501986eae749f0a3ecc5d6fabc958a f88c3ceb11984e9a96d90b2848536aa8 - - default default] Added segment c51db4ed-d067-4147-bd9b-2e6c5629dfbb of type vxlan for network eddbd273-41d3-4f0c-9c5f-cf489f19d1a8 2026-04-07 01:22:52.192 8 INFO neutron.db.l3_db [None req-1a73e051-52c6-4be0-87a8-0448d8f81f5c 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Floating IP 9b2f0ec7-a66c-4978-9e94-17a3811ae689 associated. External IP: 10.96.250.207, port: 3263fdb9-d642-40a7-849b-3098ce3506c4. [pid: 7|app: 0|req: 1123/2237] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:52 2026] POST /v2.0/networks => generated 634 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2238] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:52 2026] GET /v2.0/security-groups?tenant_id=32951ada42564d0fbb4fcb28377e2a57&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:52.437 7 INFO neutron.db.segments_db [None req-0b292024-357f-49e8-8845-b34865e0ac53 d2501986eae749f0a3ecc5d6fabc958a f88c3ceb11984e9a96d90b2848536aa8 - - default default] Added segment b2c50686-2ca6-42a4-bad4-3aac985d18f6 of type vxlan for network 552ab6ee-2092-4405-a6b8-e9ef2c7eb7c9 [pid: 8|app: 0|req: 1115/2239] 10.0.0.184 () {34 vars in 677 bytes} [Tue Apr 7 01:22:51 2026] POST /v2.0/floatingips => generated 855 bytes in 999 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:52.489 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ae6645b0-c23a-4e4e-b7bb-9bbbdcbfbc12'] response: {'name': 'network-changed', 'server_uuid': '3136cf7f-43a4-4d4c-8a3b-ad96346de604', 'tag': '3263fdb9-d642-40a7-849b-3098ce3506c4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1125/2240] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:52 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) [pid: 8|app: 0|req: 1116/2241] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:52 2026] DELETE /v2.0/security-groups/b8706586-f39b-42c4-a31f-4fe95c6d6ee7 => 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: 1117/2242] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/ports?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2243] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/networks?id=ddab86f1-cb9c-4e03-9874-a4e6408e0371 => generated 800 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1126/2244] 10.0.0.184 () {34 vars in 665 bytes} [Tue Apr 7 01:22:52 2026] POST /v2.0/ports => generated 1505 bytes in 590 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: 1119/2245] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=3263fdb9-d642-40a7-849b-3098ce3506c4 => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1127/2246] 10.0.0.184 () {32 vars in 643 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/ports => generated 1505 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1120/2247] 199.204.45.57 () {34 vars in 1105 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A217&port_id=3263fdb9-d642-40a7-849b-3098ce3506c4 => 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: 1121/2248] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/subnets?id=935f2296-6640-4e41-ac8b-3735a2822773&id=ec2415c5-d144-40f8-96df-f79898706885 => generated 1413 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:53.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-23290261-d8c4-4559-8e4d-895e937c13a4 d2501986eae749f0a3ecc5d6fabc958a f88c3ceb11984e9a96d90b2848536aa8 - - default default] TaaS: Handle Delete Port: a3661893-c4b5-46c2-b98a-51ccf4f0d68b [pid: 8|app: 0|req: 1122/2249] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&device_owner=network%3Adhcp => generated 1461 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:22:53.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-23290261-d8c4-4559-8e4d-895e937c13a4 d2501986eae749f0a3ecc5d6fabc958a f88c3ceb11984e9a96d90b2848536aa8 - - default default] Tap Mirror: Handle Delete Port: a3661893-c4b5-46c2-b98a-51ccf4f0d68b [pid: 8|app: 0|req: 1123/2250] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1128/2251] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:22:53 2026] DELETE /v2.0/ports/a3661893-c4b5-46c2-b98a-51ccf4f0d68b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2252] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2253] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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-07 01:22:53.445 7 INFO neutron_taas.services.taas.taas_plugin [None req-d1c91766-156d-4d8b-8765-74c63e0d4284 d2501986eae749f0a3ecc5d6fabc958a f88c3ceb11984e9a96d90b2848536aa8 - - default default] TaaS: Handle Delete Port: db186f4a-a082-43ed-a58f-0d0836c50271 2026-04-07 01:22:53.447 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d1c91766-156d-4d8b-8765-74c63e0d4284 d2501986eae749f0a3ecc5d6fabc958a f88c3ceb11984e9a96d90b2848536aa8 - - default default] Tap Mirror: Handle Delete Port: db186f4a-a082-43ed-a58f-0d0836c50271 [pid: 7|app: 0|req: 1129/2254] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:22:53 2026] DELETE /v2.0/ports/db186f4a-a082-43ed-a58f-0d0836c50271 => 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: 1126/2255] 10.0.0.184 () {32 vars in 643 bytes} [Tue Apr 7 01:22:53 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:22:53.600 7 INFO neutron.db.segments_db [None req-3b34d515-23b7-4c42-9f84-680af43d8065 d2501986eae749f0a3ecc5d6fabc958a f88c3ceb11984e9a96d90b2848536aa8 - - default default] Added segment cb36db47-5f19-4d5a-902c-9f0617cb252f of type vxlan for network 93f94c5b-367c-4b46-97ee-9246c8b7dd5c [pid: 7|app: 0|req: 1130/2256] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:53 2026] POST /v2.0/networks => generated 634 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:53.736 8 INFO neutron.db.segments_db [None req-d316cae7-9612-4b4a-bf5a-53cde067ec86 d2501986eae749f0a3ecc5d6fabc958a f88c3ceb11984e9a96d90b2848536aa8 - - default default] Added segment 90248641-b483-4cb8-8e5a-9321a4b045b7 of type vxlan for network 12505a4e-07ea-4066-9a84-1abdf6efa582 2026-04-07 01:22:53.782 7 INFO neutron.services.segments.plugin [-] Segment a1885645-7319-4cb5-bcba-0b05c550838a resource provider aggregate not found 2026-04-07 01:22:53.787 7 INFO neutron.services.segments.plugin [-] Segment a1885645-7319-4cb5-bcba-0b05c550838a resource provider aggregate not found 2026-04-07 01:22:53.798 7 INFO neutron.services.segments.plugin [-] Segment a1885645-7319-4cb5-bcba-0b05c550838a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1885645-7319-4cb5-bcba-0b05c550838a found for delete ", "request_id": "req-30d51b3b-d081-4088-bda9-431d8a83ef3d"}]} 2026-04-07 01:22:53.800 7 INFO neutron.services.segments.plugin [-] Segment a1885645-7319-4cb5-bcba-0b05c550838a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a1885645-7319-4cb5-bcba-0b05c550838a found for delete ", "request_id": "req-fdda4d02-7651-4c23-b0ef-52ed58812202"}]} [pid: 8|app: 0|req: 1127/2257] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:53 2026] POST /v2.0/networks => generated 634 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2258] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:54 2026] POST /v2.0/subnets => generated 1324 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1128/2259] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:22:54 2026] GET /v2.0/subnets => generated 1960 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1132/2260] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:54 2026] DELETE /v2.0/subnets/39784e39-e063-4ece-818a-6869214a8c4e => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2261] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:22:54 2026] DELETE /v2.0/subnets/29fcb612-815d-4d22-a1e8-cfa86f67416a => 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: 1133/2262] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:22:55 2026] GET /v2.0/subnets => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:22:55.202 8 INFO neutron.services.segments.plugin [-] Segment 90248641-b483-4cb8-8e5a-9321a4b045b7 resource provider aggregate not found 2026-04-07 01:22:55.208 8 INFO neutron.services.segments.plugin [-] Segment 90248641-b483-4cb8-8e5a-9321a4b045b7 resource provider aggregate not found 2026-04-07 01:22:55.223 8 INFO neutron.services.segments.plugin [-] Segment 90248641-b483-4cb8-8e5a-9321a4b045b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90248641-b483-4cb8-8e5a-9321a4b045b7 found for delete ", "request_id": "req-52f84f14-23ab-4532-b633-d070b4ce5c03"}]} 2026-04-07 01:22:55.228 8 INFO neutron.services.segments.plugin [-] Segment 90248641-b483-4cb8-8e5a-9321a4b045b7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90248641-b483-4cb8-8e5a-9321a4b045b7 found for delete ", "request_id": "req-1aa311df-2314-464c-b71a-9b5c0310a1d8"}]} [pid: 8|app: 0|req: 1130/2263] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:55 2026] DELETE /v2.0/networks/12505a4e-07ea-4066-9a84-1abdf6efa582 => 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: 1134/2264] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:55 2026] DELETE /v2.0/networks/93f94c5b-367c-4b46-97ee-9246c8b7dd5c => 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: 1131/2265] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:55 2026] DELETE /v2.0/networks/552ab6ee-2092-4405-a6b8-e9ef2c7eb7c9 => 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: 1135/2266] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:55 2026] DELETE /v2.0/networks/eddbd273-41d3-4f0c-9c5f-cf489f19d1a8 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:22:55.819 7 INFO neutron.services.segments.plugin [-] Segment cb36db47-5f19-4d5a-902c-9f0617cb252f resource provider aggregate not found 2026-04-07 01:22:55.825 7 INFO neutron.services.segments.plugin [-] Segment cb36db47-5f19-4d5a-902c-9f0617cb252f resource provider aggregate not found 2026-04-07 01:22:55.842 7 INFO neutron.services.segments.plugin [-] Segment cb36db47-5f19-4d5a-902c-9f0617cb252f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb36db47-5f19-4d5a-902c-9f0617cb252f found for delete ", "request_id": "req-97760468-f57e-442f-8019-29036a7ac86c"}]} 2026-04-07 01:22:55.845 7 INFO neutron.services.segments.plugin [-] Segment cb36db47-5f19-4d5a-902c-9f0617cb252f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid cb36db47-5f19-4d5a-902c-9f0617cb252f found for delete ", "request_id": "req-05254d4b-0c8b-40c5-943a-64f114e0cd50"}]} 2026-04-07 01:22:55.860 7 INFO neutron.services.segments.plugin [-] Segment c51db4ed-d067-4147-bd9b-2e6c5629dfbb resource provider aggregate not found 2026-04-07 01:22:55.867 7 INFO neutron.services.segments.plugin [-] Segment c51db4ed-d067-4147-bd9b-2e6c5629dfbb resource provider aggregate not found 2026-04-07 01:22:55.878 7 INFO neutron.services.segments.plugin [-] Segment c51db4ed-d067-4147-bd9b-2e6c5629dfbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c51db4ed-d067-4147-bd9b-2e6c5629dfbb found for delete ", "request_id": "req-36df87cf-7e10-4adb-a2ee-65ddc130ec3f"}]} 2026-04-07 01:22:55.885 7 INFO neutron.services.segments.plugin [-] Segment c51db4ed-d067-4147-bd9b-2e6c5629dfbb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c51db4ed-d067-4147-bd9b-2e6c5629dfbb found for delete ", "request_id": "req-db1e648e-6a86-4099-8fcb-fdc3a8647b0e"}]} [pid: 8|app: 0|req: 1132/2267] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:22:56 2026] GET /v2.0/security-groups?tenant_id=f88c3ceb11984e9a96d90b2848536aa8&name=default => generated 2927 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2268] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:22:56 2026] DELETE /v2.0/security-groups/69f3d346-5ec8-43a6-95a7-8a2238558aca => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:22:57.244 8 INFO neutron.services.segments.plugin [-] Segment b2c50686-2ca6-42a4-bad4-3aac985d18f6 resource provider aggregate not found 2026-04-07 01:22:57.244 8 INFO neutron.services.segments.plugin [-] Segment b2c50686-2ca6-42a4-bad4-3aac985d18f6 resource provider aggregate not found 2026-04-07 01:22:57.261 8 INFO neutron.services.segments.plugin [-] Segment b2c50686-2ca6-42a4-bad4-3aac985d18f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2c50686-2ca6-42a4-bad4-3aac985d18f6 found for delete ", "request_id": "req-3943b7b3-b9d4-4424-b710-965ddda03929"}]} 2026-04-07 01:22:57.263 8 INFO neutron.services.segments.plugin [-] Segment b2c50686-2ca6-42a4-bad4-3aac985d18f6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2c50686-2ca6-42a4-bad4-3aac985d18f6 found for delete ", "request_id": "req-2cec730e-182e-4fb2-a252-e6706f1367bc"}]} 2026-04-07 01:22:58.389 8 INFO neutron.db.segments_db [None req-faba67f7-f736-4830-ac7d-6e13ce1edf5e 8a76a95c2b79406da6f92da22e06ac48 503955669bb24b229df4ed1569603273 - - default default] Added segment dc5de5ae-05a7-45ec-8dbb-d7cb969177bc of type vxlan for network b6a86345-2fbc-493f-988d-5a5158ef33a7 [pid: 8|app: 0|req: 1133/2269] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:58 2026] POST /v2.0/networks => generated 628 bytes in 422 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2272] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:58 2026] POST /v2.0/subnets => generated 673 bytes in 232 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:22:59.221 8 INFO neutron.db.segments_db [None req-deb0d909-fb5b-48f6-b4f5-3bfcf6845a4c 8a76a95c2b79406da6f92da22e06ac48 503955669bb24b229df4ed1569603273 - - default default] Added segment c25ea1b6-4efa-481f-a45f-3d342032c120 of type vxlan for network 61aa2b7b-fe0b-407a-b85a-6e69d759875b [pid: 8|app: 0|req: 1136/2273] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:22:59 2026] POST /v2.0/networks => generated 628 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2274] 10.0.0.184 () {34 vars in 743 bytes} [Tue Apr 7 01:22:59 2026] PUT /v2.0/networks/61aa2b7b-fe0b-407a-b85a-6e69d759875b => generated 592 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2275] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:22:59 2026] POST /v2.0/subnets => generated 646 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2276] 10.0.0.184 () {34 vars in 741 bytes} [Tue Apr 7 01:22:59 2026] PUT /v2.0/subnets/ba06f913-2cba-418e-8d4b-549d9026acbc => generated 656 bytes in 175 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:23:00.145 8 INFO neutron.services.segments.plugin [-] Segment c25ea1b6-4efa-481f-a45f-3d342032c120 resource provider aggregate not found 2026-04-07 01:23:00.149 8 INFO neutron.services.segments.plugin [-] Segment c25ea1b6-4efa-481f-a45f-3d342032c120 resource provider aggregate not found 2026-04-07 01:23:00.166 8 INFO neutron.services.segments.plugin [-] Segment c25ea1b6-4efa-481f-a45f-3d342032c120 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c25ea1b6-4efa-481f-a45f-3d342032c120 found for delete ", "request_id": "req-c7624741-af08-4301-9188-66eb596f831a"}]} 2026-04-07 01:23:00.170 8 INFO neutron.services.segments.plugin [-] Segment c25ea1b6-4efa-481f-a45f-3d342032c120 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c25ea1b6-4efa-481f-a45f-3d342032c120 found for delete ", "request_id": "req-e83e63b2-8cc0-4ade-9894-616d0492cd78"}]} [pid: 8|app: 0|req: 1138/2277] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:22:59 2026] DELETE /v2.0/networks/61aa2b7b-fe0b-407a-b85a-6e69d759875b => generated 0 bytes in 251 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:23:00.226 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3a920e16-d00a-4f5c-beab-7091a32d5c15 8a76a95c2b79406da6f92da22e06ac48 503955669bb24b229df4ed1569603273 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1140/2278] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:23:00 2026] DELETE /v2.0/networks/61aa2b7b-fe0b-407a-b85a-6e69d759875b => generated 138 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2279] 10.0.0.184 () {32 vars in 694 bytes} [Tue Apr 7 01:23:00 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1141/2280] 10.0.0.184 () {32 vars in 742 bytes} [Tue Apr 7 01:23:00 2026] GET /v2.0/subnets?network_id=c1f5476f-ec8c-4a4f-841c-edbe9b003d31 => generated 649 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2281] 10.0.0.184 () {32 vars in 653 bytes} [Tue Apr 7 01:23:00 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2282] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:23:00 2026] GET /v2.0/networks => generated 1312 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2283] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:23:00 2026] GET /v2.0/subnets => generated 1312 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2284] 10.0.0.184 () {32 vars in 723 bytes} [Tue Apr 7 01:23:00 2026] GET /v2.0/networks/b6a86345-2fbc-493f-988d-5a5158ef33a7 => generated 672 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2285] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:23:00 2026] GET /v2.0/subnets/0857a259-04b6-4aed-ac06-c50c7c535581 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:23:00.561 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6c223be5-f043-4ccd-9777-1f4998d80599 8a76a95c2b79406da6f92da22e06ac48 503955669bb24b229df4ed1569603273 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1143/2286] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:23:00 2026] DELETE /v2.0/subnets/ba06f913-2cba-418e-8d4b-549d9026acbc => 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: 1144/2287] 10.0.0.231 () {34 vars in 990 bytes} [Tue Apr 7 01:23:00 2026] GET /v2.0/ports?device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => generated 1473 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:23:00.576 8 INFO neutron.pecan_wsgi.hooks.translation [None req-41e9f5fd-7828-4675-8ee6-4ad52d22dd60 8a76a95c2b79406da6f92da22e06ac48 503955669bb24b229df4ed1569603273 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1144/2288] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:23:00 2026] DELETE /v2.0/networks/61aa2b7b-fe0b-407a-b85a-6e69d759875b => 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: 1145/2289] 10.0.0.231 () {34 vars in 1040 bytes} [Tue Apr 7 01:23:00 2026] GET /v2.0/security-groups?id=7d6a0a15-f0f4-42bb-aebf-c49e88ad4476&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: 1145/2290] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:23:00 2026] DELETE /v2.0/subnets/0857a259-04b6-4aed-ac06-c50c7c535581 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:23:00.884 7 INFO neutron_taas.services.taas.taas_plugin [None req-2e9ca978-a1e6-4335-b2f4-0b5048bee750 8a76a95c2b79406da6f92da22e06ac48 503955669bb24b229df4ed1569603273 - - default default] TaaS: Handle Delete Port: 2bbcaca5-689f-4991-8ca1-41eb086fbad8 2026-04-07 01:23:00.887 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2e9ca978-a1e6-4335-b2f4-0b5048bee750 8a76a95c2b79406da6f92da22e06ac48 503955669bb24b229df4ed1569603273 - - default default] Tap Mirror: Handle Delete Port: 2bbcaca5-689f-4991-8ca1-41eb086fbad8 2026-04-07 01:23:01.029 7 INFO neutron.services.segments.plugin [-] Segment dc5de5ae-05a7-45ec-8dbb-d7cb969177bc resource provider aggregate not found 2026-04-07 01:23:01.030 7 INFO neutron.services.segments.plugin [-] Segment dc5de5ae-05a7-45ec-8dbb-d7cb969177bc resource provider aggregate not found 2026-04-07 01:23:01.045 7 INFO neutron.services.segments.plugin [-] Segment dc5de5ae-05a7-45ec-8dbb-d7cb969177bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc5de5ae-05a7-45ec-8dbb-d7cb969177bc found for delete ", "request_id": "req-d8f4fae5-6379-422e-8a3a-312bb4c5f551"}]} 2026-04-07 01:23:01.048 7 INFO neutron.services.segments.plugin [-] Segment dc5de5ae-05a7-45ec-8dbb-d7cb969177bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dc5de5ae-05a7-45ec-8dbb-d7cb969177bc found for delete ", "request_id": "req-81392180-2a11-41b4-ae98-5906c6ef0567"}]} [pid: 7|app: 0|req: 1146/2291] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:23:00 2026] DELETE /v2.0/networks/b6a86345-2fbc-493f-988d-5a5158ef33a7 => generated 0 bytes in 255 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2292] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:23:01 2026] GET /v2.0/security-groups?tenant_id=503955669bb24b229df4ed1569603273&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2293] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:23:01 2026] DELETE /v2.0/security-groups/8a54a3f7-06c7-4df6-96fa-2596cf81edc2 => 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: 1147/2294] 10.0.0.184 () {32 vars in 623 bytes} [Tue Apr 7 01:23:03 2026] GET / => generated 151 bytes in 4 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2295] 10.0.0.184 () {32 vars in 633 bytes} [Tue Apr 7 01:23:03 2026] GET /v2.0/ => generated 632 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1148/2296] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:23:04 2026] GET /v2.0/security-groups?tenant_id=39ee7d5840674831a16d12e190b2598e&name=default => generated 2929 bytes in 215 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1149/2297] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:23:04 2026] DELETE /v2.0/security-groups/3474276a-482a-45be-875c-fe3c31f4c1b5 => 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: 1149/2298] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/security-groups?tenant_id=cdd1efcfe6f248ce8ba6b76981daf00c&name=default => generated 2929 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2299] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:23:09 2026] DELETE /v2.0/security-groups/b79ca32c-a05c-4619-8ec3-5eb80a5ee5a7 => 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: 1150/2300] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:23:09 2026] GET /v2.0/security-groups?tenant_id=ad87c7b40650420aa2b0b8f5b9eb7508&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2301] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:23:09 2026] DELETE /v2.0/security-groups/23cd3ac6-64ff-48dc-b5a7-84144653c1cd => generated 0 bytes in 99 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:23:12.878 8 INFO neutron.db.segments_db [None req-987540d7-6c54-4fdb-9af2-bd246b2ee29c de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Added segment b833467d-332c-47c4-a070-909e9b7905f1 of type vxlan for network c5dc1aaa-ad87-47bb-a03e-9835e2a68543 [pid: 8|app: 0|req: 1151/2302] 10.0.0.184 () {34 vars in 671 bytes} [Tue Apr 7 01:23:12 2026] POST /v2.0/networks => generated 614 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:23:13.039 7 INFO neutron.db.segments_db [None req-787314f4-0f14-4f03-aa7d-7ddfc87558a9 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Added segment 187b459a-907e-40fb-b6ea-89b50f291b2b of type vxlan for network a4808189-bfdf-4c3a-86c4-71b297ae69bf 2026-04-07 01:23:13.326 7 INFO neutron.db.l3_hamode_db [None req-787314f4-0f14-4f03-aa7d-7ddfc87558a9 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-04-07 01:23:14.141 7 INFO neutron.db.l3_hamode_db [None req-787314f4-0f14-4f03-aa7d-7ddfc87558a9 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1154/2305] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:23:14 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2306] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:23:13 2026] POST /v2.0/routers => generated 695 bytes in 2216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1155/2307] 10.0.0.184 () {32 vars in 776 bytes} [Tue Apr 7 01:23:15 2026] GET /v2.0/subnets?project_id=a2d2dfde0f7449a3844060d93012e47d&cidr=10.100.0.0%2F28 => generated 14 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2308] 10.0.0.184 () {32 vars in 694 bytes} [Tue Apr 7 01:23:15 2026] GET /v2.0/networks?router%3Aexternal=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: 1156/2309] 10.0.0.184 () {32 vars in 784 bytes} [Tue Apr 7 01:23:15 2026] GET /v2.0/subnets?network_id=c1f5476f-ec8c-4a4f-841c-edbe9b003d31&cidr=10.100.0.0%2F28 => generated 14 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2310] 10.0.0.184 () {34 vars in 669 bytes} [Tue Apr 7 01:23:15 2026] POST /v2.0/subnets => generated 656 bytes in 302 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2311] 10.0.0.21 () {30 vars in 689 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2312] 10.0.0.21 () {30 vars in 691 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2313] 10.0.0.21 () {30 vars in 667 bytes} [Tue Apr 7 01:23:16 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: 1158/2314] 10.0.0.21 () {30 vars in 703 bytes} [Tue Apr 7 01:23:16 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: 1159/2315] 10.0.0.21 () {28 vars in 438 bytes} [Tue Apr 7 01:23:16 2026] GET / => generated 151 bytes in 1 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2316] 10.0.0.21 () {30 vars in 727 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 658 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2317] 10.0.0.21 () {30 vars in 689 bytes} [Tue Apr 7 01:23:16 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: 1162/2318] 10.0.0.21 () {30 vars in 691 bytes} [Tue Apr 7 01:23: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: 1163/2319] 10.0.0.21 () {30 vars in 667 bytes} [Tue Apr 7 01:23:16 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: 1164/2320] 10.0.0.21 () {30 vars in 703 bytes} [Tue Apr 7 01:23:16 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: 1165/2321] 10.0.0.21 () {30 vars in 727 bytes} [Tue Apr 7 01:23:16 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2322] 10.0.0.21 () {30 vars in 689 bytes} [Tue Apr 7 01:23:17 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2323] 10.0.0.21 () {30 vars in 691 bytes} [Tue Apr 7 01:23:17 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2324] 10.0.0.21 () {30 vars in 667 bytes} [Tue Apr 7 01:23:17 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: 1169/2325] 10.0.0.21 () {30 vars in 703 bytes} [Tue Apr 7 01:23:17 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: 1170/2326] 10.0.0.21 () {30 vars in 729 bytes} [Tue Apr 7 01:23:17 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646 => generated 798 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2327] 10.0.0.21 () {30 vars in 681 bytes} [Tue Apr 7 01:23:17 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1157/2328] 10.0.0.184 () {34 vars in 783 bytes} [Tue Apr 7 01:23:15 2026] PUT /v2.0/routers/890712ac-a733-4864-a131-0af333aa8fac/add_router_interface => generated 309 bytes in 1615 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2329] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:23:17 2026] GET /v2.0/networks => generated 6661 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2330] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:23:17 2026] GET /v2.0/subnets => generated 7417 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2331] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:23:17 2026] GET /v2.0/routers => generated 1452 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2332] 10.0.0.21 () {34 vars in 703 bytes} [Tue Apr 7 01:23:17 2026] POST /v2.0/ports => generated 1132 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2333] 10.0.0.184 () {34 vars in 685 bytes} [Tue Apr 7 01:23:17 2026] POST /v2.0/security-groups => generated 1673 bytes in 184 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1173/2334] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2335] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:18 2026] POST /v2.0/security-group-rules => generated 596 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2336] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:18 2026] POST /v2.0/security-group-rules => generated 602 bytes in 269 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2337] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:18 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:23:18.596 7 INFO neutron.db.securitygroups_db [None req-c6954aaa-6100-4bea-9b8d-39ed8fc7ef18 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Project a2d2dfde0f7449a3844060d93012e47d 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: 1175/2338] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:18 2026] POST /v2.0/security-group-rules => generated 607 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:23:18.810 8 INFO neutron.db.securitygroups_db [None req-630c17a8-9fe8-4d89-8ac7-c4e4a0cd5263 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Project a2d2dfde0f7449a3844060d93012e47d 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: 1164/2339] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:18 2026] POST /v2.0/security-group-rules => generated 606 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1176/2340] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:23:19 2026] GET /v2.0/networks => generated 1298 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2341] 10.0.0.87 () {34 vars in 1095 bytes} [Tue Apr 7 01:23:19 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-89473268&fields=id&tenant_id=a2d2dfde0f7449a3844060d93012e47d => generated 69 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2342] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:23:19 2026] GET /v2.0/networks?id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543 => generated 661 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2343] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:23:19 2026] GET /v2.0/quotas/a2d2dfde0f7449a3844060d93012e47d => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1178/2344] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:23:19 2026] GET /v2.0/ports?tenant_id=a2d2dfde0f7449a3844060d93012e47d&fields=id => generated 103 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2345] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:23:19 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1179/2346] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:23:19 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1168/2347] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:19 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2348] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:23:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2349] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:23: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: 1181/2350] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:23:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2351] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:23:20 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: 1182/2352] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:23:20 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1171/2353] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:23: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: 7|app: 0|req: 1183/2354] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:23:20 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: 1172/2355] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:23:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2356] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:23:20 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: 1184/2357] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:20 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:23:20.983 8 INFO neutron.api.v2.resource [None req-5fb8f92c-836a-4aef-8499-efa0db59edeb d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1174/2358] 199.204.45.57 () {30 vars in 762 bytes} [Tue Apr 7 01:23:20 2026] GET /v2.0/security-groups/lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => 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: 1185/2359] 199.204.45.57 () {30 vars in 784 bytes} [Tue Apr 7 01:23:20 2026] GET /v2.0/security-groups?name=lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => generated 23 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2360] 199.204.45.57 () {34 vars in 735 bytes} [Tue Apr 7 01:23:21 2026] POST /v2.0/security-groups => generated 1638 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2361] 199.204.45.57 () {30 vars in 814 bytes} [Tue Apr 7 01:23:21 2026] GET /v2.0/security-group-rules?security_group_id=951e6c97-8b56-466a-b122-38db246d9b8d => generated 1182 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2362] 199.204.45.57 () {34 vars in 788 bytes} [Tue Apr 7 01:23:21 2026] PUT /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2363] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:23:21 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1177/2364] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:23:21 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: 1188/2365] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:23:21 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2366] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:23:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2367] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:23:21 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2368] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:22 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1190/2369] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:23 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1180/2370] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:23:24 2026] GET /v2.0/networks?id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543 => generated 661 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2371] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:23:24 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a2d2dfde0f7449a3844060d93012e47d => generated 179 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2372] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:24 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1192/2373] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:23:24 2026] POST /v2.0/ports => generated 954 bytes in 363 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2374] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:23:24 2026] PUT /v2.0/ports/35efef62-e6c8-4070-8824-8860f117a6dd => generated 1235 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:23:25.079 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5579ac12-e236-4f9a-8a95-1fc11dafa015'] response: {'name': 'network-changed', 'server_uuid': '905a81f4-267f-44c4-891e-9ebfa8aedebb', 'tag': '35efef62-e6c8-4070-8824-8860f117a6dd', '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: 1193/2375] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:25 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 969 bytes in 38 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: 1183/2376] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:25 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2377] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:23:25 2026] GET /v2.0/ports?tenant_id=a2d2dfde0f7449a3844060d93012e47d&device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1184/2378] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:23:25 2026] GET /v2.0/networks?tenant_id=a2d2dfde0f7449a3844060d93012e47d&shared=False => generated 757 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2379] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:23:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2380] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 969 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2381] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&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: 1186/2382] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/ports?tenant_id=a2d2dfde0f7449a3844060d93012e47d&device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2383] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=35efef62-e6c8-4070-8824-8860f117a6dd => 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: 1187/2384] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/subnets?id=e6b188ac-7960-45e9-a291-2b190b469d30 => generated 677 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1198/2385] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/ports?network_id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543&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: 1188/2386] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1199/2387] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:23:26 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1189/2388] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:27 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1200/2389] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:27 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&fields=id&fields=name => generated 112 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1190/2390] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:28 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 969 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2391] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:28 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&fields=id&fields=name => generated 112 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2392] 10.0.0.87 () {34 vars in 1015 bytes} [Tue Apr 7 01:23:28 2026] GET /v2.0/security-groups?id=c9eb2b9a-5eee-4091-8cad-fb1b40103b4f&fields=id => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2393] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:23:28 2026] GET /v2.0/networks?id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 735 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2394] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/quotas/c6a9930c0ce448ae991b5f90e358a8ff => generated 291 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2397] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&fields=id => generated 149 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2398] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1204/2399] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1196/2400] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => 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: 1205/2401] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => 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: 1197/2402] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:29 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 969 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2403] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:30 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&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: 1198/2404] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2405] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:31 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2406] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 971 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2407] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&fields=id&fields=name => generated 112 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2408] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1209/2409] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&fields=id&fields=name => generated 112 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2410] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => 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: 1210/2411] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 1240 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2412] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:32 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:23:33.392 8 INFO neutron.db.l3_db [None req-b25110db-57d4-4cc9-9733-2f1ea9252c6a de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Floating IP ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 associated. External IP: 10.96.250.210, port: 35efef62-e6c8-4070-8824-8860f117a6dd. [pid: 8|app: 0|req: 1202/2413] 10.0.0.184 () {34 vars in 677 bytes} [Tue Apr 7 01:23:32 2026] POST /v2.0/floatingips => generated 855 bytes in 1064 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:23:33.726 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ae4c471-a654-4d83-bd4c-93977042a515'] response: {'name': 'network-changed', 'server_uuid': '905a81f4-267f-44c4-891e-9ebfa8aedebb', 'tag': '35efef62-e6c8-4070-8824-8860f117a6dd', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1212/2414] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:23:33 2026] GET /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 855 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2415] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:23:33 2026] GET /v2.0/networks?id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8 => generated 735 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2416] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:23:33 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=c6a9930c0ce448ae991b5f90e358a8ff => generated 343 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2417] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:23:33 2026] POST /v2.0/ports => generated 1078 bytes in 271 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: 1205/2418] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:23:34 2026] GET /v2.0/ports?tenant_id=a2d2dfde0f7449a3844060d93012e47d&device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2419] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:23:34 2026] GET /v2.0/networks?id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543 => generated 757 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2420] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:23:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=35efef62-e6c8-4070-8824-8860f117a6dd => generated 858 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1208/2421] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:23:34 2026] GET /v2.0/subnets?id=e6b188ac-7960-45e9-a291-2b190b469d30 => generated 677 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1209/2422] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:23:34 2026] GET /v2.0/ports?network_id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543&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: 1210/2423] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:23:34 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1211/2424] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:23:34 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1214/2425] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:23:34 2026] PUT /v2.0/ports/488b1913-14e6-4bbf-b4fe-1032b5295ed5 => generated 1239 bytes in 446 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:23:34.635 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-acbf0c12-74d9-4dfc-af9d-70a692bc129f'] response: {'name': 'network-changed', 'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'tag': '488b1913-14e6-4bbf-b4fe-1032b5295ed5', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1212/2426] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:23:34 2026] GET /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 855 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1215/2427] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:23:35 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 1242 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2428] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:23:35 2026] GET /v2.0/networks?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&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: 1216/2429] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:23:35 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2430] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:23:35 2026] GET /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 857 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2431] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:35 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 1242 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2432] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:35 2026] GET /v2.0/security-groups?id=c9eb2b9a-5eee-4091-8cad-fb1b40103b4f&fields=id&fields=name => generated 96 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2433] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:35 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2434] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => 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: 1219/2435] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=488b1913-14e6-4bbf-b4fe-1032b5295ed5 => 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: 1217/2436] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/subnets?id=ff3e9637-e244-4731-a928-8218fc4d9fe9 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1220/2437] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/ports?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2438] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1221/2439] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:23:36 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2440] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:38 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => 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: 1222/2441] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:38 2026] GET /v2.0/security-groups?id=c9eb2b9a-5eee-4091-8cad-fb1b40103b4f&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: 1220/2442] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:38 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 1242 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2443] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:23:40 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1221/2444] 199.204.45.57 () {34 vars in 1043 bytes} [Tue Apr 7 01:23:40 2026] GET /v2.0/security-groups?id=c9eb2b9a-5eee-4091-8cad-fb1b40103b4f&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: 7|app: 0|req: 1224/2445] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:41 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => 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: 1222/2446] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:42 2026] GET /v2.0/security-groups?id=c9eb2b9a-5eee-4091-8cad-fb1b40103b4f&fields=id&fields=name => generated 96 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2447] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:42 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => 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: 1223/2448] 10.0.0.231 () {34 vars in 990 bytes} [Tue Apr 7 01:23:43 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 1240 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2449] 10.0.0.231 () {34 vars in 1040 bytes} [Tue Apr 7 01:23:43 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&fields=id&fields=name => generated 112 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2452] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:45 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2453] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:23:45 2026] GET /v2.0/security-groups?id=c9eb2b9a-5eee-4091-8cad-fb1b40103b4f&fields=id&fields=name => generated 96 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2454] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:45 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => 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: 1226/2455] 10.0.0.184 () {32 vars in 826 bytes} [Tue Apr 7 01:23:53 2026] GET /v2.0/ports?project_id=a2d2dfde0f7449a3844060d93012e47d&network_id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543 => generated 3691 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2456] 10.0.0.184 () {32 vars in 742 bytes} [Tue Apr 7 01:23:53 2026] GET /v2.0/subnets?network_id=c1f5476f-ec8c-4a4f-841c-edbe9b003d31 => generated 667 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:23:53.733 8 INFO neutron.db.l3_db [None req-2323b7cf-39cc-4922-b0dd-c5ca6239eebe de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Floating IP ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 disassociated. External IP: 10.96.250.210, port: 35efef62-e6c8-4070-8824-8860f117a6dd. [pid: 8|app: 0|req: 1227/2457] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:23:53 2026] PUT /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 554 bytes in 445 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2458] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 554 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:23:54.086 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0f00649-7c1b-4752-bb1e-df65974d241b'] response: {'name': 'network-changed', 'server_uuid': '905a81f4-267f-44c4-891e-9ebfa8aedebb', 'tag': '35efef62-e6c8-4070-8824-8860f117a6dd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1228/2459] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/ports?tenant_id=a2d2dfde0f7449a3844060d93012e47d&device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2460] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/networks?id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543 => generated 757 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2461] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=35efef62-e6c8-4070-8824-8860f117a6dd => 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: 1233/2462] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/subnets?id=e6b188ac-7960-45e9-a291-2b190b469d30 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1230/2463] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/ports?network_id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543&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: 1234/2464] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1231/2465] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:23:54 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1235/2466] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:23:55 2026] GET /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2467] 10.0.0.184 () {34 vars in 685 bytes} [Tue Apr 7 01:23:56 2026] POST /v2.0/security-groups => generated 1675 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1236/2468] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2469] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:56 2026] POST /v2.0/security-group-rules => generated 596 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2470] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:56 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2471] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:23:56.923 7 INFO neutron.db.securitygroups_db [None req-725b68e5-e4fb-48f9-8ac6-cd6b075826a2 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Project a2d2dfde0f7449a3844060d93012e47d 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: 1238/2472] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:56 2026] POST /v2.0/security-group-rules => generated 607 bytes in 93 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:23:57.040 8 INFO neutron.db.securitygroups_db [None req-152acf0d-0290-419f-a8ec-3721f44a86e1 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Project a2d2dfde0f7449a3844060d93012e47d 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: 1235/2473] 10.0.0.184 () {34 vars in 695 bytes} [Tue Apr 7 01:23:56 2026] POST /v2.0/security-group-rules => generated 606 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2474] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:23:57 2026] GET /v2.0/networks => generated 1298 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2475] 10.0.0.87 () {34 vars in 1097 bytes} [Tue Apr 7 01:23:57 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-200011730&fields=id&tenant_id=a2d2dfde0f7449a3844060d93012e47d => generated 69 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2476] 10.0.0.87 () {34 vars in 981 bytes} [Tue Apr 7 01:23:57 2026] GET /v2.0/networks?id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543 => generated 661 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2477] 10.0.0.87 () {34 vars in 964 bytes} [Tue Apr 7 01:23:57 2026] GET /v2.0/quotas/a2d2dfde0f7449a3844060d93012e47d => generated 292 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2478] 10.0.0.87 () {34 vars in 1001 bytes} [Tue Apr 7 01:23:57 2026] GET /v2.0/ports?tenant_id=a2d2dfde0f7449a3844060d93012e47d&fields=id => generated 149 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2479] 10.0.0.87 () {34 vars in 1007 bytes} [Tue Apr 7 01:23:57 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1242/2480] 10.0.0.87 () {34 vars in 1107 bytes} [Tue Apr 7 01:23:58 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1239/2481] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:58 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 12 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2484] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:23:59 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => 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: 1244/2485] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:00 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => 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: 1242/2486] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:01 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => 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: 1245/2487] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:24:02 2026] GET /v2.0/networks?id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543 => generated 661 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1243/2488] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:02 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2489] 199.204.45.57 () {34 vars in 1049 bytes} [Tue Apr 7 01:24:02 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=a2d2dfde0f7449a3844060d93012e47d => generated 271 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2490] 199.204.45.57 () {38 vars in 954 bytes} [Tue Apr 7 01:24:02 2026] POST /v2.0/ports => generated 954 bytes in 938 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: 1245/2491] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:03 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 957 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1246/2492] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:03 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&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: 1247/2493] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:24:03 2026] PUT /v2.0/ports/889d0428-592c-4c59-83e3-ea62834c186f => generated 1235 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:04.330 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ef161b2b-13e4-4075-b994-916f64740c16'] response: {'name': 'network-changed', 'server_uuid': 'fad1c4a5-122b-42e0-8360-9580954e4303', 'tag': '889d0428-592c-4c59-83e3-ea62834c186f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1247/2494] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:24:04 2026] GET /v2.0/ports?tenant_id=a2d2dfde0f7449a3844060d93012e47d&device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 1238 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: 1248/2495] 199.204.45.57 () {34 vars in 1017 bytes} [Tue Apr 7 01:24:04 2026] GET /v2.0/networks?tenant_id=a2d2dfde0f7449a3844060d93012e47d&shared=False => generated 757 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2496] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:04 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 969 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2497] 199.204.45.57 () {34 vars in 929 bytes} [Tue Apr 7 01:24:04 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1249/2498] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:04 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&fields=id&fields=name => generated 113 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2499] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:24:06 2026] GET /v2.0/ports?tenant_id=a2d2dfde0f7449a3844060d93012e47d&device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2500] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:24:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=889d0428-592c-4c59-83e3-ea62834c186f => 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: 1251/2501] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:24:06 2026] GET /v2.0/subnets?id=e6b188ac-7960-45e9-a291-2b190b469d30 => 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: 1251/2502] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:06 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2503] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:06 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2504] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:24:06 2026] GET /v2.0/ports?network_id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543&device_owner=network%3Adhcp => generated 1244 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2505] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:24:06 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1253/2506] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:24:06 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2507] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:07 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2508] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:07 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2509] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:08 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 969 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2510] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:08 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2511] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:09 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 969 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2512] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:09 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&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: 1257/2513] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:10 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2514] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:10 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&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: 1258/2515] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:11 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 971 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2516] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:12 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&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: 1259/2517] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:12 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => 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: 1259/2518] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:12 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&fields=id&fields=name => generated 113 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2519] 10.0.0.184 () {32 vars in 736 bytes} [Tue Apr 7 01:24:12 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 1240 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:12.625 8 INFO neutron.db.l3_db [None req-aab1b6c2-921d-4115-a685-b81b956ebffb de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Floating IP ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 associated. External IP: 10.96.250.210, port: 889d0428-592c-4c59-83e3-ea62834c186f. [pid: 8|app: 0|req: 1260/2520] 10.0.0.184 () {34 vars in 749 bytes} [Tue Apr 7 01:24:12 2026] PUT /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 855 bytes in 642 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2521] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:24:12 2026] GET /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 855 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:24:13.045 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-60a141fa-aa2a-4eb9-9db9-a47d58885c6a'] response: {'name': 'network-changed', 'server_uuid': 'fad1c4a5-122b-42e0-8360-9580954e4303', 'tag': '889d0428-592c-4c59-83e3-ea62834c186f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1261/2522] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:24:13 2026] GET /v2.0/ports?tenant_id=a2d2dfde0f7449a3844060d93012e47d&device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 1240 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1262/2523] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:24:13 2026] GET /v2.0/networks?id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543 => generated 757 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2524] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:24:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=889d0428-592c-4c59-83e3-ea62834c186f => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1263/2525] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:24:13 2026] GET /v2.0/subnets?id=e6b188ac-7960-45e9-a291-2b190b469d30 => 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: 1263/2526] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:24:13 2026] GET /v2.0/ports?network_id=c5dc1aaa-ad87-47bb-a03e-9835e2a68543&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2527] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:24:13 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?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: 1264/2528] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:24:13 2026] GET /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2529] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:24:14 2026] GET /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 855 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1267/2532] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:24:15 2026] GET /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 857 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2533] 10.0.0.231 () {34 vars in 990 bytes} [Tue Apr 7 01:24:21 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => 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: 1268/2534] 10.0.0.231 () {34 vars in 1040 bytes} [Tue Apr 7 01:24:21 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&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: 1267/2535] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:24:22 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: 1269/2536] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2537] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:24:22 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: 1270/2538] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:24:22 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: 1269/2539] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2540] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => 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: 1270/2541] 199.204.45.57 () {34 vars in 716 bytes} [Tue Apr 7 01:24:22 2026] POST /v2.0/ports => generated 1059 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2542] 10.0.0.87 () {34 vars in 970 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1059 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2543] 10.0.0.87 () {34 vars in 906 bytes} [Tue Apr 7 01:24:22 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2544] 199.204.45.57 () {34 vars in 1261 bytes} [Tue Apr 7 01:24:23 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2545] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:24:24 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1274/2546] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:24:24 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2547] 199.204.45.57 () {34 vars in 974 bytes} [Tue Apr 7 01:24:24 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1059 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2548] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:24:24 2026] GET /v2.0/networks?id=8b218210-e5ff-4312-8d81-2ef130d49646 => generated 801 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2549] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:24:24 2026] PUT /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1249 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:25.179 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-193c7c80-8066-4d4e-903a-3ff46c6b4d4c'] response: {'name': 'network-changed', 'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'tag': '61c7d5a9-fdbd-4216-a241-354fc405cf62', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1276/2550] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:24:25 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2485 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2551] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:24:25 2026] GET /v2.0/networks?id=8b218210-e5ff-4312-8d81-2ef130d49646 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2552] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:24:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.141&port_id=61c7d5a9-fdbd-4216-a241-354fc405cf62 => 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: 1276/2553] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:24:25 2026] GET /v2.0/subnets?id=43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2554] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:24:25 2026] GET /v2.0/ports?network_id=8b218210-e5ff-4312-8d81-2ef130d49646&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2555] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:24:25 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1279/2556] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:24:25 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1278/2557] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2485 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2558] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=488b1913-14e6-4bbf-b4fe-1032b5295ed5 => 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: 1279/2559] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/subnets?id=ff3e9637-e244-4731-a928-8218fc4d9fe9 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2560] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/ports?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2561] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2562] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1281/2563] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.141&port_id=61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 19 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2564] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/subnets?id=43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 679 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2565] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/ports?network_id=8b218210-e5ff-4312-8d81-2ef130d49646&device_owner=network%3Adhcp => generated 1461 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1284/2566] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1283/2567] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:24:27 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1286/2570] 10.0.0.87 () {34 vars in 970 bytes} [Tue Apr 7 01:24:31 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1251 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2571] 199.204.45.57 () {34 vars in 788 bytes} [Tue Apr 7 01:24:31 2026] PUT /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1276 bytes in 268 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:31.818 7 INFO neutron.api.v2.resource [None req-e519de39-6f80-4e9a-8a0c-6c3f37eb20f5 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1287/2572] 199.204.45.57 () {30 vars in 762 bytes} [Tue Apr 7 01:24:31 2026] GET /v2.0/security-groups/lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:24:31.834 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4592798-40b5-41c6-9a79-b46c13d6133a'] response: {'name': 'network-changed', 'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'tag': '61c7d5a9-fdbd-4216-a241-354fc405cf62', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1286/2573] 199.204.45.57 () {30 vars in 784 bytes} [Tue Apr 7 01:24:31 2026] GET /v2.0/security-groups?name=lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => generated 1639 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2574] 199.204.45.57 () {34 vars in 788 bytes} [Tue Apr 7 01:24:31 2026] PUT /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1314 bytes in 265 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:32.218 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-a663d4d9-8f57-4eb9-9b7f-914c2c4d5367'] response: {'name': 'network-changed', 'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'tag': '61c7d5a9-fdbd-4216-a241-354fc405cf62', 'status': 'completed', 'code': 200} /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1287/2575] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:24:32 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: 1288/2576] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:24:32 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: 1289/2577] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:24:32 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: 1290/2578] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:24:32 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: 1289/2579] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2586 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2580] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2581] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/networks?id=8b218210-e5ff-4312-8d81-2ef130d49646 => generated 801 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2582] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2583] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.141&port_id=61c7d5a9-fdbd-4216-a241-354fc405cf62 => 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: 1292/2584] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => 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: 1293/2585] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/subnets?id=43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2586] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2587] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2588] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/ports?network_id=8b218210-e5ff-4312-8d81-2ef130d49646&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2589] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2590] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646 => generated 798 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2591] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1296/2592] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2593] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2594] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:24:32 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2595] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:24:33 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2586 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2596] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:33 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 971 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2597] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:24:33 2026] GET /v2.0/networks?id=8b218210-e5ff-4312-8d81-2ef130d49646 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2598] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:33 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&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: 1300/2599] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:24:33 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.141&port_id=61c7d5a9-fdbd-4216-a241-354fc405cf62 => 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: 1300/2600] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:24:33 2026] GET /v2.0/subnets?id=43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 679 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1301/2601] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:24:33 2026] GET /v2.0/ports?network_id=8b218210-e5ff-4312-8d81-2ef130d49646&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: 1301/2602] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:24:33 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1302/2603] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:24:33 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2604] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:34 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => 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: 1303/2605] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:24:34 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2606] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:34 2026] GET /v2.0/security-groups?id=182c759c-1586-4aa6-bfe5-25a84fc24ffb&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:24:35.065 8 INFO neutron_taas.services.taas.taas_plugin [req-ab13cda3-d526-4a56-8962-828f732bf30a req-4e54597e-0478-4f2c-b3ac-733eb2fcf3a6 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] TaaS: Handle Delete Port: 889d0428-592c-4c59-83e3-ea62834c186f 2026-04-07 01:24:35.068 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-ab13cda3-d526-4a56-8962-828f732bf30a req-4e54597e-0478-4f2c-b3ac-733eb2fcf3a6 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Tap Mirror: Handle Delete Port: 889d0428-592c-4c59-83e3-ea62834c186f 2026-04-07 01:24:35.188 8 INFO neutron.db.l3_db [req-ab13cda3-d526-4a56-8962-828f732bf30a req-4e54597e-0478-4f2c-b3ac-733eb2fcf3a6 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Floating IP ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 disassociated. External IP: 10.96.250.210, port: 889d0428-592c-4c59-83e3-ea62834c186f. [pid: 8|app: 0|req: 1304/2607] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:24:34 2026] DELETE /v2.0/ports/889d0428-592c-4c59-83e3-ea62834c186f => generated 0 bytes in 635 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:35.648 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-33a0b5b4-2a58-42f7-8974-1f879cf6b068'] response: {'server_uuid': 'fad1c4a5-122b-42e0-8360-9580954e4303', 'name': 'network-vif-deleted', 'tag': '889d0428-592c-4c59-83e3-ea62834c186f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1304/2608] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:36 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => 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: 1305/2609] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:37 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => 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: 1305/2610] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:38 2026] GET /v2.0/ports?device_id=fad1c4a5-122b-42e0-8360-9580954e4303 => 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: 1306/2611] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:24:39 2026] DELETE /v2.0/security-groups/182c759c-1586-4aa6-bfe5-25a84fc24ffb => generated 0 bytes in 127 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:39.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-a5b24acf-379d-47c7-b2aa-4098731f3988 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] TaaS: Handle Delete Port: 4934b6f9-1921-48a9-b183-ea590c4eb790 2026-04-07 01:24:39.656 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5b24acf-379d-47c7-b2aa-4098731f3988 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Tap Mirror: Handle Delete Port: 4934b6f9-1921-48a9-b183-ea590c4eb790 [pid: 7|app: 0|req: 1306/2612] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:24:39 2026] DELETE /v2.0/floatingips/ad4c7d7e-1de5-43d7-a3ca-c33e1bac7d93 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1307/2613] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:39 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1307/2614] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:40 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&fields=id&fields=name => generated 112 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2615] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:41 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1308/2616] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:41 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1309/2617] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:42 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1309/2618] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:24:42 2026] GET /v2.0/security-groups?id=bdaa3525-6e20-4644-9fd2-df986c67af75&fields=id&fields=name => generated 112 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2619] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:24:42 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:24:42.560 7 INFO neutron_taas.services.taas.taas_plugin [req-69f7b33e-fbb5-4d50-a71b-972afa1350a4 req-7cf097b1-6b8a-4acc-8368-b7c1515efb0a de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] TaaS: Handle Delete Port: 35efef62-e6c8-4070-8824-8860f117a6dd 2026-04-07 01:24:42.563 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-69f7b33e-fbb5-4d50-a71b-972afa1350a4 req-7cf097b1-6b8a-4acc-8368-b7c1515efb0a de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Tap Mirror: Handle Delete Port: 35efef62-e6c8-4070-8824-8860f117a6dd [pid: 7|app: 0|req: 1310/2620] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:24:42 2026] DELETE /v2.0/ports/35efef62-e6c8-4070-8824-8860f117a6dd => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:42.755 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ef99828-d8eb-4972-b872-3685df2f0dab'] response: {'server_uuid': '905a81f4-267f-44c4-891e-9ebfa8aedebb', 'name': 'network-vif-deleted', 'tag': '35efef62-e6c8-4070-8824-8860f117a6dd', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1311/2621] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:43 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1312/2624] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:44 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1313/2625] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:24:45 2026] GET /v2.0/ports?device_id=905a81f4-267f-44c4-891e-9ebfa8aedebb => 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: 1313/2626] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:24:46 2026] DELETE /v2.0/security-groups/bdaa3525-6e20-4644-9fd2-df986c67af75 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:47.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-e9184c2c-57c6-4406-bcdd-606db5ede768 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] TaaS: Handle Delete Port: 58d098b0-6a0c-4d82-938d-5aad13785a7a 2026-04-07 01:24:47.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e9184c2c-57c6-4406-bcdd-606db5ede768 de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Tap Mirror: Handle Delete Port: 58d098b0-6a0c-4d82-938d-5aad13785a7a [pid: 8|app: 0|req: 1314/2627] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:24:46 2026] PUT /v2.0/routers/890712ac-a733-4864-a131-0af333aa8fac/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2628] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:24:47 2026] DELETE /v2.0/subnets/e6b188ac-7960-45e9-a291-2b190b469d30 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:48.204 8 INFO neutron_taas.services.taas.taas_plugin [None req-94df144c-4445-4478-a2d2-884db166abff de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] TaaS: Handle Delete Port: f64b69e1-4728-483a-89a1-061f5f1934fe 2026-04-07 01:24:48.207 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94df144c-4445-4478-a2d2-884db166abff de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Tap Mirror: Handle Delete Port: f64b69e1-4728-483a-89a1-061f5f1934fe 2026-04-07 01:24:48.491 8 INFO neutron_taas.services.taas.taas_plugin [None req-94df144c-4445-4478-a2d2-884db166abff de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] TaaS: Handle Delete Port: f0914a8a-9c6f-4052-b94f-472bfe132a70 2026-04-07 01:24:48.494 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94df144c-4445-4478-a2d2-884db166abff de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] Tap Mirror: Handle Delete Port: f0914a8a-9c6f-4052-b94f-472bfe132a70 2026-04-07 01:24:48.934 8 INFO neutron.db.l3_hamode_db [None req-94df144c-4445-4478-a2d2-884db166abff de62469f5f5a4eeda112d1bd7c6936ce a2d2dfde0f7449a3844060d93012e47d - - default default] HA network a4808189-bfdf-4c3a-86c4-71b297ae69bf was deleted as no HA routers are present in tenant a2d2dfde0f7449a3844060d93012e47d. [pid: 8|app: 0|req: 1315/2629] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:24:47 2026] DELETE /v2.0/routers/890712ac-a733-4864-a131-0af333aa8fac => generated 0 bytes in 951 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:48.962 8 INFO neutron.services.segments.plugin [-] Segment 187b459a-907e-40fb-b6ea-89b50f291b2b resource provider aggregate not found 2026-04-07 01:24:48.984 8 INFO neutron.services.segments.plugin [-] Segment 187b459a-907e-40fb-b6ea-89b50f291b2b resource provider aggregate not found 2026-04-07 01:24:48.992 8 INFO neutron.services.segments.plugin [-] Segment 187b459a-907e-40fb-b6ea-89b50f291b2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 187b459a-907e-40fb-b6ea-89b50f291b2b found for delete ", "request_id": "req-74ebfbe2-0f1b-47c6-9a46-0ffcb9068936"}]} 2026-04-07 01:24:49.009 8 INFO neutron.services.segments.plugin [-] Segment 187b459a-907e-40fb-b6ea-89b50f291b2b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 187b459a-907e-40fb-b6ea-89b50f291b2b found for delete ", "request_id": "req-69bc1687-6241-4b13-9f5c-e81591896204"}]} 2026-04-07 01:24:49.096 7 INFO neutron.db.l3_db [None req-9ce28d16-b833-43c8-8ff9-68db20bc022c 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Floating IP f16b1b4e-e580-4d0d-b131-20601b5551db associated. External IP: 10.96.250.203, port: 8321678e-975a-4704-9035-3b9900c44a25. [pid: 8|app: 0|req: 1316/2630] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:24:48 2026] DELETE /v2.0/networks/c5dc1aaa-ad87-47bb-a03e-9835e2a68543 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2631] 10.0.0.184 () {34 vars in 677 bytes} [Tue Apr 7 01:24:48 2026] POST /v2.0/floatingips => generated 899 bytes in 1203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2632] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:24:49 2026] GET /v2.0/security-groups?tenant_id=2148f441c84e462fb5338ef92ea2937c&name=default => generated 2929 bytes in 342 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2633] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:24:50 2026] DELETE /v2.0/security-groups/292a88fe-2d73-4ec6-b8b5-6882f6aa62ab => 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: 1318/2634] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:24:50 2026] GET /v2.0/security-groups?tenant_id=a2d2dfde0f7449a3844060d93012e47d&name=default => generated 2929 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2635] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:24:50 2026] DELETE /v2.0/security-groups/d345f7db-1cab-43f3-ad6c-5562cfcfeea1 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:24:51.021 8 INFO neutron.services.segments.plugin [-] Segment b833467d-332c-47c4-a070-909e9b7905f1 resource provider aggregate not found 2026-04-07 01:24:51.038 8 INFO neutron.services.segments.plugin [-] Segment b833467d-332c-47c4-a070-909e9b7905f1 resource provider aggregate not found 2026-04-07 01:24:51.044 8 INFO neutron.services.segments.plugin [-] Segment b833467d-332c-47c4-a070-909e9b7905f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b833467d-332c-47c4-a070-909e9b7905f1 found for delete ", "request_id": "req-639a1f98-305b-4764-93ab-a46ef1100ca0"}]} 2026-04-07 01:24:51.061 8 INFO neutron.services.segments.plugin [-] Segment b833467d-332c-47c4-a070-909e9b7905f1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b833467d-332c-47c4-a070-909e9b7905f1 found for delete ", "request_id": "req-6e9ff030-3064-45c4-896e-7a15d3781d4a"}]} [pid: 8|app: 0|req: 1319/2636] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2637] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:24:54 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: 1320/2638] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2639] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:24:54.482 8 INFO neutron.api.v2.resource [None req-a0daae4f-a452-4692-ade0-9bc2df76bf7c d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1321/2640] 199.204.45.57 () {30 vars in 762 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/security-groups/lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => 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: 1320/2641] 199.204.45.57 () {30 vars in 784 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/security-groups?name=lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => generated 1639 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2642] 199.204.45.57 () {30 vars in 814 bytes} [Tue Apr 7 01:24:54 2026] GET /v2.0/security-group-rules?security_group_id=951e6c97-8b56-466a-b122-38db246d9b8d => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2643] 199.204.45.57 () {34 vars in 746 bytes} [Tue Apr 7 01:24:54 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2644] 199.204.45.57 () {34 vars in 746 bytes} [Tue Apr 7 01:24:54 2026] POST /v2.0/security-group-rules => generated 601 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:24:55.095 7 INFO neutron.db.segments_db [None req-53c9e358-6c40-4640-9487-1a9251edec68 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] Added segment b53e75ac-8aff-493d-ade5-323ad4799209 of type vxlan for network a93cdb68-da52-4500-9998-37cd8477aa13 [pid: 7|app: 0|req: 1322/2645] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:24:54 2026] POST /v2.0/networks => generated 612 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2646] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:24:55 2026] POST /v2.0/ports => generated 743 bytes in 313 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:24:55.562 7 INFO neutron.db.segments_db [None req-6689b89f-d12c-4d86-b03c-468354bb6624 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] Added segment 0d658542-ca26-4373-9285-5014d463fa7b of type vxlan for network 834a269f-dc31-425b-9774-29544a7cb958 [pid: 7|app: 0|req: 1323/2647] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:24:55 2026] POST /v2.0/networks => generated 612 bytes in 147 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: 1325/2648] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:24:55 2026] POST /v2.0/ports => generated 743 bytes in 316 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:24:56.043 7 INFO neutron.db.segments_db [None req-e67a9d39-10b3-44c1-a427-3cbf6def0089 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] Added segment ec98cbd1-fe5e-4710-bcd7-74a8983f5ea7 of type vxlan for network 0eb43956-8d32-4360-b5dc-b470f181a661 [pid: 7|app: 0|req: 1324/2649] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:24:55 2026] POST /v2.0/networks => generated 613 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1326/2650] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:24:56 2026] POST /v2.0/ports => generated 743 bytes in 309 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-04-07 01:24:56.528 7 INFO neutron.db.segments_db [None req-bcfc47ec-9907-4f10-a65e-3b36eaafcf0a 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] Added segment 291dc10e-46e7-464c-8112-4149fc800e5c of type vxlan for network 79d7b054-3cec-4fcb-8023-d573fb176d40 [pid: 7|app: 0|req: 1325/2651] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:24:56 2026] POST /v2.0/networks => generated 613 bytes in 164 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: 1327/2652] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:24:56 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) 2026-04-07 01:24:57.013 7 INFO neutron.db.segments_db [None req-45e4d6e4-9f0c-48c3-b0d3-09d42cd11905 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] Added segment 687e140f-79ee-4be1-bd95-8070924b37a3 of type vxlan for network 667b2ecd-56b8-4ade-8ff9-0ec828199dc4 [pid: 7|app: 0|req: 1326/2653] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:24:56 2026] POST /v2.0/networks => generated 613 bytes in 164 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: 1328/2654] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:24:57 2026] POST /v2.0/ports => generated 743 bytes in 289 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1327/2655] 10.0.0.184 () {34 vars in 747 bytes} [Tue Apr 7 01:24:57 2026] PUT /v2.0/ports/81ed58d9-ed95-4a2d-80f5-db018cfcdc87/tags => generated 17 bytes in 62 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: 1329/2656] 10.0.0.184 () {34 vars in 747 bytes} [Tue Apr 7 01:24:57 2026] PUT /v2.0/ports/803f5e12-f395-4bbb-9579-9c519057b610/tags => generated 25 bytes in 66 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: 1328/2657] 10.0.0.184 () {34 vars in 747 bytes} [Tue Apr 7 01:24:57 2026] PUT /v2.0/ports/76039f2c-aff5-409f-be3e-16b9580a4bc7/tags => generated 34 bytes in 70 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: 1330/2658] 10.0.0.184 () {34 vars in 747 bytes} [Tue Apr 7 01:24:57 2026] PUT /v2.0/ports/f38b490f-67d6-4684-9d22-272cb17bd249/tags => generated 19 bytes in 66 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: 1329/2659] 10.0.0.184 () {32 vars in 660 bytes} [Tue Apr 7 01:24:57 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 163 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: 1331/2660] 10.0.0.184 () {32 vars in 674 bytes} [Tue Apr 7 01:24:57 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2661] 10.0.0.184 () {32 vars in 670 bytes} [Tue Apr 7 01:24:57 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2662] 10.0.0.184 () {32 vars in 682 bytes} [Tue Apr 7 01:24:58 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2663] 10.0.0.184 () {32 vars in 668 bytes} [Tue Apr 7 01:24:58 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2664] 10.0.0.184 () {32 vars in 682 bytes} [Tue Apr 7 01:24:58 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2665] 10.0.0.184 () {32 vars in 678 bytes} [Tue Apr 7 01:24:58 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1334/2666] 10.0.0.184 () {32 vars in 690 bytes} [Tue Apr 7 01:24:58 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:24:59.059 7 INFO neutron_taas.services.taas.taas_plugin [None req-7ce83143-1895-4813-9a5b-2f5094a88800 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] TaaS: Handle Delete Port: 81ed58d9-ed95-4a2d-80f5-db018cfcdc87 2026-04-07 01:24:59.062 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7ce83143-1895-4813-9a5b-2f5094a88800 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] Tap Mirror: Handle Delete Port: 81ed58d9-ed95-4a2d-80f5-db018cfcdc87 [pid: 7|app: 0|req: 1333/2669] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:24:58 2026] DELETE /v2.0/ports/81ed58d9-ed95-4a2d-80f5-db018cfcdc87 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:59.260 8 INFO neutron_taas.services.taas.taas_plugin [None req-0cf438ed-33a9-4af2-94a4-173523a59785 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] TaaS: Handle Delete Port: 803f5e12-f395-4bbb-9579-9c519057b610 2026-04-07 01:24:59.263 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0cf438ed-33a9-4af2-94a4-173523a59785 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] Tap Mirror: Handle Delete Port: 803f5e12-f395-4bbb-9579-9c519057b610 [pid: 8|app: 0|req: 1337/2670] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:24:59 2026] DELETE /v2.0/ports/803f5e12-f395-4bbb-9579-9c519057b610 => generated 0 bytes in 672 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:24:59.942 7 INFO neutron_taas.services.taas.taas_plugin [None req-a7401db4-3f15-4856-b6c5-375701b241e6 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] TaaS: Handle Delete Port: 76039f2c-aff5-409f-be3e-16b9580a4bc7 2026-04-07 01:24:59.945 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a7401db4-3f15-4856-b6c5-375701b241e6 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] Tap Mirror: Handle Delete Port: 76039f2c-aff5-409f-be3e-16b9580a4bc7 [pid: 7|app: 0|req: 1334/2671] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:24:59 2026] DELETE /v2.0/ports/76039f2c-aff5-409f-be3e-16b9580a4bc7 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:00.151 8 INFO neutron_taas.services.taas.taas_plugin [None req-be5b9228-9e8e-4803-81de-f61b6f1c5219 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] TaaS: Handle Delete Port: f38b490f-67d6-4684-9d22-272cb17bd249 2026-04-07 01:25:00.158 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be5b9228-9e8e-4803-81de-f61b6f1c5219 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] Tap Mirror: Handle Delete Port: f38b490f-67d6-4684-9d22-272cb17bd249 [pid: 8|app: 0|req: 1338/2672] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:25:00 2026] DELETE /v2.0/ports/f38b490f-67d6-4684-9d22-272cb17bd249 => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:00.361 7 INFO neutron_taas.services.taas.taas_plugin [None req-4eac8a67-0193-485d-a388-ac34cd619810 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] TaaS: Handle Delete Port: d74a25ad-53c9-4da5-8e73-10ba07b71d3e 2026-04-07 01:25:00.365 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4eac8a67-0193-485d-a388-ac34cd619810 7e90eb21f47348d1811a9cb6edbf2428 5afcec09b88545e2a37ce63355fb8c86 - - default default] Tap Mirror: Handle Delete Port: d74a25ad-53c9-4da5-8e73-10ba07b71d3e [pid: 7|app: 0|req: 1335/2673] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:25:00 2026] DELETE /v2.0/ports/d74a25ad-53c9-4da5-8e73-10ba07b71d3e => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:00.584 8 INFO neutron.services.segments.plugin [-] Segment b53e75ac-8aff-493d-ade5-323ad4799209 resource provider aggregate not found 2026-04-07 01:25:00.598 8 INFO neutron.services.segments.plugin [-] Segment b53e75ac-8aff-493d-ade5-323ad4799209 resource provider aggregate not found 2026-04-07 01:25:00.616 8 INFO neutron.services.segments.plugin [-] Segment b53e75ac-8aff-493d-ade5-323ad4799209 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b53e75ac-8aff-493d-ade5-323ad4799209 found for delete ", "request_id": "req-86f04bc6-a2b3-4a31-8d2a-d49071dee0bf"}]} 2026-04-07 01:25:00.619 8 INFO neutron.services.segments.plugin [-] Segment b53e75ac-8aff-493d-ade5-323ad4799209 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b53e75ac-8aff-493d-ade5-323ad4799209 found for delete ", "request_id": "req-459345b9-47db-4152-abca-c83dae8c8fd0"}]} [pid: 8|app: 0|req: 1339/2674] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:25:00 2026] DELETE /v2.0/networks/a93cdb68-da52-4500-9998-37cd8477aa13 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2675] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:25:00 2026] DELETE /v2.0/networks/834a269f-dc31-425b-9774-29544a7cb958 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:25:00.860 7 INFO neutron.services.segments.plugin [-] Segment 0d658542-ca26-4373-9285-5014d463fa7b resource provider aggregate not found 2026-04-07 01:25:00.879 7 INFO neutron.services.segments.plugin [-] Segment 0d658542-ca26-4373-9285-5014d463fa7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d658542-ca26-4373-9285-5014d463fa7b found for delete ", "request_id": "req-1f92c3dc-c61d-45f6-97e3-c077310ce64f"}]} 2026-04-07 01:25:00.904 7 INFO neutron.services.segments.plugin [-] Segment 0d658542-ca26-4373-9285-5014d463fa7b resource provider aggregate not found 2026-04-07 01:25:00.918 7 INFO neutron.services.segments.plugin [-] Segment 0d658542-ca26-4373-9285-5014d463fa7b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0d658542-ca26-4373-9285-5014d463fa7b found for delete ", "request_id": "req-3f706711-99ec-448a-9add-860cf6a51706"}]} [pid: 8|app: 0|req: 1340/2676] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:25:00 2026] DELETE /v2.0/networks/0eb43956-8d32-4360-b5dc-b470f181a661 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2677] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:25:00 2026] DELETE /v2.0/networks/79d7b054-3cec-4fcb-8023-d573fb176d40 => 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: 1341/2678] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:25:01 2026] DELETE /v2.0/networks/667b2ecd-56b8-4ade-8ff9-0ec828199dc4 => generated 0 bytes in 184 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2679] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:25:02 2026] GET /v2.0/security-groups?tenant_id=5afcec09b88545e2a37ce63355fb8c86&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2680] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:25:02 2026] DELETE /v2.0/security-groups/94ba2a66-8296-4998-af86-1b5828d4ec51 => 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: 1339/2681] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:25:02 2026] GET /v2.0/security-groups?tenant_id=bf94849009954456a274f807a4cfc24a&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:25:02.643 8 INFO neutron.services.segments.plugin [-] Segment ec98cbd1-fe5e-4710-bcd7-74a8983f5ea7 resource provider aggregate not found 2026-04-07 01:25:02.648 8 INFO neutron.services.segments.plugin [-] Segment ec98cbd1-fe5e-4710-bcd7-74a8983f5ea7 resource provider aggregate not found 2026-04-07 01:25:02.663 8 INFO neutron.services.segments.plugin [-] Segment ec98cbd1-fe5e-4710-bcd7-74a8983f5ea7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec98cbd1-fe5e-4710-bcd7-74a8983f5ea7 found for delete ", "request_id": "req-47677c3b-0ece-468d-9a30-c4be49848b80"}]} 2026-04-07 01:25:02.666 8 INFO neutron.services.segments.plugin [-] Segment ec98cbd1-fe5e-4710-bcd7-74a8983f5ea7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ec98cbd1-fe5e-4710-bcd7-74a8983f5ea7 found for delete ", "request_id": "req-d1b0ac7b-61ec-4d0d-8bc6-c4d824f7cd51"}]} 2026-04-07 01:25:02.687 8 INFO neutron.services.segments.plugin [-] Segment 687e140f-79ee-4be1-bd95-8070924b37a3 resource provider aggregate not found 2026-04-07 01:25:02.690 8 INFO neutron.services.segments.plugin [-] Segment 687e140f-79ee-4be1-bd95-8070924b37a3 resource provider aggregate not found 2026-04-07 01:25:02.713 8 INFO neutron.services.segments.plugin [-] Segment 687e140f-79ee-4be1-bd95-8070924b37a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 687e140f-79ee-4be1-bd95-8070924b37a3 found for delete ", "request_id": "req-af618ec7-83dc-41cd-826b-294dd4aa69df"}]} 2026-04-07 01:25:02.717 8 INFO neutron.services.segments.plugin [-] Segment 687e140f-79ee-4be1-bd95-8070924b37a3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 687e140f-79ee-4be1-bd95-8070924b37a3 found for delete ", "request_id": "req-5b7be57b-3a76-4e89-a66d-61ba2791b699"}]} [pid: 8|app: 0|req: 1343/2682] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:25:02 2026] DELETE /v2.0/security-groups/26a60f5f-b386-4185-8b93-14197bd3aa9e => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:25:02.901 7 INFO neutron.services.segments.plugin [-] Segment 291dc10e-46e7-464c-8112-4149fc800e5c resource provider aggregate not found 2026-04-07 01:25:02.918 7 INFO neutron.services.segments.plugin [-] Segment 291dc10e-46e7-464c-8112-4149fc800e5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 291dc10e-46e7-464c-8112-4149fc800e5c found for delete ", "request_id": "req-a4ab6578-0535-4625-a294-ee0519347b58"}]} 2026-04-07 01:25:02.944 7 INFO neutron.services.segments.plugin [-] Segment 291dc10e-46e7-464c-8112-4149fc800e5c resource provider aggregate not found 2026-04-07 01:25:02.967 7 INFO neutron.services.segments.plugin [-] Segment 291dc10e-46e7-464c-8112-4149fc800e5c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 291dc10e-46e7-464c-8112-4149fc800e5c found for delete ", "request_id": "req-f3edd3ba-9ba6-4e52-bb50-80675c5a2f8b"}]} [pid: 7|app: 0|req: 1340/2683] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:25:02 2026] GET /v2.0/security-groups?tenant_id=3ea2816d60fe46b4b87ba3e18dd7d0c7&name=default => generated 2929 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2684] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:25:03 2026] DELETE /v2.0/security-groups/d539c27a-4712-4fe3-97de-990310a21ec6 => 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: 1341/2685] 10.0.0.21 () {30 vars in 689 bytes} [Tue Apr 7 01:25:06 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 188 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2686] 10.0.0.21 () {30 vars in 691 bytes} [Tue Apr 7 01:25:06 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: 1342/2687] 10.0.0.21 () {30 vars in 667 bytes} [Tue Apr 7 01:25:06 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: 1346/2688] 10.0.0.21 () {30 vars in 703 bytes} [Tue Apr 7 01:25:06 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: 1343/2689] 10.0.0.21 () {28 vars in 438 bytes} [Tue Apr 7 01:25:07 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: 1347/2690] 10.0.0.21 () {30 vars in 727 bytes} [Tue Apr 7 01:25:07 2026] GET /v2.0/subnets/70ba44a6-a8bc-4e0b-a258-e3de6cbe0674 => generated 655 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1344/2691] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:25:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2692] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:25:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 80 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2693] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:25:07 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: 1350/2694] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:25:07 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: 1351/2695] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:25:07 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: 1345/2696] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:25:07 2026] POST /v2.0/subnetpools => generated 516 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1352/2697] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:25:07 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: 1353/2698] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:07 2026] GET /v2.0/subnets/70ba44a6-a8bc-4e0b-a258-e3de6cbe0674 => generated 673 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2699] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:25:07 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: 1354/2700] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2586 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2701] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:25:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1355/2702] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:25:08 2026] PUT /v2.0/subnetpools/0ab12217-719f-490b-a063-866ff637c7a3/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: 1348/2703] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:25:08 2026] PUT /v2.0/subnetpools/97d6a602-571f-49ba-b96e-1d84448ba5c0/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2704] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2705] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1358/2706] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2707] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2708] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:25:08 2026] PUT /v2.0/subnetpools/aae13a98-88d0-461e-ba4c-cd8eb786d6c1/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: 1360/2709] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:25:08 2026] PUT /v2.0/subnetpools/1639fd16-872f-4647-869b-23962fcdc0e2/tags => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2710] 10.0.0.184 () {32 vars in 672 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2711] 10.0.0.184 () {32 vars in 686 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2712] 10.0.0.184 () {32 vars in 682 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1364/2713] 10.0.0.184 () {32 vars in 694 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2714] 10.0.0.184 () {32 vars in 680 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2715] 10.0.0.184 () {32 vars in 694 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2716] 10.0.0.184 () {32 vars in 690 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1368/2717] 10.0.0.184 () {32 vars in 702 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2718] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:25:08 2026] DELETE /v2.0/subnetpools/0ab12217-719f-490b-a063-866ff637c7a3 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2719] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:25:08 2026] DELETE /v2.0/subnetpools/97d6a602-571f-49ba-b96e-1d84448ba5c0 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2720] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:25:08 2026] DELETE /v2.0/subnetpools/aae13a98-88d0-461e-ba4c-cd8eb786d6c1 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2721] 199.204.45.57 () {34 vars in 716 bytes} [Tue Apr 7 01:25:08 2026] POST /v2.0/ports => generated 1320 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2722] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:25:08 2026] DELETE /v2.0/subnetpools/1639fd16-872f-4647-869b-23962fcdc0e2 => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1351/2723] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:25:08 2026] DELETE /v2.0/subnetpools/1f26282a-abfa-46f4-a4ca-4c3e5642c814 => 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: 1373/2724] 10.0.0.87 () {34 vars in 970 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 1320 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2725] 10.0.0.87 () {34 vars in 906 bytes} [Tue Apr 7 01:25:08 2026] GET /v2.0/extensions => generated 21537 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2726] 199.204.45.57 () {34 vars in 1261 bytes} [Tue Apr 7 01:25:09 2026] GET /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2727] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:09 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1374/2728] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:25:09 2026] GET /v2.0/security-groups?tenant_id=a891c6b14f494bc38ad99b76a16f8d1e&name=default => generated 2929 bytes in 325 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2729] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:09 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2730] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:25:09 2026] DELETE /v2.0/security-groups/840fab3c-5fbb-4b70-b5f9-fb95accf383d => 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: 1356/2731] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:25:10 2026] GET /v2.0/security-groups?tenant_id=bd0203b50ff048cd84a430507a4378f1&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1376/2732] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:25:10 2026] DELETE /v2.0/security-groups/88d0cc72-a08a-4344-87df-efe9dab853fb => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2733] 199.204.45.57 () {34 vars in 974 bytes} [Tue Apr 7 01:25:10 2026] GET /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 1320 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1377/2734] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:25:10 2026] GET /v2.0/networks?id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 800 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2735] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:25:10 2026] GET /v2.0/security-groups?tenant_id=5a013baa69594d61a8af2cc16574430a&name=default => generated 2929 bytes in 232 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2736] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:25:10 2026] PUT /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 1510 bytes in 554 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:25:11.169 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-690778e1-2439-4057-b79e-2639054ed87e'] response: {'name': 'network-changed', 'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'tag': '4bd13b55-5065-4a70-b524-ccf941616f3f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1379/2737] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:25:11 2026] DELETE /v2.0/security-groups/0d6dbf42-b016-4986-925a-a5fb9679c65d => generated 0 bytes in 150 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: 1359/2738] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:25:11 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 4088 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2739] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:25:11 2026] GET /v2.0/networks?id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 800 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2740] 199.204.45.57 () {34 vars in 1055 bytes} [Tue Apr 7 01:25:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.65&port_id=4bd13b55-5065-4a70-b524-ccf941616f3f => 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: 1381/2741] 199.204.45.57 () {34 vars in 1101 bytes} [Tue Apr 7 01:25:11 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4c&port_id=4bd13b55-5065-4a70-b524-ccf941616f3f => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2742] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:25:11 2026] GET /v2.0/subnets?id=70ba44a6-a8bc-4e0b-a258-e3de6cbe0674&id=cb33fecd-255d-415d-9c57-023aed3a7dd7 => generated 1408 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2743] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:11 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2744] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:11 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2745] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:12 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1363/2746] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:12 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1384/2747] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 4088 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2748] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=488b1913-14e6-4bbf-b4fe-1032b5295ed5 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2749] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/subnets?id=ff3e9637-e244-4731-a928-8218fc4d9fe9 => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2750] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/ports?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1386/2751] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1366/2752] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1387/2753] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.141&port_id=61c7d5a9-fdbd-4216-a241-354fc405cf62 => 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: 1367/2754] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/subnets?id=43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2755] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/ports?network_id=8b218210-e5ff-4312-8d81-2ef130d49646&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: 7|app: 0|req: 1368/2756] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1389/2757] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1369/2758] 199.204.45.57 () {34 vars in 1055 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.65&port_id=4bd13b55-5065-4a70-b524-ccf941616f3f => 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: 1390/2759] 199.204.45.57 () {34 vars in 1101 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4c&port_id=4bd13b55-5065-4a70-b524-ccf941616f3f => 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: 1370/2760] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/subnets?id=70ba44a6-a8bc-4e0b-a258-e3de6cbe0674&id=cb33fecd-255d-415d-9c57-023aed3a7dd7 => generated 1408 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1391/2761] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2762] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2763] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1372/2764] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:13 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1374/2767] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:25:14 2026] POST /v2.0/floatingips => generated 552 bytes in 744 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2768] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:25:15 2026] PUT /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1375/2769] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:15 2026] GET /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2770] 10.0.0.184 () {34 vars in 770 bytes} [Tue Apr 7 01:25:15 2026] PUT /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2771] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:15 2026] GET /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/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: 1396/2772] 10.0.0.184 () {34 vars in 766 bytes} [Tue Apr 7 01:25:15 2026] PUT /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/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: 1377/2773] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:15 2026] GET /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/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: 1397/2774] 10.0.0.184 () {34 vars in 788 bytes} [Tue Apr 7 01:25:15 2026] PUT /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags/black.or.white => generated 4 bytes in 78 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2775] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:15 2026] GET /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2776] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:25:15 2026] PUT /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags => generated 37 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2777] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:15 2026] GET /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/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: 1399/2778] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:25:15 2026] GET /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:25:15.974 7 INFO neutron.api.v2.resource [None req-189758ed-8323-4b43-96a3-d6c2531f70c1 a7c7a434a85a493fa28d36867246404c 55d78f420b6a4cbe9155c42f31fd7a6f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1380/2779] 10.0.0.184 () {32 vars in 751 bytes} [Tue Apr 7 01:25:15 2026] GET /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/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: 1400/2780] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:25:15 2026] DELETE /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags/red => 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: 1381/2781] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:16 2026] GET /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:25:16.143 8 INFO neutron.api.v2.resource [None req-b1a9def3-ab01-44bc-9d04-1ed06ec69b42 a7c7a434a85a493fa28d36867246404c 55d78f420b6a4cbe9155c42f31fd7a6f - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1401/2782] 10.0.0.184 () {32 vars in 754 bytes} [Tue Apr 7 01:25:16 2026] DELETE /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags/green => generated 99 bytes in 53 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2783] 10.0.0.184 () {32 vars in 742 bytes} [Tue Apr 7 01:25:16 2026] DELETE /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1402/2784] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:16 2026] GET /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf/tags => generated 12 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:25:16.354 7 INFO neutron_taas.services.taas.taas_plugin [None req-682949ab-1b2f-43ac-a892-7bc2776b8d24 a7c7a434a85a493fa28d36867246404c 55d78f420b6a4cbe9155c42f31fd7a6f - - default default] TaaS: Handle Delete Port: 45101b4d-dabf-4c96-af87-8906898135b5 2026-04-07 01:25:16.357 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-682949ab-1b2f-43ac-a892-7bc2776b8d24 a7c7a434a85a493fa28d36867246404c 55d78f420b6a4cbe9155c42f31fd7a6f - - default default] Tap Mirror: Handle Delete Port: 45101b4d-dabf-4c96-af87-8906898135b5 [pid: 7|app: 0|req: 1383/2785] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:25:16 2026] DELETE /v2.0/floatingips/587e13e8-7ced-4e54-a9e2-2102e1fb1ecf => generated 0 bytes in 242 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2786] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:25:17 2026] GET /v2.0/security-groups?tenant_id=55d78f420b6a4cbe9155c42f31fd7a6f&name=default => generated 2929 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2787] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:25:17 2026] DELETE /v2.0/security-groups/9fc6b371-bb24-4096-a26a-8258ad28b876 => 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: 1404/2788] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:25:17 2026] GET /v2.0/security-groups?tenant_id=7c310131ccf54d68bdf0ca70c0de2369&name=default => generated 2929 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1385/2789] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:25:17 2026] DELETE /v2.0/security-groups/30e7a852-c5a9-420b-a392-a2f11ad50347 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1405/2790] 10.0.0.87 () {34 vars in 970 bytes} [Tue Apr 7 01:25:17 2026] GET /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 1512 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2791] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:25:17 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 797 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1406/2792] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:17 2026] GET /v2.0/subnets/70ba44a6-a8bc-4e0b-a258-e3de6cbe0674 => 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: 1387/2793] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:17 2026] GET /v2.0/subnets/cb33fecd-255d-415d-9c57-023aed3a7dd7 => generated 742 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2794] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:25:18 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: 1388/2795] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:25:18 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: 1408/2796] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:25:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2797] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:25:18 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: 1409/2798] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:18 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2799] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:18 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2800] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:18 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => 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: 1391/2801] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:18 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2802] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:25:18 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646 => generated 798 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2803] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:18 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2804] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:18 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2805] 10.0.0.184 () {34 vars in 676 bytes} [Tue Apr 7 01:25:21 2026] POST /v2.0/subnetpools => generated 516 bytes in 571 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2806] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:25:22 2026] PUT /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2807] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:22 2026] GET /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags => generated 25 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2808] 10.0.0.184 () {34 vars in 770 bytes} [Tue Apr 7 01:25:22 2026] PUT /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags/green => generated 4 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2809] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:22 2026] GET /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2810] 10.0.0.184 () {34 vars in 766 bytes} [Tue Apr 7 01:25:22 2026] PUT /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags/red => generated 4 bytes in 48 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1396/2811] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:22 2026] GET /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2812] 10.0.0.184 () {34 vars in 788 bytes} [Tue Apr 7 01:25:22 2026] PUT /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags/black.or.white => generated 4 bytes in 333 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2813] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:23 2026] GET /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags => generated 52 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2814] 10.0.0.184 () {34 vars in 759 bytes} [Tue Apr 7 01:25:23 2026] PUT /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags => generated 37 bytes in 177 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2815] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:23 2026] GET /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags => generated 37 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2816] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:25:23 2026] GET /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags/red => generated 0 bytes in 74 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:25:23.503 7 INFO neutron.api.v2.resource [None req-02a109cc-5880-4b62-9d1c-e600a985deeb 9d4ef18fb9eb43689e727f211eb37691 366f6d3bfe734d6c8f22b8a7dd46b1ba - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1399/2817] 10.0.0.184 () {32 vars in 751 bytes} [Tue Apr 7 01:25:23 2026] GET /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2818] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:25:23 2026] DELETE /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags/red => generated 0 bytes in 205 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1400/2819] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:23 2026] GET /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags => generated 30 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:25:23.785 8 INFO neutron.api.v2.resource [None req-5c8859cc-c4b4-43f4-a797-b03a486c1867 9d4ef18fb9eb43689e727f211eb37691 366f6d3bfe734d6c8f22b8a7dd46b1ba - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1420/2820] 10.0.0.184 () {32 vars in 754 bytes} [Tue Apr 7 01:25:23 2026] DELETE /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/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: 1401/2821] 10.0.0.184 () {32 vars in 742 bytes} [Tue Apr 7 01:25:23 2026] DELETE /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags => 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: 1421/2822] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:25:23 2026] GET /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261/tags => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2823] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:25:23 2026] DELETE /v2.0/subnetpools/783cd38a-dfe1-49e6-862c-bc16fbe29261 => generated 0 bytes in 181 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1422/2824] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:25:24 2026] GET /v2.0/security-groups?tenant_id=376ae16e90ab4c58babf9006a9700dc3&name=default => generated 2929 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2825] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:25:25 2026] DELETE /v2.0/security-groups/7af00397-3c3b-44e4-9b56-be331499b50a => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2826] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:25:25 2026] GET /v2.0/security-groups?tenant_id=366f6d3bfe734d6c8f22b8a7dd46b1ba&name=default => generated 2929 bytes in 160 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2827] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:25:25 2026] DELETE /v2.0/security-groups/48f27c21-f131-46bb-86de-c6ad51e17de7 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2828] 10.0.0.21 () {30 vars in 689 bytes} [Tue Apr 7 01:25:27 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2829] 10.0.0.21 () {30 vars in 691 bytes} [Tue Apr 7 01:25: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: 1425/2830] 10.0.0.21 () {30 vars in 667 bytes} [Tue Apr 7 01:25:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2831] 10.0.0.21 () {30 vars in 703 bytes} [Tue Apr 7 01:25:27 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2832] 10.0.0.21 () {28 vars in 438 bytes} [Tue Apr 7 01:25:28 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: 1407/2833] 10.0.0.21 () {30 vars in 727 bytes} [Tue Apr 7 01:25:28 2026] GET /v2.0/subnets/935f2296-6640-4e41-ac8b-3735a2822773 => generated 655 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2836] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:25:30 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: 1409/2837] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:25:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2838] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:25:30 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: 1410/2839] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:25:30 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: 1430/2840] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:30 2026] GET /v2.0/subnets/70ba44a6-a8bc-4e0b-a258-e3de6cbe0674 => generated 673 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2841] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:30 2026] GET /v2.0/subnets/935f2296-6640-4e41-ac8b-3735a2822773 => generated 673 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2842] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:25:30 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 4090 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2843] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:25:30 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2844] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:25:30 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1413/2845] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:25:30 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: 1433/2846] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:25:30 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: 1414/2847] 199.204.45.57 () {34 vars in 716 bytes} [Tue Apr 7 01:25:30 2026] POST /v2.0/ports => generated 1324 bytes in 327 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1434/2848] 10.0.0.87 () {34 vars in 970 bytes} [Tue Apr 7 01:25:31 2026] GET /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 1324 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: 7|app: 0|req: 1415/2849] 199.204.45.57 () {34 vars in 1261 bytes} [Tue Apr 7 01:25:32 2026] GET /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2850] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:32 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1416/2851] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:32 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1436/2852] 199.204.45.57 () {34 vars in 974 bytes} [Tue Apr 7 01:25:32 2026] GET /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 1324 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2853] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:25:33 2026] GET /v2.0/networks?id=ddab86f1-cb9c-4e03-9874-a4e6408e0371 => 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: 1437/2854] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:25:33 2026] PUT /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 1514 bytes in 434 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:25:33.549 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-02bcbe39-2b85-43aa-889a-96462d6cd9ae'] response: {'name': 'network-changed', 'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'tag': 'b5517b60-1355-44c2-9d27-554edf877762', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1418/2855] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:25:34 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 5596 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1438/2856] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:25:34 2026] GET /v2.0/networks?id=ddab86f1-cb9c-4e03-9874-a4e6408e0371 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2857] 199.204.45.57 () {34 vars in 1053 bytes} [Tue Apr 7 01:25:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.9&port_id=b5517b60-1355-44c2-9d27-554edf877762 => 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: 1439/2858] 199.204.45.57 () {34 vars in 1105 bytes} [Tue Apr 7 01:25:34 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b3&port_id=b5517b60-1355-44c2-9d27-554edf877762 => 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: 1420/2859] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:25:34 2026] GET /v2.0/subnets?id=935f2296-6640-4e41-ac8b-3735a2822773&id=ec2415c5-d144-40f8-96df-f79898706885 => generated 1413 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2860] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:34 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&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: 1421/2861] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:34 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&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: 1441/2862] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:34 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2863] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:34 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1442/2864] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 5596 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2865] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=488b1913-14e6-4bbf-b4fe-1032b5295ed5 => 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: 1443/2866] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/subnets?id=ff3e9637-e244-4731-a928-8218fc4d9fe9 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2867] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/ports?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8&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: 1444/2868] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1425/2869] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1445/2870] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.141&port_id=61c7d5a9-fdbd-4216-a241-354fc405cf62 => 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: 1426/2871] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/subnets?id=43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 679 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1446/2872] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/ports?network_id=8b218210-e5ff-4312-8d81-2ef130d49646&device_owner=network%3Adhcp => generated 1461 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2873] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2874] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2875] 199.204.45.57 () {34 vars in 1055 bytes} [Tue Apr 7 01:25:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.65&port_id=4bd13b55-5065-4a70-b524-ccf941616f3f => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2876] 199.204.45.57 () {34 vars in 1101 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A4c&port_id=4bd13b55-5065-4a70-b524-ccf941616f3f => 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: 1429/2877] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/subnets?id=70ba44a6-a8bc-4e0b-a258-e3de6cbe0674&id=cb33fecd-255d-415d-9c57-023aed3a7dd7 => generated 1408 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1449/2878] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&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: 7|app: 0|req: 1430/2879] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&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: 1450/2880] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2881] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2882] 199.204.45.57 () {34 vars in 1053 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.9&port_id=b5517b60-1355-44c2-9d27-554edf877762 => 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: 1432/2883] 199.204.45.57 () {34 vars in 1105 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b3&port_id=b5517b60-1355-44c2-9d27-554edf877762 => 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: 1452/2884] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/subnets?id=935f2296-6640-4e41-ac8b-3735a2822773&id=ec2415c5-d144-40f8-96df-f79898706885 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2885] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&device_owner=network%3Adhcp => generated 1461 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2886] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2887] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1454/2888] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:36 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2889] 10.0.0.87 () {34 vars in 970 bytes} [Tue Apr 7 01:25:40 2026] GET /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 1516 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2890] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:25:40 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371 => generated 797 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2891] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:40 2026] GET /v2.0/subnets/935f2296-6640-4e41-ac8b-3735a2822773 => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2892] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:40 2026] GET /v2.0/subnets/ec2415c5-d144-40f8-96df-f79898706885 => generated 747 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2893] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:40 2026] GET /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 1512 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2894] 199.204.45.57 () {34 vars in 789 bytes} [Tue Apr 7 01:25:40 2026] PUT /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 1251 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:25:40.886 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3700bfa0-1e7c-4b90-a756-cb7742861568'] response: {'name': 'network-changed', 'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'tag': '4bd13b55-5065-4a70-b524-ccf941616f3f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1438/2895] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:25:40 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 797 bytes in 56 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: 1458/2896] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:40 2026] GET /v2.0/subnets/70ba44a6-a8bc-4e0b-a258-e3de6cbe0674 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2897] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:25:41 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: 1459/2898] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:25:41 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: 1440/2899] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:25:41 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: 1460/2900] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:25:41 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: 1441/2901] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2902] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1442/2903] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1350 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2904] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2905] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2906] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1444/2907] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2908] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 5373 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2909] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/networks?id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => 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: 1465/2910] 199.204.45.57 () {34 vars in 1055 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.65&port_id=4bd13b55-5065-4a70-b524-ccf941616f3f => 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: 1446/2911] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/subnets?id=70ba44a6-a8bc-4e0b-a258-e3de6cbe0674 => generated 676 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2912] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2913] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1467/2914] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:41 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2917] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:25:52 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2918] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:25:52 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2919] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:25:52 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2920] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:25:52 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2921] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:52 2026] GET /v2.0/subnets/70ba44a6-a8bc-4e0b-a258-e3de6cbe0674 => generated 673 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2922] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:25:53 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 5373 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1452/2923] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:25:53 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: 1472/2924] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:25:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2925] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:25:53 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: 1473/2926] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:25:53 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2927] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:53 2026] GET /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 1516 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2928] 199.204.45.57 () {34 vars in 789 bytes} [Tue Apr 7 01:25:53 2026] PUT /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 1311 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:25:53.778 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ff7489fc-293d-4d01-b430-1b945eb1dec2'] response: {'name': 'network-changed', 'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'tag': 'b5517b60-1355-44c2-9d27-554edf877762', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1455/2929] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:25:53 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371 => generated 797 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1475/2930] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:53 2026] GET /v2.0/subnets/ec2415c5-d144-40f8-96df-f79898706885 => generated 747 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2931] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:53 2026] GET /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 1347 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2932] 199.204.45.57 () {34 vars in 788 bytes} [Tue Apr 7 01:25:53 2026] PUT /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 1080 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1457/2933] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:25:54 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371 => generated 797 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1477/2934] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:25:54 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 4973 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1458/2935] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:25:54 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 4973 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2936] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:25:54 2026] GET /v2.0/networks?id=ddab86f1-cb9c-4e03-9874-a4e6408e0371 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2937] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:25:54 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 4973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2938] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:54 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1460/2939] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:54 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1480/2940] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:25:55 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 4973 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:25:55.815 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2e0ffcb0-acaa-4831-a44f-2b1b8d978912'] response: {'name': 'network-changed', 'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'tag': 'b5517b60-1355-44c2-9d27-554edf877762', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1461/2941] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:25:56 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 4973 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2942] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:25:56 2026] GET /v2.0/networks?id=ddab86f1-cb9c-4e03-9874-a4e6408e0371 => 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: 1462/2943] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:56 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?fields=segments => generated 14 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1482/2944] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:56 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1463/2945] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:25:56 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 4973 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2946] 199.204.45.57 () {34 vars in 974 bytes} [Tue Apr 7 01:25:56 2026] GET /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 1116 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2947] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:25:56 2026] GET /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762?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: 1484/2948] 199.204.45.57 () {34 vars in 1015 bytes} [Tue Apr 7 01:25:56 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?fields=dns_domain => generated 29 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2949] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:25:56 2026] PUT /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 917 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2950] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:25:57 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 3865 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-07 01:25:57.771 7 INFO neutron_taas.services.taas.taas_plugin [None req-2ea60361-c8c3-4dd2-b247-473e20816bd7 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: b5517b60-1355-44c2-9d27-554edf877762 2026-04-07 01:25:57.774 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2ea60361-c8c3-4dd2-b247-473e20816bd7 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: b5517b60-1355-44c2-9d27-554edf877762 [pid: 7|app: 0|req: 1466/2951] 199.204.45.57 () {32 vars in 758 bytes} [Tue Apr 7 01:25:57 2026] DELETE /v2.0/ports/b5517b60-1355-44c2-9d27-554edf877762 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1486/2952] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:25:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2953] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:25:57 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: 1487/2954] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:25:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1468/2955] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:25:58 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: 1488/2956] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/2957] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2958] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1350 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2959] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2960] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646 => generated 798 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/2961] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2962] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2963] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 3865 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2964] 199.204.45.57 () {34 vars in 1225 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/networks?id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8&id=8b218210-e5ff-4312-8d81-2ef130d49646&id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&id=ddab86f1-cb9c-4e03-9874-a4e6408e0371 => generated 3094 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2965] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=488b1913-14e6-4bbf-b4fe-1032b5295ed5 => 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: 1493/2966] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/subnets?id=ff3e9637-e244-4731-a928-8218fc4d9fe9 => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2967] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/ports?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8&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: 1494/2968] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1475/2969] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1495/2970] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:25:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.141&port_id=61c7d5a9-fdbd-4216-a241-354fc405cf62 => 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: 1476/2971] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:25:59 2026] GET /v2.0/subnets?id=43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2974] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:59 2026] GET /v2.0/ports?network_id=8b218210-e5ff-4312-8d81-2ef130d49646&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2975] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:59 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1497/2976] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:59 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1480/2977] 199.204.45.57 () {34 vars in 1055 bytes} [Tue Apr 7 01:25:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.65&port_id=4bd13b55-5065-4a70-b524-ccf941616f3f => 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: 1498/2978] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:25:59 2026] GET /v2.0/subnets?id=70ba44a6-a8bc-4e0b-a258-e3de6cbe0674 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2979] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:25:59 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2980] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:25:59 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1482/2981] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:25:59 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2982] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:26:04 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: 1483/2983] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:26:04 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: 1501/2984] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:26:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1484/2985] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:26:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2986] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:04 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 3865 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/2987] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:26:04 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2988] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:26:04 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: 1486/2989] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:26:04 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2990] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:26:04 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2991] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:26:04 2026] GET /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 1287 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2992] 199.204.45.57 () {34 vars in 788 bytes} [Tue Apr 7 01:26:04 2026] PUT /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 1080 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:26:04.711 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-c378d6de-88cc-44ca-b7e3-68e1d0fda447'] response: {'name': 'network-changed', 'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'tag': '4bd13b55-5065-4a70-b524-ccf941616f3f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1488/2993] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:26:04 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => 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: 8|app: 0|req: 1506/2994] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:04 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 3694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2995] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:04 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 3694 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2996] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:26:05 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 3694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1490/2997] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:26:05 2026] GET /v2.0/networks?id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1508/2998] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:26:05 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1491/2999] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:26:05 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1509/3000] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:05 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 3694 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3001] 199.204.45.57 () {34 vars in 974 bytes} [Tue Apr 7 01:26:06 2026] GET /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3002] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:26:06 2026] GET /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1493/3003] 199.204.45.57 () {34 vars in 1015 bytes} [Tue Apr 7 01:26:06 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?fields=dns_domain => generated 29 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3004] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:06 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 3694 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3005] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:26:07 2026] PUT /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 917 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1512/3006] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2586 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-07 01:26:08.184 7 INFO neutron_taas.services.taas.taas_plugin [None req-7fbf83db-99c5-429b-b2df-eed4acf255a0 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 4bd13b55-5065-4a70-b524-ccf941616f3f 2026-04-07 01:26:08.187 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7fbf83db-99c5-429b-b2df-eed4acf255a0 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 4bd13b55-5065-4a70-b524-ccf941616f3f [pid: 7|app: 0|req: 1495/3007] 199.204.45.57 () {32 vars in 758 bytes} [Tue Apr 7 01:26:08 2026] DELETE /v2.0/ports/4bd13b55-5065-4a70-b524-ccf941616f3f => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3008] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:26:08 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: 1496/3009] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3010] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/extensions/qos => generated 166 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3011] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:26:08 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: 1515/3012] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/3013] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2586 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3014] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3015] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1350 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/3016] 199.204.45.57 () {34 vars in 1145 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/networks?id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8&id=8b218210-e5ff-4312-8d81-2ef130d49646&id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 2308 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3017] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3018] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=488b1913-14e6-4bbf-b4fe-1032b5295ed5 => 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: 1519/3019] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:26:08 2026] GET /v2.0/subnets?id=ff3e9637-e244-4731-a928-8218fc4d9fe9 => 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: 1520/3020] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/ports?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3021] 199.204.45.57 () {30 vars in 742 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646 => generated 798 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/3022] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1502/3023] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/3024] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1503/3025] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3026] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.141&port_id=61c7d5a9-fdbd-4216-a241-354fc405cf62 => 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: 1504/3027] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/subnets?id=43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 679 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3028] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/ports?network_id=8b218210-e5ff-4312-8d81-2ef130d49646&device_owner=network%3Adhcp => generated 1461 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1505/3029] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1525/3030] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:26:09 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?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: 1507/3033] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:26: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: 1527/3034] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:26:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3035] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:26:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3036] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:26: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-07 01:26:20.286 7 INFO neutron.api.v2.resource [None req-f0adcc0d-f233-49c5-9260-e941a3ccca32 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1509/3037] 199.204.45.57 () {30 vars in 762 bytes} [Tue Apr 7 01:26:20 2026] GET /v2.0/security-groups/lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => 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: 1529/3038] 199.204.45.57 () {30 vars in 784 bytes} [Tue Apr 7 01:26:20 2026] GET /v2.0/security-groups?name=lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => generated 2865 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1510/3039] 199.204.45.57 () {30 vars in 814 bytes} [Tue Apr 7 01:26:20 2026] GET /v2.0/security-group-rules?security_group_id=951e6c97-8b56-466a-b122-38db246d9b8d => generated 2334 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3040] 199.204.45.57 () {32 vars in 788 bytes} [Tue Apr 7 01:26:20 2026] DELETE /v2.0/security-group-rules/b77567b7-c444-46fa-87dd-35329bc8a977 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3041] 199.204.45.57 () {32 vars in 788 bytes} [Tue Apr 7 01:26:20 2026] DELETE /v2.0/security-group-rules/fd823725-891a-4c95-b63f-6f1b0d788438 => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:26:23.688 8 INFO neutron_taas.services.taas.taas_plugin [None req-e4ddc1e2-f5ee-4b10-acfc-88e41a751353 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: 87ed46f5-5746-4214-811c-1ce912f7f4dc 2026-04-07 01:26:23.691 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e4ddc1e2-f5ee-4b10-acfc-88e41a751353 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: 87ed46f5-5746-4214-811c-1ce912f7f4dc 2026-04-07 01:26:23.963 8 INFO neutron.db.l3_db [None req-e4ddc1e2-f5ee-4b10-acfc-88e41a751353 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Floating IP f16b1b4e-e580-4d0d-b131-20601b5551db disassociated (deleted). External IP: 10.96.250.203, port: 8321678e-975a-4704-9035-3b9900c44a25. [pid: 8|app: 0|req: 1531/3042] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:26:23 2026] DELETE /v2.0/floatingips/f16b1b4e-e580-4d0d-b131-20601b5551db => generated 0 bytes in 721 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:26:24.310 7 INFO neutron.api.v2.resource [None req-83bc91ac-f85f-4697-bed7-11bbdaacb229 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1512/3043] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:26:24 2026] GET /v2.0/floatingips/f16b1b4e-e580-4d0d-b131-20601b5551db => generated 144 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3044] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:26: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) [pid: 7|app: 0|req: 1513/3045] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:26:28 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1533/3046] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:26:28 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1514/3047] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:26:28 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:26:28.333 8 INFO neutron.api.v2.resource [None req-4172deca-78c8-4c77-9c91-4b5c1300c138 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1534/3048] 199.204.45.57 () {30 vars in 762 bytes} [Tue Apr 7 01:26:28 2026] GET /v2.0/security-groups/lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3049] 199.204.45.57 () {30 vars in 784 bytes} [Tue Apr 7 01:26:28 2026] GET /v2.0/security-groups?name=lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => generated 1639 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1535/3050] 199.204.45.57 () {30 vars in 814 bytes} [Tue Apr 7 01:26:28 2026] GET /v2.0/security-group-rules?security_group_id=951e6c97-8b56-466a-b122-38db246d9b8d => 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: 1517/3053] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:26:29 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3054] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:26:29 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: 1518/3055] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:26:29 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: 1538/3056] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:26:29 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: 1519/3057] 199.204.45.57 () {30 vars in 740 bytes} [Tue Apr 7 01:26:29 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 676 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3058] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:29 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2586 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3059] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:29 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2586 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3060] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:29 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3061] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:30 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3062] 199.204.45.57 () {34 vars in 974 bytes} [Tue Apr 7 01:26:31 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1350 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3063] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:26:31 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3064] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:31 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 2586 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3065] 199.204.45.57 () {34 vars in 1015 bytes} [Tue Apr 7 01:26:31 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3066] 199.204.45.57 () {38 vars in 1027 bytes} [Tue Apr 7 01:26:31 2026] PUT /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1151 bytes in 257 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3067] 199.204.45.57 () {30 vars in 768 bytes} [Tue Apr 7 01:26:32 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1524/3068] 199.204.45.57 () {34 vars in 788 bytes} [Tue Apr 7 01:26:32 2026] PUT /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1090 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1545/3069] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 1090 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:26:33.272 7 INFO neutron_taas.services.taas.taas_plugin [None req-b626d6bb-0e20-448e-8682-9b526b4ea888 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 61c7d5a9-fdbd-4216-a241-354fc405cf62 2026-04-07 01:26:33.274 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b626d6bb-0e20-448e-8682-9b526b4ea888 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 61c7d5a9-fdbd-4216-a241-354fc405cf62 [pid: 7|app: 0|req: 1525/3070] 199.204.45.57 () {32 vars in 758 bytes} [Tue Apr 7 01:26:33 2026] DELETE /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3071] 199.204.45.57 () {30 vars in 702 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3072] 199.204.45.57 () {30 vars in 704 bytes} [Tue Apr 7 01:26:33 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: 1547/3073] 199.204.45.57 () {30 vars in 680 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3074] 199.204.45.57 () {30 vars in 716 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:26:33.569 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0ad88cc5-ee03-44dd-bb0c-d4fd3fa92fb1 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1548/3075] 199.204.45.57 () {32 vars in 758 bytes} [Tue Apr 7 01:26:33 2026] DELETE /v2.0/ports/61c7d5a9-fdbd-4216-a241-354fc405cf62 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3076] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1132 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:26:33.633 8 INFO neutron.api.v2.resource [None req-960f75be-4373-4946-966d-87aef69f2529 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1549/3077] 199.204.45.57 () {30 vars in 762 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/security-groups/lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3078] 199.204.45.57 () {30 vars in 784 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/security-groups?name=lb-3be73f14-7f12-45b4-b70e-64ee1aeefc62 => generated 1639 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3079] 199.204.45.57 () {30 vars in 736 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => 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: 1530/3080] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/ports?tenant_id=c6a9930c0ce448ae991b5f90e358a8ff&device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3081] 199.204.45.57 () {34 vars in 1065 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/networks?id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8&id=8b218210-e5ff-4312-8d81-2ef130d49646 => generated 1522 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3082] 199.204.45.57 () {34 vars in 1059 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.88&port_id=488b1913-14e6-4bbf-b4fe-1032b5295ed5 => 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: 1533/3083] 199.204.45.57 () {34 vars in 983 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/subnets?id=ff3e9637-e244-4731-a928-8218fc4d9fe9 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3084] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/ports?network_id=c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8&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: 7|app: 0|req: 1535/3085] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1551/3086] 199.204.45.57 () {34 vars in 788 bytes} [Tue Apr 7 01:26:33 2026] PUT /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 1094 bytes in 240 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3087] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:26:33 2026] GET /v2.0/networks/c9a43122-27e2-46a5-bc1d-1c0eb7e1a8c8?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: 1552/3088] 199.204.45.57 () {32 vars in 778 bytes} [Tue Apr 7 01:26:33 2026] DELETE /v2.0/security-groups/951e6c97-8b56-466a-b122-38db246d9b8d => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:26:34.150 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c1ac74f-cbf3-4413-a135-c5e02e894fab d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 8321678e-975a-4704-9035-3b9900c44a25 2026-04-07 01:26:34.153 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c1ac74f-cbf3-4413-a135-c5e02e894fab d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 8321678e-975a-4704-9035-3b9900c44a25 [pid: 7|app: 0|req: 1537/3089] 199.204.45.57 () {32 vars in 758 bytes} [Tue Apr 7 01:26:34 2026] DELETE /v2.0/ports/8321678e-975a-4704-9035-3b9900c44a25 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3090] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:26:37 2026] GET /v2.0/ports?device_id=6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4 => generated 1244 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:26:37.630 7 INFO neutron_taas.services.taas.taas_plugin [req-fc110afd-bfc5-4b27-8ede-aa12a3af6840 req-368efd1c-ed4a-410a-9cee-2c8aa9755ee6 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] TaaS: Handle Delete Port: 488b1913-14e6-4bbf-b4fe-1032b5295ed5 2026-04-07 01:26:37.632 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-fc110afd-bfc5-4b27-8ede-aa12a3af6840 req-368efd1c-ed4a-410a-9cee-2c8aa9755ee6 d04b9cb48fa8475b9a8d587ff2764c8b c6a9930c0ce448ae991b5f90e358a8ff - - default default] Tap Mirror: Handle Delete Port: 488b1913-14e6-4bbf-b4fe-1032b5295ed5 [pid: 7|app: 0|req: 1538/3091] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:26:37 2026] DELETE /v2.0/ports/488b1913-14e6-4bbf-b4fe-1032b5295ed5 => generated 0 bytes in 229 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:26:37.802 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f90db352-da80-480b-9e84-f735c0f94357'] response: {'server_uuid': '6fd2ad8c-d2c1-4ef7-8e30-7ac9cc72c1f4', 'name': 'network-vif-deleted', 'tag': '488b1913-14e6-4bbf-b4fe-1032b5295ed5', 'status': 'completed', 'code': 200} 2026-04-07 01:26:39.706 8 INFO neutron_taas.services.taas.taas_plugin [None req-03725e09-9f30-4970-90f6-264c632f7948 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: defabfbe-370b-4b75-9955-e979924d3147 2026-04-07 01:26:39.709 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-03725e09-9f30-4970-90f6-264c632f7948 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: defabfbe-370b-4b75-9955-e979924d3147 2026-04-07 01:26:39.907 8 INFO neutron.db.l3_db [None req-03725e09-9f30-4970-90f6-264c632f7948 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Floating IP 9b2f0ec7-a66c-4978-9e94-17a3811ae689 disassociated (deleted). External IP: 10.96.250.207, port: 3263fdb9-d642-40a7-849b-3098ce3506c4. [pid: 8|app: 0|req: 1554/3092] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:26:39 2026] DELETE /v2.0/floatingips/9b2f0ec7-a66c-4978-9e94-17a3811ae689 => generated 0 bytes in 694 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:26:40.295 7 INFO neutron.api.v2.resource [None req-b572fca2-772a-4820-bdea-a07ab8336db1 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1539/3093] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:26:40 2026] GET /v2.0/floatingips/9b2f0ec7-a66c-4978-9e94-17a3811ae689 => generated 144 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:26:40.309 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f3be6faa-4dd3-4531-b1a8-7f6630bff7b2'] response: {'name': 'network-changed', 'server_uuid': '3136cf7f-43a4-4d4c-8a3b-ad96346de604', 'tag': '3263fdb9-d642-40a7-849b-3098ce3506c4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1555/3094] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:26:40 2026] GET /v2.0/ports?device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => generated 1204 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1540/3095] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:26:40 2026] GET /v2.0/security-groups?id=7d6a0a15-f0f4-42bb-aebf-c49e88ad4476&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3096] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:26:40 2026] GET /v2.0/ports?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => 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: 1541/3097] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:26:40 2026] GET /v2.0/networks?id=ddab86f1-cb9c-4e03-9874-a4e6408e0371 => 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: 1557/3098] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:26:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.243&port_id=3263fdb9-d642-40a7-849b-3098ce3506c4 => 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: 1542/3099] 199.204.45.57 () {34 vars in 1105 bytes} [Tue Apr 7 01:26:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A217&port_id=3263fdb9-d642-40a7-849b-3098ce3506c4 => 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: 1558/3100] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:26:40 2026] GET /v2.0/subnets?id=935f2296-6640-4e41-ac8b-3735a2822773&id=ec2415c5-d144-40f8-96df-f79898706885 => generated 1413 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3101] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:26:41 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&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: 1559/3102] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:26:41 2026] GET /v2.0/ports?network_id=ddab86f1-cb9c-4e03-9874-a4e6408e0371&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3103] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:26:41 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?fields=segments => generated 14 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3104] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:26:41 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371?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: 1545/3105] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:26:42 2026] GET /v2.0/ports?device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => generated 1204 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:26:43.039 8 INFO neutron_taas.services.taas.taas_plugin [req-62447aec-d1b8-44d3-8001-7f668db4b75e req-c62370d4-6f4c-4749-b608-331fe0739362 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: 3263fdb9-d642-40a7-849b-3098ce3506c4 2026-04-07 01:26:43.042 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-62447aec-d1b8-44d3-8001-7f668db4b75e req-c62370d4-6f4c-4749-b608-331fe0739362 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: 3263fdb9-d642-40a7-849b-3098ce3506c4 [pid: 8|app: 0|req: 1561/3106] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:26:42 2026] DELETE /v2.0/ports/3263fdb9-d642-40a7-849b-3098ce3506c4 => generated 0 bytes in 291 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:26:43.255 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ef4c322-4991-4712-ac0d-16594705b4f0'] response: {'server_uuid': '3136cf7f-43a4-4d4c-8a3b-ad96346de604', 'name': 'network-vif-deleted', 'tag': '3263fdb9-d642-40a7-849b-3098ce3506c4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1563/3109] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:26:45 2026] GET /v2.0/ports?device_id=3136cf7f-43a4-4d4c-8a3b-ad96346de604 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:26:50.892 7 INFO neutron_taas.services.taas.taas_plugin [None req-75374711-0894-41fb-8d7b-0ff1f6ed0076 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: b46b66ec-4151-46fa-8d27-9d091f144cd7 2026-04-07 01:26:50.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75374711-0894-41fb-8d7b-0ff1f6ed0076 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: b46b66ec-4151-46fa-8d27-9d091f144cd7 2026-04-07 01:26:51.201 7 INFO neutron.db.l3_db [None req-75374711-0894-41fb-8d7b-0ff1f6ed0076 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Floating IP ed5df01d-5389-4de5-9ab3-2761bb0afe6d disassociated (deleted). External IP: 10.96.250.213, port: 6324133b-fc31-4d50-818d-7ba22f2df668. [pid: 7|app: 0|req: 1547/3110] 10.0.0.184 () {32 vars in 732 bytes} [Tue Apr 7 01:26:50 2026] DELETE /v2.0/floatingips/ed5df01d-5389-4de5-9ab3-2761bb0afe6d => generated 0 bytes in 793 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:26:51.573 8 INFO neutron.api.v2.resource [None req-e3b9f585-381b-471c-9010-61289da876cb 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1564/3111] 10.0.0.184 () {32 vars in 729 bytes} [Tue Apr 7 01:26:51 2026] GET /v2.0/floatingips/ed5df01d-5389-4de5-9ab3-2761bb0afe6d => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:26:51.586 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-e2d810fa-2915-4710-a732-0c309814923d'] response: {'name': 'network-changed', 'server_uuid': 'e281b0ae-40e8-403d-893f-da5e70326c27', 'tag': '6324133b-fc31-4d50-818d-7ba22f2df668', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1548/3112] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:26:51 2026] GET /v2.0/ports?device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => generated 1200 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3113] 10.0.0.87 () {34 vars in 1039 bytes} [Tue Apr 7 01:26:52 2026] GET /v2.0/security-groups?id=7d6a0a15-f0f4-42bb-aebf-c49e88ad4476&fields=id&fields=name => generated 112 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3114] 199.204.45.57 () {34 vars in 1079 bytes} [Tue Apr 7 01:26:52 2026] GET /v2.0/ports?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => generated 1469 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3115] 199.204.45.57 () {34 vars in 985 bytes} [Tue Apr 7 01:26:52 2026] GET /v2.0/networks?id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 800 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3116] 199.204.45.57 () {34 vars in 1057 bytes} [Tue Apr 7 01:26:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.175&port_id=6324133b-fc31-4d50-818d-7ba22f2df668 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3117] 199.204.45.57 () {34 vars in 1103 bytes} [Tue Apr 7 01:26:52 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A2e0&port_id=6324133b-fc31-4d50-818d-7ba22f2df668 => 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: 1551/3118] 199.204.45.57 () {34 vars in 1063 bytes} [Tue Apr 7 01:26:52 2026] GET /v2.0/subnets?id=70ba44a6-a8bc-4e0b-a258-e3de6cbe0674&id=cb33fecd-255d-415d-9c57-023aed3a7dd7 => generated 1408 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3119] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:26:52 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3120] 199.204.45.57 () {34 vars in 1051 bytes} [Tue Apr 7 01:26:52 2026] GET /v2.0/ports?network_id=14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3121] 199.204.45.57 () {34 vars in 1011 bytes} [Tue Apr 7 01:26:52 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1553/3122] 199.204.45.57 () {34 vars in 1111 bytes} [Tue Apr 7 01:26:52 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0?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: 1570/3123] 199.204.45.57 () {34 vars in 993 bytes} [Tue Apr 7 01:26:54 2026] GET /v2.0/ports?device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => generated 1200 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-04-07 01:26:54.603 7 INFO neutron_taas.services.taas.taas_plugin [req-39dab9e1-f6a2-46de-a3a3-d4d6f88f7111 req-c579f990-de05-44c3-b73c-456cdacc13be 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: 6324133b-fc31-4d50-818d-7ba22f2df668 2026-04-07 01:26:54.606 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-39dab9e1-f6a2-46de-a3a3-d4d6f88f7111 req-c579f990-de05-44c3-b73c-456cdacc13be 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: 6324133b-fc31-4d50-818d-7ba22f2df668 [pid: 7|app: 0|req: 1554/3124] 199.204.45.57 () {36 vars in 996 bytes} [Tue Apr 7 01:26:54 2026] DELETE /v2.0/ports/6324133b-fc31-4d50-818d-7ba22f2df668 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:26:54.804 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fdc4fa76-4234-4c08-9b7b-749db413a29b'] response: {'server_uuid': 'e281b0ae-40e8-403d-893f-da5e70326c27', 'name': 'network-vif-deleted', 'tag': '6324133b-fc31-4d50-818d-7ba22f2df668', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1571/3125] 10.0.0.87 () {34 vars in 989 bytes} [Tue Apr 7 01:26:57 2026] GET /v2.0/ports?device_id=e281b0ae-40e8-403d-893f-da5e70326c27 => 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: 1556/3128] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:02 2026] DELETE /v2.0/security-group-rules/befd5bce-35bd-44c9-842d-bafdd196b586 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:02.362 8 INFO neutron.api.v2.resource [None req-1e1d437d-4060-4fe1-9bfa-0c67337c59c1 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1573/3129] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:02 2026] GET /v2.0/security-group-rules/befd5bce-35bd-44c9-842d-bafdd196b586 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1557/3130] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:02 2026] DELETE /v2.0/security-group-rules/2b606eb9-7f5f-45ed-b17f-472f1bd21d33 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:02.449 8 INFO neutron.api.v2.resource [None req-5d1545ad-94ad-45e9-9228-13d383a0d472 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1574/3131] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:02 2026] GET /v2.0/security-group-rules/2b606eb9-7f5f-45ed-b17f-472f1bd21d33 => 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: 1558/3132] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:02 2026] DELETE /v2.0/security-group-rules/90c461de-7fe3-4c9e-8fba-c38f21a2a32f => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:02.560 8 INFO neutron.api.v2.resource [None req-c183032b-ce08-4a01-b446-8848d6c1bfac 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1575/3133] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:02 2026] GET /v2.0/security-group-rules/90c461de-7fe3-4c9e-8fba-c38f21a2a32f => generated 155 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1559/3134] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:02 2026] DELETE /v2.0/security-group-rules/86d9a0b0-74a6-40cf-8229-e6f976531691 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:02.693 8 INFO neutron.api.v2.resource [None req-1a338965-427e-4321-8422-ae159a83d1dc 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1576/3135] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:02 2026] GET /v2.0/security-group-rules/86d9a0b0-74a6-40cf-8229-e6f976531691 => 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: 1560/3136] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:02 2026] DELETE /v2.0/security-group-rules/017b7618-3e11-4d2f-9d3f-6f57e6d8a84a => generated 0 bytes in 59 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:02.787 8 INFO neutron.api.v2.resource [None req-b6842e95-1ad5-43d5-9671-11b04de37ca5 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1577/3137] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:02 2026] GET /v2.0/security-group-rules/017b7618-3e11-4d2f-9d3f-6f57e6d8a84a => generated 155 bytes in 25 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3138] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:02 2026] DELETE /v2.0/security-group-rules/865e630f-b209-47f0-8f99-603bd0981dd2 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:02.884 8 INFO neutron.api.v2.resource [None req-b3630be9-37f4-4f4d-ada8-859d778f19b9 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1578/3139] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:02 2026] GET /v2.0/security-group-rules/865e630f-b209-47f0-8f99-603bd0981dd2 => 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: 1562/3140] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:02 2026] DELETE /v2.0/security-group-rules/f591f43e-e9e0-4e34-8593-5d6557db4c90 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:03.013 8 INFO neutron.api.v2.resource [None req-608441b5-4f59-4a08-9198-083ebae4a93d 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1579/3141] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:03 2026] GET /v2.0/security-group-rules/f591f43e-e9e0-4e34-8593-5d6557db4c90 => 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: 1563/3142] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:03 2026] DELETE /v2.0/security-group-rules/1fbc2308-ff13-41dc-84f6-41ba6c8458f0 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:03.215 8 INFO neutron.api.v2.resource [None req-fef29c9a-d36d-4281-a451-f44720df7618 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1580/3143] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:03 2026] GET /v2.0/security-group-rules/1fbc2308-ff13-41dc-84f6-41ba6c8458f0 => generated 155 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1564/3144] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:03 2026] DELETE /v2.0/security-group-rules/9795f727-c9cc-4456-8c61-51e409a4278c => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:03.301 8 INFO neutron.api.v2.resource [None req-e7de2f45-16c9-4659-82cc-1a127451416c 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1581/3145] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:03 2026] GET /v2.0/security-group-rules/9795f727-c9cc-4456-8c61-51e409a4278c => 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: 1565/3146] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:03 2026] DELETE /v2.0/security-group-rules/a31cea93-938c-47ff-9f48-fc65fcdc714a => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:03.412 8 INFO neutron.api.v2.resource [None req-dea0e503-4cac-49c0-9597-790d552496bb 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1582/3147] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:03 2026] GET /v2.0/security-group-rules/a31cea93-938c-47ff-9f48-fc65fcdc714a => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3148] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:03 2026] DELETE /v2.0/security-group-rules/e334ed90-448b-4a04-b480-d85873fe8737 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:03.542 8 INFO neutron.api.v2.resource [None req-9d46a243-1da5-439b-9057-fc7ff8bd019b 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1583/3149] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:03 2026] GET /v2.0/security-group-rules/e334ed90-448b-4a04-b480-d85873fe8737 => 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: 1567/3150] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:03 2026] DELETE /v2.0/security-groups/7d6a0a15-f0f4-42bb-aebf-c49e88ad4476 => generated 0 bytes in 87 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:03.654 8 INFO neutron.api.v2.resource [None req-8ec55ddf-57ff-4a1c-82bc-3e821c840dc7 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1584/3151] 10.0.0.184 () {32 vars in 737 bytes} [Tue Apr 7 01:27:03 2026] GET /v2.0/security-groups/7d6a0a15-f0f4-42bb-aebf-c49e88ad4476 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:27:04.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-d0049e88-c75b-4324-93f7-fe49d2da869e 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: 0d9a13d5-4a97-4346-8282-48bc7358783f 2026-04-07 01:27:04.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d0049e88-c75b-4324-93f7-fe49d2da869e 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: 0d9a13d5-4a97-4346-8282-48bc7358783f [pid: 7|app: 0|req: 1568/3152] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:27:03 2026] PUT /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7/remove_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:27:04.973 8 INFO neutron.api.v2.resource [None req-a65395ae-4c40-4e24-8c29-4f6df173c10e 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1585/3153] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:27:04 2026] PUT /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7/remove_router_interface => generated 198 bytes in 260 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:27:05.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-d84e2549-7834-429c-9f8a-d3b8c2adf33b 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: a09c0916-ead6-4b07-aa6f-0324087dd8ed 2026-04-07 01:27:05.380 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d84e2549-7834-429c-9f8a-d3b8c2adf33b 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: a09c0916-ead6-4b07-aa6f-0324087dd8ed [pid: 7|app: 0|req: 1569/3154] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:27:04 2026] PUT /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7/remove_router_interface => generated 309 bytes in 1128 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:27:06.449 8 INFO neutron.api.v2.resource [None req-bc05f383-e1d0-474a-8948-a8e3064ec521 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1586/3155] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:27:06 2026] PUT /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7/remove_router_interface => generated 198 bytes in 339 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:27:06.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-3db6b84a-a7bc-48ac-a457-495a55ba6e24 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: 27de56a9-2743-4448-8f2f-0808b0df3822 2026-04-07 01:27:06.852 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3db6b84a-a7bc-48ac-a457-495a55ba6e24 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: 27de56a9-2743-4448-8f2f-0808b0df3822 [pid: 7|app: 0|req: 1570/3156] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:27:06 2026] PUT /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7/remove_router_interface => generated 309 bytes in 1133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-04-07 01:27:07.738 8 INFO neutron.api.v2.resource [None req-a97215f6-1738-403b-b969-28d6f4df2be7 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1587/3157] 10.0.0.184 () {34 vars in 789 bytes} [Tue Apr 7 01:27:07 2026] PUT /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7/remove_router_interface => generated 198 bytes in 137 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:27:07.939 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c59d380-bf0b-4f21-9ee8-656e98d73ec4 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: 14da4e2f-1483-42ee-a915-ca0b74d41b50 2026-04-07 01:27:07.942 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c59d380-bf0b-4f21-9ee8-656e98d73ec4 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: 14da4e2f-1483-42ee-a915-ca0b74d41b50 2026-04-07 01:27:08.237 7 INFO neutron_taas.services.taas.taas_plugin [None req-1c59d380-bf0b-4f21-9ee8-656e98d73ec4 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: 445b7fb7-b9bc-47e3-96c0-ee558eccfb9f 2026-04-07 01:27:08.240 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c59d380-bf0b-4f21-9ee8-656e98d73ec4 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: 445b7fb7-b9bc-47e3-96c0-ee558eccfb9f 2026-04-07 01:27:08.554 7 INFO neutron.services.segments.plugin [-] Segment fbc5d1f0-938b-4c6b-8444-8c063fadfa83 resource provider aggregate not found 2026-04-07 01:27:08.561 7 INFO neutron.services.segments.plugin [-] Segment fbc5d1f0-938b-4c6b-8444-8c063fadfa83 resource provider aggregate not found 2026-04-07 01:27:08.575 7 INFO neutron.services.segments.plugin [-] Segment fbc5d1f0-938b-4c6b-8444-8c063fadfa83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbc5d1f0-938b-4c6b-8444-8c063fadfa83 found for delete ", "request_id": "req-33eda7f2-88c9-41a4-b44e-b124461d9b84"}]} 2026-04-07 01:27:08.576 7 INFO neutron.db.l3_hamode_db [None req-1c59d380-bf0b-4f21-9ee8-656e98d73ec4 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] HA network 7dc05007-462a-4eec-a6a3-9e44bef1630e was deleted as no HA routers are present in tenant b79c9c2c052f4dd8bde8484e62646b0f. 2026-04-07 01:27:08.582 7 INFO neutron.services.segments.plugin [-] Segment fbc5d1f0-938b-4c6b-8444-8c063fadfa83 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid fbc5d1f0-938b-4c6b-8444-8c063fadfa83 found for delete ", "request_id": "req-88deeb7b-4333-4aa8-8c44-29d45a384fc6"}]} [pid: 7|app: 0|req: 1571/3158] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:27:07 2026] DELETE /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7 => generated 0 bytes in 841 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:08.610 8 INFO neutron.api.v2.resource [None req-82954236-6fcc-40c3-9be4-933bfff70905 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1588/3159] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:27:08 2026] GET /v2.0/routers/9c6b2ca3-0d19-43c0-981c-5381a14715a7 => generated 135 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1572/3160] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:27:08 2026] DELETE /v2.0/subnets/ec2415c5-d144-40f8-96df-f79898706885 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:27:08.776 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f38f19e9-a872-46bd-be66-eb886ae9f6ae 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1589/3161] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:27:08 2026] GET /v2.0/subnets/ec2415c5-d144-40f8-96df-f79898706885 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1573/3162] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:27:08 2026] DELETE /v2.0/subnets/935f2296-6640-4e41-ac8b-3735a2822773 => generated 0 bytes in 193 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:27:08.999 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2f573bab-ea30-471c-b0b3-336ce9ebc9a0 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1590/3163] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:27:08 2026] GET /v2.0/subnets/935f2296-6640-4e41-ac8b-3735a2822773 => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:27:09.112 7 INFO neutron_taas.services.taas.taas_plugin [None req-00394fab-aba1-4f56-b0da-675f45c44974 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: 8820f4a3-d457-48eb-a7fa-0f088a4f7c57 2026-04-07 01:27:09.115 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-00394fab-aba1-4f56-b0da-675f45c44974 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: 8820f4a3-d457-48eb-a7fa-0f088a4f7c57 [pid: 7|app: 0|req: 1574/3164] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:27:09 2026] DELETE /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371 => generated 0 bytes in 321 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:27:09.344 8 INFO neutron.pecan_wsgi.hooks.translation [None req-75829728-311d-4bfe-919e-a76ab95a6c69 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1591/3165] 10.0.0.184 () {32 vars in 723 bytes} [Tue Apr 7 01:27:09 2026] GET /v2.0/networks/ddab86f1-cb9c-4e03-9874-a4e6408e0371 => 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: 1575/3166] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:27:09 2026] DELETE /v2.0/subnets/cb33fecd-255d-415d-9c57-023aed3a7dd7 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:27:09.524 8 INFO neutron.pecan_wsgi.hooks.translation [None req-76c2d0c1-dc5d-43c2-bbef-c74db33d9eae 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1592/3167] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:27:09 2026] GET /v2.0/subnets/cb33fecd-255d-415d-9c57-023aed3a7dd7 => 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: 1576/3168] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:27:09 2026] DELETE /v2.0/subnets/70ba44a6-a8bc-4e0b-a258-e3de6cbe0674 => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:27:09.707 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e4e0e733-6442-469b-97e9-3f8961fa66c3 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1593/3169] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:27:09 2026] GET /v2.0/subnets/70ba44a6-a8bc-4e0b-a258-e3de6cbe0674 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:27:09.783 7 INFO neutron_taas.services.taas.taas_plugin [None req-af5818dd-cf13-4347-80d7-7b769108bd4d 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: 022dbde4-9546-4b0c-a605-e77af5991dd6 2026-04-07 01:27:09.785 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-af5818dd-cf13-4347-80d7-7b769108bd4d 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: 022dbde4-9546-4b0c-a605-e77af5991dd6 [pid: 7|app: 0|req: 1577/3170] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:27:09 2026] DELETE /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:27:09.942 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c775e64-b028-45a8-bc51-03ecf65e6cb0 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1594/3171] 10.0.0.184 () {32 vars in 723 bytes} [Tue Apr 7 01:27:09 2026] GET /v2.0/networks/14195dab-ec7c-4aec-b3d8-5ab4e7efe4c0 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3172] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:27:09 2026] DELETE /v2.0/subnets/d5e7aedf-1070-41f7-9378-7f2df1450cd7 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:27:10.129 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8c13569c-1b34-4237-bc3b-5b0416605530 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3173] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:27:10 2026] GET /v2.0/subnets/d5e7aedf-1070-41f7-9378-7f2df1450cd7 => 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: 1579/3174] 10.0.0.184 () {32 vars in 724 bytes} [Tue Apr 7 01:27:10 2026] DELETE /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:27:10.302 8 INFO neutron.pecan_wsgi.hooks.translation [None req-137a17e4-9488-49f6-a4ac-dc757f982d09 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3175] 10.0.0.184 () {32 vars in 721 bytes} [Tue Apr 7 01:27:10 2026] GET /v2.0/subnets/43a38d08-2909-4c3c-8fea-c3b610effbb5 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:27:10.395 7 INFO neutron_taas.services.taas.taas_plugin [None req-a1f524f8-46c3-4652-8878-f5744b2a6c04 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] TaaS: Handle Delete Port: e577820b-750d-4e96-ba21-b6250b11e076 2026-04-07 01:27:10.398 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1f524f8-46c3-4652-8878-f5744b2a6c04 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] Tap Mirror: Handle Delete Port: e577820b-750d-4e96-ba21-b6250b11e076 [pid: 7|app: 0|req: 1580/3176] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:27:10 2026] DELETE /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646 => generated 0 bytes in 281 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-04-07 01:27:10.605 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4f9c7d45-8d51-486f-b517-9afdbb2293b7 5bb822f05d0c42439274861771001eb4 b79c9c2c052f4dd8bde8484e62646b0f - - default default] GET failed (client error): The resource could not be found. 2026-04-07 01:27:10.606 7 INFO neutron.services.segments.plugin [-] Segment 4d04c5ad-8d3e-468c-8884-0bfdb90d753c resource provider aggregate not found [pid: 8|app: 0|req: 1597/3177] 10.0.0.184 () {32 vars in 723 bytes} [Tue Apr 7 01:27:10 2026] GET /v2.0/networks/8b218210-e5ff-4312-8d81-2ef130d49646 => generated 138 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-04-07 01:27:10.610 7 INFO neutron.services.segments.plugin [-] Segment 4d04c5ad-8d3e-468c-8884-0bfdb90d753c resource provider aggregate not found 2026-04-07 01:27:10.623 7 INFO neutron.services.segments.plugin [-] Segment 4d04c5ad-8d3e-468c-8884-0bfdb90d753c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d04c5ad-8d3e-468c-8884-0bfdb90d753c found for delete ", "request_id": "req-788066ec-32e0-4bf6-bb53-77a5442c574a"}]} 2026-04-07 01:27:10.628 7 INFO neutron.services.segments.plugin [-] Segment 4d04c5ad-8d3e-468c-8884-0bfdb90d753c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d04c5ad-8d3e-468c-8884-0bfdb90d753c found for delete ", "request_id": "req-6d2d89ff-7d9a-4208-a919-0add9f249acc"}]} 2026-04-07 01:27:10.640 7 INFO neutron.services.segments.plugin [-] Segment 71a85a7b-6999-44d6-8a50-16a0b99d3d08 resource provider aggregate not found 2026-04-07 01:27:10.645 7 INFO neutron.services.segments.plugin [-] Segment 71a85a7b-6999-44d6-8a50-16a0b99d3d08 resource provider aggregate not found 2026-04-07 01:27:10.657 7 INFO neutron.services.segments.plugin [-] Segment 71a85a7b-6999-44d6-8a50-16a0b99d3d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a85a7b-6999-44d6-8a50-16a0b99d3d08 found for delete ", "request_id": "req-f7899046-354e-41d0-b56c-bab04ad363ab"}]} 2026-04-07 01:27:10.660 7 INFO neutron.services.segments.plugin [-] Segment 71a85a7b-6999-44d6-8a50-16a0b99d3d08 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71a85a7b-6999-44d6-8a50-16a0b99d3d08 found for delete ", "request_id": "req-7cfe0e25-6db7-4255-b4b5-707b6528049c"}]} 2026-04-07 01:27:10.674 7 INFO neutron.services.segments.plugin [-] Segment c9eb7550-9109-45c1-8284-242649b604fb resource provider aggregate not found 2026-04-07 01:27:10.679 7 INFO neutron.services.segments.plugin [-] Segment c9eb7550-9109-45c1-8284-242649b604fb resource provider aggregate not found 2026-04-07 01:27:10.698 7 INFO neutron.services.segments.plugin [-] Segment c9eb7550-9109-45c1-8284-242649b604fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9eb7550-9109-45c1-8284-242649b604fb found for delete ", "request_id": "req-70acafed-95fd-43a7-a927-9f7b5491ee94"}]} 2026-04-07 01:27:10.699 7 INFO neutron.services.segments.plugin [-] Segment c9eb7550-9109-45c1-8284-242649b604fb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c9eb7550-9109-45c1-8284-242649b604fb found for delete ", "request_id": "req-dd90402c-9bd1-4744-be1f-3d37a76b202f"}]} [pid: 7|app: 0|req: 1581/3178] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:12 2026] GET /v2.0/security-groups?tenant_id=3d9497f0081943bab5fd49a64b93fb4a&name=default => generated 2929 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3179] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:12 2026] DELETE /v2.0/security-groups/2e7402ee-a820-4723-bb61-0a3129b86b4b => 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: 1582/3180] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:13 2026] GET /v2.0/security-groups?tenant_id=8ddf157fb0c94b37b902d158e1a3b82f&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: 1599/3181] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:13 2026] DELETE /v2.0/security-groups/3697e39f-cde4-45bf-862a-ce3132075024 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3182] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:13 2026] GET /v2.0/security-groups?tenant_id=88032128a98046aa8198708eecd55128&name=default => generated 2929 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3183] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:13 2026] DELETE /v2.0/security-groups/5b086934-f254-4c96-8579-b63679100bfb => 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: 1584/3184] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:13 2026] GET /v2.0/security-groups?tenant_id=2fc7ba3d30b94d40a78f23ec53d60f0d&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3185] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:13 2026] DELETE /v2.0/security-groups/cb9d5847-2024-4be4-abf3-6024c084c859 => 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: 1586/3188] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:14 2026] GET /v2.0/security-groups?tenant_id=b79c9c2c052f4dd8bde8484e62646b0f&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3189] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:14 2026] DELETE /v2.0/security-groups/2994953a-423a-47ed-a334-a5f7963904ca => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3190] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:14 2026] GET /v2.0/security-groups?tenant_id=cc0776fd4f9047c08cfc27afa8757a00&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: 1604/3191] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:14 2026] DELETE /v2.0/security-groups/3f2f885e-c5ec-4946-af71-1d0ed35a449c => 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: 1588/3192] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:14 2026] GET /v2.0/security-groups?tenant_id=098b7638324e47c4a8cd705e2a18bd4a&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3193] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:14 2026] DELETE /v2.0/security-groups/e63d1889-3ed6-4f02-9a49-1105bc8dcd01 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3194] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:27:18 2026] POST /v2.0/security-groups => generated 1603 bytes in 895 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1606/3195] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:27:19 2026] POST /v2.0/security-groups => generated 1603 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1590/3196] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:27:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3197] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:27:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1591/3198] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:27:20 2026] POST /v2.0/security-groups => generated 1603 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1608/3199] 10.0.0.184 () {34 vars in 767 bytes} [Tue Apr 7 01:27:20 2026] PUT /v2.0/security-groups/4d057a95-5043-4214-9e7e-a460ed14502f/tags => generated 17 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3200] 10.0.0.184 () {34 vars in 767 bytes} [Tue Apr 7 01:27:20 2026] PUT /v2.0/security-groups/960c490d-8f29-41e5-ac6a-dacdba6ae0df/tags => generated 25 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1609/3201] 10.0.0.184 () {34 vars in 767 bytes} [Tue Apr 7 01:27:20 2026] PUT /v2.0/security-groups/e5b40c07-46f3-4e35-a86d-082f18967231/tags => generated 34 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3202] 10.0.0.184 () {34 vars in 767 bytes} [Tue Apr 7 01:27:20 2026] PUT /v2.0/security-groups/710dd41c-5bdc-44fa-8b35-84a1e2c4d5a0/tags => generated 19 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1610/3203] 10.0.0.184 () {32 vars in 680 bytes} [Tue Apr 7 01:27:20 2026] GET /v2.0/security-groups?tags=red => generated 4810 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1594/3204] 10.0.0.184 () {32 vars in 694 bytes} [Tue Apr 7 01:27:20 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3222 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3205] 10.0.0.184 () {32 vars in 690 bytes} [Tue Apr 7 01:27:20 2026] GET /v2.0/security-groups?tags-any=blue => generated 3222 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3206] 10.0.0.184 () {32 vars in 702 bytes} [Tue Apr 7 01:27:21 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4810 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3207] 10.0.0.184 () {32 vars in 688 bytes} [Tue Apr 7 01:27:21 2026] GET /v2.0/security-groups?not-tags=red => generated 6102 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3208] 10.0.0.184 () {32 vars in 702 bytes} [Tue Apr 7 01:27:21 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1613/3209] 10.0.0.184 () {32 vars in 698 bytes} [Tue Apr 7 01:27:21 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7690 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3210] 10.0.0.184 () {32 vars in 710 bytes} [Tue Apr 7 01:27:21 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6102 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3211] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:21 2026] DELETE /v2.0/security-groups/4d057a95-5043-4214-9e7e-a460ed14502f => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1598/3212] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:21 2026] DELETE /v2.0/security-groups/960c490d-8f29-41e5-ac6a-dacdba6ae0df => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3213] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:21 2026] DELETE /v2.0/security-groups/e5b40c07-46f3-4e35-a86d-082f18967231 => 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: 1599/3214] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:21 2026] DELETE /v2.0/security-groups/710dd41c-5bdc-44fa-8b35-84a1e2c4d5a0 => 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: 1616/3215] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:21 2026] DELETE /v2.0/security-groups/a0d7e587-05df-4570-a603-2b1442acdbff => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1600/3216] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:22 2026] GET /v2.0/security-groups?tenant_id=29e8cb964cfa4a0fbaaf33332c5b6fe8&name=default => generated 2929 bytes in 278 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1617/3217] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:22 2026] DELETE /v2.0/security-groups/65f64f30-d05e-4440-8bb4-ea55dbfd9aae => generated 0 bytes in 219 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3218] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:23 2026] GET /v2.0/security-groups?tenant_id=f2ccf568aa5a4bba92e38a3738dae916&name=default => generated 2929 bytes in 134 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1618/3219] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:23 2026] DELETE /v2.0/security-groups/b492ba32-9f93-40b3-b5af-2d2e25258496 => 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: 1602/3220] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:23 2026] GET /v2.0/security-groups?tenant_id=8b5d3823d06243c2849159b59cd8d3c7&name=default => generated 2929 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1619/3221] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:23 2026] DELETE /v2.0/security-groups/419c1b10-30dd-4d5a-867e-2044e6053e32 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:27.603 7 INFO neutron.db.segments_db [None req-ecaf5693-6c77-4293-ace8-44f9a67c6e65 a8be5a68d25e43abb174c46a55a5d711 f6067b4510744723b9092e7762da6b33 - - default default] Added segment 8763fb3d-7205-4755-9394-b27f1a4b72d5 of type vxlan for network 8b17ebf9-6d96-40f2-9890-4130d79d0eea [pid: 7|app: 0|req: 1603/3222] 10.0.0.184 () {34 vars in 670 bytes} [Tue Apr 7 01:27:27 2026] POST /v2.0/networks => generated 612 bytes in 442 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3223] 10.0.0.184 () {34 vars in 664 bytes} [Tue Apr 7 01:27:27 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) [pid: 7|app: 0|req: 1604/3224] 10.0.0.184 () {34 vars in 747 bytes} [Tue Apr 7 01:27:28 2026] PUT /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags => generated 25 bytes in 83 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: 1621/3225] 10.0.0.184 () {32 vars in 727 bytes} [Tue Apr 7 01:27:28 2026] GET /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1605/3226] 10.0.0.184 () {34 vars in 758 bytes} [Tue Apr 7 01:27:28 2026] PUT /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags/green => generated 4 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1622/3227] 10.0.0.184 () {32 vars in 727 bytes} [Tue Apr 7 01:27:28 2026] GET /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags => generated 34 bytes in 58 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: 1606/3228] 10.0.0.184 () {34 vars in 754 bytes} [Tue Apr 7 01:27:28 2026] PUT /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags/red => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1623/3229] 10.0.0.184 () {32 vars in 727 bytes} [Tue Apr 7 01:27:28 2026] GET /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags => generated 34 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1607/3230] 10.0.0.184 () {34 vars in 776 bytes} [Tue Apr 7 01:27:28 2026] PUT /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags/black.or.white => generated 4 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1624/3231] 10.0.0.184 () {32 vars in 727 bytes} [Tue Apr 7 01:27:28 2026] GET /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags => generated 52 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1608/3232] 10.0.0.184 () {34 vars in 747 bytes} [Tue Apr 7 01:27:28 2026] PUT /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags => generated 37 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1625/3233] 10.0.0.184 () {32 vars in 727 bytes} [Tue Apr 7 01:27:28 2026] GET /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags => generated 37 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1609/3234] 10.0.0.184 () {32 vars in 735 bytes} [Tue Apr 7 01:27:28 2026] GET /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags/red => generated 0 bytes in 53 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-07 01:27:29.045 8 INFO neutron.api.v2.resource [None req-879afa36-7f1f-482c-932b-cb82de8ea300 a8be5a68d25e43abb174c46a55a5d711 f6067b4510744723b9092e7762da6b33 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1626/3235] 10.0.0.184 () {32 vars in 739 bytes} [Tue Apr 7 01:27:28 2026] GET /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/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: 1610/3238] 10.0.0.184 () {32 vars in 738 bytes} [Tue Apr 7 01:27:29 2026] DELETE /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags/red => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1629/3239] 10.0.0.184 () {32 vars in 727 bytes} [Tue Apr 7 01:27:29 2026] GET /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags => generated 30 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-04-07 01:27:29.288 7 INFO neutron.api.v2.resource [None req-ae96710c-9f59-44e9-ae6a-8cc0eb3f17d0 a8be5a68d25e43abb174c46a55a5d711 f6067b4510744723b9092e7762da6b33 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1611/3240] 10.0.0.184 () {32 vars in 742 bytes} [Tue Apr 7 01:27:29 2026] DELETE /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags/green => generated 99 bytes in 85 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: 1630/3241] 10.0.0.184 () {32 vars in 730 bytes} [Tue Apr 7 01:27:29 2026] DELETE /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags => generated 0 bytes in 80 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: 1612/3242] 10.0.0.184 () {32 vars in 727 bytes} [Tue Apr 7 01:27:29 2026] GET /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517/tags => generated 12 bytes in 59 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-07 01:27:29.590 8 INFO neutron_taas.services.taas.taas_plugin [None req-a5023a72-7711-455c-a68c-530a3e3f5bea a8be5a68d25e43abb174c46a55a5d711 f6067b4510744723b9092e7762da6b33 - - default default] TaaS: Handle Delete Port: f9747829-cb67-44ee-aa2c-6c1046e9c517 2026-04-07 01:27:29.593 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a5023a72-7711-455c-a68c-530a3e3f5bea a8be5a68d25e43abb174c46a55a5d711 f6067b4510744723b9092e7762da6b33 - - default default] Tap Mirror: Handle Delete Port: f9747829-cb67-44ee-aa2c-6c1046e9c517 [pid: 8|app: 0|req: 1631/3243] 10.0.0.184 () {32 vars in 720 bytes} [Tue Apr 7 01:27:29 2026] DELETE /v2.0/ports/f9747829-cb67-44ee-aa2c-6c1046e9c517 => generated 0 bytes in 232 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-07 01:27:29.809 7 INFO neutron.services.segments.plugin [-] Segment 8763fb3d-7205-4755-9394-b27f1a4b72d5 resource provider aggregate not found 2026-04-07 01:27:29.810 7 INFO neutron.services.segments.plugin [-] Segment 8763fb3d-7205-4755-9394-b27f1a4b72d5 resource provider aggregate not found 2026-04-07 01:27:29.845 7 INFO neutron.services.segments.plugin [-] Segment 8763fb3d-7205-4755-9394-b27f1a4b72d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8763fb3d-7205-4755-9394-b27f1a4b72d5 found for delete ", "request_id": "req-05cd9e3c-2906-4417-bb68-174424e58f1a"}]} 2026-04-07 01:27:29.850 7 INFO neutron.services.segments.plugin [-] Segment 8763fb3d-7205-4755-9394-b27f1a4b72d5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8763fb3d-7205-4755-9394-b27f1a4b72d5 found for delete ", "request_id": "req-a9a0a2ec-c5d5-4b1e-95d1-86412ad76541"}]} [pid: 7|app: 0|req: 1613/3244] 10.0.0.184 () {32 vars in 726 bytes} [Tue Apr 7 01:27:29 2026] DELETE /v2.0/networks/8b17ebf9-6d96-40f2-9890-4130d79d0eea => generated 0 bytes in 239 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1632/3245] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:30 2026] GET /v2.0/security-groups?tenant_id=a003684836e0441f8f570763104eda7b&name=default => generated 2929 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1614/3246] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:31 2026] DELETE /v2.0/security-groups/3e61b4f7-502d-45de-a186-045cf990eb05 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1633/3247] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:31 2026] GET /v2.0/security-groups?tenant_id=f6067b4510744723b9092e7762da6b33&name=default => generated 2929 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1615/3248] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:31 2026] DELETE /v2.0/security-groups/aa6944dd-8284-4bbb-8192-191dd68ee626 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1634/3249] 10.0.0.184 () {34 vars in 684 bytes} [Tue Apr 7 01:27:34 2026] POST /v2.0/security-groups => generated 1603 bytes in 356 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3250] 10.0.0.184 () {34 vars in 767 bytes} [Tue Apr 7 01:27:34 2026] PUT /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/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: 1635/3251] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:34 2026] GET /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags => generated 25 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3252] 10.0.0.184 () {34 vars in 778 bytes} [Tue Apr 7 01:27:35 2026] PUT /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags/green => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1636/3253] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:35 2026] GET /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3254] 10.0.0.184 () {34 vars in 774 bytes} [Tue Apr 7 01:27:35 2026] PUT /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags/red => 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: 1637/3255] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:35 2026] GET /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/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: 1619/3256] 10.0.0.184 () {34 vars in 796 bytes} [Tue Apr 7 01:27:35 2026] PUT /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags/black.or.white => generated 4 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1638/3257] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:35 2026] GET /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags => generated 52 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1620/3258] 10.0.0.184 () {34 vars in 767 bytes} [Tue Apr 7 01:27:35 2026] PUT /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags => generated 37 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1639/3259] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:35 2026] GET /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1621/3260] 10.0.0.184 () {32 vars in 755 bytes} [Tue Apr 7 01:27:35 2026] GET /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags/red => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-04-07 01:27:35.585 8 INFO neutron.api.v2.resource [None req-10ceb9f1-bd69-4cfd-ad85-d70a13189984 a7c22ecd77fa46c5aa48d2a077693649 c2d93d7f44b14b5da7f44c043fb1b0a8 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1640/3261] 10.0.0.184 () {32 vars in 759 bytes} [Tue Apr 7 01:27:35 2026] GET /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags/green => generated 99 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1622/3262] 10.0.0.184 () {32 vars in 758 bytes} [Tue Apr 7 01:27:35 2026] DELETE /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags/red => 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: 1641/3263] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:35 2026] GET /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags => generated 30 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-04-07 01:27:35.781 7 INFO neutron.api.v2.resource [None req-265101af-2d32-4457-9b2b-e3c9e7cd9991 a7c22ecd77fa46c5aa48d2a077693649 c2d93d7f44b14b5da7f44c043fb1b0a8 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1623/3264] 10.0.0.184 () {32 vars in 762 bytes} [Tue Apr 7 01:27:35 2026] DELETE /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1642/3265] 10.0.0.184 () {32 vars in 750 bytes} [Tue Apr 7 01:27:35 2026] DELETE /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1624/3266] 10.0.0.184 () {32 vars in 747 bytes} [Tue Apr 7 01:27:35 2026] GET /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4/tags => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1643/3267] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:35 2026] DELETE /v2.0/security-groups/695c17ae-ffda-4b3b-ad02-6071451390c4 => generated 0 bytes in 77 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1625/3268] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:36 2026] GET /v2.0/security-groups?tenant_id=c2d93d7f44b14b5da7f44c043fb1b0a8&name=default => generated 2929 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1644/3269] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:36 2026] DELETE /v2.0/security-groups/89be6eb4-50b4-4723-95d0-581cfb0e366e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1626/3270] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:36 2026] GET /v2.0/security-groups?tenant_id=b00a82c001414e3ab6c22bcb2f50ea1e&name=default => generated 2929 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1645/3271] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:36 2026] DELETE /v2.0/security-groups/8c1ec885-5d17-451f-ac57-643ad8b69f33 => 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: 1627/3272] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:40 2026] GET /v2.0/security-groups?tenant_id=18d10f6a0a2745e5ba4945d8b0627fec&name=default => generated 2929 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1646/3273] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:41 2026] DELETE /v2.0/security-groups/9b565a9f-c551-4236-9155-146883ef9aef => generated 0 bytes in 245 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1628/3274] 10.0.0.184 () {32 vars in 774 bytes} [Tue Apr 7 01:27:41 2026] GET /v2.0/security-groups?tenant_id=6a6ffb4725a4421aa35f9d7da2dba44a&name=default => generated 2929 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1647/3275] 10.0.0.184 () {32 vars in 740 bytes} [Tue Apr 7 01:27:41 2026] DELETE /v2.0/security-groups/14a31408-8d5c-4121-9baf-ca41fa2e02d1 => generated 0 bytes in 79 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1630/3278] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:27:44 2026] GET /v2.0/networks => generated 2168 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1649/3279] 10.0.0.184 () {32 vars in 655 bytes} [Tue Apr 7 01:27:45 2026] GET /v2.0/floatingips => 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: 1631/3280] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:27:45 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: 1650/3281] 10.0.0.184 () {32 vars in 643 bytes} [Tue Apr 7 01:27:45 2026] GET /v2.0/ports => generated 4725 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1632/3282] 10.0.0.184 () {32 vars in 647 bytes} [Tue Apr 7 01:27:45 2026] GET /v2.0/subnets => generated 1308 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1651/3283] 10.0.0.184 () {32 vars in 649 bytes} [Tue Apr 7 01:27:45 2026] GET /v2.0/networks => generated 2168 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1633/3284] 10.0.0.184 () {32 vars in 663 bytes} [Tue Apr 7 01:27:45 2026] GET /v2.0/security-groups => generated 17401 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3285] 10.0.0.184 () {32 vars in 655 bytes} [Tue Apr 7 01:27:45 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)