+ 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 [Sun May 10 01:27:30 2026] *** compiled with version: 13.3.0 on 09 May 2026 21:15:29 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-595b7876cb-rk5z9 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, Mar 3 2026, 12:15:18) [GCC 13.3.0] Python main interpreter initialized at 0x7fd160ad7668 python threads support enabled your server socket listen backlog is limited to 100 connections your mercy for graceful operations on workers is 80 seconds mapped 403077 bytes (393 KB) for 2 cores *** Operational MODE: preforking *** *** uWSGI is running in multiple interpreter mode *** spawned uWSGI master process (pid: 1) spawned uWSGI worker 1 (pid: 7, cores: 1) spawned uWSGI worker 2 (pid: 8, cores: 1) running "unix_signal:15 gracefully_kill_them_all" (master-start)... 2026-05-10 01:27:34.827 7 INFO neutron.common.config [-] Logging enabled! 2026-05-10 01:27:34.827 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev7 2026-05-10 01:27:34.883 8 INFO neutron.common.config [-] Logging enabled! 2026-05-10 01:27:34.883 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev7 2026-05-10 01:27:35.201 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-10 01:27:35.265 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-10 01:27:36.694 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-10 01:27:36.696 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-10 01:27:36.700 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-10 01:27:36.701 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-10 01:27:36.701 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-10 01:27:36.701 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-10 01:27:36.701 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:36.709 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:36.709 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:36.709 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-10 01:27:36.731 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-10 01:27:36.732 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-10 01:27:36.732 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-10 01:27:36.755 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-10 01:27:36.758 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-10 01:27:36.761 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-10 01:27:36.761 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-10 01:27:36.761 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-10 01:27:36.761 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-10 01:27:36.762 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-10 01:27:36.763 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-10 01:27:36.763 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-10 01:27:36.763 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-10 01:27:36.763 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:36.770 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:36.771 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-10 01:27:36.771 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-10 01:27:36.792 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-10 01:27:36.793 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-10 01:27:36.794 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-10 01:27:36.823 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-10 01:27:36.823 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-10 01:27:36.823 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-10 01:27:36.824 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-10 01:27:37.030 7 INFO neutron.plugins.ml2.managers [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] Initializing driver for type 'vlan' 2026-05-10 01:27:37.089 8 INFO neutron.plugins.ml2.managers [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] Initializing driver for type 'vlan' 2026-05-10 01:27:37.287 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] VlanTypeDriver initialization complete 2026-05-10 01:27:37.287 7 INFO neutron.plugins.ml2.managers [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] Initializing driver for type 'vxlan' 2026-05-10 01:27:37.287 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-10 01:27:37.300 7 INFO neutron.plugins.ml2.managers [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-10 01:27:37.300 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-10 01:27:37.301 7 INFO neutron.plugins.ml2.managers [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] Initializing extension driver 'port_security' 2026-05-10 01:27:37.301 7 INFO neutron.plugins.ml2.extensions.port_security [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-10 01:27:37.301 7 INFO neutron.plugins.ml2.managers [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] Initializing extension driver 'qos' 2026-05-10 01:27:37.301 7 INFO neutron.plugins.ml2.managers [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-10 01:27:37.301 7 INFO neutron.plugins.ml2.managers [None req-ff87672b-8ad4-4152-9d81-9c873f8ade8a - - - - - -] Initializing mechanism driver 'l2population' 2026-05-10 01:27:37.312 7 INFO neutron.quota [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded quota_driver: . 2026-05-10 01:27:37.313 7 INFO neutron.plugins.ml2.plugin [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Modular L2 Plugin initialization complete 2026-05-10 01:27:37.313 7 INFO neutron.plugins.ml2.managers [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-10 01:27:37.313 7 INFO neutron.plugins.ml2.managers [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-10 01:27:37.313 7 INFO neutron.plugins.ml2.managers [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Got port-security extension from driver 'port_security' 2026-05-10 01:27:37.313 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: qos 2026-05-10 01:27:37.326 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: router 2026-05-10 01:27:37.351 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] VlanTypeDriver initialization complete 2026-05-10 01:27:37.352 8 INFO neutron.plugins.ml2.managers [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] Initializing driver for type 'vxlan' 2026-05-10 01:27:37.352 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-10 01:27:37.365 7 INFO neutron.services.service_base [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-10 01:27:37.365 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: segments 2026-05-10 01:27:37.367 8 INFO neutron.plugins.ml2.managers [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-10 01:27:37.367 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-10 01:27:37.368 8 INFO neutron.plugins.ml2.managers [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] Initializing extension driver 'port_security' 2026-05-10 01:27:37.368 8 INFO neutron.plugins.ml2.extensions.port_security [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-10 01:27:37.368 8 INFO neutron.plugins.ml2.managers [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] Initializing extension driver 'qos' 2026-05-10 01:27:37.368 8 INFO neutron.plugins.ml2.managers [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-10 01:27:37.368 8 INFO neutron.plugins.ml2.managers [None req-94ba6002-5be9-44a5-bbae-b55d08a52b6d - - - - - -] Initializing mechanism driver 'l2population' 2026-05-10 01:27:37.380 8 INFO neutron.quota [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded quota_driver: . 2026-05-10 01:27:37.380 8 INFO neutron.plugins.ml2.plugin [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Modular L2 Plugin initialization complete 2026-05-10 01:27:37.380 8 INFO neutron.plugins.ml2.managers [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-10 01:27:37.380 8 INFO neutron.plugins.ml2.managers [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-10 01:27:37.380 8 INFO neutron.plugins.ml2.managers [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-10 01:27:37.381 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: qos 2026-05-10 01:27:37.393 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: router 2026-05-10 01:27:37.433 8 INFO neutron.services.service_base [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-10 01:27:37.434 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: segments 2026-05-10 01:27:37.465 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: trunk 2026-05-10 01:27:37.479 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: vpnaas 2026-05-10 01:27:37.517 7 WARNING stevedore.named [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-10 01:27:37.531 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: trunk 2026-05-10 01:27:37.544 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: vpnaas 2026-05-10 01:27:37.571 7 INFO neutron_vpnaas.services.vpn.plugin [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-10 01:27:37.572 7 INFO neutron.common.utils [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-10 01:27:37.572 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: taas 2026-05-10 01:27:37.580 8 WARNING stevedore.named [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-10 01:27:37.593 7 WARNING stevedore.named [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-10 01:27:37.613 7 INFO neutron_taas.services.taas.taas_plugin [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-10 01:27:37.613 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: tapmirror 2026-05-10 01:27:37.626 7 WARNING stevedore.named [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-10 01:27:37.636 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-10 01:27:37.636 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: auto_allocate 2026-05-10 01:27:37.643 8 INFO neutron_vpnaas.services.vpn.plugin [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-10 01:27:37.643 8 INFO neutron.common.utils [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-10 01:27:37.643 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: taas 2026-05-10 01:27:37.644 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: tag 2026-05-10 01:27:37.652 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: timestamp 2026-05-10 01:27:37.654 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: network_ip_availability 2026-05-10 01:27:37.658 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: flavors 2026-05-10 01:27:37.662 7 INFO neutron.manager [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loading Plugin: revisions 2026-05-10 01:27:37.665 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Initializing extension manager. 2026-05-10 01:27:37.666 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: address-group 2026-05-10 01:27:37.667 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: address-scope 2026-05-10 01:27:37.668 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-10 01:27:37.668 8 WARNING stevedore.named [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-10 01:27:37.669 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: agent 2026-05-10 01:27:37.669 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: agent-resources-synced 2026-05-10 01:27:37.670 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: allowed-address-pairs 2026-05-10 01:27:37.671 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: auto-allocated-topology 2026-05-10 01:27:37.672 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: availability_zone 2026-05-10 01:27:37.672 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: availability_zone_filter 2026-05-10 01:27:37.673 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-10 01:27:37.673 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: default-subnetpools 2026-05-10 01:27:37.675 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-10 01:27:37.675 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: dns-integration 2026-05-10 01:27:37.676 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: dns-domain-ports 2026-05-10 01:27:37.676 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-10 01:27:37.677 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: dvr 2026-05-10 01:27:37.678 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-10 01:27:37.678 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: empty-string-filtering 2026-05-10 01:27:37.678 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 01:27:37.679 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-10 01:27:37.679 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: external-net 2026-05-10 01:27:37.680 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-10 01:27:37.680 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: extraroute 2026-05-10 01:27:37.681 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: extraroute-atomic 2026-05-10 01:27:37.682 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-10 01:27:37.682 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-10 01:27:37.683 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-10 01:27:37.683 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-10 01:27:37.683 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: fip-port-details 2026-05-10 01:27:37.684 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: flavors 2026-05-10 01:27:37.685 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-10 01:27:37.686 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: floatingip-pools 2026-05-10 01:27:37.687 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: ip_allocation 2026-05-10 01:27:37.687 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: ip-substring-filtering 2026-05-10 01:27:37.687 8 INFO neutron_taas.services.taas.taas_plugin [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-10 01:27:37.687 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: tapmirror 2026-05-10 01:27:37.688 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: l2_adjacency 2026-05-10 01:27:37.689 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: router 2026-05-10 01:27:37.690 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 01:27:37.691 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-10 01:27:37.692 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-10 01:27:37.692 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: ext-gw-mode 2026-05-10 01:27:37.693 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: l3-ha 2026-05-10 01:27:37.693 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-10 01:27:37.694 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-10 01:27:37.694 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: l3-flavors 2026-05-10 01:27:37.695 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-10 01:27:37.698 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-10 01:27:37.700 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-10 01:27:37.701 8 WARNING stevedore.named [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-10 01:27:37.701 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-10 01:27:37.702 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-10 01:27:37.703 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-10 01:27:37.704 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-10 01:27:37.704 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: multi-provider 2026-05-10 01:27:37.705 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: net-mtu 2026-05-10 01:27:37.705 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: net-mtu-writable 2026-05-10 01:27:37.706 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: network_availability_zone 2026-05-10 01:27:37.706 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: network_ha 2026-05-10 01:27:37.707 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: network-ip-availability 2026-05-10 01:27:37.709 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-10 01:27:37.709 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: pagination 2026-05-10 01:27:37.710 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: port-device-profile 2026-05-10 01:27:37.710 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-10 01:27:37.711 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-10 01:27:37.711 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-10 01:27:37.712 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: port-mac-override 2026-05-10 01:27:37.712 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-10 01:27:37.713 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-10 01:27:37.713 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-10 01:27:37.714 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: port-resource-request 2026-05-10 01:27:37.714 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: port-resource-request-groups 2026-05-10 01:27:37.715 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-10 01:27:37.715 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: binding 2026-05-10 01:27:37.716 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: binding-extended 2026-05-10 01:27:37.716 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-10 01:27:37.716 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: auto_allocate 2026-05-10 01:27:37.717 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: port-security 2026-05-10 01:27:37.717 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: project-id 2026-05-10 01:27:37.717 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: provider 2026-05-10 01:27:37.718 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-10 01:27:37.720 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos 2026-05-10 01:27:37.721 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-10 01:27:37.722 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-10 01:27:37.722 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-default 2026-05-10 01:27:37.723 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-fip 2026-05-10 01:27:37.723 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-10 01:27:37.724 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-gateway-ip 2026-05-10 01:27:37.724 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-port-network-policy 2026-05-10 01:27:37.725 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-pps-minimum 2026-05-10 01:27:37.725 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-10 01:27:37.726 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-pps 2026-05-10 01:27:37.727 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-rule-type-details 2026-05-10 01:27:37.727 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-10 01:27:37.728 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: qos-rules-alias 2026-05-10 01:27:37.728 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: quota-check-limit 2026-05-10 01:27:37.729 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: quota-check-limit-default 2026-05-10 01:27:37.731 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: quotas 2026-05-10 01:27:37.732 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: quota_details 2026-05-10 01:27:37.733 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: tag 2026-05-10 01:27:37.734 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: rbac-policies 2026-05-10 01:27:37.734 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: rbac-address-group 2026-05-10 01:27:37.735 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: rbac-address-scope 2026-05-10 01:27:37.735 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: rbac-security-groups 2026-05-10 01:27:37.736 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: rbac-subnetpool 2026-05-10 01:27:37.736 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: revision-if-match 2026-05-10 01:27:37.737 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: standard-attr-revisions 2026-05-10 01:27:37.737 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: router_availability_zone 2026-05-10 01:27:37.738 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-10 01:27:37.740 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: security-groups-default-rules 2026-05-10 01:27:37.740 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-10 01:27:37.741 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-10 01:27:37.741 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: timestamp 2026-05-10 01:27:37.741 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-10 01:27:37.742 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-10 01:27:37.742 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-10 01:27:37.743 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: network_ip_availability 2026-05-10 01:27:37.747 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: security-group 2026-05-10 01:27:37.748 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: segment 2026-05-10 01:27:37.748 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: flavors 2026-05-10 01:27:37.748 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-10 01:27:37.749 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: service-type 2026-05-10 01:27:37.749 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: sorting 2026-05-10 01:27:37.750 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: standard-attr-segment 2026-05-10 01:27:37.751 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: standard-attr-description 2026-05-10 01:27:37.751 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: stateful-security-group 2026-05-10 01:27:37.751 8 INFO neutron.manager [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loading Plugin: revisions 2026-05-10 01:27:37.751 7 WARNING neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-10 01:27:37.752 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-10 01:27:37.752 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: subnet-external-network 2026-05-10 01:27:37.753 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: subnet_onboard 2026-05-10 01:27:37.754 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-10 01:27:37.754 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: subnet-service-types 2026-05-10 01:27:37.754 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Initializing extension manager. 2026-05-10 01:27:37.755 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: subnet_allocation 2026-05-10 01:27:37.755 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-10 01:27:37.756 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: tag-creation 2026-05-10 01:27:37.756 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: address-group 2026-05-10 01:27:37.757 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: address-scope 2026-05-10 01:27:37.757 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-10 01:27:37.757 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-10 01:27:37.758 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: agent 2026-05-10 01:27:37.759 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: agent-resources-synced 2026-05-10 01:27:37.760 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-10 01:27:37.761 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-10 01:27:37.761 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: availability_zone 2026-05-10 01:27:37.761 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: standard-attr-tag 2026-05-10 01:27:37.762 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: availability_zone_filter 2026-05-10 01:27:37.762 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-10 01:27:37.762 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-10 01:27:37.763 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: trunk 2026-05-10 01:27:37.763 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: default-subnetpools 2026-05-10 01:27:37.763 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: trunk-details 2026-05-10 01:27:37.764 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-10 01:27:37.764 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-10 01:27:37.764 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-10 01:27:37.765 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-10 01:27:37.765 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: dns-integration 2026-05-10 01:27:37.765 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-10 01:27:37.766 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: dns-domain-ports 2026-05-10 01:27:37.766 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-10 01:27:37.767 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: dvr 2026-05-10 01:27:37.767 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-10 01:27:37.767 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-10 01:27:37.768 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: empty-string-filtering 2026-05-10 01:27:37.768 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-10 01:27:37.768 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 01:27:37.769 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-10 01:27:37.769 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: vpn-flavors 2026-05-10 01:27:37.769 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: external-net 2026-05-10 01:27:37.769 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-10 01:27:37.770 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: extraroute 2026-05-10 01:27:37.770 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: vpnaas 2026-05-10 01:27:37.771 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: extraroute-atomic 2026-05-10 01:27:37.771 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-10 01:27:37.772 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: taas 2026-05-10 01:27:37.772 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-10 01:27:37.772 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-10 01:27:37.773 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: tap-mirror 2026-05-10 01:27:37.773 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-10 01:27:37.773 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: fip-port-details 2026-05-10 01:27:37.773 7 INFO neutron.api.extensions [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Loaded extension: taas-vlan-filter 2026-05-10 01:27:37.774 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: flavors 2026-05-10 01:27:37.776 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-10 01:27:37.776 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-10 01:27:37.776 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-10 01:27:37.776 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:37.777 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: floatingip-pools 2026-05-10 01:27:37.777 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-10 01:27:37.777 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: ip_allocation 2026-05-10 01:27:37.777 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-10 01:27:37.778 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: l2_adjacency 2026-05-10 01:27:37.779 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: router 2026-05-10 01:27:37.780 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 01:27:37.780 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 01:27:37.781 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-10 01:27:37.781 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-10 01:27:37.782 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-10 01:27:37.782 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: ext-gw-mode 2026-05-10 01:27:37.783 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: l3-ha 2026-05-10 01:27:37.783 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-10 01:27:37.784 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-10 01:27:37.784 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: l3-flavors 2026-05-10 01:27:37.785 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 01:27:37.785 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 01:27:37.786 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 01:27:37.787 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:37.787 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-10 01:27:37.787 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] subnetpool is already registered 2026-05-10 01:27:37.787 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:37.787 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-10 01:27:37.787 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] subnetpool is already registered 2026-05-10 01:27:37.788 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 01:27:37.788 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:37.789 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:37.789 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 01:27:37.789 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-10 01:27:37.789 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 01:27:37.790 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 01:27:37.790 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:37.790 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:37.791 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-10 01:27:37.791 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:37.791 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] ikepolicy is already registered 2026-05-10 01:27:37.792 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-10 01:27:37.793 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-10 01:27:37.793 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-10 01:27:37.794 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: multi-provider 2026-05-10 01:27:37.794 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: net-mtu 2026-05-10 01:27:37.795 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: net-mtu-writable 2026-05-10 01:27:37.795 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: network_availability_zone 2026-05-10 01:27:37.795 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 01:27:37.795 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] router is already registered 2026-05-10 01:27:37.796 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: network_ha 2026-05-10 01:27:37.796 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 01:27:37.796 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] floatingip is already registered 2026-05-10 01:27:37.796 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: network-ip-availability 2026-05-10 01:27:37.798 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-10 01:27:37.798 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: pagination 2026-05-10 01:27:37.799 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: port-device-profile 2026-05-10 01:27:37.799 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-10 01:27:37.799 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 01:27:37.800 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] rbac_policy is already registered 2026-05-10 01:27:37.800 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-10 01:27:37.800 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 01:27:37.800 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] security_group is already registered 2026-05-10 01:27:37.800 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-10 01:27:37.801 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 01:27:37.801 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: port-mac-override 2026-05-10 01:27:37.801 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] security_group_rule is already registered 2026-05-10 01:27:37.801 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-10 01:27:37.802 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:37.802 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] subnetpool is already registered 2026-05-10 01:27:37.802 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-10 01:27:37.802 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:37.802 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-10 01:27:37.802 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] subnetpool is already registered 2026-05-10 01:27:37.803 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: port-resource-request 2026-05-10 01:27:37.803 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-10 01:27:37.803 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 01:27:37.803 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] trunk is already registered 2026-05-10 01:27:37.804 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-10 01:27:37.804 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:37.804 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] ikepolicy is already registered 2026-05-10 01:27:37.804 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:37.804 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:37.805 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: binding 2026-05-10 01:27:37.805 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 01:27:37.805 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] endpoint_group is already registered 2026-05-10 01:27:37.805 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: binding-extended 2026-05-10 01:27:37.805 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 01:27:37.805 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] vpnservice is already registered 2026-05-10 01:27:37.806 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: port-security 2026-05-10 01:27:37.806 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 01:27:37.806 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] ipsec_site_connection is already registered 2026-05-10 01:27:37.806 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: project-id 2026-05-10 01:27:37.806 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:37.806 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:37.807 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: provider 2026-05-10 01:27:37.807 7 INFO neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:37.807 7 WARNING neutron.quota.resource_registry [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] ikepolicy is already registered 2026-05-10 01:27:37.807 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-10 01:27:37.810 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos 2026-05-10 01:27:37.810 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-10 01:27:37.811 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-10 01:27:37.811 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-default 2026-05-10 01:27:37.812 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-fip 2026-05-10 01:27:37.812 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-10 01:27:37.813 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-10 01:27:37.813 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-10 01:27:37.814 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-10 01:27:37.814 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-10 01:27:37.815 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-pps 2026-05-10 01:27:37.816 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-10 01:27:37.816 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-10 01:27:37.817 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: qos-rules-alias 2026-05-10 01:27:37.817 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: quota-check-limit 2026-05-10 01:27:37.818 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-10 01:27:37.820 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: quotas 2026-05-10 01:27:37.821 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: quota_details 2026-05-10 01:27:37.823 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: rbac-policies 2026-05-10 01:27:37.826 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: rbac-address-group 2026-05-10 01:27:37.827 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: rbac-address-scope 2026-05-10 01:27:37.828 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: rbac-security-groups 2026-05-10 01:27:37.829 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-10 01:27:37.830 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: revision-if-match 2026-05-10 01:27:37.831 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-10 01:27:37.832 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: router_availability_zone 2026-05-10 01:27:37.833 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-10 01:27:37.836 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-10 01:27:37.837 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-10 01:27:37.839 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-10 01:27:37.840 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-10 01:27:37.842 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-10 01:27:37.843 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-10 01:27:37.849 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: security-group 2026-05-10 01:27:37.850 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: segment 2026-05-10 01:27:37.851 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-10 01:27:37.852 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: service-type 2026-05-10 01:27:37.852 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: sorting 2026-05-10 01:27:37.853 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: standard-attr-segment 2026-05-10 01:27:37.854 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: standard-attr-description 2026-05-10 01:27:37.854 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: stateful-security-group 2026-05-10 01:27:37.854 7 WARNING keystonemiddleware._common.config [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-10 01:27:37.855 8 WARNING neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-10 01:27:37.855 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-10 01:27:37.856 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: subnet-external-network 2026-05-10 01:27:37.856 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: subnet_onboard 2026-05-10 01:27:37.857 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-10 01:27:37.857 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: subnet-service-types 2026-05-10 01:27:37.858 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: subnet_allocation 2026-05-10 01:27:37.859 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-10 01:27:37.859 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: tag-creation 2026-05-10 01:27:37.860 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-10 01:27:37.861 7 WARNING oslo_config.cfg [None req-1d6f9cc3-ed80-4d4d-a64e-36b354f8109e - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7fd160ad7668 pid: 7 (default app) 2026-05-10 01:27:37.864 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: standard-attr-tag 2026-05-10 01:27:37.865 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-10 01:27:37.865 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: trunk 2026-05-10 01:27:37.867 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: trunk-details 2026-05-10 01:27:37.867 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-10 01:27:37.868 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-10 01:27:37.868 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-10 01:27:37.870 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-10 01:27:37.871 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-10 01:27:37.872 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-10 01:27:37.873 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: vpn-flavors 2026-05-10 01:27:37.875 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: vpnaas 2026-05-10 01:27:37.876 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: taas 2026-05-10 01:27:37.877 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: tap-mirror 2026-05-10 01:27:37.878 8 INFO neutron.api.extensions [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-10 01:27:37.880 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-10 01:27:37.881 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-10 01:27:37.881 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:37.881 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-10 01:27:37.885 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 01:27:37.885 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 01:27:37.890 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 01:27:37.891 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 01:27:37.891 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 01:27:37.892 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:37.892 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] subnetpool is already registered 2026-05-10 01:27:37.893 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:37.893 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] subnetpool is already registered 2026-05-10 01:27:37.893 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 01:27:37.894 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:37.894 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:37.895 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 01:27:37.895 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 01:27:37.895 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 01:27:37.896 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:37.896 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:37.897 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:37.897 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] ikepolicy is already registered 2026-05-10 01:27:37.901 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-10 01:27:37.901 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] router is already registered 2026-05-10 01:27:37.902 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-10 01:27:37.902 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] floatingip is already registered 2026-05-10 01:27:37.906 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-10 01:27:37.906 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] rbac_policy is already registered 2026-05-10 01:27:37.907 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-10 01:27:37.907 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] security_group is already registered 2026-05-10 01:27:37.908 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-10 01:27:37.908 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] security_group_rule is already registered 2026-05-10 01:27:37.909 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:37.909 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] subnetpool is already registered 2026-05-10 01:27:37.909 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-10 01:27:37.909 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] subnetpool is already registered 2026-05-10 01:27:37.911 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-10 01:27:37.911 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] trunk is already registered 2026-05-10 01:27:37.911 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:37.911 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] ikepolicy is already registered 2026-05-10 01:27:37.912 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:37.912 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:37.912 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-10 01:27:37.913 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] endpoint_group is already registered 2026-05-10 01:27:37.913 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-10 01:27:37.913 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] vpnservice is already registered 2026-05-10 01:27:37.914 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-10 01:27:37.914 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] ipsec_site_connection is already registered 2026-05-10 01:27:37.914 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-10 01:27:37.914 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] ipsecpolicy is already registered 2026-05-10 01:27:37.915 8 INFO neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-10 01:27:37.915 8 WARNING neutron.quota.resource_registry [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] ikepolicy is already registered 2026-05-10 01:27:37.955 8 WARNING keystonemiddleware._common.config [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-10 01:27:37.962 8 WARNING oslo_config.cfg [None req-61d6b027-c51d-40c5-a67d-ed3c7d725fe4 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7fd160ad7668 pid: 8 (default app) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 01:27:42.363 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d96b94ab-cd18-4815-83d3-a01526507849 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/3] 199.204.45.222 () {44 vars in 928 bytes} [Sun May 10 01:27:41 2026] GET /v2.0/networks/public => generated 108 bytes in 781 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.222 () {44 vars in 950 bytes} [Sun May 10 01:27:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:27:43.061 7 WARNING neutron.services.revisions.revision_plugin [None req-705b7707-e83e-40cb-b2fe-52a0997466e3 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:27:43.082 7 INFO neutron.db.segments_db [None req-705b7707-e83e-40cb-b2fe-52a0997466e3 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment cd0fde1a-f6fe-4328-8396-0250540aeefe of type flat for network dcba5cac-094b-4fe5-8273-310011e49413 2026-05-10 01:27:43.132 7 INFO neutron.pecan_wsgi.hooks.translation [None req-705b7707-e83e-40cb-b2fe-52a0997466e3 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/5] 199.204.45.222 () {48 vars in 968 bytes} [Sun May 10 01:27:42 2026] POST /v2.0/networks => generated 124 bytes in 437 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 01:27:49.022 7 INFO neutron.pecan_wsgi.hooks.translation [None req-56575b40-0592-4682-9401-6bfb0cd7c393 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 5/7] 199.204.45.222 () {44 vars in 928 bytes} [Sun May 10 01:27:48 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: 8|app: 0|req: 3/8] 199.204.45.222 () {44 vars in 950 bytes} [Sun May 10 01:27:49 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-05-10 01:27:49.089 7 WARNING neutron.services.revisions.revision_plugin [None req-066010e7-1252-49fd-ab01-3002cb84fcb5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:27:49.100 7 INFO neutron.db.segments_db [None req-066010e7-1252-49fd-ab01-3002cb84fcb5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment ec26c17d-9aa9-426b-85f7-bf3b273ddbe7 of type flat for network 9995e7cc-e191-46b7-a165-b8a35bd743e9 2026-05-10 01:27:49.123 7 INFO neutron.pecan_wsgi.hooks.translation [None req-066010e7-1252-49fd-ab01-3002cb84fcb5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/9] 199.204.45.222 () {48 vars in 968 bytes} [Sun May 10 01:27:49 2026] POST /v2.0/networks => generated 124 bytes in 89 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 01:27:55.276 8 INFO neutron.pecan_wsgi.hooks.translation [None req-95f4a561-dd01-44f7-8b89-aa8be27afa81 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/10] 199.204.45.222 () {44 vars in 928 bytes} [Sun May 10 01:27:54 2026] GET /v2.0/networks/public => generated 108 bytes in 343 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.222 () {44 vars in 950 bytes} [Sun May 10 01:27:55 2026] GET /v2.0/networks?name=public => generated 15 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:27:55.536 8 WARNING neutron.services.revisions.revision_plugin [None req-3c46e23b-dfbf-4fce-b952-bcd5e91c0261 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:27:55.556 8 INFO neutron.db.segments_db [None req-3c46e23b-dfbf-4fce-b952-bcd5e91c0261 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 9260a7bd-e9ab-4bdb-9322-81bf6125bbf3 of type flat for network 55c53ce1-385c-4fd6-859c-7dc8bd0724c6 2026-05-10 01:27:55.608 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c46e23b-dfbf-4fce-b952-bcd5e91c0261 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 5/12] 199.204.45.222 () {48 vars in 968 bytes} [Sun May 10 01:27:55 2026] POST /v2.0/networks => generated 124 bytes in 313 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 01:28:01.430 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ac31f4b8-849a-48b1-9025-f7e8ca459fd6 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 6/14] 199.204.45.222 () {44 vars in 928 bytes} [Sun May 10 01:28:01 2026] GET /v2.0/networks/public => generated 108 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 9/15] 199.204.45.222 () {44 vars in 950 bytes} [Sun May 10 01:28:01 2026] GET /v2.0/networks?name=public => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:28:01.494 8 WARNING neutron.services.revisions.revision_plugin [None req-e8ab4864-dacd-4edf-b3a9-a860ede708ad 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:28:01.514 8 INFO neutron.db.segments_db [None req-e8ab4864-dacd-4edf-b3a9-a860ede708ad 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 15520d2e-7950-4273-8743-66997a9128c8 of type flat for network 53a816ee-2d07-4ed6-9971-ec84be9100c4 2026-05-10 01:28:01.538 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e8ab4864-dacd-4edf-b3a9-a860ede708ad 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 7/16] 199.204.45.222 () {48 vars in 968 bytes} [Sun May 10 01:28:01 2026] POST /v2.0/networks => generated 124 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 01:28:07.343 7 INFO neutron.pecan_wsgi.hooks.translation [None req-39ce8268-4f76-4d4d-8888-db27a3ab4bc1 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 10/17] 199.204.45.222 () {44 vars in 928 bytes} [Sun May 10 01:28:07 2026] GET /v2.0/networks/public => generated 108 bytes in 35 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.222 () {44 vars in 950 bytes} [Sun May 10 01:28:07 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:28:07.408 7 WARNING neutron.services.revisions.revision_plugin [None req-0615ed1b-4414-4f8d-b20e-77284a9a3e6f 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:28:07.428 7 INFO neutron.db.segments_db [None req-0615ed1b-4414-4f8d-b20e-77284a9a3e6f 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment ac8fd79b-4500-40b0-beaa-380f9b0050b1 of type flat for network d53e86a8-1aef-4c90-b9c9-096132c1015f 2026-05-10 01:28:07.456 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0615ed1b-4414-4f8d-b20e-77284a9a3e6f 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 11/19] 199.204.45.222 () {48 vars in 968 bytes} [Sun May 10 01:28:07 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-05-10 01:28:13.305 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ff0fe742-efcf-470a-bd60-9c6e30a76997 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/20] 199.204.45.222 () {44 vars in 928 bytes} [Sun May 10 01:28:13 2026] GET /v2.0/networks/public => generated 108 bytes in 62 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 12/21] 199.204.45.222 () {44 vars in 950 bytes} [Sun May 10 01:28:13 2026] GET /v2.0/networks?name=public => generated 15 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:28:13.375 8 WARNING neutron.services.revisions.revision_plugin [None req-f19ab278-e20b-466c-a231-b33d72a2c398 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:28:13.393 8 INFO neutron.db.segments_db [None req-f19ab278-e20b-466c-a231-b33d72a2c398 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment cd0a6bd3-68fc-4ae2-8a3c-922e5f7b7dcc of type flat for network 2c70889b-1891-4ed5-ae60-1a41221a7cc1 2026-05-10 01:28:13.422 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f19ab278-e20b-466c-a231-b33d72a2c398 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/22] 199.204.45.222 () {48 vars in 968 bytes} [Sun May 10 01:28:13 2026] POST /v2.0/networks => generated 124 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 01:28:19.310 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bc430e59-49c6-4a45-a025-5fd6ef28c71e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/24] 199.204.45.222 () {44 vars in 928 bytes} [Sun May 10 01:28:19 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: 14/25] 199.204.45.222 () {44 vars in 950 bytes} [Sun May 10 01:28:19 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-05-10 01:28:19.389 8 WARNING neutron.services.revisions.revision_plugin [None req-6f429785-b897-429d-9bd8-40fe77973b93 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Could not find related network for resource to bump revision. 2026-05-10 01:28:19.411 8 INFO neutron.db.segments_db [None req-6f429785-b897-429d-9bd8-40fe77973b93 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 8532e5ea-43e8-4bed-8076-33e11b902060 of type flat for network 2513d089-bd57-42ef-8f46-d877afc436ba [pid: 8|app: 0|req: 12/26] 199.204.45.222 () {48 vars in 968 bytes} [Sun May 10 01:28:19 2026] POST /v2.0/networks => generated 706 bytes in 202 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:28:20.475 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9ca458d-31f0-483d-9229-d413ee70da1f 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 15/27] 199.204.45.222 () {44 vars in 928 bytes} [Sun May 10 01:28:20 2026] GET /v2.0/networks/public => generated 108 bytes in 34 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 13/28] 199.204.45.222 () {44 vars in 950 bytes} [Sun May 10 01:28:20 2026] GET /v2.0/networks?name=public => generated 709 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:28:20.548 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6f2dfe40-2654-43b3-8b7e-e49c22b22bf1 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 16/29] 199.204.45.222 () {44 vars in 1035 bytes} [Sun May 10 01:28:20 2026] GET /v2.0/subnets/public-subnet?network_id=2513d089-bd57-42ef-8f46-d877afc436ba => generated 113 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 14/30] 199.204.45.222 () {44 vars in 1058 bytes} [Sun May 10 01:28:20 2026] GET /v2.0/subnets?name=public-subnet&network_id=2513d089-bd57-42ef-8f46-d877afc436ba => generated 14 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 17/31] 199.204.45.222 () {48 vars in 966 bytes} [Sun May 10 01:28:20 2026] POST /v2.0/subnets => generated 664 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:33:10.938 7 INFO neutron.pecan_wsgi.hooks.translation [None req-a2dbb54f-9c9e-4c50-82ec-c2070f5b3751 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 36/69] 199.204.45.222 () {44 vars in 938 bytes} [Sun May 10 01:33:10 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 109 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 34/70] 199.204.45.222 () {44 vars in 960 bytes} [Sun May 10 01:33:10 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:33:11.003 7 INFO neutron.db.segments_db [None req-bcf46e63-1dd2-4a7c-b1bd-5c228f62abf3 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment eb29010b-6b2c-4a27-ba72-f809a1867d67 of type vxlan for network c632d04e-a450-40b5-be41-9bc10c921d23 [pid: 7|app: 0|req: 37/71] 199.204.45.222 () {48 vars in 967 bytes} [Sun May 10 01:33:10 2026] POST /v2.0/networks => generated 707 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:33:12.004 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f608ba95-44ad-46c6-a8b0-76e7567051cd 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 35/72] 199.204.45.222 () {44 vars in 938 bytes} [Sun May 10 01:33:11 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 38/73] 199.204.45.222 () {44 vars in 960 bytes} [Sun May 10 01:33:12 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 691 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:33:12.075 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e48670aa-2024-47ee-9dc9-eab876b9fe7f 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 36/74] 199.204.45.222 () {44 vars in 1037 bytes} [Sun May 10 01:33:12 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c632d04e-a450-40b5-be41-9bc10c921d23 => generated 114 bytes in 31 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 39/75] 199.204.45.222 () {44 vars in 1060 bytes} [Sun May 10 01:33:12 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c632d04e-a450-40b5-be41-9bc10c921d23 => generated 14 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/76] 199.204.45.222 () {48 vars in 966 bytes} [Sun May 10 01:33:12 2026] POST /v2.0/subnets => generated 651 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:33:13.404 7 INFO neutron.api.v2.resource [None req-3528dd16-6995-44de-8b2b-80d81db35b4d 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/77] 199.204.45.222 () {44 vars in 972 bytes} [Sun May 10 01:33:13 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 38/78] 199.204.45.222 () {44 vars in 994 bytes} [Sun May 10 01:33:13 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 41/79] 199.204.45.222 () {48 vars in 981 bytes} [Sun May 10 01:33:13 2026] POST /v2.0/security-groups => generated 1616 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/82] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:14 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 1616 bytes in 79 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.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:14 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 1616 bytes in 29 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.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:14 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 1616 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/85] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:33:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/86] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:15 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 2230 bytes in 54 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.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:15 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 2230 bytes in 23 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.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:15 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 2230 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/89] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:33:15 2026] POST /v2.0/security-group-rules => generated 603 bytes in 77 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/90] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:16 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 2846 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/91] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:16 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/92] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:16 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 2846 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/93] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:33:16 2026] POST /v2.0/security-group-rules => generated 603 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/94] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:17 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 3462 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/95] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:17 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/96] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:17 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 3462 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/97] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:33:17 2026] POST /v2.0/security-group-rules => generated 603 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/98] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:18 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4078 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/99] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:18 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/100] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:18 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4078 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/101] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:33:18 2026] POST /v2.0/security-group-rules => generated 603 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 50/102] 199.204.45.222 () {44 vars in 988 bytes} [Sun May 10 01:33:20 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23 => generated 732 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:33:20.169 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5e68a8bb-a080-45ab-a63c-dd7cf5dd5fc2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 53/103] 199.204.45.222 () {44 vars in 1077 bytes} [Sun May 10 01:33:20 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c632d04e-a450-40b5-be41-9bc10c921d23 => generated 132 bytes in 32 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 51/104] 199.204.45.222 () {44 vars in 1100 bytes} [Sun May 10 01:33:20 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c632d04e-a450-40b5-be41-9bc10c921d23 => 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: 54/105] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:20 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 52/106] 199.204.45.222 () {48 vars in 962 bytes} [Sun May 10 01:33:20 2026] POST /v2.0/ports => generated 1096 bytes in 352 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 01:33:28.764 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e6aa85b2-2311-43da-a271-c868af026de3 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 55/107] 199.204.45.222 () {44 vars in 980 bytes} [Sun May 10 01:33:28 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 46 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 53/108] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:28 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 234 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 56/111] 199.204.45.222 () {48 vars in 1032 bytes} [Sun May 10 01:33:29 2026] PUT /v2.0/ports/f7fd02c0-96e0-4a39-b640-0a1feba44d1e => generated 1245 bytes in 622 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.222 () {44 vars in 921 bytes} [Sun May 10 01:33:31 2026] GET /v2.0/ports => generated 3726 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 01:33:32.232 7 INFO neutron.api.v2.resource [None req-783bde66-7d91-4b8a-9858-c0a7b6d25582 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 57/113] 199.204.45.222 () {44 vars in 960 bytes} [Sun May 10 01:33:32 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/114] 199.204.45.222 () {44 vars in 982 bytes} [Sun May 10 01:33:32 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/115] 199.204.45.222 () {48 vars in 981 bytes} [Sun May 10 01:33:32 2026] POST /v2.0/security-groups => generated 1610 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/116] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:33 2026] GET /v2.0/security-groups/1db2f2cb-be33-4533-8fe7-7014963a3c35 => generated 1610 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/117] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:33 2026] GET /v2.0/security-groups/1db2f2cb-be33-4533-8fe7-7014963a3c35 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/118] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:33 2026] GET /v2.0/security-groups/1db2f2cb-be33-4533-8fe7-7014963a3c35 => generated 1610 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/119] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:33:33 2026] POST /v2.0/security-group-rules => generated 621 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/120] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:34 2026] GET /v2.0/security-groups/1db2f2cb-be33-4533-8fe7-7014963a3c35 => generated 2244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/121] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:34 2026] GET /v2.0/security-groups/1db2f2cb-be33-4533-8fe7-7014963a3c35 => generated 2244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 61/122] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:33:34 2026] GET /v2.0/security-groups/1db2f2cb-be33-4533-8fe7-7014963a3c35 => generated 2244 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/123] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:33:34 2026] POST /v2.0/security-group-rules => generated 625 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 67/132] 199.204.45.222 () {44 vars in 976 bytes} [Sun May 10 01:34:33 2026] GET /v2.0/quotas/81b2a96e8db94c1bac9fcb836b1e00d9 => generated 292 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 66/133] 199.204.45.222 () {48 vars in 1028 bytes} [Sun May 10 01:34:33 2026] PUT /v2.0/quotas/81b2a96e8db94c1bac9fcb836b1e00d9 => generated 291 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 01:36:53.673 7 INFO neutron.pecan_wsgi.hooks.translation [None req-60d03ddf-5673-465c-8853-24463a861b7b 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 77/152] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 01:36:53 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 76/153] 199.204.45.222 () {30 vars in 763 bytes} [Sun May 10 01:36:53 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:36:55.643 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4917fd73-2a39-4d62-880a-d5dd4eeadf6d 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 78/154] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 01:36:55 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 138 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/155] 199.204.45.222 () {30 vars in 763 bytes} [Sun May 10 01:36:55 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:42:35.837 7 INFO neutron.api.v2.resource [None req-4651599b-828d-4bce-8529-b731f3082925 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 102/202] 199.204.45.222 () {44 vars in 1075 bytes} [Sun May 10 01:42:35 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 139 bytes in 127 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 101/203] 199.204.45.222 () {44 vars in 1098 bytes} [Sun May 10 01:42:35 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 23 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 103/204] 199.204.45.222 () {48 vars in 982 bytes} [Sun May 10 01:42:36 2026] POST /v2.0/security-groups => generated 1624 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 102/205] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:42:37 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 1624 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 104/206] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:42:37 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216 => generated 1624 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 103/207] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:42:37 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 1624 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 105/208] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:42:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 88 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 104/209] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:42:38 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 2234 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 106/210] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:42:38 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216 => generated 2234 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 105/211] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:42:38 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => 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/212] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:42:38 2026] POST /v2.0/security-group-rules => generated 599 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 106/213] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:42:39 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 2846 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 108/214] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:42:39 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216 => generated 2846 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 107/215] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:42:39 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 2846 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 109/216] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:42:39 2026] POST /v2.0/security-group-rules => generated 601 bytes in 95 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/217] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:42:40 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 3460 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 110/218] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:42:40 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216 => generated 3460 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/219] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:42:40 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 3460 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/220] 199.204.45.222 () {48 vars in 992 bytes} [Sun May 10 01:42:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 107 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 121/239] 199.204.45.222 () {30 vars in 740 bytes} [Sun May 10 01:44:57 2026] GET /v2.0/networks?tenant_id=5a6818f9bffd416d9cfe3fbf7269ce2c&shared=False => generated 15 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:44:57.366 8 INFO neutron.db.segments_db [None req-b973129b-cf40-41f5-8cda-dc490573a9d0 905ba8913349442eb6da800d1ef915e8 5a6818f9bffd416d9cfe3fbf7269ce2c - - 29a44b1ae63a43b39483394bb263b1d8 29a44b1ae63a43b39483394bb263b1d8] Added segment 5b329890-cf83-4611-a6c1-6f5d406a0553 of type vxlan for network e07d388f-039f-4d92-915a-83967ef01dd9 [pid: 8|app: 0|req: 119/240] 199.204.45.222 () {34 vars in 682 bytes} [Sun May 10 01:44:57 2026] POST /v2.0/networks => generated 718 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 122/241] 199.204.45.222 () {30 vars in 722 bytes} [Sun May 10 01:44:57 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 120/242] 199.204.45.222 () {30 vars in 633 bytes} [Sun May 10 01:44:57 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: 123/243] 199.204.45.222 () {34 vars in 677 bytes} [Sun May 10 01:44:57 2026] POST /v2.0/ports => generated 999 bytes in 319 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 121/244] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 01:44:57 2026] GET /v2.0/networks/e07d388f-039f-4d92-915a-83967ef01dd9 => generated 705 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 125/247] 199.204.45.222 () {30 vars in 722 bytes} [Sun May 10 01:44:59 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1002 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 123/248] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 01:45:00 2026] GET /v2.0/networks/e07d388f-039f-4d92-915a-83967ef01dd9 => generated 705 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 126/249] 199.204.45.222 () {44 vars in 976 bytes} [Sun May 10 01:45:13 2026] GET /v2.0/quotas/5a6818f9bffd416d9cfe3fbf7269ce2c => generated 292 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 124/250] 199.204.45.222 () {48 vars in 1028 bytes} [Sun May 10 01:45:13 2026] PUT /v2.0/quotas/5a6818f9bffd416d9cfe3fbf7269ce2c => generated 291 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:56:05.910 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5c33c93-aea9-4338-8e7e-7f9878ce8897 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 169/339] 199.204.45.222 () {44 vars in 928 bytes} [Sun May 10 01:56:05 2026] GET /v2.0/networks/public => generated 108 bytes in 123 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 171/340] 199.204.45.222 () {44 vars in 950 bytes} [Sun May 10 01:56:05 2026] GET /v2.0/networks?name=public => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:56:07.115 8 INFO neutron.pecan_wsgi.hooks.translation [None req-19f5aa18-3f80-4973-a4f9-5d5fe17dcc80 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 170/341] 199.204.45.222 () {44 vars in 928 bytes} [Sun May 10 01:56:07 2026] GET /v2.0/networks/public => generated 108 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 172/342] 199.204.45.222 () {44 vars in 950 bytes} [Sun May 10 01:56:07 2026] GET /v2.0/networks?name=public => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:56:07.185 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5c014ca-aca3-4e1a-a848-ba3da8add0b2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 171/343] 199.204.45.222 () {44 vars in 1035 bytes} [Sun May 10 01:56:07 2026] GET /v2.0/subnets/public-subnet?network_id=2513d089-bd57-42ef-8f46-d877afc436ba => generated 113 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 173/344] 199.204.45.222 () {44 vars in 1058 bytes} [Sun May 10 01:56:07 2026] GET /v2.0/subnets?name=public-subnet&network_id=2513d089-bd57-42ef-8f46-d877afc436ba => generated 667 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:56:33.822 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d7e7dbe6-d542-4127-b70e-abf1ceee4cdc 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 176/349] 199.204.45.222 () {44 vars in 938 bytes} [Sun May 10 01:56:33 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 55 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 174/350] 199.204.45.222 () {44 vars in 960 bytes} [Sun May 10 01:56:33 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:56:34.802 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9e441f41-b4b9-44b4-85ef-c097a8862b60 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 177/351] 199.204.45.222 () {44 vars in 938 bytes} [Sun May 10 01:56:34 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 175/352] 199.204.45.222 () {44 vars in 960 bytes} [Sun May 10 01:56:34 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 735 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:56:34.871 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3cd4d140-4648-4a7a-b0c7-fe2b564f6387 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 178/353] 199.204.45.222 () {44 vars in 1037 bytes} [Sun May 10 01:56:34 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=c632d04e-a450-40b5-be41-9bc10c921d23 => generated 114 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 176/354] 199.204.45.222 () {44 vars in 1060 bytes} [Sun May 10 01:56:34 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=c632d04e-a450-40b5-be41-9bc10c921d23 => generated 654 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:56:36.074 7 INFO neutron.api.v2.resource [None req-8e5ba2ba-d2d9-4b7d-8648-cd71c58bd78a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 179/355] 199.204.45.222 () {44 vars in 972 bytes} [Sun May 10 01:56:36 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 177/356] 199.204.45.222 () {44 vars in 994 bytes} [Sun May 10 01:56:36 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 4690 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 180/357] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:37 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4694 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 178/358] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:37 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => 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: 181/359] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:56:37 2026] GET /v2.0/security-group-rules/aa2eb265-c68d-4353-9d94-861e908302f6 => 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: 179/360] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:38 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4694 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/361] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:38 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => 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: 180/362] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:56:38 2026] GET /v2.0/security-group-rules/b70b39b2-590b-4530-970d-ca2b40b47c88 => generated 603 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 183/363] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:39 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4694 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/364] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:39 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 184/365] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:56:39 2026] GET /v2.0/security-group-rules/a6cacf38-cfc3-4d49-8a2f-e8f6b419268a => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 182/366] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:39 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4694 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 185/367] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:40 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 183/368] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:56:40 2026] GET /v2.0/security-group-rules/bdfd00cc-be7b-4958-a73c-09b8da83e332 => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 186/369] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:40 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4694 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 184/370] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:40 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4694 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 187/371] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:56:41 2026] GET /v2.0/security-group-rules/a00bde44-faa5-417c-8d0f-7c72f1165fcd => generated 603 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 185/372] 199.204.45.222 () {44 vars in 988 bytes} [Sun May 10 01:56:42 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23 => generated 732 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:56:42.289 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2951b53e-ee4e-4bbf-8f29-8d4a6613c4a0 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 188/373] 199.204.45.222 () {44 vars in 1077 bytes} [Sun May 10 01:56:42 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=c632d04e-a450-40b5-be41-9bc10c921d23 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/374] 199.204.45.222 () {44 vars in 1100 bytes} [Sun May 10 01:56:42 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=c632d04e-a450-40b5-be41-9bc10c921d23 => generated 1250 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/375] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:42 2026] GET /v2.0/security-groups/b72ab5e1-ca22-4ae5-8ae1-20d770f68414 => generated 4694 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:56:49.746 8 INFO neutron.pecan_wsgi.hooks.translation [None req-36c5cb55-0e4f-404d-a465-bc5f215c470e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 188/378] 199.204.45.222 () {44 vars in 980 bytes} [Sun May 10 01:56:49 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 73 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/379] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:49 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/380] 199.204.45.222 () {44 vars in 921 bytes} [Sun May 10 01:56:51 2026] GET /v2.0/ports => generated 4721 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:56:52.361 7 INFO neutron.api.v2.resource [None req-c5508d62-5347-4b5d-90be-21d54179f9bf 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 192/381] 199.204.45.222 () {44 vars in 960 bytes} [Sun May 10 01:56:52 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/382] 199.204.45.222 () {44 vars in 982 bytes} [Sun May 10 01:56:52 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 2881 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/383] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:53 2026] GET /v2.0/security-groups/1db2f2cb-be33-4533-8fe7-7014963a3c35 => generated 2882 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 191/384] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:53 2026] GET /v2.0/security-groups/1db2f2cb-be33-4533-8fe7-7014963a3c35 => generated 2882 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/385] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:56:53 2026] GET /v2.0/security-group-rules/ecb40924-f3fe-4346-b258-39feb0802b51 => generated 621 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 192/386] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:54 2026] GET /v2.0/security-groups/1db2f2cb-be33-4533-8fe7-7014963a3c35 => generated 2882 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/387] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:56:54 2026] GET /v2.0/security-groups/1db2f2cb-be33-4533-8fe7-7014963a3c35 => generated 2882 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 193/388] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:56:54 2026] GET /v2.0/security-group-rules/260f5bf0-7293-45cf-b755-49e8b2735e02 => generated 625 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/391] 199.204.45.222 () {44 vars in 976 bytes} [Sun May 10 01:57:05 2026] GET /v2.0/quotas/81b2a96e8db94c1bac9fcb836b1e00d9 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:57:56.544 8 INFO neutron.api.v2.resource [None req-12f9d1c7-430e-44cb-817c-63ba4cfbabc8 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 198/398] 199.204.45.222 () {44 vars in 1075 bytes} [Sun May 10 01:57:56 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 139 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/399] 199.204.45.222 () {44 vars in 1098 bytes} [Sun May 10 01:57:56 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => 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: 199/400] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:57:57 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/401] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:57:57 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 200/402] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:57:57 2026] GET /v2.0/security-group-rules/8452e586-a063-475e-aea0-8076bf0bdfa6 => generated 597 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/403] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:57:58 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 4075 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 201/404] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:57:58 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216 => generated 4075 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/405] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:57:58 2026] GET /v2.0/security-group-rules/77267fba-4e8a-44ce-981d-267c75d83df2 => generated 599 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 206/408] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:57:59 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => 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: 203/409] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:57:59 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216 => 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: 207/410] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:57:59 2026] GET /v2.0/security-group-rules/ce95b1f8-972f-4d2e-ac27-f10ee3bbda39 => generated 601 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 204/411] 199.204.45.222 () {44 vars in 1089 bytes} [Sun May 10 01:58:00 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216?project_id=5a6818f9bffd416d9cfe3fbf7269ce2c => generated 4075 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 208/412] 199.204.45.222 () {44 vars in 1002 bytes} [Sun May 10 01:58:00 2026] GET /v2.0/security-groups/787a8885-3e4c-4215-a898-cae4ace2c216 => generated 4075 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 205/413] 199.204.45.222 () {44 vars in 1012 bytes} [Sun May 10 01:58:00 2026] GET /v2.0/security-group-rules/a9659538-10ec-4363-ac3c-d4bb147aad3e => generated 602 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 209/414] 199.204.45.222 () {44 vars in 976 bytes} [Sun May 10 01:58:07 2026] GET /v2.0/quotas/5a6818f9bffd416d9cfe3fbf7269ce2c => 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: 209/421] 199.204.45.222 () {44 vars in 950 bytes} [Sun May 10 01:58:57 2026] GET /v2.0/networks?name=public => generated 753 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 216/428] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 01:59:36 2026] GET /v2.0/networks => generated 2168 bytes in 192 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 213/429] 10.0.0.189 () {32 vars in 655 bytes} [Sun May 10 01:59:37 2026] GET /v2.0/floatingips => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 217/430] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 01:59:37 2026] GET /v2.0/routers => generated 15 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/431] 10.0.0.189 () {32 vars in 643 bytes} [Sun May 10 01:59:37 2026] GET /v2.0/ports => generated 4721 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 218/432] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 01:59:37 2026] GET /v2.0/subnets => generated 1308 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 215/433] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 01:59:37 2026] GET /v2.0/networks => generated 2168 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 219/434] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 01:59:37 2026] GET /v2.0/security-groups => generated 17397 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 216/435] 10.0.0.189 () {32 vars in 655 bytes} [Sun May 10 01:59:37 2026] GET /v2.0/subnetpools => generated 19 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 01:59:48.373 8 INFO neutron.db.segments_db [None req-454abf81-78ce-4081-a0fd-8365dfd523ee 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 67f41463-11a6-47de-8d1d-760fffce206b of type vxlan for network c5f9834d-ebb7-498e-89dd-74dbf79939cf [pid: 8|app: 0|req: 218/438] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 01:59:48 2026] POST /v2.0/networks => generated 744 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 221/439] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 01:59:48 2026] POST /v2.0/subnets => generated 692 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:59:48.697 8 INFO neutron.db.segments_db [None req-8cbbd23b-8572-45d0-b904-dfd0844a425e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 0552fc48-8300-4d77-9315-2a85b03a5949 of type vxlan for network 9eddec8b-6d2c-4a16-a7e9-86be10b7af6d 2026-05-10 01:59:48.916 8 INFO neutron.db.l3_hamode_db [None req-8cbbd23b-8572-45d0-b904-dfd0844a425e 0de5cc5cadd043c38b9c39392dac1d19 1fd1a10f210c45b19d85b1a5b4562391 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 222/440] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:48 2026] GET /v2.0/security-groups?tenant_id=64d97bed2283403baeb73b179d445bfd&name=default => generated 2921 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/441] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:49 2026] DELETE /v2.0/security-groups/91358243-db0a-492f-91f3-28f2d56fab23 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 01:59:49.791 8 INFO neutron.db.l3_hamode_db [None req-8cbbd23b-8572-45d0-b904-dfd0844a425e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 219/442] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 01:59:48 2026] POST /v2.0/routers => generated 732 bytes in 2360 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:59:51.427 8 INFO neutron.db.segments_db [None req-aeeb2a89-a41c-4be2-bf2e-06b50234e286 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 3845418e-a52e-4e24-9821-a98523adbf7e of type vxlan for network 4e8bdfc9-eace-4ac6-9bcb-23e1113d4776 [pid: 8|app: 0|req: 220/443] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 01:59:51 2026] POST /v2.0/networks => generated 749 bytes in 438 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 221/444] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 01:59:51 2026] POST /v2.0/subnets => generated 696 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:59:51.765 8 INFO neutron.db.segments_db [None req-db014a86-ecea-44c8-b860-527da964596d 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 20aeb4c8-1fdc-4a72-bfd4-ff693c112e55 of type vxlan for network 1a77bbc6-892c-4ec5-bf4d-723f24b3493c 2026-05-10 01:59:51.974 8 INFO neutron.db.l3_hamode_db [None req-db014a86-ecea-44c8-b860-527da964596d 0de5cc5cadd043c38b9c39392dac1d19 7cbba181c215412598772720b2155e3a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 224/445] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 01:59:51 2026] PUT /v2.0/routers/d0503f51-786e-44b8-b56b-1be4d80ffe46/add_router_interface => generated 309 bytes in 1510 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:59:52.595 8 INFO neutron.db.l3_hamode_db [None req-db014a86-ecea-44c8-b860-527da964596d 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 225/446] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:52 2026] GET /v2.0/security-groups?tenant_id=475c316cc04c4825b0eb1246bdaff02a&name=default => generated 2921 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/447] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:53 2026] DELETE /v2.0/security-groups/84f023b4-4e55-42fd-939b-4be0c04ea42d => 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: 222/448] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 01:59:51 2026] POST /v2.0/routers => generated 736 bytes in 1642 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 227/449] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:53 2026] GET /v2.0/security-groups?tenant_id=8fd7b6671ae9498586fa9da21f8465c6&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: 228/450] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:53 2026] DELETE /v2.0/security-groups/f0513572-29ed-404a-a830-ba337e721452 => 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: 229/451] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:53 2026] GET /v2.0/security-groups?tenant_id=b54c0482b594426183d45fe63e40f8fd&name=default => generated 2925 bytes in 335 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/452] 10.0.0.138 () {38 vars in 971 bytes} [Sun May 10 01:59:53 2026] POST /v2.0/security-groups => generated 1681 bytes in 311 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 231/453] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:54 2026] DELETE /v2.0/security-groups/35d8c438-e6f0-4fe4-9e48-ed5a82e5d6f6 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 232/454] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:54 2026] GET /v2.0/security-groups?tenant_id=1959c4608a744687b238abdf14ccebc5&name=default => generated 2925 bytes in 145 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/455] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 01:59:53 2026] PUT /v2.0/routers/44793f50-10a3-480b-ad00-b017b5986eda/add_router_interface => generated 309 bytes in 1134 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/456] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:54 2026] DELETE /v2.0/security-groups/40d11445-5c54-44be-94bf-e44d46d4c967 => 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: 224/457] 10.0.0.138 () {38 vars in 971 bytes} [Sun May 10 01:59:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/458] 10.0.0.138 () {38 vars in 971 bytes} [Sun May 10 01:59:55 2026] POST /v2.0/security-groups => generated 1685 bytes in 110 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 234/459] 10.0.0.138 () {38 vars in 971 bytes} [Sun May 10 01:59:54 2026] POST /v2.0/security-groups => generated 1681 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 226/460] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/3f64ae54-fd4a-46ff-9fac-6e09cc2fb39a => generated 1685 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/461] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups?tenant_id=1fd1a10f210c45b19d85b1a5b4562391 => generated 7904 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 236/462] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/00d7a284-5d03-4bd7-83e1-eeed9d55f8a9 => generated 2918 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 227/463] 10.0.0.138 () {38 vars in 981 bytes} [Sun May 10 01:59:55 2026] POST /v2.0/security-group-rules => generated 614 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/464] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/00d7a284-5d03-4bd7-83e1-eeed9d55f8a9 => generated 2918 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/465] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/3b2ed1a7-e9ce-4f44-b3dd-542d2346b612 => generated 1681 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 228/466] 10.0.0.138 () {38 vars in 971 bytes} [Sun May 10 01:59:55 2026] POST /v2.0/security-groups => generated 1685 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 239/467] 10.0.0.138 () {36 vars in 1013 bytes} [Sun May 10 01:59:55 2026] DELETE /v2.0/security-groups/3b2ed1a7-e9ce-4f44-b3dd-542d2346b612 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 01:59:55.507 7 INFO neutron.api.v2.resource [req-70c8a509-a7ac-4984-84c8-51400e8a8e39 req-26145ab3-2295-4330-ab46-dfd0e846958f 7680e611e3c144b5b3cd53687d9f03c6 1fd1a10f210c45b19d85b1a5b4562391 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 240/468] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/3b2ed1a7-e9ce-4f44-b3dd-542d2346b612 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/469] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/1f91a327-1058-429a-adb8-7cb1848c7606 => generated 1685 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/470] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/2d164207-ce0f-4291-af1a-2aa56e52183c => generated 1681 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/471] 10.0.0.138 () {38 vars in 981 bytes} [Sun May 10 01:59:55 2026] POST /v2.0/security-group-rules => generated 614 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/472] 10.0.0.138 () {36 vars in 1013 bytes} [Sun May 10 01:59:55 2026] DELETE /v2.0/security-groups/2d164207-ce0f-4291-af1a-2aa56e52183c => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 01:59:55.713 7 INFO neutron.api.v2.resource [req-4e0d2db5-95d4-4e03-ba10-9aa695ddccaa req-5d14616d-8760-41f0-9696-b323e7d53a4e 7680e611e3c144b5b3cd53687d9f03c6 1fd1a10f210c45b19d85b1a5b4562391 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 243/473] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/2d164207-ce0f-4291-af1a-2aa56e52183c => 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: 231/474] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/1f91a327-1058-429a-adb8-7cb1848c7606 => generated 2310 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/475] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/6eee9c97-9460-4b45-8777-877904aea8c8 => generated 1681 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/476] 10.0.0.138 () {36 vars in 1013 bytes} [Sun May 10 01:59:55 2026] DELETE /v2.0/security-groups/6eee9c97-9460-4b45-8777-877904aea8c8 => 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: 244/477] 10.0.0.138 () {38 vars in 981 bytes} [Sun May 10 01:59:55 2026] POST /v2.0/security-group-rules => generated 619 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 01:59:55.895 8 INFO neutron.api.v2.resource [req-97ef262d-5149-451b-a7a1-789b82f137ab req-44412287-2e2f-44d0-8a55-2ae34ffca318 7680e611e3c144b5b3cd53687d9f03c6 1fd1a10f210c45b19d85b1a5b4562391 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 234/478] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/6eee9c97-9460-4b45-8777-877904aea8c8 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/479] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/1f91a327-1058-429a-adb8-7cb1848c7606 => generated 2940 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/480] 10.0.0.138 () {34 vars in 1001 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-group-rules/055de469-a85a-43c9-ae38-194652abed33 => generated 616 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/481] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups?tenant_id=1fd1a10f210c45b19d85b1a5b4562391 => generated 2921 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/482] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/1f91a327-1058-429a-adb8-7cb1848c7606 => generated 2940 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/483] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:55 2026] GET /v2.0/security-groups/00d7a284-5d03-4bd7-83e1-eeed9d55f8a9 => generated 2918 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/484] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:56 2026] GET /v2.0/security-groups/00d7a284-5d03-4bd7-83e1-eeed9d55f8a9 => generated 2918 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:59:56.082 8 INFO neutron.api.v2.resource [req-49c6ef50-f73e-4d82-827e-87acf702a62f req-e4fd1728-b82f-4c4b-a575-b50e222c22f6 7680e611e3c144b5b3cd53687d9f03c6 1fd1a10f210c45b19d85b1a5b4562391 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 238/485] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:56 2026] GET /v2.0/security-groups/6eee9c97-9460-4b45-8777-877904aea8c8 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/486] 10.0.0.138 () {36 vars in 1023 bytes} [Sun May 10 01:59:55 2026] DELETE /v2.0/security-group-rules/055de469-a85a-43c9-ae38-194652abed33 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 01:59:56.120 8 INFO neutron.api.v2.resource [req-5be83fa7-c300-43d1-a043-fd2d44418db3 req-ae40a6c8-7149-455b-a5ff-fdf6f4c8afbc 7680e611e3c144b5b3cd53687d9f03c6 1fd1a10f210c45b19d85b1a5b4562391 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 239/487] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:56 2026] GET /v2.0/security-groups/2d164207-ce0f-4291-af1a-2aa56e52183c => 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: 249/488] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:56 2026] GET /v2.0/security-groups/1f91a327-1058-429a-adb8-7cb1848c7606 => generated 2310 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:59:56.164 8 INFO neutron.api.v2.resource [req-88641e4a-a9a5-4ecd-9ce8-cd520b84187d req-17bf7c2c-2f59-4e4e-8aaa-e9c382b7b04f 7680e611e3c144b5b3cd53687d9f03c6 1fd1a10f210c45b19d85b1a5b4562391 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 240/489] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:56 2026] GET /v2.0/security-groups/3b2ed1a7-e9ce-4f44-b3dd-542d2346b612 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 250/490] 10.0.0.138 () {36 vars in 1013 bytes} [Sun May 10 01:59:56 2026] DELETE /v2.0/security-groups/1f91a327-1058-429a-adb8-7cb1848c7606 => 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: 251/491] 10.0.0.138 () {34 vars in 991 bytes} [Sun May 10 01:59:56 2026] GET /v2.0/security-groups/3f64ae54-fd4a-46ff-9fac-6e09cc2fb39a => generated 2310 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/492] 10.0.0.138 () {36 vars in 1013 bytes} [Sun May 10 01:59:56 2026] DELETE /v2.0/security-groups/3f64ae54-fd4a-46ff-9fac-6e09cc2fb39a => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 01:59:56.832 7 INFO neutron_taas.services.taas.taas_plugin [None req-30af79ae-297e-4965-a0d0-bcbdaeb51c6c 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 7f6dea44-ebf4-4339-a62d-f10ddef87447 2026-05-10 01:59:56.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-30af79ae-297e-4965-a0d0-bcbdaeb51c6c 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 7f6dea44-ebf4-4339-a62d-f10ddef87447 2026-05-10 01:59:56.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-be0c319a-4bf1-4d16-bc7f-4c91843a6fe3 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 28bec019-8e24-4c5b-b34c-67d274070de9 2026-05-10 01:59:56.859 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be0c319a-4bf1-4d16-bc7f-4c91843a6fe3 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 28bec019-8e24-4c5b-b34c-67d274070de9 [pid: 7|app: 0|req: 253/493] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 01:59:56 2026] PUT /v2.0/routers/44793f50-10a3-480b-ad00-b017b5986eda/remove_router_interface => generated 309 bytes in 918 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/494] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 01:59:56 2026] PUT /v2.0/routers/d0503f51-786e-44b8-b56b-1be4d80ffe46/remove_router_interface => generated 309 bytes in 1173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 01:59:57.578 8 INFO neutron_taas.services.taas.taas_plugin [None req-2617a594-9248-49a8-b963-34a47855c96e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 63f3dd8d-f9a4-4585-ac0e-4905e39c1b47 2026-05-10 01:59:57.580 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2617a594-9248-49a8-b963-34a47855c96e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 63f3dd8d-f9a4-4585-ac0e-4905e39c1b47 [pid: 7|app: 0|req: 254/495] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:57 2026] GET /v2.0/security-groups?tenant_id=2b3db2811bfe4f03a313f1d7c2909879&name=default => generated 2925 bytes in 348 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:59:57.830 8 INFO neutron_taas.services.taas.taas_plugin [None req-2617a594-9248-49a8-b963-34a47855c96e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 84fb8c5e-b899-4890-8027-dc4b59c56e76 2026-05-10 01:59:57.834 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2617a594-9248-49a8-b963-34a47855c96e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 84fb8c5e-b899-4890-8027-dc4b59c56e76 2026-05-10 01:59:57.886 7 INFO neutron_taas.services.taas.taas_plugin [None req-4678f25e-1b50-495e-8107-77b0a88285b5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: a7e25baa-8c20-4c38-b4e8-d784fae94f15 2026-05-10 01:59:57.890 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4678f25e-1b50-495e-8107-77b0a88285b5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: a7e25baa-8c20-4c38-b4e8-d784fae94f15 2026-05-10 01:59:57.931 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-2617a594-9248-49a8-b963-34a47855c96e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-10 01:59:58.123 7 INFO neutron_taas.services.taas.taas_plugin [None req-4678f25e-1b50-495e-8107-77b0a88285b5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 9edfb304-7c65-4f8e-979a-79973d0e9076 2026-05-10 01:59:58.125 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4678f25e-1b50-495e-8107-77b0a88285b5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 9edfb304-7c65-4f8e-979a-79973d0e9076 2026-05-10 01:59:58.227 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-4678f25e-1b50-495e-8107-77b0a88285b5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() 2026-05-10 01:59:58.331 8 INFO neutron.db.l3_hamode_db [None req-2617a594-9248-49a8-b963-34a47855c96e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network 1a77bbc6-892c-4ec5-bf4d-723f24b3493c was deleted as no HA routers are present in tenant 7cbba181c215412598772720b2155e3a. [pid: 8|app: 0|req: 242/496] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 01:59:57 2026] DELETE /v2.0/routers/44793f50-10a3-480b-ad00-b017b5986eda => generated 0 bytes in 991 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/497] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:58 2026] DELETE /v2.0/security-groups/2fa895d4-1b24-4388-b760-f445e25258f7 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 01:59:58.547 7 INFO neutron.db.l3_hamode_db [None req-4678f25e-1b50-495e-8107-77b0a88285b5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network 9eddec8b-6d2c-4a16-a7e9-86be10b7af6d was deleted as no HA routers are present in tenant 1fd1a10f210c45b19d85b1a5b4562391. [pid: 7|app: 0|req: 255/498] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 01:59:57 2026] DELETE /v2.0/routers/d0503f51-786e-44b8-b56b-1be4d80ffe46 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/499] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 01:59:58 2026] DELETE /v2.0/subnets/0d22312f-2628-4118-9e4e-5fd8e658ed9d => 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: 245/500] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:58 2026] GET /v2.0/security-groups?tenant_id=f470c0acf6cf4717a287e65d489ccd06&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 01:59:58.831 8 INFO neutron.services.segments.plugin [-] Segment 20aeb4c8-1fdc-4a72-bfd4-ff693c112e55 resource provider aggregate not found 2026-05-10 01:59:58.842 8 INFO neutron.services.segments.plugin [-] Segment 20aeb4c8-1fdc-4a72-bfd4-ff693c112e55 resource provider aggregate not found 2026-05-10 01:59:58.851 8 INFO neutron.services.segments.plugin [-] Segment 20aeb4c8-1fdc-4a72-bfd4-ff693c112e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20aeb4c8-1fdc-4a72-bfd4-ff693c112e55 found for delete ", "request_id": "req-7d33e740-6727-4bcb-9cf5-442d084b9288"}]} [pid: 8|app: 0|req: 246/501] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 01:59:58 2026] DELETE /v2.0/subnets/87cfcdcf-2147-4693-a57d-ff0bfe78b64a => generated 0 bytes in 170 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 01:59:58.879 7 INFO neutron.services.segments.plugin [-] Segment 0552fc48-8300-4d77-9315-2a85b03a5949 resource provider aggregate not found 2026-05-10 01:59:58.883 8 INFO neutron.services.segments.plugin [-] Segment 20aeb4c8-1fdc-4a72-bfd4-ff693c112e55 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 20aeb4c8-1fdc-4a72-bfd4-ff693c112e55 found for delete ", "request_id": "req-1fbd6ba1-7e1d-4634-b4de-f74831a8b280"}]} 2026-05-10 01:59:58.892 7 INFO neutron.services.segments.plugin [-] Segment 0552fc48-8300-4d77-9315-2a85b03a5949 resource provider aggregate not found 2026-05-10 01:59:58.893 7 INFO neutron.services.segments.plugin [-] Segment 0552fc48-8300-4d77-9315-2a85b03a5949 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0552fc48-8300-4d77-9315-2a85b03a5949 found for delete ", "request_id": "req-3d9214d8-89d0-4bd9-91c4-d681bb3083fc"}]} 2026-05-10 01:59:58.911 7 INFO neutron.services.segments.plugin [-] Segment 0552fc48-8300-4d77-9315-2a85b03a5949 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0552fc48-8300-4d77-9315-2a85b03a5949 found for delete ", "request_id": "req-508999fc-fdd3-4c7c-a8e7-3e52d0e969b8"}]} [pid: 7|app: 0|req: 256/502] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:58 2026] GET /v2.0/security-groups?tenant_id=0afcd4113e2a45b8af69aec0cb756bd9&name=default => generated 2925 bytes in 381 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/503] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 01:59:58 2026] DELETE /v2.0/networks/4e8bdfc9-eace-4ac6-9bcb-23e1113d4776 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 01:59:59.029 8 INFO neutron_taas.services.taas.taas_plugin [None req-f83b9658-5bc2-46b4-8a10-57e702345bb8 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 69022e3b-287a-4ed0-855b-6dc48cc8259b 2026-05-10 01:59:59.031 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f83b9658-5bc2-46b4-8a10-57e702345bb8 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 69022e3b-287a-4ed0-855b-6dc48cc8259b [pid: 7|app: 0|req: 257/504] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:58 2026] DELETE /v2.0/security-groups/64c9e0d8-d90f-4b1a-9259-fa565695d15f => 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: 258/505] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:59 2026] DELETE /v2.0/security-groups/b802da0a-89e8-4557-b2a3-0d2a2d34311b => 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: 248/506] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 01:59:58 2026] DELETE /v2.0/networks/c5f9834d-ebb7-498e-89dd-74dbf79939cf => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 259/507] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:59 2026] GET /v2.0/security-groups?tenant_id=7cbba181c215412598772720b2155e3a&name=default => generated 2921 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 249/510] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:59 2026] DELETE /v2.0/security-groups/ffb95ecc-6f75-46f3-8f8a-e126e9740a28 => 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: 250/511] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:59 2026] GET /v2.0/security-groups?tenant_id=1fd1a10f210c45b19d85b1a5b4562391&name=default => generated 2921 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/512] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:59 2026] DELETE /v2.0/security-groups/00d7a284-5d03-4bd7-83e1-eeed9d55f8a9 => 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: 262/513] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 01:59:59 2026] GET /v2.0/security-groups?tenant_id=6f127a4e043d4685bd9b995204b3cf1c&name=default => generated 2925 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/514] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 01:59:59 2026] DELETE /v2.0/security-groups/022aff69-660b-4bee-b391-1ba24888bc18 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:00:00.880 8 INFO neutron.services.segments.plugin [-] Segment 3845418e-a52e-4e24-9821-a98523adbf7e resource provider aggregate not found 2026-05-10 02:00:00.896 8 INFO neutron.services.segments.plugin [-] Segment 3845418e-a52e-4e24-9821-a98523adbf7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3845418e-a52e-4e24-9821-a98523adbf7e found for delete ", "request_id": "req-220a147a-198f-49e7-bb01-d9ba61bae2a2"}]} 2026-05-10 02:00:00.900 8 INFO neutron.services.segments.plugin [-] Segment 3845418e-a52e-4e24-9821-a98523adbf7e resource provider aggregate not found 2026-05-10 02:00:00.913 8 INFO neutron.services.segments.plugin [-] Segment 67f41463-11a6-47de-8d1d-760fffce206b resource provider aggregate not found 2026-05-10 02:00:00.918 8 INFO neutron.services.segments.plugin [-] Segment 3845418e-a52e-4e24-9821-a98523adbf7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3845418e-a52e-4e24-9821-a98523adbf7e found for delete ", "request_id": "req-794b6a32-b11e-4a2c-b294-404a173d8a28"}]} 2026-05-10 02:00:00.926 8 INFO neutron.services.segments.plugin [-] Segment 67f41463-11a6-47de-8d1d-760fffce206b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67f41463-11a6-47de-8d1d-760fffce206b found for delete ", "request_id": "req-890fffeb-4e9a-4f3f-b38a-7e8dbdae6a1e"}]} 2026-05-10 02:00:00.933 8 INFO neutron.services.segments.plugin [-] Segment 67f41463-11a6-47de-8d1d-760fffce206b resource provider aggregate not found 2026-05-10 02:00:00.949 8 INFO neutron.services.segments.plugin [-] Segment 67f41463-11a6-47de-8d1d-760fffce206b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 67f41463-11a6-47de-8d1d-760fffce206b found for delete ", "request_id": "req-e1d21286-70af-496c-af92-fcc6c35a570a"}]} 2026-05-10 02:00:01.524 7 INFO neutron.db.segments_db [None req-d48f5064-5e48-4e30-bf67-ad6d61370929 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment ab534ed6-d44d-4c0f-9cf0-94508390a3a7 of type vxlan for network b204ad29-4c98-4a70-8762-6dba65a40af7 2026-05-10 02:00:01.548 8 INFO neutron.db.segments_db [None req-943a939d-1f9e-4bf9-8c5f-480c3fe360f9 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment ac47cdf7-ff73-4c24-84e8-da26d7291bfa of type vxlan for network e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a [pid: 7|app: 0|req: 263/515] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 02:00:01 2026] POST /v2.0/networks => generated 746 bytes in 596 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 253/516] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 02:00:01 2026] POST /v2.0/networks => generated 752 bytes in 359 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/517] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:01 2026] POST /v2.0/subnets => generated 695 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/518] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:01 2026] GET /v2.0/security-groups?tenant_id=060d01e8d2eb46d082d2f3b65057a7bf&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:00:01.904 7 INFO neutron.db.segments_db [None req-d609282f-5da6-4b04-8c34-b0150263a8cd 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment c99d1e9f-33c8-463c-a21a-5eb8feb276b1 of type vxlan for network bb30f152-c5be-4d63-821e-52bc095825cb [pid: 8|app: 0|req: 255/519] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:01 2026] POST /v2.0/subnets => generated 699 bytes in 224 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 256/520] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:02 2026] DELETE /v2.0/security-groups/41c6c072-5c8c-41c3-85b6-c3f041eb93b7 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:00:02.197 8 INFO neutron.db.segments_db [None req-3f011083-4441-4ef1-a6c2-2060575da5df 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment a791ff28-0098-47fe-b724-a4ed6ac03bb3 of type vxlan for network bb176839-488c-4e85-96ad-40208fa481e3 2026-05-10 02:00:02.226 7 INFO neutron.db.l3_hamode_db [None req-d609282f-5da6-4b04-8c34-b0150263a8cd 0de5cc5cadd043c38b9c39392dac1d19 88a612e51587494aba23971be3af1276 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:02.490 8 INFO neutron.db.l3_hamode_db [None req-3f011083-4441-4ef1-a6c2-2060575da5df 0de5cc5cadd043c38b9c39392dac1d19 0622b6644e9748eea9e7f270b12bd76a - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:02.940 7 INFO neutron.db.l3_hamode_db [None req-d609282f-5da6-4b04-8c34-b0150263a8cd 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:03.353 8 INFO neutron.db.l3_hamode_db [None req-3f011083-4441-4ef1-a6c2-2060575da5df 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 265/521] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:01 2026] POST /v2.0/routers => generated 735 bytes in 2392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/522] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:02 2026] POST /v2.0/routers => generated 739 bytes in 2167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 266/523] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:04 2026] GET /v2.0/security-groups?tenant_id=b1f6f9198a9b4cdf9e755a7253260691&name=default => generated 2925 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/524] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:04 2026] PUT /v2.0/routers/e48cfb77-171d-458f-91ff-6268460348df/add_router_interface => generated 309 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/525] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:05 2026] DELETE /v2.0/security-groups/0ac0ebac-25e0-49b1-ab0c-c41c773eeaee => 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: 260/526] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:05 2026] GET /v2.0/security-groups?tenant_id=475ff65d38e949989184feb13cb84f7d&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: 267/527] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:04 2026] PUT /v2.0/routers/248e6766-a27f-4353-8bee-60f890d11d37/add_router_interface => generated 309 bytes in 1271 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 261/528] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:05 2026] GET /v2.0/security-groups?tenant_id=a6b5513c7a114bd387e68cce9f879e46&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: 268/529] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:05 2026] DELETE /v2.0/security-groups/671397ec-3443-400e-9b0e-2025d5bd597d => 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: 262/530] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:05 2026] DELETE /v2.0/security-groups/cdd16d2c-95b9-455c-bcff-822bcaa18a9e => 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: 269/531] 10.0.0.189 () {34 vars in 685 bytes} [Sun May 10 02:00:06 2026] POST /v2.0/security-groups => generated 1661 bytes in 215 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/532] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:00:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 270/533] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:00:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 120 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/534] 10.0.0.189 () {34 vars in 685 bytes} [Sun May 10 02:00:06 2026] POST /v2.0/security-groups => generated 1660 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 265/535] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:00:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 266/536] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:00:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/537] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:00:06 2026] POST /v2.0/floatingips => generated 552 bytes in 612 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 267/538] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:00:06 2026] POST /v2.0/floatingips => generated 552 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 272/539] 10.0.0.138 () {34 vars in 1098 bytes} [Sun May 10 02:00:07 2026] GET /v2.0/security-groups?name=tempest-securitygroup--684700541&fields=id&tenant_id=0622b6644e9748eea9e7f270b12bd76a => generated 69 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/540] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:00:07 2026] GET /v2.0/networks?id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 684 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/541] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:00:07 2026] GET /v2.0/quotas/0622b6644e9748eea9e7f270b12bd76a => 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: 270/542] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:00:07 2026] GET /v2.0/ports?tenant_id=0622b6644e9748eea9e7f270b12bd76a&fields=id => generated 57 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:08.210 7 INFO neutron.db.segments_db [None req-885f754e-7e73-43f0-85c7-23fdb1535628 865f5399006d481eba6d8ab1177a947b 5f778cb8ba814c819d525c43346466ee - - default default] Added segment e76ecb3c-d637-4b30-b090-8201cb0ec63a of type vxlan for network b89fa601-815a-4621-a22a-551da85d8f12 2026-05-10 02:00:08.268 7 INFO neutron.db.segments_db [None req-885f754e-7e73-43f0-85c7-23fdb1535628 865f5399006d481eba6d8ab1177a947b 5f778cb8ba814c819d525c43346466ee - - default default] Added segment 96a0d630-df69-4d3b-a766-f8751f4c0adf of type vxlan for network 3ea0ab45-3a6e-48f8-a657-c563b95113b3 [pid: 7|app: 0|req: 273/543] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:07 2026] POST /v2.0/networks => generated 1244 bytes in 448 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 271/544] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:00:08 2026] GET /v2.0/networks => generated 1843 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 272/545] 10.0.0.138 () {34 vars in 907 bytes} [Sun May 10 02:00:08 2026] GET /v2.0/extensions => generated 21537 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-10 02:00:08.609 7 INFO neutron.services.segments.plugin [-] Segment e76ecb3c-d637-4b30-b090-8201cb0ec63a resource provider aggregate not found 2026-05-10 02:00:08.615 7 INFO neutron.services.segments.plugin [-] Segment e76ecb3c-d637-4b30-b090-8201cb0ec63a resource provider aggregate not found 2026-05-10 02:00:08.637 7 INFO neutron.services.segments.plugin [-] Segment e76ecb3c-d637-4b30-b090-8201cb0ec63a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e76ecb3c-d637-4b30-b090-8201cb0ec63a found for delete ", "request_id": "req-46b26c57-ef15-4f07-bf3a-739e59f81b2c"}]} 2026-05-10 02:00:08.639 7 INFO neutron.services.segments.plugin [-] Segment e76ecb3c-d637-4b30-b090-8201cb0ec63a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e76ecb3c-d637-4b30-b090-8201cb0ec63a found for delete ", "request_id": "req-f3cb32d7-2de9-4e18-866b-c49f98f035f3"}]} [pid: 7|app: 0|req: 274/546] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:08 2026] DELETE /v2.0/networks/b89fa601-815a-4621-a22a-551da85d8f12 => generated 0 bytes in 197 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 273/547] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:00:08 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 274/548] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:00:08 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/549] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:08 2026] DELETE /v2.0/networks/3ea0ab45-3a6e-48f8-a657-c563b95113b3 => generated 0 bytes in 111 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 275/550] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:00:08 2026] GET /v2.0/networks => generated 651 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:08.932 7 INFO neutron.db.segments_db [None req-1add3af0-a1d3-482d-8687-4e5941a75205 865f5399006d481eba6d8ab1177a947b 5f778cb8ba814c819d525c43346466ee - - default default] Added segment ffacd7e5-0e04-4311-957a-6fb0b89c87e3 of type vxlan for network 340cffd4-cb78-479b-a0a0-fa87665855e9 [pid: 8|app: 0|req: 276/551] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:08 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 276/552] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:08 2026] POST /v2.0/networks => generated 654 bytes in 198 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:09.087 8 INFO neutron.db.segments_db [None req-db47b381-1fce-49f5-af6c-24495afc000b 865f5399006d481eba6d8ab1177a947b 5f778cb8ba814c819d525c43346466ee - - default default] Added segment 4167f2f2-fa08-4406-a405-af2fbcd690b0 of type vxlan for network 1c490902-72db-4373-9802-2c2173daaafa [pid: 8|app: 0|req: 277/553] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:09 2026] POST /v2.0/networks => generated 654 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/554] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:09 2026] POST /v2.0/ports => generated 1506 bytes in 619 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/555] 10.0.0.189 () {32 vars in 643 bytes} [Sun May 10 02:00:09 2026] GET /v2.0/ports => generated 1506 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:00:10.070 7 INFO neutron_taas.services.taas.taas_plugin [None req-df4aeb25-c1e4-4aea-b565-e7ad67031f42 865f5399006d481eba6d8ab1177a947b 5f778cb8ba814c819d525c43346466ee - - default default] TaaS: Handle Delete Port: bcc959de-ece8-43f1-b7a7-2a88bb8b0ea6 2026-05-10 02:00:10.077 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df4aeb25-c1e4-4aea-b565-e7ad67031f42 865f5399006d481eba6d8ab1177a947b 5f778cb8ba814c819d525c43346466ee - - default default] Tap Mirror: Handle Delete Port: bcc959de-ece8-43f1-b7a7-2a88bb8b0ea6 [pid: 8|app: 0|req: 279/556] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:10 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => 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: 278/557] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:09 2026] DELETE /v2.0/ports/bcc959de-ece8-43f1-b7a7-2a88bb8b0ea6 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:10.333 8 INFO neutron_taas.services.taas.taas_plugin [None req-249fabb5-ced5-4658-ac78-627e13c61535 865f5399006d481eba6d8ab1177a947b 5f778cb8ba814c819d525c43346466ee - - default default] TaaS: Handle Delete Port: 5e5caf8b-c4d2-4961-b203-f2c9f5d95024 2026-05-10 02:00:10.339 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-249fabb5-ced5-4658-ac78-627e13c61535 865f5399006d481eba6d8ab1177a947b 5f778cb8ba814c819d525c43346466ee - - default default] Tap Mirror: Handle Delete Port: 5e5caf8b-c4d2-4961-b203-f2c9f5d95024 [pid: 8|app: 0|req: 280/558] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:10 2026] DELETE /v2.0/ports/5e5caf8b-c4d2-4961-b203-f2c9f5d95024 => generated 0 bytes in 273 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 279/559] 10.0.0.189 () {32 vars in 643 bytes} [Sun May 10 02:00:10 2026] GET /v2.0/ports => generated 12 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:10.587 8 INFO neutron.db.segments_db [None req-f6179565-a3db-4d29-84b6-7466e1c8acae 865f5399006d481eba6d8ab1177a947b 5f778cb8ba814c819d525c43346466ee - - default default] Added segment 52a614ef-296f-4c20-9245-3481eb3105f4 of type vxlan for network bf5648d7-186a-4507-b6d4-487688b36654 2026-05-10 02:00:10.664 7 INFO neutron.services.segments.plugin [-] Segment 96a0d630-df69-4d3b-a766-f8751f4c0adf resource provider aggregate not found 2026-05-10 02:00:10.673 7 INFO neutron.services.segments.plugin [-] Segment 96a0d630-df69-4d3b-a766-f8751f4c0adf resource provider aggregate not found [pid: 8|app: 0|req: 281/560] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:10 2026] POST /v2.0/networks => generated 654 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:10.702 7 INFO neutron.services.segments.plugin [-] Segment 96a0d630-df69-4d3b-a766-f8751f4c0adf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96a0d630-df69-4d3b-a766-f8751f4c0adf found for delete ", "request_id": "req-d183a473-0cd0-4129-9946-9467f37b54db"}]} 2026-05-10 02:00:10.708 7 INFO neutron.services.segments.plugin [-] Segment 96a0d630-df69-4d3b-a766-f8751f4c0adf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 96a0d630-df69-4d3b-a766-f8751f4c0adf found for delete ", "request_id": "req-c05b0bdd-0db5-4469-8ae5-9535fd4140b1"}]} 2026-05-10 02:00:10.766 7 INFO neutron.db.segments_db [None req-d4d7afaa-5e21-470e-8d24-d6622dfe75ec 865f5399006d481eba6d8ab1177a947b 5f778cb8ba814c819d525c43346466ee - - default default] Added segment 00f352da-3757-4822-a2f3-4b0a46b49380 of type vxlan for network add70857-a308-47a2-80f9-e10ae6982a9e [pid: 7|app: 0|req: 280/561] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:10 2026] POST /v2.0/networks => generated 654 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 282/562] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:11 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => 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: 281/563] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:11 2026] POST /v2.0/subnets => generated 1324 bytes in 493 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/564] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:00:11 2026] GET /v2.0/subnets => generated 1960 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/565] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:11 2026] DELETE /v2.0/subnets/84a9f7b4-793e-43dd-96d4-7580afef21dd => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/566] 10.0.0.138 () {34 vars in 1100 bytes} [Sun May 10 02:00:12 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1199897918&fields=id&tenant_id=88a612e51587494aba23971be3af1276 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/567] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:12 2026] DELETE /v2.0/subnets/c2404b7a-cc90-4410-84f5-53f6fc9749c6 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/568] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:00:12 2026] GET /v2.0/subnets => generated 649 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/569] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:12 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 12 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 285/570] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:00:12 2026] GET /v2.0/networks?id=b204ad29-4c98-4a70-8762-6dba65a40af7 => generated 680 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/571] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:12 2026] DELETE /v2.0/networks/add70857-a308-47a2-80f9-e10ae6982a9e => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/572] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:00:12 2026] GET /v2.0/quotas/88a612e51587494aba23971be3af1276 => 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: 288/573] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:12 2026] DELETE /v2.0/networks/bf5648d7-186a-4507-b6d4-487688b36654 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:12.726 7 INFO neutron.services.segments.plugin [-] Segment 00f352da-3757-4822-a2f3-4b0a46b49380 resource provider aggregate not found 2026-05-10 02:00:12.731 7 INFO neutron.services.segments.plugin [-] Segment 00f352da-3757-4822-a2f3-4b0a46b49380 resource provider aggregate not found [pid: 8|app: 0|req: 286/574] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:12 2026] GET /v2.0/security-groups?tenant_id=c93c5bb9d3b541d49f7b486b35a55752&name=default => generated 2925 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:00:12.754 7 INFO neutron.services.segments.plugin [-] Segment 00f352da-3757-4822-a2f3-4b0a46b49380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00f352da-3757-4822-a2f3-4b0a46b49380 found for delete ", "request_id": "req-bb2571e9-d5cd-4676-9579-c5fc9700f823"}]} 2026-05-10 02:00:12.759 7 INFO neutron.services.segments.plugin [-] Segment 00f352da-3757-4822-a2f3-4b0a46b49380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00f352da-3757-4822-a2f3-4b0a46b49380 found for delete ", "request_id": "req-55329d4a-c048-4104-9d66-c61e4ff516a8"}]} 2026-05-10 02:00:12.774 7 INFO neutron.services.segments.plugin [-] Segment 52a614ef-296f-4c20-9245-3481eb3105f4 resource provider aggregate not found 2026-05-10 02:00:12.782 7 INFO neutron.services.segments.plugin [-] Segment 52a614ef-296f-4c20-9245-3481eb3105f4 resource provider aggregate not found [pid: 7|app: 0|req: 289/575] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:00:12 2026] GET /v2.0/ports?tenant_id=88a612e51587494aba23971be3af1276&fields=id => generated 103 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:12.794 7 INFO neutron.services.segments.plugin [-] Segment 52a614ef-296f-4c20-9245-3481eb3105f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52a614ef-296f-4c20-9245-3481eb3105f4 found for delete ", "request_id": "req-e47bc53b-8987-4727-b94a-41fb95923960"}]} 2026-05-10 02:00:12.810 7 INFO neutron.services.segments.plugin [-] Segment 52a614ef-296f-4c20-9245-3481eb3105f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52a614ef-296f-4c20-9245-3481eb3105f4 found for delete ", "request_id": "req-0248c6b9-9383-446c-92dc-8a9eaafa77f6"}]} [pid: 7|app: 0|req: 290/576] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:12 2026] DELETE /v2.0/security-groups/61f81b7d-df0d-417e-b282-b887f3a69628 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:00:12.879 8 INFO neutron.services.segments.plugin [-] Segment 4167f2f2-fa08-4406-a405-af2fbcd690b0 resource provider aggregate not found 2026-05-10 02:00:12.881 8 INFO neutron.services.segments.plugin [-] Segment 4167f2f2-fa08-4406-a405-af2fbcd690b0 resource provider aggregate not found 2026-05-10 02:00:12.899 8 INFO neutron.services.segments.plugin [-] Segment 4167f2f2-fa08-4406-a405-af2fbcd690b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4167f2f2-fa08-4406-a405-af2fbcd690b0 found for delete ", "request_id": "req-0dabd3fd-b616-4cea-bb29-53ab231254bd"}]} 2026-05-10 02:00:12.903 8 INFO neutron.services.segments.plugin [-] Segment 4167f2f2-fa08-4406-a405-af2fbcd690b0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4167f2f2-fa08-4406-a405-af2fbcd690b0 found for delete ", "request_id": "req-acb6bc9f-41bf-44dd-bc5d-8ebe3d77baa6"}]} [pid: 8|app: 0|req: 287/577] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:12 2026] DELETE /v2.0/networks/1c490902-72db-4373-9802-2c2173daaafa => 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: 291/578] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:00:12 2026] GET /v2.0/networks/b204ad29-4c98-4a70-8762-6dba65a40af7?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 292/579] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:00:12 2026] GET /v2.0/networks/b204ad29-4c98-4a70-8762-6dba65a40af7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/580] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:12 2026] DELETE /v2.0/networks/340cffd4-cb78-479b-a0a0-fa87665855e9 => 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: 293/581] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:12 2026] GET /v2.0/security-groups?tenant_id=5e6fb0fe52db4d0bbb85e4eb63f528f0&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 289/582] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:13 2026] DELETE /v2.0/security-groups/dc0930a7-b9f7-4ef9-b4e5-a817bb764897 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/583] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:13 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => 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: 290/584] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:13 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/585] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:13 2026] GET /v2.0/security-groups?tenant_id=5f778cb8ba814c819d525c43346466ee&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: 291/586] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:13 2026] GET /v2.0/networks?id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 684 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/587] 199.204.45.222 () {34 vars in 911 bytes} [Sun May 10 02:00:13 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/588] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:13 2026] DELETE /v2.0/security-groups/5ec4eac8-8836-48b9-91cd-db145aa0c305 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/589] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:00:13 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0622b6644e9748eea9e7f270b12bd76a => generated 180 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/592] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:14 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => 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: 297/593] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:00:14 2026] POST /v2.0/ports => generated 958 bytes in 521 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/594] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:14 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 961 bytes in 81 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: 298/595] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:14 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:14.928 8 INFO neutron.services.segments.plugin [-] Segment ffacd7e5-0e04-4311-957a-6fb0b89c87e3 resource provider aggregate not found 2026-05-10 02:00:14.932 8 INFO neutron.services.segments.plugin [-] Segment ffacd7e5-0e04-4311-957a-6fb0b89c87e3 resource provider aggregate not found 2026-05-10 02:00:14.945 8 INFO neutron.services.segments.plugin [-] Segment ffacd7e5-0e04-4311-957a-6fb0b89c87e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffacd7e5-0e04-4311-957a-6fb0b89c87e3 found for delete ", "request_id": "req-03f0e539-0f32-4de2-bea7-f9d4d77a0b5a"}]} 2026-05-10 02:00:14.947 8 INFO neutron.services.segments.plugin [-] Segment ffacd7e5-0e04-4311-957a-6fb0b89c87e3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ffacd7e5-0e04-4311-957a-6fb0b89c87e3 found for delete ", "request_id": "req-d3efbeb7-a752-4da4-8be0-3a67db4edd83"}]} [pid: 8|app: 0|req: 298/596] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:00:14 2026] PUT /v2.0/ports/08307f8c-e162-44b2-8ef5-641e681cd285 => generated 1239 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 299/597] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:15 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:00:15.888 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a6df25b7-2aea-4137-9c16-b55723c2cec2'] response: {'name': 'network-changed', 'server_uuid': 'b22c942f-de7f-496b-b9c6-fecc8f5f97f9', 'tag': '08307f8c-e162-44b2-8ef5-641e681cd285', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 300/598] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:15 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => 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: 301/599] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:15 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:15.996 8 INFO neutron.db.segments_db [None req-eeacd0c8-52b2-4d1b-97b7-30cf27fd2d45 23802f38849c4149bd4b1bae4401dbf8 b8aaf59c950c46809d4ef1102d537e58 - - default default] Added segment 29784d4e-6e08-46bf-a891-d77831abaaa3 of type vxlan for network b0ddd681-8158-4160-b76f-9d6c6d9b353f [pid: 8|app: 0|req: 299/600] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:15 2026] POST /v2.0/networks => generated 643 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/601] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:16 2026] POST /v2.0/subnets => generated 641 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:16.436 8 INFO neutron.db.segments_db [None req-0c497ea5-6149-46d9-9273-c9b12e43b509 23802f38849c4149bd4b1bae4401dbf8 b8aaf59c950c46809d4ef1102d537e58 - - default default] Added segment 8a3bdd10-b24c-4234-a05c-95d9184aab98 of type vxlan for network fdb25f1d-f459-4a2e-9765-d21d25fcf8ea [pid: 7|app: 0|req: 303/602] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:16 2026] GET /v2.0/ports?tenant_id=0622b6644e9748eea9e7f270b12bd76a&device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 1242 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/603] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:00:16 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08307f8c-e162-44b2-8ef5-641e681cd285 => 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: 300/604] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:16 2026] POST /v2.0/networks => generated 644 bytes in 166 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 305/605] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:16 2026] GET /v2.0/subnets?id=93874e2e-3ff7-4746-95b5-0b45493aab35 => generated 702 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/606] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:16 2026] GET /v2.0/ports?network_id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a&device_owner=network%3Adhcp => generated 1244 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/607] 10.0.0.189 () {34 vars in 743 bytes} [Sun May 10 02:00:16 2026] PUT /v2.0/networks/fdb25f1d-f459-4a2e-9765-d21d25fcf8ea => generated 592 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 307/608] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:16 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => 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: 302/609] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:16 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?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: 303/610] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:16 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/611] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:16 2026] POST /v2.0/subnets => generated 626 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 309/612] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/613] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/614] 10.0.0.189 () {34 vars in 741 bytes} [Sun May 10 02:00:16 2026] PUT /v2.0/subnets/292771fa-92d2-4013-ad79-9afc31dfdaf7 => generated 636 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:17.293 7 INFO neutron.services.segments.plugin [-] Segment 8a3bdd10-b24c-4234-a05c-95d9184aab98 resource provider aggregate not found 2026-05-10 02:00:17.298 7 INFO neutron.services.segments.plugin [-] Segment 8a3bdd10-b24c-4234-a05c-95d9184aab98 resource provider aggregate not found [pid: 7|app: 0|req: 311/615] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:17 2026] DELETE /v2.0/networks/fdb25f1d-f459-4a2e-9765-d21d25fcf8ea => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:17.328 7 INFO neutron.services.segments.plugin [-] Segment 8a3bdd10-b24c-4234-a05c-95d9184aab98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a3bdd10-b24c-4234-a05c-95d9184aab98 found for delete ", "request_id": "req-6f0177d1-198f-43c9-8f6c-016f855296a1"}]} 2026-05-10 02:00:17.330 7 INFO neutron.services.segments.plugin [-] Segment 8a3bdd10-b24c-4234-a05c-95d9184aab98 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8a3bdd10-b24c-4234-a05c-95d9184aab98 found for delete ", "request_id": "req-0538cd9b-1bf6-4b6a-8433-d8143304b812"}]} 2026-05-10 02:00:17.346 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6e15ecea-e510-40c9-94e4-505013204491 23802f38849c4149bd4b1bae4401dbf8 b8aaf59c950c46809d4ef1102d537e58 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 305/616] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:17 2026] DELETE /v2.0/networks/fdb25f1d-f459-4a2e-9765-d21d25fcf8ea => generated 138 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/617] 10.0.0.189 () {32 vars in 694 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 306/618] 10.0.0.189 () {32 vars in 742 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/subnets?network_id=2513d089-bd57-42ef-8f46-d877afc436ba => generated 649 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 313/619] 10.0.0.189 () {32 vars in 653 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/620] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/networks => generated 1308 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/621] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/subnets => generated 1280 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 308/622] 10.0.0.189 () {32 vars in 723 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/networks/b0ddd681-8158-4160-b76f-9d6c6d9b353f => generated 668 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 315/623] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/subnets/1197dfaf-9758-4171-a1b2-cf9102533a60 => generated 641 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 309/624] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:17.762 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4f0fa074-6d27-446b-a0a3-a3b8337bdd79 23802f38849c4149bd4b1bae4401dbf8 b8aaf59c950c46809d4ef1102d537e58 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 316/625] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:17 2026] DELETE /v2.0/subnets/292771fa-92d2-4013-ad79-9afc31dfdaf7 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:17.791 7 INFO neutron.pecan_wsgi.hooks.translation [None req-4c596043-a50f-4d2f-aa94-0993a91d8aa4 23802f38849c4149bd4b1bae4401dbf8 b8aaf59c950c46809d4ef1102d537e58 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 317/626] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:17 2026] DELETE /v2.0/networks/fdb25f1d-f459-4a2e-9765-d21d25fcf8ea => generated 138 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/627] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/ports?tenant_id=0622b6644e9748eea9e7f270b12bd76a&device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 1242 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 318/628] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/networks?id=b204ad29-4c98-4a70-8762-6dba65a40af7 => generated 680 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 319/629] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/networks?id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 780 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/630] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=88a612e51587494aba23971be3af1276 => generated 181 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 321/631] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08307f8c-e162-44b2-8ef5-641e681cd285 => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/632] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:17 2026] DELETE /v2.0/subnets/1197dfaf-9758-4171-a1b2-cf9102533a60 => 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: 312/633] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:17 2026] GET /v2.0/subnets?id=93874e2e-3ff7-4746-95b5-0b45493aab35 => generated 702 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:18.111 8 INFO neutron.services.segments.plugin [-] Segment 29784d4e-6e08-46bf-a891-d77831abaaa3 resource provider aggregate not found 2026-05-10 02:00:18.121 8 INFO neutron.services.segments.plugin [-] Segment 29784d4e-6e08-46bf-a891-d77831abaaa3 resource provider aggregate not found 2026-05-10 02:00:18.135 8 INFO neutron.services.segments.plugin [-] Segment 29784d4e-6e08-46bf-a891-d77831abaaa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29784d4e-6e08-46bf-a891-d77831abaaa3 found for delete ", "request_id": "req-f028d607-ef2f-4351-99dc-fea7080869d4"}]} [pid: 8|app: 0|req: 313/634] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:17 2026] DELETE /v2.0/networks/b0ddd681-8158-4160-b76f-9d6c6d9b353f => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:18.145 8 INFO neutron.services.segments.plugin [-] Segment 29784d4e-6e08-46bf-a891-d77831abaaa3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 29784d4e-6e08-46bf-a891-d77831abaaa3 found for delete ", "request_id": "req-007019b5-7fb8-4376-9f2c-986427f2ded9"}]} [pid: 8|app: 0|req: 314/635] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:18 2026] GET /v2.0/ports?network_id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a&device_owner=network%3Adhcp => generated 1244 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/636] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:18 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 973 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/637] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:18 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 322/638] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:00:17 2026] POST /v2.0/ports => generated 958 bytes in 504 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: 323/639] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:18 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&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: 324/640] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:18 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 317/641] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:18 2026] GET /v2.0/security-groups?tenant_id=2fcf79d7f4aa4d1f997adccb242faf89&name=default => generated 2925 bytes in 404 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/642] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:18 2026] DELETE /v2.0/security-groups/9507d671-c0b3-4526-8f2e-e3de44900534 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/643] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:00:18 2026] PUT /v2.0/ports/585bdb46-e8e2-4395-af58-404a18edb219 => generated 1239 bytes in 499 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: 326/644] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:19 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/645] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:19 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&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: 319/646] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:18 2026] GET /v2.0/security-groups?tenant_id=b8aaf59c950c46809d4ef1102d537e58&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/647] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:19 2026] DELETE /v2.0/security-groups/46a5c5a1-505b-4fe7-b48f-0a0f44ed8473 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:00:19.581 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-09e15f21-9afb-4434-983b-e4960272a3b4'] response: {'name': 'network-changed', 'server_uuid': 'c129f466-3c68-4315-b37a-0f1f5d7b6a30', 'tag': '585bdb46-e8e2-4395-af58-404a18edb219', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 320/648] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:19 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 973 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/649] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:19 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/650] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:20 2026] GET /v2.0/ports?tenant_id=88a612e51587494aba23971be3af1276&device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/651] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:00:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=585bdb46-e8e2-4395-af58-404a18edb219 => 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: 322/652] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:20 2026] GET /v2.0/subnets?id=2a0184d3-f847-4774-99ef-2e5da63e83a9 => generated 698 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/653] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:20 2026] GET /v2.0/ports?network_id=b204ad29-4c98-4a70-8762-6dba65a40af7&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/654] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:20 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/655] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:20 2026] GET /v2.0/networks/b204ad29-4c98-4a70-8762-6dba65a40af7?fields=segments => generated 14 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 333/656] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:20 2026] GET /v2.0/networks/b204ad29-4c98-4a70-8762-6dba65a40af7?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: 324/657] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:20 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&fields=id&fields=name => generated 114 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 334/658] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:20 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 973 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/659] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:20 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:21.073 8 INFO neutron.db.segments_db [None req-e05c1665-94d3-4392-959e-8965375caa2d f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] Added segment b99568ed-e22b-4505-bae7-0c1e3a7c875d of type vxlan for network 4256bb6a-5d63-4324-b734-e0a90c18f8ff [pid: 8|app: 0|req: 325/660] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:20 2026] POST /v2.0/networks => generated 649 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:21.230 7 INFO neutron.db.segments_db [None req-c0c75c2a-b433-4b5a-88b1-8ba3a4548f39 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Added segment f3668724-b169-432e-ae07-20d7241cbb2a of type vxlan for network 7a48702b-ff34-4f7a-bbf2-3daac550f499 [pid: 7|app: 0|req: 336/661] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:21 2026] POST /v2.0/networks => generated 634 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/662] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:21 2026] GET /v2.0/ports?tenant_id=88a612e51587494aba23971be3af1276&device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 1242 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:00:21.418 7 INFO neutron.db.segments_db [None req-2a1fd179-aa57-4e4d-9bcf-957a33d92238 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Added segment af64fcbf-cde2-456b-813f-407126aad111 of type vxlan for network d3585eda-090c-4d35-b02b-b226a697a8f8 [pid: 7|app: 0|req: 338/663] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:21 2026] POST /v2.0/networks => generated 633 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 326/664] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:21 2026] POST /v2.0/ports => generated 779 bytes in 352 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: 339/665] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:21 2026] GET /v2.0/networks?id=b204ad29-4c98-4a70-8762-6dba65a40af7 => generated 774 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/666] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:21 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:21.618 8 INFO neutron.db.segments_db [None req-6a125cc5-9424-4615-ba32-7679a3449b6e f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] Added segment 419b411a-fef4-474b-b258-c197821c5dc9 of type vxlan for network 475fa2d0-44d6-4860-a800-7b76931efdb6 [pid: 8|app: 0|req: 328/667] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:21 2026] POST /v2.0/networks => generated 636 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 329/668] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:00:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=585bdb46-e8e2-4395-af58-404a18edb219 => 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: 330/669] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:21 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&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: 340/670] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:21 2026] POST /v2.0/subnets => generated 646 bytes in 217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/671] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:21 2026] GET /v2.0/subnets?id=2a0184d3-f847-4774-99ef-2e5da63e83a9 => generated 698 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/672] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:21 2026] POST /v2.0/subnets => generated 646 bytes in 236 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 332/673] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:21 2026] GET /v2.0/ports?network_id=b204ad29-4c98-4a70-8762-6dba65a40af7&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: 333/674] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:22 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 973 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 342/675] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:21 2026] POST /v2.0/subnets => generated 655 bytes in 277 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/676] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:22 2026] GET /v2.0/networks/b204ad29-4c98-4a70-8762-6dba65a40af7?fields=segments => generated 14 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:22.162 7 INFO neutron.db.segments_db [None req-fca3b8e1-3edc-42e6-bdf1-ea80fff36c2d 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Added segment c93a685f-35c2-46f2-90d4-b2df0356109a of type vxlan for network 1feed7ba-5897-4e83-849f-48b6f0fdf8a1 [pid: 8|app: 0|req: 334/677] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:22 2026] POST /v2.0/ports => generated 966 bytes in 223 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: 335/678] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:22 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/679] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:22 2026] GET /v2.0/networks/b204ad29-4c98-4a70-8762-6dba65a40af7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:22.407 7 INFO neutron.db.l3_hamode_db [None req-fca3b8e1-3edc-42e6-bdf1-ea80fff36c2d 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:22.468 8 INFO neutron_taas.services.taas.taas_plugin [None req-cc642a88-fd15-4bcb-b075-cbfcd109cc0f f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] TaaS: Handle Delete Port: 8ad1b2a0-a3b5-46bb-a2cd-46ba48ba69d2 2026-05-10 02:00:22.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cc642a88-fd15-4bcb-b075-cbfcd109cc0f f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] Tap Mirror: Handle Delete Port: 8ad1b2a0-a3b5-46bb-a2cd-46ba48ba69d2 2026-05-10 02:00:22.565 7 INFO neutron.db.l3_hamode_db [None req-fca3b8e1-3edc-42e6-bdf1-ea80fff36c2d 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 337/680] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:22 2026] DELETE /v2.0/ports/8ad1b2a0-a3b5-46bb-a2cd-46ba48ba69d2 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:22.650 8 INFO neutron.pecan_wsgi.hooks.translation [None req-0614cd27-ab12-4e0e-818b-d31d7b5e0d16 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 338/681] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:22 2026] DELETE /v2.0/ports/8ad1b2a0-a3b5-46bb-a2cd-46ba48ba69d2 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:22.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-610db178-ff54-4257-8430-8b2379d17d90 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 339/682] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:22 2026] GET /v2.0/ports/8ad1b2a0-a3b5-46bb-a2cd-46ba48ba69d2 => generated 132 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 340/683] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:22 2026] DELETE /v2.0/subnets/a312beaa-b95c-4c46-976b-9eefbf033ae7 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:22.935 8 INFO neutron.services.segments.plugin [-] Segment 419b411a-fef4-474b-b258-c197821c5dc9 resource provider aggregate not found 2026-05-10 02:00:22.939 8 INFO neutron.services.segments.plugin [-] Segment 419b411a-fef4-474b-b258-c197821c5dc9 resource provider aggregate not found 2026-05-10 02:00:22.958 8 INFO neutron.services.segments.plugin [-] Segment 419b411a-fef4-474b-b258-c197821c5dc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 419b411a-fef4-474b-b258-c197821c5dc9 found for delete ", "request_id": "req-ab4c3af2-a33a-47d2-9bea-cbb12621144f"}]} 2026-05-10 02:00:22.958 8 INFO neutron.services.segments.plugin [-] Segment 419b411a-fef4-474b-b258-c197821c5dc9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 419b411a-fef4-474b-b258-c197821c5dc9 found for delete ", "request_id": "req-d9873fb0-9b22-4549-af72-b837fc92e7ad"}]} [pid: 8|app: 0|req: 341/684] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:22 2026] DELETE /v2.0/networks/475fa2d0-44d6-4860-a800-7b76931efdb6 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/685] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:22 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:23.070 8 INFO neutron.db.segments_db [None req-c2ba1538-feef-4519-83a1-2d5ea85f4be2 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] Added segment 66c70cc5-96cf-4b43-bd4a-026ca620ddb7 of type vxlan for network bafc7048-db62-4f28-a68b-d357237d9e93 [pid: 8|app: 0|req: 343/686] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:23 2026] POST /v2.0/networks => generated 636 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/687] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:23 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&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: 7|app: 0|req: 344/688] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:22 2026] POST /v2.0/routers => generated 510 bytes in 1368 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 345/689] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:23 2026] POST /v2.0/subnets => generated 646 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 345/690] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:23 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 346/691] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:23 2026] POST /v2.0/ports => generated 928 bytes in 427 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 347/692] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:23 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:24.120 7 INFO neutron_taas.services.taas.taas_plugin [None req-ed28cea0-8519-44f0-9e37-67fefecc06e2 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] TaaS: Handle Delete Port: 1b1baebd-9387-49d4-b240-a83b29217353 2026-05-10 02:00:24.129 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed28cea0-8519-44f0-9e37-67fefecc06e2 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] Tap Mirror: Handle Delete Port: 1b1baebd-9387-49d4-b240-a83b29217353 [pid: 7|app: 0|req: 348/693] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:23 2026] DELETE /v2.0/ports/1b1baebd-9387-49d4-b240-a83b29217353 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:24.299 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f9fb7793-59eb-4ae3-abb6-e6d5a94f44b1 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 349/694] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:24 2026] GET /v2.0/ports/1b1baebd-9387-49d4-b240-a83b29217353 => 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: 350/695] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:24 2026] DELETE /v2.0/subnets/0f0fa688-edeb-4e28-9d70-84cae565a2ad => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 346/696] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:23 2026] PUT /v2.0/routers/2f989296-7589-4705-a51f-7dd65997d34a/add_router_interface => generated 309 bytes in 997 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 351/697] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:24 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/698] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:24 2026] GET /v2.0/ports/5fac0935-8823-4051-a435-16d1d9a8806b => generated 959 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/699] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:24 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&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: 347/700] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:24 2026] DELETE /v2.0/networks/bafc7048-db62-4f28-a68b-d357237d9e93 => 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: 348/701] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:24 2026] POST /v2.0/ports => generated 779 bytes in 238 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:00:24.986 8 INFO neutron.services.segments.plugin [-] Segment 66c70cc5-96cf-4b43-bd4a-026ca620ddb7 resource provider aggregate not found 2026-05-10 02:00:24.998 8 INFO neutron.services.segments.plugin [-] Segment 66c70cc5-96cf-4b43-bd4a-026ca620ddb7 resource provider aggregate not found 2026-05-10 02:00:25.005 8 INFO neutron.services.segments.plugin [-] Segment 66c70cc5-96cf-4b43-bd4a-026ca620ddb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66c70cc5-96cf-4b43-bd4a-026ca620ddb7 found for delete ", "request_id": "req-beaf78db-f750-4936-920c-21718c5cd0bb"}]} 2026-05-10 02:00:25.022 8 INFO neutron.services.segments.plugin [-] Segment 66c70cc5-96cf-4b43-bd4a-026ca620ddb7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 66c70cc5-96cf-4b43-bd4a-026ca620ddb7 found for delete ", "request_id": "req-fd5c3aca-3442-4ebc-9eb4-2b4db2e0773e"}]} [pid: 8|app: 0|req: 349/702] 10.0.0.189 () {34 vars in 737 bytes} [Sun May 10 02:00:24 2026] PUT /v2.0/ports/a766ec8e-8e98-4652-97a3-871b35dfc860 => generated 752 bytes in 202 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: 350/703] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:25 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:25.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-dfb62d45-4566-4cf7-bdbf-b6dd2b4afbb8 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] TaaS: Handle Delete Port: a766ec8e-8e98-4652-97a3-871b35dfc860 2026-05-10 02:00:25.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dfb62d45-4566-4cf7-bdbf-b6dd2b4afbb8 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] Tap Mirror: Handle Delete Port: a766ec8e-8e98-4652-97a3-871b35dfc860 [pid: 8|app: 0|req: 351/704] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:25 2026] DELETE /v2.0/ports/a766ec8e-8e98-4652-97a3-871b35dfc860 => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/705] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:25 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/706] 10.0.0.189 () {32 vars in 643 bytes} [Sun May 10 02:00:25 2026] GET /v2.0/ports => generated 782 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:25.472 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a85a4c54-0b78-4a7e-b6ed-550fbcfce614 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 354/707] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:25 2026] GET /v2.0/ports/a766ec8e-8e98-4652-97a3-871b35dfc860 => 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: 355/708] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:25 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 975 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/709] 10.0.0.189 () {32 vars in 643 bytes} [Sun May 10 02:00:25 2026] GET /v2.0/ports => generated 782 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 354/710] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:24 2026] PUT /v2.0/routers/2f989296-7589-4705-a51f-7dd65997d34a/add_router_interface => generated 309 bytes in 1115 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 355/711] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:25 2026] GET /v2.0/ports/303d1d11-ecdb-4027-842e-34c3a3574a3c => generated 779 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/712] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:25 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 973 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 357/713] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:25 2026] GET /v2.0/ports/47af29a8-5fae-4ea7-a523-8810e82ee363 => generated 967 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:25.853 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8b016baa-bad5-4e27-b9bb-dee79cd9ef8b f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 358/714] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:25 2026] DELETE /v2.0/ports/1b1baebd-9387-49d4-b240-a83b29217353 => 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: 359/715] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:25 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:25.994 8 INFO neutron.db.l3_db [None req-d3d068cb-86c6-4b2d-bb10-b64930a58bc3 3b3ef1bd1cde4af2b7b33d9901dd60d7 0622b6644e9748eea9e7f270b12bd76a - - default default] Floating IP 024559e5-42c3-4569-b483-39f72c17865c associated. External IP: 10.96.250.209, port: 08307f8c-e162-44b2-8ef5-641e681cd285. 2026-05-10 02:00:26.202 7 INFO neutron_taas.services.taas.taas_plugin [None req-074921ee-6cf9-4ac0-88fd-b4591dfb1239 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] TaaS: Handle Delete Port: 47af29a8-5fae-4ea7-a523-8810e82ee363 2026-05-10 02:00:26.206 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-074921ee-6cf9-4ac0-88fd-b4591dfb1239 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Tap Mirror: Handle Delete Port: 47af29a8-5fae-4ea7-a523-8810e82ee363 [pid: 8|app: 0|req: 357/716] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:00:25 2026] PUT /v2.0/floatingips/024559e5-42c3-4569-b483-39f72c17865c => generated 856 bytes in 748 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:26.313 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b389f4a7-b8a0-4dac-a8c9-f532132a79b1 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 358/717] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:26 2026] DELETE /v2.0/subnets/0f0fa688-edeb-4e28-9d70-84cae565a2ad => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:26.339 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-b5094187-810b-48c8-8c39-718b9924e2e5'] response: {'name': 'network-changed', 'server_uuid': 'b22c942f-de7f-496b-b9c6-fecc8f5f97f9', 'tag': '08307f8c-e162-44b2-8ef5-641e681cd285', 'status': 'completed', 'code': 200} 2026-05-10 02:00:26.345 8 INFO neutron.pecan_wsgi.hooks.translation [None req-abde1728-9021-4672-933d-061bb7d9a841 f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 359/718] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:26 2026] DELETE /v2.0/subnets/a312beaa-b95c-4c46-976b-9eefbf033ae7 => generated 136 bytes in 29 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 360/719] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:26 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:26.466 8 INFO neutron_taas.services.taas.taas_plugin [None req-0a13de35-248f-48d6-a62f-f4b2f64d6b8c f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] TaaS: Handle Delete Port: 303d1d11-ecdb-4027-842e-34c3a3574a3c 2026-05-10 02:00:26.469 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0a13de35-248f-48d6-a62f-f4b2f64d6b8c f60d83f51f044a7c924ac7279ea34b89 279ca931f0bc4230a115097b31cb6266 - - default default] Tap Mirror: Handle Delete Port: 303d1d11-ecdb-4027-842e-34c3a3574a3c [pid: 8|app: 0|req: 361/720] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:26 2026] DELETE /v2.0/ports/303d1d11-ecdb-4027-842e-34c3a3574a3c => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 362/721] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:26 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 360/722] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:25 2026] PUT /v2.0/routers/2f989296-7589-4705-a51f-7dd65997d34a/remove_router_interface => generated 309 bytes in 732 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 363/723] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:26 2026] DELETE /v2.0/networks/4256bb6a-5d63-4324-b734-e0a90c18f8ff => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 364/724] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:26 2026] GET /v2.0/ports?tenant_id=0622b6644e9748eea9e7f270b12bd76a&device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => 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: 365/725] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:26 2026] GET /v2.0/networks?id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 780 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:26.998 7 INFO neutron_taas.services.taas.taas_plugin [None req-d689045e-e0b6-462c-bf72-7cc2f90644fb 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] TaaS: Handle Delete Port: 5fac0935-8823-4051-a435-16d1d9a8806b 2026-05-10 02:00:27.001 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d689045e-e0b6-462c-bf72-7cc2f90644fb 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Tap Mirror: Handle Delete Port: 5fac0935-8823-4051-a435-16d1d9a8806b 2026-05-10 02:00:27.043 8 INFO neutron.services.segments.plugin [-] Segment b99568ed-e22b-4505-bae7-0c1e3a7c875d resource provider aggregate not found 2026-05-10 02:00:27.050 8 INFO neutron.services.segments.plugin [-] Segment b99568ed-e22b-4505-bae7-0c1e3a7c875d resource provider aggregate not found 2026-05-10 02:00:27.069 8 INFO neutron.services.segments.plugin [-] Segment b99568ed-e22b-4505-bae7-0c1e3a7c875d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b99568ed-e22b-4505-bae7-0c1e3a7c875d found for delete ", "request_id": "req-ea561a4e-8f48-4321-acf1-730102bdd5da"}]} 2026-05-10 02:00:27.079 8 INFO neutron.services.segments.plugin [-] Segment b99568ed-e22b-4505-bae7-0c1e3a7c875d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b99568ed-e22b-4505-bae7-0c1e3a7c875d found for delete ", "request_id": "req-22ecb73d-41f1-4ac7-8e9c-118e6a2343d2"}]} [pid: 8|app: 0|req: 366/726] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:26 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 975 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/727] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:00:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08307f8c-e162-44b2-8ef5-641e681cd285 => generated 859 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 368/728] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:27 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&fields=id&fields=name => generated 114 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/729] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:27 2026] GET /v2.0/subnets?id=93874e2e-3ff7-4746-95b5-0b45493aab35 => generated 702 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 370/730] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:27 2026] GET /v2.0/ports?network_id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a&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: 371/731] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:27 2026] GET /v2.0/security-groups?tenant_id=279ca931f0bc4230a115097b31cb6266&name=default => generated 2925 bytes in 147 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 372/732] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:27 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?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: 361/733] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:26 2026] PUT /v2.0/routers/2f989296-7589-4705-a51f-7dd65997d34a/remove_router_interface => generated 309 bytes in 822 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 362/734] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:27 2026] GET /v2.0/ports?device_id=2f989296-7589-4705-a51f-7dd65997d34a => 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: 363/735] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:27 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 373/736] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:27 2026] DELETE /v2.0/security-groups/4c20ef9f-efd0-4f0b-8507-d776eab8c66b => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:00:27.699 7 INFO neutron_taas.services.taas.taas_plugin [None req-3a4994bc-a03e-4c4d-bbb3-d964ec060b80 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] TaaS: Handle Delete Port: 2548c32f-1460-4622-9d26-881379760a42 2026-05-10 02:00:27.702 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a4994bc-a03e-4c4d-bbb3-d964ec060b80 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Tap Mirror: Handle Delete Port: 2548c32f-1460-4622-9d26-881379760a42 2026-05-10 02:00:28.020 7 INFO neutron.services.segments.plugin [-] Segment c93a685f-35c2-46f2-90d4-b2df0356109a resource provider aggregate not found 2026-05-10 02:00:28.028 7 INFO neutron.services.segments.plugin [-] Segment c93a685f-35c2-46f2-90d4-b2df0356109a resource provider aggregate not found 2026-05-10 02:00:28.047 7 INFO neutron.services.segments.plugin [-] Segment c93a685f-35c2-46f2-90d4-b2df0356109a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c93a685f-35c2-46f2-90d4-b2df0356109a found for delete ", "request_id": "req-2e1f54b1-c464-4d04-9891-3ff5a6b6f840"}]} 2026-05-10 02:00:28.050 7 INFO neutron.services.segments.plugin [-] Segment c93a685f-35c2-46f2-90d4-b2df0356109a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c93a685f-35c2-46f2-90d4-b2df0356109a found for delete ", "request_id": "req-f9c7f7dc-59e8-4466-8bed-de5a4bfb1a76"}]} 2026-05-10 02:00:28.054 7 INFO neutron.db.l3_hamode_db [None req-3a4994bc-a03e-4c4d-bbb3-d964ec060b80 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] HA network 1feed7ba-5897-4e83-849f-48b6f0fdf8a1 was deleted as no HA routers are present in tenant 2b03f97ffbb243508ffd74e1301a7305. [pid: 7|app: 0|req: 364/737] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:27 2026] DELETE /v2.0/routers/2f989296-7589-4705-a51f-7dd65997d34a => generated 0 bytes in 526 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/738] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:28 2026] DELETE /v2.0/subnets/6f02b07d-2a04-40d7-9ba5-3b148e189e85 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/739] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:28 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 975 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 376/740] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:28 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&fields=id&fields=name => generated 114 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/741] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:28 2026] DELETE /v2.0/subnets/ee8db1f4-94df-454d-b5a4-04a9c34ca38c => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/742] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:28 2026] DELETE /v2.0/networks/d3585eda-090c-4d35-b02b-b226a697a8f8 => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/743] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:28 2026] DELETE /v2.0/networks/7a48702b-ff34-4f7a-bbf2-3daac550f499 => generated 0 bytes in 105 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:28.756 8 INFO neutron.db.segments_db [None req-61efe2a8-06bf-485a-8a39-3222b6d39026 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Added segment 19915c53-3c82-4e01-9d63-7123a21b5531 of type vxlan for network bb7cf0c6-ba2c-470a-9e07-5d95198c8881 [pid: 8|app: 0|req: 378/744] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:28 2026] POST /v2.0/networks => generated 634 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:29.088 8 INFO neutron.services.segments.plugin [-] Segment af64fcbf-cde2-456b-813f-407126aad111 resource provider aggregate not found [pid: 7|app: 0|req: 367/745] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:28 2026] POST /v2.0/subnets => generated 646 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:29.099 8 INFO neutron.services.segments.plugin [-] Segment af64fcbf-cde2-456b-813f-407126aad111 resource provider aggregate not found 2026-05-10 02:00:29.103 8 INFO neutron.services.segments.plugin [-] Segment af64fcbf-cde2-456b-813f-407126aad111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af64fcbf-cde2-456b-813f-407126aad111 found for delete ", "request_id": "req-59787fe8-c1be-4cd6-9349-765dda622df2"}]} 2026-05-10 02:00:29.110 8 INFO neutron.services.segments.plugin [-] Segment af64fcbf-cde2-456b-813f-407126aad111 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid af64fcbf-cde2-456b-813f-407126aad111 found for delete ", "request_id": "req-9505a4c7-4a49-4cad-9f4f-190cb2b9e2c0"}]} 2026-05-10 02:00:29.147 8 INFO neutron.db.segments_db [None req-be04bb9a-ca5c-4f6c-9822-f23868f0998c 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Added segment 4396f5a5-abbd-4579-b935-831f89f3cc06 of type vxlan for network e97170c5-c7ef-4cca-b1c3-b0b2090b64f8 2026-05-10 02:00:29.371 8 INFO neutron.db.l3_hamode_db [None req-be04bb9a-ca5c-4f6c-9822-f23868f0998c 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:29.488 8 INFO neutron.db.l3_hamode_db [None req-be04bb9a-ca5c-4f6c-9822-f23868f0998c 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:29.641 7 INFO neutron.db.segments_db [None req-75e0711b-2a3b-4b9e-9441-5637f99b5677 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] Added segment 5b141d35-f185-4fc3-911e-4446a23ebf24 of type vxlan for network 9025e680-1c7a-4693-bec0-d879f46a04cf [pid: 7|app: 0|req: 370/748] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:29 2026] POST /v2.0/networks => generated 645 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 371/749] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:29 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 975 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 372/750] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:29 2026] POST /v2.0/ports => generated 775 bytes in 239 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: 373/751] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:30 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:30.067 7 INFO neutron.services.segments.plugin [-] Segment f3668724-b169-432e-ae07-20d7241cbb2a resource provider aggregate not found 2026-05-10 02:00:30.077 7 INFO neutron.services.segments.plugin [-] Segment f3668724-b169-432e-ae07-20d7241cbb2a resource provider aggregate not found [pid: 8|app: 0|req: 379/752] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:29 2026] POST /v2.0/routers => generated 511 bytes in 986 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:30.104 7 INFO neutron.services.segments.plugin [-] Segment f3668724-b169-432e-ae07-20d7241cbb2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3668724-b169-432e-ae07-20d7241cbb2a found for delete ", "request_id": "req-df8bbbdb-43cc-475a-9856-054a0667a568"}]} 2026-05-10 02:00:30.105 7 INFO neutron.services.segments.plugin [-] Segment f3668724-b169-432e-ae07-20d7241cbb2a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f3668724-b169-432e-ae07-20d7241cbb2a found for delete ", "request_id": "req-3a6c6c72-bdc8-444c-9dde-27cf37c165e7"}]} 2026-05-10 02:00:30.109 7 INFO neutron.db.segments_db [None req-c3516f3f-1d0f-4893-acae-25160e851d2c 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] Added segment 58f319eb-e70a-4113-8b44-af329dddf0ca of type vxlan for network 4141656c-0a06-4782-af14-5c4168d3d9fa [pid: 7|app: 0|req: 374/753] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:30 2026] POST /v2.0/networks => generated 631 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 375/754] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:30 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 975 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 380/755] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:30 2026] POST /v2.0/ports => generated 963 bytes in 310 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: 376/756] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:30 2026] POST /v2.0/subnets => generated 626 bytes in 243 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:30.970 8 INFO neutron.db.l3_db [None req-f00e7ef5-ca1c-4263-91e9-7de17f5bcd8d 5fcc0ee9be334430919204deb3d4f24a 88a612e51587494aba23971be3af1276 - - default default] Floating IP 8597062d-d3e1-44dd-aee4-3cf6de631d15 associated. External IP: 10.96.250.219, port: 585bdb46-e8e2-4395-af58-404a18edb219. [pid: 8|app: 0|req: 381/757] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:00:30 2026] PUT /v2.0/floatingips/8597062d-d3e1-44dd-aee4-3cf6de631d15 => generated 856 bytes in 840 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:31.289 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-1593b24d-f66c-40f5-ac04-b58bb9296b3f'] response: {'name': 'network-changed', 'server_uuid': 'c129f466-3c68-4315-b37a-0f1f5d7b6a30', 'tag': '585bdb46-e8e2-4395-af58-404a18edb219', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 377/758] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:30 2026] PUT /v2.0/routers/e49fc7b2-2206-46a7-83ea-e253774d78d6/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: 378/759] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:31 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 975 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 379/760] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:31 2026] GET /v2.0/ports/cc9cb123-0d8d-4f06-b252-1d321e4a1c12 => generated 1037 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 382/761] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:31 2026] POST /v2.0/ports => generated 950 bytes in 351 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: 380/762] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:31 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&fields=id&fields=name => generated 114 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:31.726 7 INFO neutron_taas.services.taas.taas_plugin [None req-5d1b63c4-f6e1-473f-b619-e8ab2aea3d0c 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] TaaS: Handle Delete Port: 1dffca8f-5b38-42a2-b699-a0c85e8d3a26 2026-05-10 02:00:31.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5d1b63c4-f6e1-473f-b619-e8ab2aea3d0c 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] Tap Mirror: Handle Delete Port: 1dffca8f-5b38-42a2-b699-a0c85e8d3a26 [pid: 7|app: 0|req: 381/763] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:31 2026] DELETE /v2.0/ports/1dffca8f-5b38-42a2-b699-a0c85e8d3a26 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:31.944 8 INFO neutron_taas.services.taas.taas_plugin [None req-c4d192e1-347f-4713-b264-0f2df4c6b5dd 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] TaaS: Handle Delete Port: cc9cb123-0d8d-4f06-b252-1d321e4a1c12 2026-05-10 02:00:31.947 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c4d192e1-347f-4713-b264-0f2df4c6b5dd 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Tap Mirror: Handle Delete Port: cc9cb123-0d8d-4f06-b252-1d321e4a1c12 [pid: 7|app: 0|req: 382/764] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:31 2026] GET /v2.0/ports?tenant_id=88a612e51587494aba23971be3af1276&device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 1244 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:00:31.975 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f3cb4efe-19db-48aa-ba63-9102a84f57c8 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 383/765] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:31 2026] DELETE /v2.0/ports/1dffca8f-5b38-42a2-b699-a0c85e8d3a26 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 384/766] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:31 2026] GET /v2.0/networks?id=b204ad29-4c98-4a70-8762-6dba65a40af7 => generated 774 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:32.030 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9c355d1-babc-4a4c-a7c7-19e890253fc1 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 385/767] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:32 2026] GET /v2.0/ports/1dffca8f-5b38-42a2-b699-a0c85e8d3a26 => 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: 386/768] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:32 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/769] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:00:32 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.11&port_id=585bdb46-e8e2-4395-af58-404a18edb219 => generated 859 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 388/770] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:32 2026] DELETE /v2.0/subnets/99abdb96-3edd-4619-b41f-ea2200309529 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/771] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:32 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&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: 390/772] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:32 2026] GET /v2.0/subnets?id=2a0184d3-f847-4774-99ef-2e5da63e83a9 => generated 698 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/773] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:31 2026] PUT /v2.0/routers/e49fc7b2-2206-46a7-83ea-e253774d78d6/remove_router_interface => generated 309 bytes in 736 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: 384/774] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:32 2026] GET /v2.0/ports?network_id=b204ad29-4c98-4a70-8762-6dba65a40af7&device_owner=network%3Adhcp => generated 1244 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:00:32.401 7 INFO neutron.services.segments.plugin [-] Segment 58f319eb-e70a-4113-8b44-af329dddf0ca resource provider aggregate not found 2026-05-10 02:00:32.402 7 INFO neutron.services.segments.plugin [-] Segment 58f319eb-e70a-4113-8b44-af329dddf0ca resource provider aggregate not found 2026-05-10 02:00:32.420 7 INFO neutron.services.segments.plugin [-] Segment 58f319eb-e70a-4113-8b44-af329dddf0ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f319eb-e70a-4113-8b44-af329dddf0ca found for delete ", "request_id": "req-ddb6e1cd-1038-4c17-98a9-8879d6217db1"}]} 2026-05-10 02:00:32.421 7 INFO neutron.services.segments.plugin [-] Segment 58f319eb-e70a-4113-8b44-af329dddf0ca resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58f319eb-e70a-4113-8b44-af329dddf0ca found for delete ", "request_id": "req-a57aaa1b-753a-4334-ae8b-ac9f9f2f6556"}]} [pid: 7|app: 0|req: 391/775] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:32 2026] DELETE /v2.0/networks/4141656c-0a06-4782-af14-5c4168d3d9fa => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:32.464 8 INFO neutron.api.v2.resource [None req-76813bfb-3d6d-4e49-b3c9-4d2d48c1bbdf 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 385/776] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:32 2026] PUT /v2.0/routers/e49fc7b2-2206-46a7-83ea-e253774d78d6/remove_router_interface => generated 197 bytes in 99 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/777] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:32 2026] GET /v2.0/networks/b204ad29-4c98-4a70-8762-6dba65a40af7?fields=segments => generated 14 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 393/778] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:32 2026] GET /v2.0/ports?device_id=e49fc7b2-2206-46a7-83ea-e253774d78d6 => generated 12 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:32.517 8 INFO neutron.db.segments_db [None req-8a98c807-1d36-416c-aeda-861ba7049838 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] Added segment 1f223c55-64ee-4222-bc63-6530fbb2f5c6 of type vxlan for network 6020ebb3-a615-48f3-a1e6-6d46e32fae04 [pid: 7|app: 0|req: 394/779] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:32 2026] GET /v2.0/networks/b204ad29-4c98-4a70-8762-6dba65a40af7?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: 386/780] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:32 2026] POST /v2.0/networks => generated 632 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:32.723 7 INFO neutron_taas.services.taas.taas_plugin [None req-be949bdd-5d29-43cd-b1c5-109f505c83d4 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] TaaS: Handle Delete Port: a230bef1-bbbe-42b8-b345-7ac3ef5578a4 2026-05-10 02:00:32.726 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be949bdd-5d29-43cd-b1c5-109f505c83d4 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Tap Mirror: Handle Delete Port: a230bef1-bbbe-42b8-b345-7ac3ef5578a4 [pid: 8|app: 0|req: 387/781] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:32 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) 2026-05-10 02:00:33.044 7 INFO neutron.db.l3_hamode_db [None req-be949bdd-5d29-43cd-b1c5-109f505c83d4 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] HA network e97170c5-c7ef-4cca-b1c3-b0b2090b64f8 was deleted as no HA routers are present in tenant 2b03f97ffbb243508ffd74e1301a7305. [pid: 7|app: 0|req: 395/782] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:32 2026] DELETE /v2.0/routers/e49fc7b2-2206-46a7-83ea-e253774d78d6 => generated 0 bytes in 495 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 388/783] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:32 2026] POST /v2.0/ports => generated 916 bytes in 292 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 396/784] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:33 2026] DELETE /v2.0/subnets/d97d6b07-b65c-41c2-b56e-33cfa9978847 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:33.242 8 INFO neutron_taas.services.taas.taas_plugin [None req-a1d18b73-7818-437e-ad6d-5d2d7f7adc3f 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] TaaS: Handle Delete Port: 60325eb7-3b44-4c74-87fe-2dda69645e05 2026-05-10 02:00:33.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a1d18b73-7818-437e-ad6d-5d2d7f7adc3f 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] Tap Mirror: Handle Delete Port: 60325eb7-3b44-4c74-87fe-2dda69645e05 [pid: 7|app: 0|req: 397/785] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:33 2026] DELETE /v2.0/networks/bb7cf0c6-ba2c-470a-9e07-5d95198c8881 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/786] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:33 2026] DELETE /v2.0/ports/60325eb7-3b44-4c74-87fe-2dda69645e05 => generated 0 bytes in 247 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/787] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:33 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:33.391 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ed92a1e3-40ab-4afe-b79c-514da5c2ed11 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 399/788] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:33 2026] GET /v2.0/ports/60325eb7-3b44-4c74-87fe-2dda69645e05 => generated 132 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:33.416 8 INFO neutron.db.segments_db [None req-65794653-faf6-4239-b6bb-801c4c97ab8b 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Added segment 380f1450-d2b7-4f14-8f1b-fcfceb62b905 of type vxlan for network 63bf0126-4deb-4e14-ab58-404994506517 [pid: 7|app: 0|req: 400/789] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:33 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&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: 390/790] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:33 2026] POST /v2.0/networks => generated 634 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/791] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:33 2026] DELETE /v2.0/subnets/0ac1d6be-a05b-4d63-a1ca-bf0b40b70725 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 402/792] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:33 2026] DELETE /v2.0/networks/6020ebb3-a615-48f3-a1e6-6d46e32fae04 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/793] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:33 2026] POST /v2.0/subnets => generated 646 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:33.737 8 INFO neutron.db.segments_db [None req-99791c89-6263-4ccb-b6eb-b8ad377ba10f 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Added segment eddc45d8-1f8d-4907-bdcd-dc4a2b12a79e of type vxlan for network 96778a21-7e81-4b78-953f-5a40d676bc87 [pid: 7|app: 0|req: 403/794] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:33 2026] POST /v2.0/ports => generated 774 bytes in 234 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:00:33.945 8 INFO neutron.db.l3_hamode_db [None req-99791c89-6263-4ccb-b6eb-b8ad377ba10f 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:34.048 8 INFO neutron.db.l3_hamode_db [None req-99791c89-6263-4ccb-b6eb-b8ad377ba10f 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 404/795] 10.0.0.189 () {34 vars in 737 bytes} [Sun May 10 02:00:33 2026] PUT /v2.0/ports/563117b7-9432-4d92-b1c0-614ab9863482 => generated 752 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:00:34.171 7 INFO neutron_taas.services.taas.taas_plugin [None req-7082abe3-b896-4697-88b6-c07c3da66e41 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] TaaS: Handle Delete Port: 563117b7-9432-4d92-b1c0-614ab9863482 2026-05-10 02:00:34.174 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7082abe3-b896-4697-88b6-c07c3da66e41 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] Tap Mirror: Handle Delete Port: 563117b7-9432-4d92-b1c0-614ab9863482 [pid: 7|app: 0|req: 405/796] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:34 2026] DELETE /v2.0/ports/563117b7-9432-4d92-b1c0-614ab9863482 => 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: 406/797] 10.0.0.189 () {32 vars in 643 bytes} [Sun May 10 02:00:34 2026] GET /v2.0/ports => generated 778 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:34.314 7 INFO neutron.pecan_wsgi.hooks.translation [None req-81d5064c-6d0f-45fa-9d52-ebcb2a2c1c50 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 407/798] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:34 2026] GET /v2.0/ports/563117b7-9432-4d92-b1c0-614ab9863482 => generated 132 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 408/799] 10.0.0.189 () {32 vars in 643 bytes} [Sun May 10 02:00:34 2026] GET /v2.0/ports => generated 778 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 409/800] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:34 2026] GET /v2.0/ports/0fa0b945-420e-481c-bf69-a3e4209f8ed3 => generated 775 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:34.404 7 INFO neutron.pecan_wsgi.hooks.translation [None req-36bec4f3-05c5-4d84-8096-cafd88187606 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 410/801] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:34 2026] DELETE /v2.0/ports/60325eb7-3b44-4c74-87fe-2dda69645e05 => generated 132 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/802] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:00:34 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 975 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:34.443 7 INFO neutron.services.segments.plugin [-] Segment 4396f5a5-abbd-4579-b935-831f89f3cc06 resource provider aggregate not found 2026-05-10 02:00:34.450 7 INFO neutron.services.segments.plugin [-] Segment 4396f5a5-abbd-4579-b935-831f89f3cc06 resource provider aggregate not found 2026-05-10 02:00:34.465 7 INFO neutron.pecan_wsgi.hooks.translation [None req-26377efb-d72d-4648-92f1-1ca14c6016aa 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 412/803] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:34 2026] DELETE /v2.0/subnets/0ac1d6be-a05b-4d63-a1ca-bf0b40b70725 => generated 136 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:34.469 7 INFO neutron.services.segments.plugin [-] Segment 4396f5a5-abbd-4579-b935-831f89f3cc06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4396f5a5-abbd-4579-b935-831f89f3cc06 found for delete ", "request_id": "req-59df9dcb-8b30-43e7-978e-c83e98a76dfd"}]} 2026-05-10 02:00:34.472 7 INFO neutron.services.segments.plugin [-] Segment 4396f5a5-abbd-4579-b935-831f89f3cc06 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4396f5a5-abbd-4579-b935-831f89f3cc06 found for delete ", "request_id": "req-a8ece062-ebd8-465e-986f-1f1ca886b2e7"}]} 2026-05-10 02:00:34.484 7 INFO neutron.services.segments.plugin [-] Segment 19915c53-3c82-4e01-9d63-7123a21b5531 resource provider aggregate not found 2026-05-10 02:00:34.496 7 INFO neutron.services.segments.plugin [-] Segment 19915c53-3c82-4e01-9d63-7123a21b5531 resource provider aggregate not found 2026-05-10 02:00:34.508 7 INFO neutron.services.segments.plugin [-] Segment 19915c53-3c82-4e01-9d63-7123a21b5531 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19915c53-3c82-4e01-9d63-7123a21b5531 found for delete ", "request_id": "req-2f8fc552-3c1e-4b52-b2f5-61748b244bfb"}]} 2026-05-10 02:00:34.510 7 INFO neutron.services.segments.plugin [-] Segment 19915c53-3c82-4e01-9d63-7123a21b5531 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 19915c53-3c82-4e01-9d63-7123a21b5531 found for delete ", "request_id": "req-dcb1bcdd-9d9b-4148-aeb9-9a499900e64c"}]} 2026-05-10 02:00:34.525 7 INFO neutron.services.segments.plugin [-] Segment 1f223c55-64ee-4222-bc63-6530fbb2f5c6 resource provider aggregate not found 2026-05-10 02:00:34.528 7 INFO neutron.services.segments.plugin [-] Segment 1f223c55-64ee-4222-bc63-6530fbb2f5c6 resource provider aggregate not found 2026-05-10 02:00:34.548 7 INFO neutron.services.segments.plugin [-] Segment 1f223c55-64ee-4222-bc63-6530fbb2f5c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f223c55-64ee-4222-bc63-6530fbb2f5c6 found for delete ", "request_id": "req-3bd5150e-0d87-4866-98b9-c3cbcca57ca4"}]} 2026-05-10 02:00:34.548 7 INFO neutron.services.segments.plugin [-] Segment 1f223c55-64ee-4222-bc63-6530fbb2f5c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1f223c55-64ee-4222-bc63-6530fbb2f5c6 found for delete ", "request_id": "req-feca5b0b-c66b-4555-a242-1a2091200249"}]} 2026-05-10 02:00:34.592 7 INFO neutron_taas.services.taas.taas_plugin [req-810ff7c2-a21d-47a8-810a-1736412622c5 req-d2e08c53-30e2-4136-9993-c4cccad9c59e 5fcc0ee9be334430919204deb3d4f24a 88a612e51587494aba23971be3af1276 - - default default] TaaS: Handle Delete Port: 585bdb46-e8e2-4395-af58-404a18edb219 2026-05-10 02:00:34.595 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-810ff7c2-a21d-47a8-810a-1736412622c5 req-d2e08c53-30e2-4136-9993-c4cccad9c59e 5fcc0ee9be334430919204deb3d4f24a 88a612e51587494aba23971be3af1276 - - default default] Tap Mirror: Handle Delete Port: 585bdb46-e8e2-4395-af58-404a18edb219 [pid: 8|app: 0|req: 392/804] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:33 2026] POST /v2.0/routers => generated 511 bytes in 933 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:34.639 8 INFO neutron.pecan_wsgi.hooks.translation [None req-97b94275-790a-4b65-b7d9-9bf328b64a37 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 393/805] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:34 2026] DELETE /v2.0/subnets/99abdb96-3edd-4619-b41f-ea2200309529 => 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: 394/806] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:34 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 975 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:34.796 7 INFO neutron.db.l3_db [req-810ff7c2-a21d-47a8-810a-1736412622c5 req-d2e08c53-30e2-4136-9993-c4cccad9c59e 5fcc0ee9be334430919204deb3d4f24a 88a612e51587494aba23971be3af1276 - - default default] Floating IP 8597062d-d3e1-44dd-aee4-3cf6de631d15 disassociated. External IP: 10.96.250.219, port: 585bdb46-e8e2-4395-af58-404a18edb219. [pid: 7|app: 0|req: 413/807] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:00:34 2026] DELETE /v2.0/ports/585bdb46-e8e2-4395-af58-404a18edb219 => generated 0 bytes in 697 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:35.195 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-0ac69ea4-1b24-46d3-953d-853eb5e4430c'] response: {'server_uuid': 'c129f466-3c68-4315-b37a-0f1f5d7b6a30', 'name': 'network-vif-deleted', 'tag': '585bdb46-e8e2-4395-af58-404a18edb219', 'status': 'completed', 'code': 200} 2026-05-10 02:00:35.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-632edce2-93dc-4e36-83af-5a63e7854d33 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] TaaS: Handle Delete Port: 0fa0b945-420e-481c-bf69-a3e4209f8ed3 2026-05-10 02:00:35.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-632edce2-93dc-4e36-83af-5a63e7854d33 44d63ef8c6814d419c13f8a164ca1f3e 963b3075db5145cf9229b5cc9ea80955 - - default default] Tap Mirror: Handle Delete Port: 0fa0b945-420e-481c-bf69-a3e4209f8ed3 [pid: 7|app: 0|req: 414/808] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:00:35 2026] DELETE /v2.0/ports/0fa0b945-420e-481c-bf69-a3e4209f8ed3 => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 415/809] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:35 2026] GET /v2.0/security-groups?id=26a48e56-b0b9-4377-9ccb-d942f876ae5e&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: 416/810] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:35 2026] DELETE /v2.0/networks/9025e680-1c7a-4693-bec0-d879f46a04cf => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/811] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:34 2026] PUT /v2.0/routers/c801b2f5-1271-48b0-8121-0204120731b1/add_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/812] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:35 2026] GET /v2.0/ports/34227d76-b460-4752-adfa-22f91a8bf49e => generated 959 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:35.962 8 INFO neutron_taas.services.taas.taas_plugin [None req-e082fce7-3d2a-464f-9a0f-ca229bfa6304 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] TaaS: Handle Delete Port: 34227d76-b460-4752-adfa-22f91a8bf49e 2026-05-10 02:00:35.965 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e082fce7-3d2a-464f-9a0f-ca229bfa6304 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Tap Mirror: Handle Delete Port: 34227d76-b460-4752-adfa-22f91a8bf49e [pid: 7|app: 0|req: 418/813] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:35 2026] GET /v2.0/security-groups?tenant_id=963b3075db5145cf9229b5cc9ea80955&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 419/814] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:36 2026] DELETE /v2.0/security-groups/447c6691-7d57-483f-b857-701039e4cc95 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/815] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:35 2026] PUT /v2.0/routers/c801b2f5-1271-48b0-8121-0204120731b1/remove_router_interface => generated 309 bytes in 661 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/816] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:36 2026] GET /v2.0/ports?device_id=c801b2f5-1271-48b0-8121-0204120731b1 => generated 12 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/817] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:36 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:36.552 8 INFO neutron_taas.services.taas.taas_plugin [None req-cff5e0e3-a6ac-42a9-a5c4-d7fdd8acc8f8 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] TaaS: Handle Delete Port: d4ca4553-70a5-472f-a615-2b6ec2fdad35 2026-05-10 02:00:36.555 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cff5e0e3-a6ac-42a9-a5c4-d7fdd8acc8f8 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Tap Mirror: Handle Delete Port: d4ca4553-70a5-472f-a615-2b6ec2fdad35 2026-05-10 02:00:36.567 7 INFO neutron.services.segments.plugin [-] Segment 5b141d35-f185-4fc3-911e-4446a23ebf24 resource provider aggregate not found 2026-05-10 02:00:36.571 7 INFO neutron.services.segments.plugin [-] Segment 5b141d35-f185-4fc3-911e-4446a23ebf24 resource provider aggregate not found 2026-05-10 02:00:36.590 7 INFO neutron.services.segments.plugin [-] Segment 5b141d35-f185-4fc3-911e-4446a23ebf24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b141d35-f185-4fc3-911e-4446a23ebf24 found for delete ", "request_id": "req-30136d22-9a81-41a3-8e71-2dc143aa9db4"}]} 2026-05-10 02:00:36.601 7 INFO neutron.services.segments.plugin [-] Segment 5b141d35-f185-4fc3-911e-4446a23ebf24 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5b141d35-f185-4fc3-911e-4446a23ebf24 found for delete ", "request_id": "req-782abf22-bf1e-4e4b-aca3-f692f30e415c"}]} 2026-05-10 02:00:36.869 8 INFO neutron.services.segments.plugin [-] Segment eddc45d8-1f8d-4907-bdcd-dc4a2b12a79e resource provider aggregate not found 2026-05-10 02:00:36.886 8 INFO neutron.services.segments.plugin [-] Segment eddc45d8-1f8d-4907-bdcd-dc4a2b12a79e resource provider aggregate not found 2026-05-10 02:00:36.896 8 INFO neutron.services.segments.plugin [-] Segment eddc45d8-1f8d-4907-bdcd-dc4a2b12a79e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eddc45d8-1f8d-4907-bdcd-dc4a2b12a79e found for delete ", "request_id": "req-fc7ae773-a9cd-4b99-9d11-21f74b50e51d"}]} 2026-05-10 02:00:36.919 8 INFO neutron.services.segments.plugin [-] Segment eddc45d8-1f8d-4907-bdcd-dc4a2b12a79e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid eddc45d8-1f8d-4907-bdcd-dc4a2b12a79e found for delete ", "request_id": "req-06b54516-f3c7-407b-a1b0-56d1f59efe94"}]} 2026-05-10 02:00:36.926 8 INFO neutron.db.l3_hamode_db [None req-cff5e0e3-a6ac-42a9-a5c4-d7fdd8acc8f8 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] HA network 96778a21-7e81-4b78-953f-5a40d676bc87 was deleted as no HA routers are present in tenant 2b03f97ffbb243508ffd74e1301a7305. [pid: 8|app: 0|req: 397/818] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:36 2026] DELETE /v2.0/routers/c801b2f5-1271-48b0-8121-0204120731b1 => generated 0 bytes in 536 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/819] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:36 2026] DELETE /v2.0/subnets/9469a219-4176-4a37-a6d5-53c0bcdc7c9b => generated 0 bytes in 160 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 398/820] 10.0.0.56 () {34 vars in 989 bytes} [Sun May 10 02:00:36 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 1244 bytes in 237 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/821] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:37 2026] DELETE /v2.0/networks/63bf0126-4deb-4e14-ab58-404994506517 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/822] 10.0.0.56 () {34 vars in 1039 bytes} [Sun May 10 02:00:37 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:37.275 7 INFO neutron.db.segments_db [None req-92707b81-5dad-434d-8f43-eb059102f0e3 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Added segment be41e64f-3e97-4bcb-b203-9c2b025c97a1 of type vxlan for network 09f7636e-a78e-46d1-839d-3297ddd4f6f6 2026-05-10 02:00:37.522 7 INFO neutron.db.l3_hamode_db [None req-92707b81-5dad-434d-8f43-eb059102f0e3 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 400/823] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:37 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:38.144 8 INFO neutron.db.segments_db [None req-a45a8c24-c94d-4ac6-8afd-d26937ca2818 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Added segment 594d901a-a064-4064-8855-5470abfba457 of type vxlan for network 6bd49670-701d-423f-8599-65c5836b07d6 [pid: 8|app: 0|req: 401/824] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:37 2026] POST /v2.0/networks => generated 630 bytes in 331 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:38.280 8 INFO neutron.db.segments_db [None req-ed0085a1-f5e2-4b95-8bab-4f833b6b0c7a f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Added segment a6504b31-bb26-48a0-ab2b-d6d3ece5e18e of type vxlan for network 2d9b16cd-82f6-4334-87cd-ab5feebc8871 2026-05-10 02:00:38.286 7 INFO neutron.db.l3_hamode_db [None req-92707b81-5dad-434d-8f43-eb059102f0e3 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 402/825] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:38 2026] POST /v2.0/networks => generated 630 bytes in 123 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 403/826] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:38 2026] POST /v2.0/subnets => generated 626 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:38.613 7 INFO neutron.services.segments.plugin [-] Segment 380f1450-d2b7-4f14-8f1b-fcfceb62b905 resource provider aggregate not found 2026-05-10 02:00:38.619 7 INFO neutron.services.segments.plugin [-] Segment 380f1450-d2b7-4f14-8f1b-fcfceb62b905 resource provider aggregate not found 2026-05-10 02:00:38.633 7 INFO neutron.services.segments.plugin [-] Segment 380f1450-d2b7-4f14-8f1b-fcfceb62b905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 380f1450-d2b7-4f14-8f1b-fcfceb62b905 found for delete ", "request_id": "req-01fc6cb1-c758-44fd-a670-80a22398e34c"}]} 2026-05-10 02:00:38.634 7 INFO neutron.services.segments.plugin [-] Segment 380f1450-d2b7-4f14-8f1b-fcfceb62b905 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 380f1450-d2b7-4f14-8f1b-fcfceb62b905 found for delete ", "request_id": "req-f190dfa4-f102-4ae2-a247-f4300311fea0"}]} [pid: 8|app: 0|req: 404/827] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:38 2026] POST /v2.0/subnets => generated 626 bytes in 199 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/828] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:38 2026] GET /v2.0/ports?device_id=c129f466-3c68-4315-b37a-0f1f5d7b6a30 => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:38.849 8 INFO neutron.db.segments_db [None req-0913fbdb-4d7a-45dc-bf9c-917615f26920 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Added segment 91f3e258-3d05-405c-a7a8-90c919955f97 of type vxlan for network b89d55ae-b370-418d-8845-8278121076d4 2026-05-10 02:00:39.085 8 INFO neutron.db.l3_hamode_db [None req-0913fbdb-4d7a-45dc-bf9c-917615f26920 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 424/829] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:37 2026] POST /v2.0/routers => generated 691 bytes in 1883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 425/830] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:00:39 2026] GET /v2.0/routers/b6be1f5a-4715-4d95-b283-3cc3f943178e => generated 697 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:39.216 8 INFO neutron.db.l3_hamode_db [None req-0913fbdb-4d7a-45dc-bf9c-917615f26920 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 426/831] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:00:39 2026] GET /v2.0/routers => generated 700 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/832] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:38 2026] POST /v2.0/routers => generated 507 bytes in 992 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 427/833] 10.0.0.189 () {34 vars in 741 bytes} [Sun May 10 02:00:39 2026] PUT /v2.0/routers/b6be1f5a-4715-4d95-b283-3cc3f943178e => generated 704 bytes in 773 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/834] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:40 2026] DELETE /v2.0/security-groups/26a48e56-b0b9-4377-9ccb-d942f876ae5e => 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: 429/835] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:00:40 2026] GET /v2.0/routers/b6be1f5a-4715-4d95-b283-3cc3f943178e => generated 704 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:40.186 7 INFO neutron.api.v2.resource [None req-aeb18e12-5846-4bd2-bc8c-7656f7a7fbed 5fcc0ee9be334430919204deb3d4f24a 88a612e51587494aba23971be3af1276 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 430/836] 10.0.0.189 () {32 vars in 737 bytes} [Sun May 10 02:00:40 2026] GET /v2.0/security-groups/26a48e56-b0b9-4377-9ccb-d942f876ae5e => 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: 431/837] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:40 2026] GET /v2.0/ports?device_id=b6be1f5a-4715-4d95-b283-3cc3f943178e => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:40.304 7 INFO neutron_taas.services.taas.taas_plugin [None req-78751062-628f-4997-bd40-b7c15c476584 5fcc0ee9be334430919204deb3d4f24a 88a612e51587494aba23971be3af1276 - - default default] TaaS: Handle Delete Port: 7f511976-c44f-4958-8832-9dd005a37454 2026-05-10 02:00:40.307 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-78751062-628f-4997-bd40-b7c15c476584 5fcc0ee9be334430919204deb3d4f24a 88a612e51587494aba23971be3af1276 - - default default] Tap Mirror: Handle Delete Port: 7f511976-c44f-4958-8832-9dd005a37454 [pid: 7|app: 0|req: 432/838] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:00:40 2026] DELETE /v2.0/floatingips/8597062d-d3e1-44dd-aee4-3cf6de631d15 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:00:40.688 7 INFO neutron_taas.services.taas.taas_plugin [None req-e57f3c29-5cb4-4d35-83e2-7ef02ac9509b 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] TaaS: Handle Delete Port: f3cc4ca2-c1e6-4a6a-889c-862483201add 2026-05-10 02:00:40.691 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e57f3c29-5cb4-4d35-83e2-7ef02ac9509b 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Tap Mirror: Handle Delete Port: f3cc4ca2-c1e6-4a6a-889c-862483201add 2026-05-10 02:00:40.928 7 INFO neutron_taas.services.taas.taas_plugin [None req-e57f3c29-5cb4-4d35-83e2-7ef02ac9509b 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] TaaS: Handle Delete Port: f3b9b7e9-3f4b-4ec5-a54b-a94ce9fe9d3c 2026-05-10 02:00:40.931 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e57f3c29-5cb4-4d35-83e2-7ef02ac9509b 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] Tap Mirror: Handle Delete Port: f3b9b7e9-3f4b-4ec5-a54b-a94ce9fe9d3c [pid: 8|app: 0|req: 407/839] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:39 2026] PUT /v2.0/routers/3fec0a12-9b36-4144-9d7a-77b9e67da350/add_router_interface => generated 309 bytes in 1123 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:41.239 7 INFO neutron.services.segments.plugin [-] Segment be41e64f-3e97-4bcb-b203-9c2b025c97a1 resource provider aggregate not found 2026-05-10 02:00:41.242 7 INFO neutron.services.segments.plugin [-] Segment be41e64f-3e97-4bcb-b203-9c2b025c97a1 resource provider aggregate not found 2026-05-10 02:00:41.259 7 INFO neutron.db.l3_hamode_db [None req-e57f3c29-5cb4-4d35-83e2-7ef02ac9509b 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] HA network 09f7636e-a78e-46d1-839d-3297ddd4f6f6 was deleted as no HA routers are present in tenant 2b03f97ffbb243508ffd74e1301a7305. 2026-05-10 02:00:41.260 7 INFO neutron.services.segments.plugin [-] Segment be41e64f-3e97-4bcb-b203-9c2b025c97a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be41e64f-3e97-4bcb-b203-9c2b025c97a1 found for delete ", "request_id": "req-6c8a3e04-0ed4-468a-be74-640dad569caf"}]} 2026-05-10 02:00:41.264 7 INFO neutron.services.segments.plugin [-] Segment be41e64f-3e97-4bcb-b203-9c2b025c97a1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid be41e64f-3e97-4bcb-b203-9c2b025c97a1 found for delete ", "request_id": "req-4948e3d5-8db3-4fd0-9e0b-01675e76b793"}]} [pid: 7|app: 0|req: 433/840] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:40 2026] DELETE /v2.0/routers/b6be1f5a-4715-4d95-b283-3cc3f943178e => generated 0 bytes in 808 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:00:41.300 8 INFO neutron_taas.services.taas.taas_plugin [None req-1de43421-6c73-4f8c-86e2-402df060a5bd 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: a9b012f3-5fca-4a84-afa9-9744a1a6a0df 2026-05-10 02:00:41.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1de43421-6c73-4f8c-86e2-402df060a5bd 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: a9b012f3-5fca-4a84-afa9-9744a1a6a0df [pid: 7|app: 0|req: 434/841] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:41 2026] GET /v2.0/ports/536297cc-75b8-42cf-a663-384ad09b12d2 => generated 955 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/842] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:41 2026] GET /v2.0/ports?device_id=b6be1f5a-4715-4d95-b283-3cc3f943178e => 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: 408/843] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:40 2026] PUT /v2.0/routers/e48cfb77-171d-458f-91ff-6268460348df/remove_router_interface => generated 309 bytes in 937 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:41.885 8 INFO neutron.api.v2.resource [None req-7a1bf120-b612-4c80-bf98-f587ce5f5c17 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 409/844] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:41 2026] DELETE /v2.0/routers/b6be1f5a-4715-4d95-b283-3cc3f943178e => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:42.085 8 INFO neutron_taas.services.taas.taas_plugin [None req-be52c13e-61cb-4ccb-a63f-ec6e17f1a980 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 54cc4fa9-5daf-41f3-a611-52dc072739c5 2026-05-10 02:00:42.089 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be52c13e-61cb-4ccb-a63f-ec6e17f1a980 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 54cc4fa9-5daf-41f3-a611-52dc072739c5 2026-05-10 02:00:42.371 8 INFO neutron_taas.services.taas.taas_plugin [None req-be52c13e-61cb-4ccb-a63f-ec6e17f1a980 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: dcc1b072-18d0-40a2-8be3-521d322722eb 2026-05-10 02:00:42.374 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-be52c13e-61cb-4ccb-a63f-ec6e17f1a980 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: dcc1b072-18d0-40a2-8be3-521d322722eb [pid: 7|app: 0|req: 436/845] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:41 2026] PUT /v2.0/routers/3fec0a12-9b36-4144-9d7a-77b9e67da350/add_router_interface => generated 309 bytes in 1139 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/846] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:42 2026] GET /v2.0/ports?device_id=c801b2f5-1271-48b0-8121-0204120731b1 => 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: 438/847] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:42 2026] GET /v2.0/ports/88db7e52-0055-4786-b2c2-691a724e3b73 => generated 955 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:42.575 7 INFO neutron.api.v2.resource [None req-fab0be5f-3d3c-425a-a075-a246623f675f 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 439/848] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:42 2026] DELETE /v2.0/routers/c801b2f5-1271-48b0-8121-0204120731b1 => generated 135 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:42.701 8 INFO neutron.services.segments.plugin [-] Segment c99d1e9f-33c8-463c-a21a-5eb8feb276b1 resource provider aggregate not found 2026-05-10 02:00:42.707 8 INFO neutron.services.segments.plugin [-] Segment c99d1e9f-33c8-463c-a21a-5eb8feb276b1 resource provider aggregate not found 2026-05-10 02:00:42.719 8 INFO neutron.services.segments.plugin [-] Segment c99d1e9f-33c8-463c-a21a-5eb8feb276b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c99d1e9f-33c8-463c-a21a-5eb8feb276b1 found for delete ", "request_id": "req-3c125881-15f9-47e8-8057-eb47910f63ab"}]} 2026-05-10 02:00:42.726 8 INFO neutron.services.segments.plugin [-] Segment c99d1e9f-33c8-463c-a21a-5eb8feb276b1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c99d1e9f-33c8-463c-a21a-5eb8feb276b1 found for delete ", "request_id": "req-d928c05a-6d63-4077-9929-8340611db6ac"}]} 2026-05-10 02:00:42.728 8 INFO neutron.db.l3_hamode_db [None req-be52c13e-61cb-4ccb-a63f-ec6e17f1a980 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network bb30f152-c5be-4d63-821e-52bc095825cb was deleted as no HA routers are present in tenant 88a612e51587494aba23971be3af1276. [pid: 8|app: 0|req: 410/849] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:41 2026] DELETE /v2.0/routers/e48cfb77-171d-458f-91ff-6268460348df => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:00:42.743 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3c5a5b88-c27d-45df-ba98-956fa67425eb 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 411/850] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:42 2026] DELETE /v2.0/subnets/9469a219-4176-4a37-a6d5-53c0bcdc7c9b => generated 136 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:42.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea195b3c-bae6-4d86-a292-5d86a8790ccc f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] TaaS: Handle Delete Port: 88db7e52-0055-4786-b2c2-691a724e3b73 2026-05-10 02:00:42.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea195b3c-bae6-4d86-a292-5d86a8790ccc f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Tap Mirror: Handle Delete Port: 88db7e52-0055-4786-b2c2-691a724e3b73 [pid: 8|app: 0|req: 412/851] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:42 2026] DELETE /v2.0/subnets/2a0184d3-f847-4774-99ef-2e5da63e83a9 => 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: 413/852] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:42 2026] GET /v2.0/ports?device_id=e49fc7b2-2206-46a7-83ea-e253774d78d6 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:42.973 8 INFO neutron_taas.services.taas.taas_plugin [None req-e52d4122-2890-45e1-a37c-fad995cabf68 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: c39db3d3-1675-4227-912a-47b2c6a0760d 2026-05-10 02:00:42.976 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e52d4122-2890-45e1-a37c-fad995cabf68 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: c39db3d3-1675-4227-912a-47b2c6a0760d [pid: 8|app: 0|req: 414/853] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:42 2026] DELETE /v2.0/networks/b204ad29-4c98-4a70-8762-6dba65a40af7 => generated 0 bytes in 242 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:43.154 8 INFO neutron.api.v2.resource [None req-bd8b275e-368b-4da3-9a5c-e4fbe8ba4483 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 415/854] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:43 2026] DELETE /v2.0/routers/e49fc7b2-2206-46a7-83ea-e253774d78d6 => generated 135 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 440/855] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:42 2026] PUT /v2.0/routers/3fec0a12-9b36-4144-9d7a-77b9e67da350/remove_router_interface => generated 309 bytes in 583 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:43.171 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7bae67a6-6d7d-4a61-b9dc-cbfaff333395 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 416/856] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:43 2026] DELETE /v2.0/subnets/d97d6b07-b65c-41c2-b56e-33cfa9978847 => 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: 417/857] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:43 2026] GET /v2.0/ports?device_id=2f989296-7589-4705-a51f-7dd65997d34a => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:43.212 8 INFO neutron.api.v2.resource [None req-ed8ea2fa-b595-4f27-8744-c05999942713 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 418/858] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:43 2026] DELETE /v2.0/routers/2f989296-7589-4705-a51f-7dd65997d34a => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:43.227 8 INFO neutron.pecan_wsgi.hooks.translation [None req-10d23e6c-335a-44b1-afba-0475a47aebb5 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 419/859] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:43 2026] DELETE /v2.0/subnets/6f02b07d-2a04-40d7-9ba5-3b148e189e85 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:43.244 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f8b52f2f-5f31-4ff9-a36a-3b292470e503 759bac18bb5247389bf667aa45f247b1 2b03f97ffbb243508ffd74e1301a7305 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 420/860] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:43 2026] DELETE /v2.0/subnets/ee8db1f4-94df-454d-b5a4-04a9c34ca38c => 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: 421/861] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:43 2026] GET /v2.0/security-groups?tenant_id=88a612e51587494aba23971be3af1276&name=default => generated 2925 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 422/862] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:43 2026] DELETE /v2.0/security-groups/a4f71279-9405-4bea-b5c5-79e921c1c728 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:00:43.479 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd8a4ab2-53b1-4388-91f6-cd6bcafb4fbd f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] TaaS: Handle Delete Port: 536297cc-75b8-42cf-a663-384ad09b12d2 2026-05-10 02:00:43.485 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd8a4ab2-53b1-4388-91f6-cd6bcafb4fbd f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Tap Mirror: Handle Delete Port: 536297cc-75b8-42cf-a663-384ad09b12d2 [pid: 7|app: 0|req: 441/863] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:43 2026] PUT /v2.0/routers/3fec0a12-9b36-4144-9d7a-77b9e67da350/remove_router_interface => generated 309 bytes in 753 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 442/864] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:43 2026] GET /v2.0/ports?device_id=3fec0a12-9b36-4144-9d7a-77b9e67da350 => 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: 423/865] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:43 2026] GET /v2.0/security-groups?tenant_id=2b03f97ffbb243508ffd74e1301a7305&name=default => generated 2925 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:00:44.103 7 INFO neutron_taas.services.taas.taas_plugin [None req-06428762-5832-491e-b656-c5de740f346e f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] TaaS: Handle Delete Port: c3a4f50d-cf71-45b4-8477-4a2c4cdf5060 2026-05-10 02:00:44.107 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06428762-5832-491e-b656-c5de740f346e f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Tap Mirror: Handle Delete Port: c3a4f50d-cf71-45b4-8477-4a2c4cdf5060 [pid: 8|app: 0|req: 424/866] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:44 2026] DELETE /v2.0/security-groups/7c10cbf0-8a1a-4301-9c18-adc7bcc9da3c => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:00:44.419 7 INFO neutron.services.segments.plugin [-] Segment 91f3e258-3d05-405c-a7a8-90c919955f97 resource provider aggregate not found 2026-05-10 02:00:44.421 7 INFO neutron.services.segments.plugin [-] Segment 91f3e258-3d05-405c-a7a8-90c919955f97 resource provider aggregate not found 2026-05-10 02:00:44.444 7 INFO neutron.services.segments.plugin [-] Segment 91f3e258-3d05-405c-a7a8-90c919955f97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91f3e258-3d05-405c-a7a8-90c919955f97 found for delete ", "request_id": "req-0cd2c0e2-6c78-4e14-9d98-44fbf0e96173"}]} 2026-05-10 02:00:44.447 7 INFO neutron.services.segments.plugin [-] Segment 91f3e258-3d05-405c-a7a8-90c919955f97 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 91f3e258-3d05-405c-a7a8-90c919955f97 found for delete ", "request_id": "req-a6915754-16e0-4443-82d3-3cfc98124af7"}]} 2026-05-10 02:00:44.465 7 INFO neutron.db.l3_hamode_db [None req-06428762-5832-491e-b656-c5de740f346e f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] HA network b89d55ae-b370-418d-8845-8278121076d4 was deleted as no HA routers are present in tenant 6c81900891c14a5e8dd7d54b5f3a672e. [pid: 7|app: 0|req: 443/869] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:43 2026] DELETE /v2.0/routers/3fec0a12-9b36-4144-9d7a-77b9e67da350 => generated 0 bytes in 525 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/870] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:44 2026] DELETE /v2.0/subnets/93b0df9d-b15b-4d23-a078-948da369fd65 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:44.740 8 INFO neutron.services.segments.plugin [-] Segment ab534ed6-d44d-4c0f-9cf0-94508390a3a7 resource provider aggregate not found 2026-05-10 02:00:44.758 8 INFO neutron.services.segments.plugin [-] Segment ab534ed6-d44d-4c0f-9cf0-94508390a3a7 resource provider aggregate not found 2026-05-10 02:00:44.765 8 INFO neutron.services.segments.plugin [-] Segment ab534ed6-d44d-4c0f-9cf0-94508390a3a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab534ed6-d44d-4c0f-9cf0-94508390a3a7 found for delete ", "request_id": "req-7e2e7869-243a-495d-9af3-3a4c478b1f67"}]} 2026-05-10 02:00:44.774 8 INFO neutron.services.segments.plugin [-] Segment ab534ed6-d44d-4c0f-9cf0-94508390a3a7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ab534ed6-d44d-4c0f-9cf0-94508390a3a7 found for delete ", "request_id": "req-44286167-2b06-42fd-b407-2afedd5b9b8d"}]} [pid: 7|app: 0|req: 444/871] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:44 2026] DELETE /v2.0/subnets/f03c0a89-c844-4fa9-bc6d-6c8656201be5 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:44.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a08249e-f567-4f7f-b95d-0e872e4ac7f4 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] TaaS: Handle Delete Port: 71a2e93a-41c3-4c39-888d-91117a4de3b8 2026-05-10 02:00:44.902 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a08249e-f567-4f7f-b95d-0e872e4ac7f4 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Tap Mirror: Handle Delete Port: 71a2e93a-41c3-4c39-888d-91117a4de3b8 [pid: 8|app: 0|req: 428/872] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:44 2026] DELETE /v2.0/networks/2d9b16cd-82f6-4334-87cd-ab5feebc8871 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/873] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:45 2026] DELETE /v2.0/networks/6bd49670-701d-423f-8599-65c5836b07d6 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:45.282 7 INFO neutron.db.segments_db [None req-00d2483c-4910-48f9-8851-bd0a9d11a0b5 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Added segment 62ed5ebc-f53a-4b82-8753-ac29feaac355 of type vxlan for network 6de7d941-e922-45a6-9a80-64a23ae7e3ee [pid: 7|app: 0|req: 446/874] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:45 2026] POST /v2.0/networks => generated 630 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:45.422 8 INFO neutron.db.segments_db [None req-a09defd2-cccf-499f-b512-574289ad0724 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment b17f98db-29d0-4017-8556-8567cd2dd525 of type vxlan for network 0428c201-e9d9-460b-ab88-94e0a63a170b [pid: 8|app: 0|req: 429/875] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 02:00:45 2026] POST /v2.0/networks => generated 744 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/876] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:45 2026] POST /v2.0/subnets => generated 626 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:45.643 7 INFO neutron.db.segments_db [None req-6f706927-c399-4ab7-aaee-1db278b21d91 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Added segment 327a839d-8185-4598-9416-f339f0a66f30 of type vxlan for network fb89167d-fe93-4407-8e11-0559220371db [pid: 8|app: 0|req: 430/877] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:45 2026] POST /v2.0/subnets => generated 691 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:45.727 8 INFO neutron.db.segments_db [None req-f0339a65-2a29-4940-84ec-483cbc709acd 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 05358cdb-f23f-4e56-87c6-2bc69c3b20a6 of type vxlan for network b7e605a0-cef4-4e67-817d-2647d7b367d5 2026-05-10 02:00:45.867 7 INFO neutron.db.l3_hamode_db [None req-6f706927-c399-4ab7-aaee-1db278b21d91 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:45.962 8 INFO neutron.db.l3_hamode_db [None req-f0339a65-2a29-4940-84ec-483cbc709acd 0de5cc5cadd043c38b9c39392dac1d19 4a93ed6382834f1997d69a658b175f13 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:45.981 7 INFO neutron.db.l3_hamode_db [None req-6f706927-c399-4ab7-aaee-1db278b21d91 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:46.472 7 INFO neutron.services.segments.plugin [-] Segment 594d901a-a064-4064-8855-5470abfba457 resource provider aggregate not found 2026-05-10 02:00:46.478 7 INFO neutron.services.segments.plugin [-] Segment 594d901a-a064-4064-8855-5470abfba457 resource provider aggregate not found 2026-05-10 02:00:46.499 7 INFO neutron.services.segments.plugin [-] Segment 594d901a-a064-4064-8855-5470abfba457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 594d901a-a064-4064-8855-5470abfba457 found for delete ", "request_id": "req-b4234163-9df6-4c10-a9a5-a3c89a93adf8"}]} 2026-05-10 02:00:46.510 7 INFO neutron.services.segments.plugin [-] Segment 594d901a-a064-4064-8855-5470abfba457 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 594d901a-a064-4064-8855-5470abfba457 found for delete ", "request_id": "req-61286a57-0c18-405b-b434-11d98bd3b8fa"}]} [pid: 7|app: 0|req: 448/878] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:45 2026] POST /v2.0/routers => generated 507 bytes in 932 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:46.718 8 INFO neutron.db.l3_hamode_db [None req-f0339a65-2a29-4940-84ec-483cbc709acd 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:00:46.784 8 INFO neutron.services.segments.plugin [-] Segment a6504b31-bb26-48a0-ab2b-d6d3ece5e18e resource provider aggregate not found 2026-05-10 02:00:46.798 8 INFO neutron.services.segments.plugin [-] Segment a6504b31-bb26-48a0-ab2b-d6d3ece5e18e resource provider aggregate not found 2026-05-10 02:00:46.803 8 INFO neutron.services.segments.plugin [-] Segment a6504b31-bb26-48a0-ab2b-d6d3ece5e18e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6504b31-bb26-48a0-ab2b-d6d3ece5e18e found for delete ", "request_id": "req-7cb106ef-d028-472d-8035-0c5084c65475"}]} 2026-05-10 02:00:46.818 8 INFO neutron.services.segments.plugin [-] Segment a6504b31-bb26-48a0-ab2b-d6d3ece5e18e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a6504b31-bb26-48a0-ab2b-d6d3ece5e18e found for delete ", "request_id": "req-8c7dd105-152d-461b-b728-bbe6b4d2699d"}]} [pid: 7|app: 0|req: 449/879] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:00:46 2026] POST /v2.0/ports => generated 948 bytes in 319 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: 431/880] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:45 2026] POST /v2.0/routers => generated 731 bytes in 1880 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/881] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:46 2026] PUT /v2.0/routers/dd8a7bdc-0673-4c11-9e97-746a7d171e3c/add_router_interface => generated 309 bytes in 1045 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: 451/882] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:47 2026] GET /v2.0/ports/116698b5-574e-4f59-94d1-e987e7d9b337 => generated 1022 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:00:48.295 7 INFO neutron_taas.services.taas.taas_plugin [None req-a09e3305-ad0e-432b-8bc0-0f251146c797 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] TaaS: Handle Delete Port: 116698b5-574e-4f59-94d1-e987e7d9b337 2026-05-10 02:00:48.298 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a09e3305-ad0e-432b-8bc0-0f251146c797 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Tap Mirror: Handle Delete Port: 116698b5-574e-4f59-94d1-e987e7d9b337 [pid: 8|app: 0|req: 432/883] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:47 2026] PUT /v2.0/routers/8a82d0a4-400a-404f-8bce-11cd997c8086/add_router_interface => generated 309 bytes in 1138 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/884] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:47 2026] PUT /v2.0/routers/dd8a7bdc-0673-4c11-9e97-746a7d171e3c/remove_router_interface => generated 309 bytes in 788 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:00:48.864 7 INFO neutron.api.v2.resource [None req-fdd236e2-fc37-49c6-bee9-3b65d0814fef f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 453/885] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:48 2026] PUT /v2.0/routers/dd8a7bdc-0673-4c11-9e97-746a7d171e3c/remove_router_interface => generated 197 bytes in 110 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/886] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:48 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 975 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/887] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:48 2026] GET /v2.0/ports?device_id=dd8a7bdc-0673-4c11-9e97-746a7d171e3c => 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: 433/888] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:48 2026] GET /v2.0/security-groups?tenant_id=00c324a70c8242409866a3d7d86dfc28&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 434/889] 10.0.0.138 () {34 vars in 971 bytes} [Sun May 10 02:00:49 2026] GET /v2.0/ports/08307f8c-e162-44b2-8ef5-641e681cd285 => generated 972 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:49.139 7 INFO neutron_taas.services.taas.taas_plugin [None req-b88ad03d-49c8-4e9f-8f91-775afd940420 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] TaaS: Handle Delete Port: 57fd955a-fb36-4e3c-a696-267b81f9ed83 2026-05-10 02:00:49.142 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b88ad03d-49c8-4e9f-8f91-775afd940420 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Tap Mirror: Handle Delete Port: 57fd955a-fb36-4e3c-a696-267b81f9ed83 [pid: 8|app: 0|req: 435/890] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:49 2026] DELETE /v2.0/security-groups/37eb3d69-8458-4335-809b-830769c1e889 => 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: 436/891] 10.0.0.189 () {34 vars in 685 bytes} [Sun May 10 02:00:49 2026] POST /v2.0/security-groups => generated 1661 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:00:49.510 7 INFO neutron.services.segments.plugin [-] Segment 327a839d-8185-4598-9416-f339f0a66f30 resource provider aggregate not found 2026-05-10 02:00:49.519 7 INFO neutron.services.segments.plugin [-] Segment 327a839d-8185-4598-9416-f339f0a66f30 resource provider aggregate not found [pid: 8|app: 0|req: 437/892] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:49 2026] GET /v2.0/security-groups?tenant_id=7e746cf1100a4cac9caf48fe6268044a&name=default => generated 2925 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:00:49.537 7 INFO neutron.services.segments.plugin [-] Segment 327a839d-8185-4598-9416-f339f0a66f30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 327a839d-8185-4598-9416-f339f0a66f30 found for delete ", "request_id": "req-6346eb29-742e-4508-85e1-a8510b63e327"}]} 2026-05-10 02:00:49.541 7 INFO neutron.services.segments.plugin [-] Segment 327a839d-8185-4598-9416-f339f0a66f30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 327a839d-8185-4598-9416-f339f0a66f30 found for delete ", "request_id": "req-7eb21e7b-d1b8-4d40-b1b6-f2f195c312d9"}]} 2026-05-10 02:00:49.551 7 INFO neutron.db.l3_hamode_db [None req-b88ad03d-49c8-4e9f-8f91-775afd940420 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] HA network fb89167d-fe93-4407-8e11-0559220371db was deleted as no HA routers are present in tenant 6c81900891c14a5e8dd7d54b5f3a672e. [pid: 7|app: 0|req: 456/893] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:48 2026] DELETE /v2.0/routers/dd8a7bdc-0673-4c11-9e97-746a7d171e3c => generated 0 bytes in 603 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 438/894] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:00:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 106 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 457/895] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:49 2026] DELETE /v2.0/security-groups/05528828-5329-4d4e-b8d3-246ce5a8be0a => 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: 439/896] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:49 2026] DELETE /v2.0/subnets/7109f27c-faa3-4005-9796-122151451d36 => 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: 440/897] 199.204.45.222 () {34 vars in 1000 bytes} [Sun May 10 02:00:49 2026] GET /v2.0/subnets?network_id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 684 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/898] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:00:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 187 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/899] 199.204.45.222 () {34 vars in 1146 bytes} [Sun May 10 02:00:49 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9&device_owner=compute%3Anova&network_id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 975 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:50.289 8 INFO neutron.services.segments.plugin [-] Segment 62ed5ebc-f53a-4b82-8753-ac29feaac355 resource provider aggregate not found 2026-05-10 02:00:50.308 8 INFO neutron.services.segments.plugin [-] Segment 62ed5ebc-f53a-4b82-8753-ac29feaac355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62ed5ebc-f53a-4b82-8753-ac29feaac355 found for delete ", "request_id": "req-e0beef5f-cd53-40a6-8f98-828701ca13f9"}]} [pid: 8|app: 0|req: 441/900] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:49 2026] DELETE /v2.0/networks/6de7d941-e922-45a6-9a80-64a23ae7e3ee => generated 0 bytes in 494 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:00:50.322 8 INFO neutron.services.segments.plugin [-] Segment 62ed5ebc-f53a-4b82-8753-ac29feaac355 resource provider aggregate not found 2026-05-10 02:00:50.343 8 INFO neutron.services.segments.plugin [-] Segment 62ed5ebc-f53a-4b82-8753-ac29feaac355 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62ed5ebc-f53a-4b82-8753-ac29feaac355 found for delete ", "request_id": "req-a6ca38df-4fd8-48bb-8ccf-203b378b5dc5"}]} [pid: 7|app: 0|req: 460/901] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:00:49 2026] POST /v2.0/floatingips => generated 552 bytes in 641 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:50.624 7 INFO neutron.db.segments_db [None req-49ee3f48-d080-421e-8754-baabb5067f2d f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Added segment 7e5a57b1-644e-4e8f-b544-ac6f46ac2a81 of type vxlan for network 48f199f5-46bf-4a18-9921-d0f99ea28d42 [pid: 7|app: 0|req: 461/902] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:00:50 2026] POST /v2.0/networks => generated 630 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/903] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:00:50 2026] PUT /v2.0/ports/08307f8c-e162-44b2-8ef5-641e681cd285 => generated 1149 bytes in 593 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:00:50.947 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52bba06a-7c3e-499d-8565-1c5b9ea15a92'] response: {'name': 'network-changed', 'server_uuid': 'b22c942f-de7f-496b-b9c6-fecc8f5f97f9', 'tag': '08307f8c-e162-44b2-8ef5-641e681cd285', '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: 462/904] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:50 2026] POST /v2.0/subnets => generated 626 bytes in 275 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/905] 10.0.0.138 () {34 vars in 1100 bytes} [Sun May 10 02:00:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1928311623&fields=id&tenant_id=4a93ed6382834f1997d69a658b175f13 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:51.056 7 INFO neutron.db.segments_db [None req-1d5640f3-6d4b-4d34-9388-49b3454da919 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Added segment 844d539a-fa00-4740-822e-792b1840bd22 of type vxlan for network eb8dd3d2-8c5e-43be-af3f-b3f3fc3c3564 [pid: 8|app: 0|req: 444/906] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/networks?id=0428c201-e9d9-460b-ab88-94e0a63a170b => generated 676 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 445/907] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/quotas/4a93ed6382834f1997d69a658b175f13 => generated 292 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/908] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/ports?tenant_id=4a93ed6382834f1997d69a658b175f13&fields=id => generated 103 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/909] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/networks/0428c201-e9d9-460b-ab88-94e0a63a170b?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: 448/910] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/networks/0428c201-e9d9-460b-ab88-94e0a63a170b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:51.315 7 INFO neutron.db.l3_hamode_db [None req-1d5640f3-6d4b-4d34-9388-49b3454da919 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 449/911] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:51.454 7 INFO neutron.db.l3_hamode_db [None req-1d5640f3-6d4b-4d34-9388-49b3454da919 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 450/912] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/ports?tenant_id=0622b6644e9748eea9e7f270b12bd76a&device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 1421 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/913] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/networks?id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 780 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 452/914] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08307f8c-e162-44b2-8ef5-641e681cd285 => generated 861 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/915] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=08307f8c-e162-44b2-8ef5-641e681cd285 => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/916] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/subnets?id=93874e2e-3ff7-4746-95b5-0b45493aab35 => generated 702 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/917] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/ports?network_id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/918] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?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: 457/919] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:51 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?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: 463/920] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:50 2026] POST /v2.0/routers => generated 507 bytes in 1073 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 464/921] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:52 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 1152 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/922] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:52 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 466/923] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:52 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&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: 467/924] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:52 2026] GET /v2.0/ports?tenant_id=0622b6644e9748eea9e7f270b12bd76a&device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 1421 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/925] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:52 2026] GET /v2.0/networks?id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 780 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/926] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:00:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08307f8c-e162-44b2-8ef5-641e681cd285 => generated 861 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/927] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:00:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=08307f8c-e162-44b2-8ef5-641e681cd285 => 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: 471/928] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:52 2026] GET /v2.0/subnets?id=93874e2e-3ff7-4746-95b5-0b45493aab35 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/929] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:52 2026] GET /v2.0/ports?network_id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a&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: 473/930] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:52 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?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: 474/931] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:53 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?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: 458/932] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:00:52 2026] PUT /v2.0/routers/ac5b5a27-0b03-4ae1-a717-ef3a0cd4c57d/add_router_interface => generated 309 bytes in 1262 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/933] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:00:53 2026] GET /v2.0/ports/9fd04258-525f-441b-8927-75f0c17237f2 => generated 955 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 475/934] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:53 2026] GET /v2.0/security-groups?tenant_id=926d6c938bde42e4908490a807af1318&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: 476/935] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:53 2026] DELETE /v2.0/security-groups/2815004f-143d-4a4b-8551-c8cf2788b0f4 => 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: 477/936] 199.204.45.222 () {34 vars in 1118 bytes} [Sun May 10 02:00:53 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.5 => generated 1152 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 478/937] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:53 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:53.738 8 INFO neutron_taas.services.taas.taas_plugin [None req-d2003665-0780-4c44-95be-40c81afd1077 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] TaaS: Handle Delete Port: 9fd04258-525f-441b-8927-75f0c17237f2 2026-05-10 02:00:53.741 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d2003665-0780-4c44-95be-40c81afd1077 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Tap Mirror: Handle Delete Port: 9fd04258-525f-441b-8927-75f0c17237f2 [pid: 8|app: 0|req: 460/938] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:00:53 2026] PUT /v2.0/routers/ac5b5a27-0b03-4ae1-a717-ef3a0cd4c57d/remove_router_interface => generated 309 bytes in 825 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/939] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:00:53 2026] PUT /v2.0/ports/08307f8c-e162-44b2-8ef5-641e681cd285 => generated 972 bytes in 605 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 461/940] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:54 2026] GET /v2.0/ports?device_id=ac5b5a27-0b03-4ae1-a717-ef3a0cd4c57d => generated 12 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:00:54.284 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ade6d9d4-2757-42d1-9cdc-0c121b559d9c'] response: {'name': 'network-changed', 'server_uuid': 'b22c942f-de7f-496b-b9c6-fecc8f5f97f9', 'tag': '08307f8c-e162-44b2-8ef5-641e681cd285', 'status': 'completed', 'code': 200} 2026-05-10 02:00:54.391 7 INFO neutron_taas.services.taas.taas_plugin [None req-054cbdc7-365e-46c6-928e-401765806087 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] TaaS: Handle Delete Port: 69bb281f-f4de-444e-b7b3-b5c2eaa8f628 2026-05-10 02:00:54.393 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-054cbdc7-365e-46c6-928e-401765806087 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Tap Mirror: Handle Delete Port: 69bb281f-f4de-444e-b7b3-b5c2eaa8f628 2026-05-10 02:00:54.672 7 INFO neutron.services.segments.plugin [-] Segment 844d539a-fa00-4740-822e-792b1840bd22 resource provider aggregate not found 2026-05-10 02:00:54.679 7 INFO neutron.services.segments.plugin [-] Segment 844d539a-fa00-4740-822e-792b1840bd22 resource provider aggregate not found 2026-05-10 02:00:54.690 7 INFO neutron.services.segments.plugin [-] Segment 844d539a-fa00-4740-822e-792b1840bd22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 844d539a-fa00-4740-822e-792b1840bd22 found for delete ", "request_id": "req-a1cc01d6-9179-4c15-921d-9f70480f7b76"}]} 2026-05-10 02:00:54.707 7 INFO neutron.services.segments.plugin [-] Segment 844d539a-fa00-4740-822e-792b1840bd22 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 844d539a-fa00-4740-822e-792b1840bd22 found for delete ", "request_id": "req-f320af17-5ab8-4858-a8f7-9c56132706c3"}]} 2026-05-10 02:00:54.711 7 INFO neutron.db.l3_hamode_db [None req-054cbdc7-365e-46c6-928e-401765806087 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] HA network eb8dd3d2-8c5e-43be-af3f-b3f3fc3c3564 was deleted as no HA routers are present in tenant 6c81900891c14a5e8dd7d54b5f3a672e. [pid: 7|app: 0|req: 480/941] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:54 2026] DELETE /v2.0/routers/ac5b5a27-0b03-4ae1-a717-ef3a0cd4c57d => generated 0 bytes in 469 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/942] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:54 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 463/943] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:54 2026] GET /v2.0/ports?tenant_id=0622b6644e9748eea9e7f270b12bd76a&device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 464/944] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:54 2026] GET /v2.0/networks?id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 780 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 481/945] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:54 2026] DELETE /v2.0/subnets/3231c1b0-16d3-472e-8ca0-ba904ad1a1da => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 482/946] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:00:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08307f8c-e162-44b2-8ef5-641e681cd285 => generated 861 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/947] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:54 2026] GET /v2.0/subnets?id=93874e2e-3ff7-4746-95b5-0b45493aab35 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:54.937 8 INFO neutron.services.segments.plugin [-] Segment 7e5a57b1-644e-4e8f-b544-ac6f46ac2a81 resource provider aggregate not found 2026-05-10 02:00:54.942 8 INFO neutron.services.segments.plugin [-] Segment 7e5a57b1-644e-4e8f-b544-ac6f46ac2a81 resource provider aggregate not found 2026-05-10 02:00:54.959 8 INFO neutron.services.segments.plugin [-] Segment 7e5a57b1-644e-4e8f-b544-ac6f46ac2a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e5a57b1-644e-4e8f-b544-ac6f46ac2a81 found for delete ", "request_id": "req-e26578b4-66d1-4e61-8803-2e4f7e1e453a"}]} [pid: 8|app: 0|req: 465/948] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:00:54 2026] DELETE /v2.0/networks/48f199f5-46bf-4a18-9921-d0f99ea28d42 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 484/949] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:54 2026] GET /v2.0/ports?network_id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a&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-05-10 02:00:54.985 8 INFO neutron.services.segments.plugin [-] Segment 7e5a57b1-644e-4e8f-b544-ac6f46ac2a81 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7e5a57b1-644e-4e8f-b544-ac6f46ac2a81 found for delete ", "request_id": "req-2eef267d-81dd-45c3-9aeb-1a81c5067165"}]} 2026-05-10 02:00:55.007 8 INFO neutron.db.segments_db [None req-400e8893-d413-4797-95f8-dca89c17ca0d f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Added segment 0c0fd724-0b63-4dfc-a1b7-1569536d177c of type vxlan for network 5fa18f24-ba97-418f-9ffe-28de79e72193 [pid: 7|app: 0|req: 485/950] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:54 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?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: 486/951] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:55 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?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) 2026-05-10 02:00:55.212 8 INFO neutron.db.l3_hamode_db [None req-400e8893-d413-4797-95f8-dca89c17ca0d f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 487/952] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:55 2026] GET /v2.0/networks?id=0428c201-e9d9-460b-ab88-94e0a63a170b => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/953] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:00:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=4a93ed6382834f1997d69a658b175f13 => generated 181 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:56.013 8 INFO neutron.db.l3_hamode_db [None req-400e8893-d413-4797-95f8-dca89c17ca0d f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 489/954] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:00:55 2026] POST /v2.0/ports => generated 954 bytes in 389 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: 490/955] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:56 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 957 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/956] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:56 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => 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: 492/957] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:56 2026] GET /v2.0/ports?tenant_id=0622b6644e9748eea9e7f270b12bd76a&device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => 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: 493/958] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:00:56 2026] PUT /v2.0/ports/0daf724b-4808-418d-a367-183f52db063b => generated 1235 bytes in 405 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: 494/959] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:56 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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: 495/960] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:56 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:56.725 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fa33fbdc-6704-4d31-ba0c-604b1555fda6'] response: {'name': 'network-changed', 'server_uuid': 'cdd09c89-3bfd-4f6e-a9a5-891d080c738d', 'tag': '0daf724b-4808-418d-a367-183f52db063b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 496/961] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:00:56 2026] GET /v2.0/networks?id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 780 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 466/962] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:54 2026] POST /v2.0/routers => generated 687 bytes in 1929 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 467/963] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:00:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=08307f8c-e162-44b2-8ef5-641e681cd285 => generated 861 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/964] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:00:56 2026] GET /v2.0/routers/f45744c2-ac7a-4e2a-b52f-bd732dd4e024 => generated 693 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/965] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:56 2026] GET /v2.0/subnets?id=93874e2e-3ff7-4746-95b5-0b45493aab35 => generated 702 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 497/966] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:56 2026] GET /v2.0/security-groups?tenant_id=f81e8ce227054af79707bd5a9f01292c&name=default => generated 2925 bytes in 267 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/967] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/ports?network_id=e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a&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: 470/968] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/routers => generated 696 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 471/969] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?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: 499/970] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:57 2026] DELETE /v2.0/security-groups/58de1ec1-aa87-4e4e-ae87-98852381938e => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/971] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a?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: 501/972] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/ports?tenant_id=4a93ed6382834f1997d69a658b175f13&device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 1238 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 502/973] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/networks?tenant_id=4a93ed6382834f1997d69a658b175f13&shared=False => generated 772 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 503/974] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/975] 10.0.0.189 () {34 vars in 741 bytes} [Sun May 10 02:00:57 2026] PUT /v2.0/routers/f45744c2-ac7a-4e2a-b52f-bd732dd4e024 => generated 700 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 504/976] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/routers/f45744c2-ac7a-4e2a-b52f-bd732dd4e024 => generated 700 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/977] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/ports?device_id=f45744c2-ac7a-4e2a-b52f-bd732dd4e024 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:57.763 7 INFO neutron_taas.services.taas.taas_plugin [None req-b43de09c-fc9e-4b88-8bd4-7d9f2741e4b7 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] TaaS: Handle Delete Port: 296eeb04-d26c-4afb-b9a8-f5689124858e 2026-05-10 02:00:57.767 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b43de09c-fc9e-4b88-8bd4-7d9f2741e4b7 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Tap Mirror: Handle Delete Port: 296eeb04-d26c-4afb-b9a8-f5689124858e [pid: 8|app: 0|req: 474/978] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 969 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/979] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 975 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 476/980] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:57.988 7 INFO neutron_taas.services.taas.taas_plugin [None req-b43de09c-fc9e-4b88-8bd4-7d9f2741e4b7 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] TaaS: Handle Delete Port: fb88375e-fcef-43ea-a7fd-854cacb61bb2 2026-05-10 02:00:57.990 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b43de09c-fc9e-4b88-8bd4-7d9f2741e4b7 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] Tap Mirror: Handle Delete Port: fb88375e-fcef-43ea-a7fd-854cacb61bb2 [pid: 8|app: 0|req: 477/981] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:57 2026] GET /v2.0/security-groups?id=7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a&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: 478/982] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:00:58 2026] GET /v2.0/ports?tenant_id=4a93ed6382834f1997d69a658b175f13&device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 479/983] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:00:58 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/984] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:00:58 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0daf724b-4808-418d-a367-183f52db063b => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:58.576 7 INFO neutron.services.segments.plugin [-] Segment 0c0fd724-0b63-4dfc-a1b7-1569536d177c resource provider aggregate not found 2026-05-10 02:00:58.576 8 INFO neutron_taas.services.taas.taas_plugin [req-0b076071-1914-4f65-b9ab-d3595965ad33 req-a93b2e99-913c-419d-859c-a219e87d18d7 3b3ef1bd1cde4af2b7b33d9901dd60d7 0622b6644e9748eea9e7f270b12bd76a - - default default] TaaS: Handle Delete Port: 08307f8c-e162-44b2-8ef5-641e681cd285 2026-05-10 02:00:58.579 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-0b076071-1914-4f65-b9ab-d3595965ad33 req-a93b2e99-913c-419d-859c-a219e87d18d7 3b3ef1bd1cde4af2b7b33d9901dd60d7 0622b6644e9748eea9e7f270b12bd76a - - default default] Tap Mirror: Handle Delete Port: 08307f8c-e162-44b2-8ef5-641e681cd285 2026-05-10 02:00:58.581 7 INFO neutron.services.segments.plugin [-] Segment 0c0fd724-0b63-4dfc-a1b7-1569536d177c resource provider aggregate not found 2026-05-10 02:00:58.595 7 INFO neutron.services.segments.plugin [-] Segment 0c0fd724-0b63-4dfc-a1b7-1569536d177c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c0fd724-0b63-4dfc-a1b7-1569536d177c found for delete ", "request_id": "req-d679073d-a746-4262-b8a4-b11dc69f1f68"}]} 2026-05-10 02:00:58.597 7 INFO neutron.services.segments.plugin [-] Segment 0c0fd724-0b63-4dfc-a1b7-1569536d177c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c0fd724-0b63-4dfc-a1b7-1569536d177c found for delete ", "request_id": "req-832ae889-7bc8-45e3-b1ac-00362afff887"}]} 2026-05-10 02:00:58.601 7 INFO neutron.db.l3_hamode_db [None req-b43de09c-fc9e-4b88-8bd4-7d9f2741e4b7 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] HA network 5fa18f24-ba97-418f-9ffe-28de79e72193 was deleted as no HA routers are present in tenant 6c81900891c14a5e8dd7d54b5f3a672e. [pid: 7|app: 0|req: 505/985] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:57 2026] DELETE /v2.0/routers/f45744c2-ac7a-4e2a-b52f-bd732dd4e024 => generated 0 bytes in 1036 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/986] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:00:58 2026] GET /v2.0/subnets?id=4057488f-ee9a-4b56-833f-3bd715e360be => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 507/987] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:58 2026] GET /v2.0/ports?device_id=f45744c2-ac7a-4e2a-b52f-bd732dd4e024 => 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: 508/988] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:00:58 2026] GET /v2.0/ports?network_id=0428c201-e9d9-460b-ab88-94e0a63a170b&device_owner=network%3Adhcp => generated 1244 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:00:58.688 7 INFO neutron.api.v2.resource [None req-5d572af0-6056-4aef-94df-7a4df3ff370c f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 509/989] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:58 2026] DELETE /v2.0/routers/f45744c2-ac7a-4e2a-b52f-bd732dd4e024 => generated 135 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:58.733 8 INFO neutron.db.l3_db [req-0b076071-1914-4f65-b9ab-d3595965ad33 req-a93b2e99-913c-419d-859c-a219e87d18d7 3b3ef1bd1cde4af2b7b33d9901dd60d7 0622b6644e9748eea9e7f270b12bd76a - - default default] Floating IP 024559e5-42c3-4569-b483-39f72c17865c disassociated. External IP: 10.96.250.209, port: 08307f8c-e162-44b2-8ef5-641e681cd285. 2026-05-10 02:00:58.989 7 INFO neutron.db.segments_db [None req-1f4b3c2f-0cc2-41de-9d85-a453373dce9d 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 9ad6496e-7bfc-494b-9e0f-b33b8f4f1da5 of type vxlan for network 2a10e0bc-b894-4763-b856-2ffa9b3e218c [pid: 8|app: 0|req: 481/990] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:00:58 2026] DELETE /v2.0/ports/08307f8c-e162-44b2-8ef5-641e681cd285 => generated 0 bytes in 586 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 510/991] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 02:00:58 2026] POST /v2.0/networks => generated 739 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 511/992] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:59 2026] GET /v2.0/ports?device_id=ac5b5a27-0b03-4ae1-a717-ef3a0cd4c57d => 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: 482/993] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:00:59 2026] GET /v2.0/networks/0428c201-e9d9-460b-ab88-94e0a63a170b?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: 512/994] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:59 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 483/995] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:00:59 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:59.149 8 INFO neutron.api.v2.resource [None req-aa6b32c4-ddfb-434e-a12c-f5ce5da8668c f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 484/996] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:59 2026] DELETE /v2.0/routers/ac5b5a27-0b03-4ae1-a717-ef3a0cd4c57d => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:59.163 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ffba3729-ed19-46ca-9414-e7ab3fa4758e'] response: {'server_uuid': 'b22c942f-de7f-496b-b9c6-fecc8f5f97f9', 'name': 'network-vif-deleted', 'tag': '08307f8c-e162-44b2-8ef5-641e681cd285', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 485/997] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:00:59 2026] GET /v2.0/networks/0428c201-e9d9-460b-ab88-94e0a63a170b?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: 486/998] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:00:59 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:00:59.236 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a3c3de84-7b9f-46b0-9e1f-92fdb8c29724 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 487/999] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:59 2026] DELETE /v2.0/subnets/3231c1b0-16d3-472e-8ca0-ba904ad1a1da => 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: 490/1002] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:59 2026] GET /v2.0/ports?device_id=dd8a7bdc-0673-4c11-9e97-746a7d171e3c => 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: 513/1003] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:59 2026] POST /v2.0/subnets => generated 687 bytes in 161 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:00:59.281 8 INFO neutron.api.v2.resource [None req-63091bf7-31a7-4825-bb85-e74edb98081d f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 491/1004] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:59 2026] DELETE /v2.0/routers/dd8a7bdc-0673-4c11-9e97-746a7d171e3c => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:59.301 8 INFO neutron.pecan_wsgi.hooks.translation [None req-074b9879-67b2-44e4-acbe-489ee22bea48 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 492/1005] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:59 2026] DELETE /v2.0/subnets/7109f27c-faa3-4005-9796-122151451d36 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:59.314 7 INFO neutron.db.segments_db [None req-ccd44d39-38ec-416a-8440-0a0233bb24f5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment ba8ffdd1-0585-4ce7-bae1-24db2e03b6ac of type vxlan for network cab26db9-2971-4950-b95f-a28ce0b563ae [pid: 8|app: 0|req: 493/1006] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:00:59 2026] GET /v2.0/ports?device_id=3fec0a12-9b36-4144-9d7a-77b9e67da350 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:00:59.345 8 INFO neutron.api.v2.resource [None req-a73242e9-5127-40e4-922c-9a682a81a641 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 494/1007] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:59 2026] DELETE /v2.0/routers/3fec0a12-9b36-4144-9d7a-77b9e67da350 => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:59.361 8 INFO neutron.pecan_wsgi.hooks.translation [None req-082e7876-8c40-46f5-b31e-38d0775653c6 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 495/1008] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:59 2026] DELETE /v2.0/subnets/93b0df9d-b15b-4d23-a078-948da369fd65 => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:59.379 8 INFO neutron.pecan_wsgi.hooks.translation [None req-bce572be-d1e8-494c-abcd-fb93fdf87e47 f3614d3b61e24f05ac5d82263e2b8da0 6c81900891c14a5e8dd7d54b5f3a672e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 496/1009] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:00:59 2026] DELETE /v2.0/subnets/f03c0a89-c844-4fa9-bc6d-6c8656201be5 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:00:59.529 7 INFO neutron.db.l3_hamode_db [None req-ccd44d39-38ec-416a-8440-0a0233bb24f5 0de5cc5cadd043c38b9c39392dac1d19 09d6369548864bffb45db4b357ea9408 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 497/1010] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:00:59 2026] GET /v2.0/security-groups?tenant_id=6c81900891c14a5e8dd7d54b5f3a672e&name=default => generated 2925 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/1011] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:00:59 2026] DELETE /v2.0/security-groups/74b26d05-2f9f-40e4-8957-ac7c0737af90 => 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: 499/1012] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:00 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:00.311 7 INFO neutron.db.l3_hamode_db [None req-ccd44d39-38ec-416a-8440-0a0233bb24f5 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 500/1013] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:00 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/1014] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:00 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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: 514/1015] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:00:59 2026] POST /v2.0/routers => generated 727 bytes in 1868 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1016] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:01 2026] GET /v2.0/ports?device_id=b22c942f-de7f-496b-b9c6-fecc8f5f97f9 => 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: 516/1017] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:01 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 517/1018] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:01 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1019] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:01:01 2026] POST /v2.0/security-groups => generated 1623 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 519/1020] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 02:01:01 2026] GET /v2.0/security-groups => generated 4528 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 520/1021] 10.0.0.189 () {34 vars in 758 bytes} [Sun May 10 02:01:02 2026] PUT /v2.0/security-groups/d001409f-2176-4739-a513-4ff10222bba1 => generated 1664 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1022] 10.0.0.189 () {32 vars in 737 bytes} [Sun May 10 02:01:02 2026] GET /v2.0/security-groups/d001409f-2176-4739-a513-4ff10222bba1 => generated 1664 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1023] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:02 2026] DELETE /v2.0/security-groups/d001409f-2176-4739-a513-4ff10222bba1 => 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: 502/1024] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:01:01 2026] PUT /v2.0/routers/2bab483a-457d-46a7-a010-d96d3fcdd83d/add_router_interface => generated 309 bytes in 1075 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1025] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 02:01:02 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) 2026-05-10 02:01:02.284 8 INFO neutron.api.v2.resource [None req-5f133806-b9a3-4764-a969-eb5df8a5a586 6fddcc486c5f4513abcbe395fa618c8d 8bf7f05ae8f24e979fd412bda6e48dfc - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 503/1026] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:02 2026] DELETE /v2.0/security-groups/d001409f-2176-4739-a513-4ff10222bba1 => 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: 524/1027] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:01:02 2026] POST /v2.0/security-groups => generated 1624 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 504/1028] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 505/1029] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:01:02 2026] GET /v2.0/security-group-rules/f5e688d7-09df-4810-9e9f-b6b9d106b868 => 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: 525/1030] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:02 2026] DELETE /v2.0/security-groups/7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 506/1031] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:01:02 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 526/1032] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:02 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 969 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:02.678 8 INFO neutron.api.v2.resource [None req-f494a72b-6688-49ab-b863-90f70ca778b1 3b3ef1bd1cde4af2b7b33d9901dd60d7 0622b6644e9748eea9e7f270b12bd76a - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 507/1033] 10.0.0.189 () {32 vars in 737 bytes} [Sun May 10 02:01:02 2026] GET /v2.0/security-groups/7b4f5e26-5aa3-462d-8f17-8ef92c7eb59a => 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: 508/1034] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:02 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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: 527/1035] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:01:02 2026] DELETE /v2.0/security-group-rules/f5e688d7-09df-4810-9e9f-b6b9d106b868 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:02.850 8 INFO neutron_taas.services.taas.taas_plugin [None req-176e56b7-445d-4bb3-bffe-519f37043b08 3b3ef1bd1cde4af2b7b33d9901dd60d7 0622b6644e9748eea9e7f270b12bd76a - - default default] TaaS: Handle Delete Port: 3298624e-e7ed-45d5-83df-ec673609e564 [pid: 7|app: 0|req: 528/1036] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:01:02 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:02.852 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-176e56b7-445d-4bb3-bffe-519f37043b08 3b3ef1bd1cde4af2b7b33d9901dd60d7 0622b6644e9748eea9e7f270b12bd76a - - default default] Tap Mirror: Handle Delete Port: 3298624e-e7ed-45d5-83df-ec673609e564 [pid: 7|app: 0|req: 529/1037] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:02 2026] POST /v2.0/security-group-rules => generated 601 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 530/1038] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:01:02 2026] GET /v2.0/security-group-rules/8d13aeb5-6de4-4e55-a191-9b060ebcbd63 => 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: 509/1039] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:01:02 2026] DELETE /v2.0/floatingips/024559e5-42c3-4569-b483-39f72c17865c => generated 0 bytes in 334 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 531/1040] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:01:03 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1041] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:01:03 2026] DELETE /v2.0/security-group-rules/8d13aeb5-6de4-4e55-a191-9b060ebcbd63 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 511/1042] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:01:03 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-05-10 02:01:03.395 8 INFO neutron.db.securitygroups_db [None req-0f203fa3-b6cd-4af2-a833-cb9b6f9f93a4 6fddcc486c5f4513abcbe395fa618c8d 8bf7f05ae8f24e979fd412bda6e48dfc - - default default] Project 8bf7f05ae8f24e979fd412bda6e48dfc 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: 512/1043] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:03 2026] POST /v2.0/security-group-rules => generated 607 bytes in 115 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1044] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:01:03 2026] GET /v2.0/security-group-rules/89559f55-c821-4a71-86ef-7d4a3219f6e0 => generated 607 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1045] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:01:03 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 515/1046] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:01:03 2026] DELETE /v2.0/security-group-rules/89559f55-c821-4a71-86ef-7d4a3219f6e0 => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:03.705 7 INFO neutron_taas.services.taas.taas_plugin [None req-f0c911ff-a2b1-4b1e-a0a4-1130ff0eea15 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 0c1ac5a1-7781-44af-89d8-cedfca2a032b 2026-05-10 02:01:03.708 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0c911ff-a2b1-4b1e-a0a4-1130ff0eea15 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 0c1ac5a1-7781-44af-89d8-cedfca2a032b [pid: 8|app: 0|req: 516/1047] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:01:03 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 517/1048] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:03 2026] DELETE /v2.0/security-groups/2b749aa5-b96d-4b95-ba34-651df5ff12d3 => 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: 518/1049] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:03 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 519/1050] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 02:01:03 2026] GET /v2.0/security-groups => generated 2925 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 520/1051] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:03 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1052] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 02:01:03 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: 532/1053] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:01:03 2026] PUT /v2.0/routers/248e6766-a27f-4353-8bee-60f890d11d37/remove_router_interface => generated 309 bytes in 1197 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:04.566 8 INFO neutron_taas.services.taas.taas_plugin [None req-afb7a366-3572-4e45-9cc5-11d8f602bb67 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 4a5a238b-362d-4bcb-8287-4ac1aa87c96f 2026-05-10 02:01:04.569 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afb7a366-3572-4e45-9cc5-11d8f602bb67 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 4a5a238b-362d-4bcb-8287-4ac1aa87c96f [pid: 7|app: 0|req: 533/1054] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:01:04 2026] GET /v2.0/security-groups?tenant_id=8bf7f05ae8f24e979fd412bda6e48dfc&name=default => generated 2925 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 534/1055] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:01:04 2026] GET /v2.0/networks?id=2a10e0bc-b894-4763-b856-2ffa9b3e218c => generated 672 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:04.820 8 INFO neutron_taas.services.taas.taas_plugin [None req-afb7a366-3572-4e45-9cc5-11d8f602bb67 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 1803880a-b98b-4fa2-b110-bf36f328dc25 2026-05-10 02:01:04.823 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-afb7a366-3572-4e45-9cc5-11d8f602bb67 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 1803880a-b98b-4fa2-b110-bf36f328dc25 [pid: 7|app: 0|req: 535/1056] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:04 2026] DELETE /v2.0/security-groups/045cb7fb-4f60-4a4c-8484-4c7867728d20 => 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: 536/1057] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:01:04 2026] GET /v2.0/quotas/09d6369548864bffb45db4b357ea9408 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 537/1058] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:01:04 2026] GET /v2.0/ports?tenant_id=09d6369548864bffb45db4b357ea9408&fields=id => generated 57 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1059] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:05 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1060] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:05 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:05.169 8 INFO neutron.services.segments.plugin [-] Segment a791ff28-0098-47fe-b724-a4ed6ac03bb3 resource provider aggregate not found 2026-05-10 02:01:05.186 8 INFO neutron.services.segments.plugin [-] Segment a791ff28-0098-47fe-b724-a4ed6ac03bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a791ff28-0098-47fe-b724-a4ed6ac03bb3 found for delete ", "request_id": "req-eb7e538a-634e-41de-b3a4-53ccd14aac41"}]} 2026-05-10 02:01:05.193 8 INFO neutron.services.segments.plugin [-] Segment a791ff28-0098-47fe-b724-a4ed6ac03bb3 resource provider aggregate not found 2026-05-10 02:01:05.211 8 INFO neutron.services.segments.plugin [-] Segment a791ff28-0098-47fe-b724-a4ed6ac03bb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a791ff28-0098-47fe-b724-a4ed6ac03bb3 found for delete ", "request_id": "req-17db6444-6927-4728-9144-f5345d4791db"}]} 2026-05-10 02:01:05.211 8 INFO neutron.db.l3_hamode_db [None req-afb7a366-3572-4e45-9cc5-11d8f602bb67 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network bb176839-488c-4e85-96ad-40208fa481e3 was deleted as no HA routers are present in tenant 0622b6644e9748eea9e7f270b12bd76a. [pid: 8|app: 0|req: 522/1061] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:01:04 2026] DELETE /v2.0/routers/248e6766-a27f-4353-8bee-60f890d11d37 => generated 0 bytes in 880 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1062] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:05 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1063] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:01:05 2026] DELETE /v2.0/subnets/93874e2e-3ff7-4746-95b5-0b45493aab35 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:01:05.478 8 INFO neutron_taas.services.taas.taas_plugin [None req-b8038a7e-d412-4e12-a80f-80fb6fe1b4b0 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: afd692c8-6826-4ced-b836-91170d611209 2026-05-10 02:01:05.485 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b8038a7e-d412-4e12-a80f-80fb6fe1b4b0 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: afd692c8-6826-4ced-b836-91170d611209 2026-05-10 02:01:05.667 7 INFO neutron.db.l3_db [None req-46261671-922e-43c9-b376-25f3bd2ac9ba 0ad8b4718c4e40d9bda24f14915fb2a0 4a93ed6382834f1997d69a658b175f13 - - default default] Floating IP a0e860e3-b7b9-4a68-a5ce-1efd1d1f0681 associated. External IP: 10.96.250.212, port: 0daf724b-4808-418d-a367-183f52db063b. [pid: 8|app: 0|req: 524/1064] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:01:05 2026] DELETE /v2.0/networks/e5d7c4fd-98d0-4c55-bce1-1e5a8b6cb70a => generated 0 bytes in 309 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1065] 10.0.0.138 () {34 vars in 907 bytes} [Sun May 10 02:01:05 2026] GET /v2.0/extensions => generated 21537 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1066] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:01:05 2026] GET /v2.0/networks/2a10e0bc-b894-4763-b856-2ffa9b3e218c?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: 527/1067] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:01:05 2026] GET /v2.0/networks/2a10e0bc-b894-4763-b856-2ffa9b3e218c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1068] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:01:05 2026] GET /v2.0/security-groups?tenant_id=0622b6644e9748eea9e7f270b12bd76a&name=default => generated 2925 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 529/1069] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:05 2026] DELETE /v2.0/security-groups/57ed9fe5-d7e9-49c4-b776-8034d7521ef7 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1070] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:01:05 2026] PUT /v2.0/floatingips/a0e860e3-b7b9-4a68-a5ce-1efd1d1f0681 => generated 855 bytes in 785 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1071] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:06 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:06.114 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b0e940cd-4922-498f-acce-c32cf8d47666'] response: {'name': 'network-changed', 'server_uuid': 'cdd09c89-3bfd-4f6e-a9a5-891d080c738d', 'tag': '0daf724b-4808-418d-a367-183f52db063b', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 542/1072] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:06 2026] GET /v2.0/ports?tenant_id=4a93ed6382834f1997d69a658b175f13&device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 531/1073] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:01:06 2026] GET /v2.0/networks?id=0428c201-e9d9-460b-ab88-94e0a63a170b => 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: 543/1074] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:01:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0daf724b-4808-418d-a367-183f52db063b => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1075] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:01:06 2026] GET /v2.0/subnets?id=4057488f-ee9a-4b56-833f-3bd715e360be => generated 694 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1076] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:01:06 2026] GET /v2.0/ports?network_id=0428c201-e9d9-460b-ab88-94e0a63a170b&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: 533/1077] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:01:06 2026] GET /v2.0/networks/0428c201-e9d9-460b-ab88-94e0a63a170b?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: 545/1078] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:01:06 2026] GET /v2.0/networks/0428c201-e9d9-460b-ab88-94e0a63a170b?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1079] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:07 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:07.198 8 INFO neutron.services.segments.plugin [-] Segment ac47cdf7-ff73-4c24-84e8-da26d7291bfa resource provider aggregate not found 2026-05-10 02:01:07.216 8 INFO neutron.services.segments.plugin [-] Segment ac47cdf7-ff73-4c24-84e8-da26d7291bfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac47cdf7-ff73-4c24-84e8-da26d7291bfa found for delete ", "request_id": "req-7bf9ac5a-ef1b-4e45-a5b8-4dc01bba0356"}]} 2026-05-10 02:01:07.227 8 INFO neutron.services.segments.plugin [-] Segment ac47cdf7-ff73-4c24-84e8-da26d7291bfa resource provider aggregate not found 2026-05-10 02:01:07.242 8 INFO neutron.services.segments.plugin [-] Segment ac47cdf7-ff73-4c24-84e8-da26d7291bfa resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ac47cdf7-ff73-4c24-84e8-da26d7291bfa found for delete ", "request_id": "req-300ed61a-fcb6-4cf2-82e9-634b3333d681"}]} 2026-05-10 02:01:08.265 7 INFO neutron.db.segments_db [None req-3e9ac403-3982-45d9-8c6a-ff3094e764c2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 4791f1b5-1b04-4963-8a2a-e87430f98e31 of type vxlan for network 7f55567f-8097-4f3f-9190-f3097afcf433 [pid: 8|app: 0|req: 535/1080] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:08 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1081] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 02:01:08 2026] POST /v2.0/networks => generated 738 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1082] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:01:08 2026] POST /v2.0/subnets => generated 685 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:08.638 7 INFO neutron.db.segments_db [None req-155a6813-da22-4ad3-b6c8-446f003be7c4 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment f89eb91b-fa54-4e11-9978-a3b361d92eae of type vxlan for network 369f85e6-f2e6-4709-be49-99e7786d21ef 2026-05-10 02:01:08.900 7 INFO neutron.db.l3_hamode_db [None req-155a6813-da22-4ad3-b6c8-446f003be7c4 0de5cc5cadd043c38b9c39392dac1d19 f557948cc35f48f6a81d815cad9e3c01 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 537/1083] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:09 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:09.699 7 INFO neutron.db.l3_hamode_db [None req-155a6813-da22-4ad3-b6c8-446f003be7c4 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 538/1084] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:01:09 2026] GET /v2.0/security-groups?tenant_id=0d20d1a730044cd68cd316333eba3cad&name=default => generated 2925 bytes in 197 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1085] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:10 2026] DELETE /v2.0/security-groups/6012ae4c-9ccf-422d-9e62-1f907cd3642d => 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: 540/1086] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:01:10 2026] GET /v2.0/security-groups?tenant_id=f7efb32d9fbf4c3980496c82b5133638&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1087] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:01:10 2026] GET /v2.0/networks?id=2a10e0bc-b894-4763-b856-2ffa9b3e218c => generated 672 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1088] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:10 2026] DELETE /v2.0/security-groups/045e8441-46bf-494d-b5ec-ea93661ed5e1 => 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: 547/1089] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:01:08 2026] POST /v2.0/routers => generated 725 bytes in 1883 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 548/1090] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:10 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => 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: 543/1091] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:01:10 2026] POST /v2.0/ports => generated 954 bytes in 371 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: 544/1092] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:01:10 2026] PUT /v2.0/ports/7d354f11-335a-4ac7-872f-cb280339631f => generated 1235 bytes in 384 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:11.269 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-61db1eb5-b5f0-4e5f-91cb-e851a0b5b473'] response: {'name': 'network-changed', 'server_uuid': '1cf4edb4-6dc7-4e83-9450-95a9bac04f76', 'tag': '7d354f11-335a-4ac7-872f-cb280339631f', '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: 545/1093] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:11 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => 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: 546/1094] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:11 2026] GET /v2.0/security-groups?id=a8d03d03-90a6-47ba-b43b-791e3b66f319&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1095] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:01:10 2026] PUT /v2.0/routers/2a170572-d70e-4ca5-abb3-6f0357c26bff/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 547/1096] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:11 2026] GET /v2.0/ports?tenant_id=09d6369548864bffb45db4b357ea9408&device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 1238 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1097] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:01:11 2026] GET /v2.0/networks?tenant_id=09d6369548864bffb45db4b357ea9408&shared=False => generated 767 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 548/1098] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:01:11 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1099] 10.0.0.189 () {34 vars in 685 bytes} [Sun May 10 02:01:12 2026] POST /v2.0/security-groups => generated 1659 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1100] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:12 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: 552/1101] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:12 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1102] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:01:12 2026] GET /v2.0/security-groups?tenant_id=ffdb178457f2422885798a33efa6383a&name=default => generated 2925 bytes in 340 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1103] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:12 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 969 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 555/1104] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/ports?tenant_id=09d6369548864bffb45db4b357ea9408&device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 1238 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 550/1105] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:01:12 2026] POST /v2.0/floatingips => generated 552 bytes in 517 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1106] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/security-groups?id=a8d03d03-90a6-47ba-b43b-791e3b66f319&fields=id&fields=name => generated 88 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 552/1107] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=7d354f11-335a-4ac7-872f-cb280339631f => generated 19 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1108] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:13 2026] DELETE /v2.0/security-groups/2c006a8a-38a0-48db-904d-f7faab9ebd89 => 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: 553/1109] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/subnets?id=34fcbc51-29cd-4703-9269-50ee046aa1e8 => generated 690 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1110] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/ports?network_id=2a10e0bc-b894-4763-b856-2ffa9b3e218c&device_owner=network%3Adhcp => 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: 554/1111] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/networks/2a10e0bc-b894-4763-b856-2ffa9b3e218c?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: 558/1112] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/networks/2a10e0bc-b894-4763-b856-2ffa9b3e218c?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: 555/1113] 10.0.0.138 () {34 vars in 1098 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/security-groups?name=tempest-securitygroup--996789967&fields=id&tenant_id=f557948cc35f48f6a81d815cad9e3c01 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1114] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/networks?id=7f55567f-8097-4f3f-9190-f3097afcf433 => generated 670 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1115] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/quotas/f557948cc35f48f6a81d815cad9e3c01 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 560/1116] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/ports?tenant_id=f557948cc35f48f6a81d815cad9e3c01&fields=id => generated 57 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1117] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/networks/7f55567f-8097-4f3f-9190-f3097afcf433?fields=segments => generated 14 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1118] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:01:13 2026] GET /v2.0/networks/7f55567f-8097-4f3f-9190-f3097afcf433?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: 558/1119] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:14 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => 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: 563/1122] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:14 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1123] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:14 2026] GET /v2.0/security-groups?id=a8d03d03-90a6-47ba-b43b-791e3b66f319&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1124] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => 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: 561/1125] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 969 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1126] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:15 2026] GET /v2.0/security-groups?id=a8d03d03-90a6-47ba-b43b-791e3b66f319&fields=id&fields=name => generated 88 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 566/1127] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:16 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:16.401 8 INFO neutron.db.segments_db [None req-50ac2e6f-9b21-4655-8106-903a81a30d82 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Added segment 7063f232-6a27-4dbf-8390-811ca333d1f4 of type vxlan for network c7d3de0d-44e4-4813-97cf-d4a1ee0becb0 [pid: 8|app: 0|req: 562/1128] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 02:01:15 2026] POST /v2.0/networks => generated 633 bytes in 526 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:16.542 7 INFO neutron.db.segments_db [None req-dd0d790a-ca3c-4888-a808-9d0c204e82e4 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Added segment 52130d5d-1295-44db-9457-fdb42f6f6906 of type vxlan for network be40ca61-124c-4aad-b324-fe3d06028e00 [pid: 8|app: 0|req: 563/1129] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:16 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 969 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 564/1130] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:16 2026] GET /v2.0/security-groups?id=a8d03d03-90a6-47ba-b43b-791e3b66f319&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1131] 10.0.0.56 () {34 vars in 989 bytes} [Sun May 10 02:01:16 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 1240 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:16.786 7 INFO neutron.db.l3_hamode_db [None req-dd0d790a-ca3c-4888-a808-9d0c204e82e4 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 566/1132] 10.0.0.56 () {34 vars in 1039 bytes} [Sun May 10 02:01:16 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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: 567/1133] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:17 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:17.517 7 INFO neutron.db.l3_hamode_db [None req-dd0d790a-ca3c-4888-a808-9d0c204e82e4 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 568/1134] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:17 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => 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: 569/1135] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:17 2026] GET /v2.0/security-groups?id=a8d03d03-90a6-47ba-b43b-791e3b66f319&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: 7|app: 0|req: 567/1136] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:01:16 2026] POST /v2.0/routers => generated 695 bytes in 1934 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 570/1137] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/networks?id=7f55567f-8097-4f3f-9190-f3097afcf433 => generated 670 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1138] 10.0.0.189 () {32 vars in 776 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/subnets?project_id=d8c103b67afe4da18646bd60b543aa34&cidr=10.100.0.0%2F28 => generated 14 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1139] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => 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: 571/1140] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=f557948cc35f48f6a81d815cad9e3c01 => generated 180 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1141] 10.0.0.189 () {32 vars in 694 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/networks?router%3Aexternal=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1142] 10.0.0.189 () {32 vars in 784 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/subnets?network_id=2513d089-bd57-42ef-8f46-d877afc436ba&cidr=10.100.0.0%2F28 => generated 14 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1143] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:01:18 2026] POST /v2.0/subnets => generated 657 bytes in 200 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1144] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:01:18 2026] POST /v2.0/ports => generated 958 bytes in 412 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: 573/1145] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:18 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1146] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:01:19 2026] PUT /v2.0/ports/3e6df4c6-920f-472a-9a6b-d5beeeef824f => generated 1239 bytes in 476 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: 575/1147] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:19 2026] GET /v2.0/security-groups?id=a8d03d03-90a6-47ba-b43b-791e3b66f319&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:19.533 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52122977-ab8c-411e-a2d5-5c4764bbc2ef'] response: {'name': 'network-changed', 'server_uuid': '737c100f-1fd6-4ace-adc0-234322a79cfa', 'tag': '3e6df4c6-920f-472a-9a6b-d5beeeef824f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 576/1148] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:19 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => 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: 577/1149] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:19 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&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: 578/1150] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/ports?tenant_id=f557948cc35f48f6a81d815cad9e3c01&device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => 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: 579/1151] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/networks?tenant_id=f557948cc35f48f6a81d815cad9e3c01&shared=False => generated 766 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1152] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1153] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:01:18 2026] PUT /v2.0/routers/66b29021-5f48-490a-ade9-781efc517a84/add_router_interface => generated 309 bytes in 1349 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 581/1154] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/networks => generated 7958 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 574/1155] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/subnets => generated 6494 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1156] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/routers => generated 2909 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1157] 10.0.0.189 () {34 vars in 685 bytes} [Sun May 10 02:01:20 2026] POST /v2.0/security-groups => generated 1675 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1158] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1159] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 973 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 577/1160] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&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: 584/1161] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:20 2026] POST /v2.0/security-group-rules => generated 596 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1162] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 971 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1163] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:20 2026] GET /v2.0/security-groups?id=a8d03d03-90a6-47ba-b43b-791e3b66f319&fields=id&fields=name => generated 88 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1164] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1165] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:21 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: 8|app: 0|req: 586/1166] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/ports?tenant_id=f557948cc35f48f6a81d815cad9e3c01&device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 1242 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:01:21.246 7 INFO neutron.db.securitygroups_db [None req-50cc63a6-226d-49db-bb63-de4e5449fee8 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Project d8c103b67afe4da18646bd60b543aa34 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: 587/1167] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3e6df4c6-920f-472a-9a6b-d5beeeef824f => 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: 588/1168] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/subnets?id=119fab04-358b-43d5-bd8c-8e6af94e102d => generated 688 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 589/1169] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/ports?network_id=7f55567f-8097-4f3f-9190-f3097afcf433&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1170] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:21 2026] POST /v2.0/security-group-rules => generated 607 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 590/1171] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/networks/7f55567f-8097-4f3f-9190-f3097afcf433?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:21.386 7 INFO neutron.db.securitygroups_db [None req-124d24be-6926-40aa-adb5-03a04290d24a da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Project d8c103b67afe4da18646bd60b543aa34 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: 591/1172] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/networks/7f55567f-8097-4f3f-9190-f3097afcf433?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: 582/1173] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:21 2026] POST /v2.0/security-group-rules => generated 606 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1174] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/networks => generated 1298 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1175] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 973 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1176] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&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: 593/1177] 10.0.0.138 () {34 vars in 1100 bytes} [Sun May 10 02:01:21 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1281226119&fields=id&tenant_id=d8c103b67afe4da18646bd60b543aa34 => 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: 585/1178] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/networks?id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0 => generated 661 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 586/1179] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/quotas/d8c103b67afe4da18646bd60b543aa34 => 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: 587/1180] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/ports?tenant_id=d8c103b67afe4da18646bd60b543aa34&fields=id => generated 57 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1181] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1182] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/security-groups?id=a8d03d03-90a6-47ba-b43b-791e3b66f319&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1183] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?fields=segments => generated 14 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1184] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?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: 596/1185] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:22 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => 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: 590/1186] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:23 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 973 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 597/1187] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:23 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&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: 591/1188] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:23 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => 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: 598/1189] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:23 2026] GET /v2.0/security-groups?id=a8d03d03-90a6-47ba-b43b-791e3b66f319&fields=id&fields=name => generated 88 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 592/1190] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:01:23 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1191] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:23 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:01:23.462 8 INFO neutron_taas.services.taas.taas_plugin [req-00042c96-1a9c-4ccd-9a3f-8d6af61cc79e req-62decd88-6125-4a3a-ba35-d1350d9f3e97 32ecd5795c0a4bb58cc0e9301b925442 09d6369548864bffb45db4b357ea9408 - - default default] TaaS: Handle Delete Port: 7d354f11-335a-4ac7-872f-cb280339631f 2026-05-10 02:01:23.464 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-00042c96-1a9c-4ccd-9a3f-8d6af61cc79e req-62decd88-6125-4a3a-ba35-d1350d9f3e97 32ecd5795c0a4bb58cc0e9301b925442 09d6369548864bffb45db4b357ea9408 - - default default] Tap Mirror: Handle Delete Port: 7d354f11-335a-4ac7-872f-cb280339631f [pid: 8|app: 0|req: 599/1192] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:01:23 2026] DELETE /v2.0/ports/7d354f11-335a-4ac7-872f-cb280339631f => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:01:23.635 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ada8e0b4-b54f-4df9-9be8-0c602003a4d2'] response: {'server_uuid': '1cf4edb4-6dc7-4e83-9450-95a9bac04f76', 'name': 'network-vif-deleted', 'tag': '7d354f11-335a-4ac7-872f-cb280339631f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 594/1193] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 973 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1194] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&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: 595/1195] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => 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: 601/1196] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:24 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => 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: 596/1197] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1198] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1199] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => 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: 603/1200] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:25 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => 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: 598/1201] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 975 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 599/1202] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1203] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&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: 600/1204] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/networks?id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0 => generated 661 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1205] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 12 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1206] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d8c103b67afe4da18646bd60b543aa34 => generated 181 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1207] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:26 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 975 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1208] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:01:26 2026] POST /v2.0/ports => generated 958 bytes in 362 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:01:27.137 8 INFO neutron.db.l3_db [None req-e3d9efbf-bd63-491e-8845-bf6cedbe02fb ce0caca086ac48e0a532ab6f254ee1d6 f557948cc35f48f6a81d815cad9e3c01 - - default default] Floating IP 4ffc8118-c64d-404e-a2d7-a55dd4bb7d2b associated. External IP: 10.96.250.213, port: 3e6df4c6-920f-472a-9a6b-d5beeeef824f. [pid: 7|app: 0|req: 603/1209] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:01:27 2026] PUT /v2.0/ports/383312e3-9c24-4dfe-8c13-b1dc95db3642 => generated 1239 bytes in 341 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 607/1210] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:01:26 2026] PUT /v2.0/floatingips/4ffc8118-c64d-404e-a2d7-a55dd4bb7d2b => generated 856 bytes in 631 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:27.458 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4d0614d3-42ca-474b-b0bf-92d28881d6d3'] response: {'name': 'network-changed', 'server_uuid': '4e5258ca-342a-47f4-8bbb-c9005a33951e', 'tag': '383312e3-9c24-4dfe-8c13-b1dc95db3642', '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-05-10 02:01:27.489 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5800729c-873e-41df-bfea-79b1d2c78aa4'] response: {'name': 'network-changed', 'server_uuid': '737c100f-1fd6-4ace-adc0-234322a79cfa', 'tag': '3e6df4c6-920f-472a-9a6b-d5beeeef824f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 604/1211] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 975 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1212] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&fields=id&fields=name => generated 113 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 605/1213] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/ports?device_id=1cf4edb4-6dc7-4e83-9450-95a9bac04f76 => 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: 609/1214] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 975 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1215] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&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: 610/1216] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 973 bytes in 67 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.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&fields=id&fields=name => generated 114 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1218] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/ports?tenant_id=d8c103b67afe4da18646bd60b543aa34&device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => 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: 608/1219] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:27 2026] GET /v2.0/ports?tenant_id=f557948cc35f48f6a81d815cad9e3c01&device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => 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: 609/1220] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/networks?id=7f55567f-8097-4f3f-9190-f3097afcf433 => generated 766 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 612/1221] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/networks?tenant_id=d8c103b67afe4da18646bd60b543aa34&shared=False => generated 757 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1222] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=3e6df4c6-920f-472a-9a6b-d5beeeef824f => generated 859 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 613/1223] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 611/1224] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/subnets?id=119fab04-358b-43d5-bd8c-8e6af94e102d => generated 688 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1225] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/ports?network_id=7f55567f-8097-4f3f-9190-f3097afcf433&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: 612/1226] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/networks/7f55567f-8097-4f3f-9190-f3097afcf433?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: 615/1227] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/networks/7f55567f-8097-4f3f-9190-f3097afcf433?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: 613/1228] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1229] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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: 614/1230] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 617/1231] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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: 615/1232] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 618/1233] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1234] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:28 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1235] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&fields=id&fields=name => generated 113 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1236] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1237] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 618/1238] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/ports?tenant_id=d8c103b67afe4da18646bd60b543aa34&device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1241] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=383312e3-9c24-4dfe-8c13-b1dc95db3642 => generated 19 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1242] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/subnets?id=805a59f8-301c-449d-a9e5-4353bffa8485 => generated 678 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1243] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/ports?network_id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0&device_owner=network%3Adhcp => generated 1242 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1244] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?fields=segments => generated 14 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1245] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:01:29 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 624/1246] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1247] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 975 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1248] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1249] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/security-groups?id=657f8161-b55d-4496-94cc-a1a614a461aa&fields=id&fields=name => generated 113 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1250] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:30.317 7 INFO neutron_taas.services.taas.taas_plugin [None req-695c7f7f-4899-49c9-9a7e-86b6722b3528 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: a9da2980-3e71-44ec-a124-d8d5a738efac 2026-05-10 02:01:30.319 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-695c7f7f-4899-49c9-9a7e-86b6722b3528 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: a9da2980-3e71-44ec-a124-d8d5a738efac [pid: 8|app: 0|req: 629/1251] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 973 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:30.443 8 INFO neutron_taas.services.taas.taas_plugin [req-af2c7e31-d443-4312-b250-2b5f5e380bc6 req-e10e9798-a419-418d-a586-a1067e078ebc ce0caca086ac48e0a532ab6f254ee1d6 f557948cc35f48f6a81d815cad9e3c01 - - default default] TaaS: Handle Delete Port: 3e6df4c6-920f-472a-9a6b-d5beeeef824f 2026-05-10 02:01:30.446 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-af2c7e31-d443-4312-b250-2b5f5e380bc6 req-e10e9798-a419-418d-a586-a1067e078ebc ce0caca086ac48e0a532ab6f254ee1d6 f557948cc35f48f6a81d815cad9e3c01 - - default default] Tap Mirror: Handle Delete Port: 3e6df4c6-920f-472a-9a6b-d5beeeef824f 2026-05-10 02:01:30.567 8 INFO neutron.db.l3_db [req-af2c7e31-d443-4312-b250-2b5f5e380bc6 req-e10e9798-a419-418d-a586-a1067e078ebc ce0caca086ac48e0a532ab6f254ee1d6 f557948cc35f48f6a81d815cad9e3c01 - - default default] Floating IP 4ffc8118-c64d-404e-a2d7-a55dd4bb7d2b disassociated. External IP: 10.96.250.213, port: 3e6df4c6-920f-472a-9a6b-d5beeeef824f. [pid: 7|app: 0|req: 623/1252] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:01:29 2026] PUT /v2.0/routers/2bab483a-457d-46a7-a010-d96d3fcdd83d/remove_router_interface => generated 309 bytes in 872 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 624/1253] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&fields=id&fields=name => generated 114 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1254] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/ports?tenant_id=4a93ed6382834f1997d69a658b175f13&device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 630/1255] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:01:30 2026] DELETE /v2.0/ports/3e6df4c6-920f-472a-9a6b-d5beeeef824f => generated 0 bytes in 589 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:01:30.975 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-ab18d484-a89e-41c2-8b20-ad9f69bf20ac'] response: {'server_uuid': '737c100f-1fd6-4ace-adc0-234322a79cfa', 'name': 'network-vif-deleted', 'tag': '3e6df4c6-920f-472a-9a6b-d5beeeef824f', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 631/1256] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/networks?id=0428c201-e9d9-460b-ab88-94e0a63a170b => generated 772 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1257] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:01:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=0daf724b-4808-418d-a367-183f52db063b => generated 860 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1258] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/subnets?id=4057488f-ee9a-4b56-833f-3bd715e360be => generated 694 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 634/1259] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/ports?network_id=0428c201-e9d9-460b-ab88-94e0a63a170b&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1260] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/networks/0428c201-e9d9-460b-ab88-94e0a63a170b?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1261] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/networks/0428c201-e9d9-460b-ab88-94e0a63a170b?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: 637/1262] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1263] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1264] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:31.500 7 INFO neutron_taas.services.taas.taas_plugin [None req-619b4aca-9bdd-4de4-8758-398313977fb8 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 1e63a1f6-d34a-418b-a5b9-5dce08ca1591 2026-05-10 02:01:31.503 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-619b4aca-9bdd-4de4-8758-398313977fb8 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 1e63a1f6-d34a-418b-a5b9-5dce08ca1591 2026-05-10 02:01:31.750 7 INFO neutron_taas.services.taas.taas_plugin [None req-619b4aca-9bdd-4de4-8758-398313977fb8 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 32a2f6b9-859e-49ac-bbf6-fb268c1e6c2c 2026-05-10 02:01:31.754 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-619b4aca-9bdd-4de4-8758-398313977fb8 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 32a2f6b9-859e-49ac-bbf6-fb268c1e6c2c [pid: 8|app: 0|req: 640/1265] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 973 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1266] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:31 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:32.103 7 INFO neutron.services.segments.plugin [-] Segment ba8ffdd1-0585-4ce7-bae1-24db2e03b6ac resource provider aggregate not found 2026-05-10 02:01:32.106 7 INFO neutron.services.segments.plugin [-] Segment ba8ffdd1-0585-4ce7-bae1-24db2e03b6ac resource provider aggregate not found 2026-05-10 02:01:32.119 7 INFO neutron.services.segments.plugin [-] Segment ba8ffdd1-0585-4ce7-bae1-24db2e03b6ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba8ffdd1-0585-4ce7-bae1-24db2e03b6ac found for delete ", "request_id": "req-3fe706b4-d874-431f-8185-d7ce23642d2c"}]} 2026-05-10 02:01:32.125 7 INFO neutron.services.segments.plugin [-] Segment ba8ffdd1-0585-4ce7-bae1-24db2e03b6ac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ba8ffdd1-0585-4ce7-bae1-24db2e03b6ac found for delete ", "request_id": "req-a79e3efe-971f-4429-b7cb-6a1d4179ff0e"}]} 2026-05-10 02:01:32.129 7 INFO neutron.db.l3_hamode_db [None req-619b4aca-9bdd-4de4-8758-398313977fb8 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network cab26db9-2971-4950-b95f-a28ce0b563ae was deleted as no HA routers are present in tenant 09d6369548864bffb45db4b357ea9408. [pid: 7|app: 0|req: 626/1267] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:01:30 2026] DELETE /v2.0/routers/2bab483a-457d-46a7-a010-d96d3fcdd83d => generated 0 bytes in 1206 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1268] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:01:32 2026] DELETE /v2.0/subnets/34fcbc51-29cd-4703-9269-50ee046aa1e8 => generated 0 bytes in 151 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:01:32.387 7 INFO neutron_taas.services.taas.taas_plugin [None req-02f04015-4a67-49d0-add5-4f6b8385f693 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 62e886cd-0a87-4a88-947f-044a1a6a84a4 2026-05-10 02:01:32.391 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-02f04015-4a67-49d0-add5-4f6b8385f693 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 62e886cd-0a87-4a88-947f-044a1a6a84a4 [pid: 8|app: 0|req: 643/1269] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => 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: 644/1270] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 645/1271] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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: 627/1272] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:01:32 2026] DELETE /v2.0/networks/2a10e0bc-b894-4763-b856-2ffa9b3e218c => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1273] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:01:32 2026] GET /v2.0/security-groups?tenant_id=09d6369548864bffb45db4b357ea9408&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 628/1274] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:32 2026] DELETE /v2.0/security-groups/a8d03d03-90a6-47ba-b43b-791e3b66f319 => 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: 647/1275] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 973 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1276] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&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: 648/1277] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/ports?device_id=737c100f-1fd6-4ace-adc0-234322a79cfa => 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: 630/1278] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 649/1279] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:33 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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-05-10 02:01:34.141 7 INFO neutron.services.segments.plugin [-] Segment 9ad6496e-7bfc-494b-9e0f-b33b8f4f1da5 resource provider aggregate not found 2026-05-10 02:01:34.166 7 INFO neutron.services.segments.plugin [-] Segment 9ad6496e-7bfc-494b-9e0f-b33b8f4f1da5 resource provider aggregate not found 2026-05-10 02:01:34.172 7 INFO neutron.services.segments.plugin [-] Segment 9ad6496e-7bfc-494b-9e0f-b33b8f4f1da5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad6496e-7bfc-494b-9e0f-b33b8f4f1da5 found for delete ", "request_id": "req-4e1cc25a-120c-49db-b571-d49f50cacb5b"}]} 2026-05-10 02:01:34.190 7 INFO neutron.services.segments.plugin [-] Segment 9ad6496e-7bfc-494b-9e0f-b33b8f4f1da5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9ad6496e-7bfc-494b-9e0f-b33b8f4f1da5 found for delete ", "request_id": "req-68b1f386-364c-4269-adac-f0c78e6f8515"}]} [pid: 7|app: 0|req: 631/1280] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 975 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1281] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&fields=id&fields=name => generated 114 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 632/1282] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:34 2026] DELETE /v2.0/security-groups/657f8161-b55d-4496-94cc-a1a614a461aa => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:34.743 8 INFO neutron.api.v2.resource [None req-465626d6-32dd-45a6-8ca6-199410c94e63 ce0caca086ac48e0a532ab6f254ee1d6 f557948cc35f48f6a81d815cad9e3c01 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 651/1283] 10.0.0.189 () {32 vars in 737 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/security-groups/657f8161-b55d-4496-94cc-a1a614a461aa => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1284] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 653/1285] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:34 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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-05-10 02:01:34.853 7 INFO neutron_taas.services.taas.taas_plugin [None req-7adddb70-f4b3-4ae0-8a69-f244ffb4d167 ce0caca086ac48e0a532ab6f254ee1d6 f557948cc35f48f6a81d815cad9e3c01 - - default default] TaaS: Handle Delete Port: 670fbad8-9cfe-4927-b1c9-a79e2536419e 2026-05-10 02:01:34.855 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7adddb70-f4b3-4ae0-8a69-f244ffb4d167 ce0caca086ac48e0a532ab6f254ee1d6 f557948cc35f48f6a81d815cad9e3c01 - - default default] Tap Mirror: Handle Delete Port: 670fbad8-9cfe-4927-b1c9-a79e2536419e [pid: 7|app: 0|req: 633/1286] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:01:34 2026] DELETE /v2.0/floatingips/4ffc8118-c64d-404e-a2d7-a55dd4bb7d2b => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:35.396 8 INFO neutron_taas.services.taas.taas_plugin [None req-445ab279-0c5f-4626-8a09-84724b5c87a2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: eb473674-acbf-4643-9ec0-7d61d22ed6d6 2026-05-10 02:01:35.400 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-445ab279-0c5f-4626-8a09-84724b5c87a2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: eb473674-acbf-4643-9ec0-7d61d22ed6d6 [pid: 7|app: 0|req: 634/1287] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => 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: 635/1288] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&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: 636/1289] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => 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: 637/1290] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&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: 638/1291] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 654/1292] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:01:35 2026] PUT /v2.0/routers/2a170572-d70e-4ca5-abb3-6f0357c26bff/remove_router_interface => generated 309 bytes in 898 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1293] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:35 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 969 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:36.213 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa865eca-1e20-4a51-94f5-1263adcd879d 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: c4c6d5b0-a755-444c-8747-023ec68313be 2026-05-10 02:01:36.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa865eca-1e20-4a51-94f5-1263adcd879d 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: c4c6d5b0-a755-444c-8747-023ec68313be 2026-05-10 02:01:36.444 7 INFO neutron.db.l3_db [None req-ebb18266-5bc4-4e79-a750-6d7c4b483ca2 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Floating IP ea72dcbf-b0b8-43e2-b990-290e7d915e36 associated. External IP: 10.96.250.216, port: 383312e3-9c24-4dfe-8c13-b1dc95db3642. 2026-05-10 02:01:36.465 8 INFO neutron_taas.services.taas.taas_plugin [None req-fa865eca-1e20-4a51-94f5-1263adcd879d 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: ad34759d-0256-4b7a-87bb-b71181cf3d08 2026-05-10 02:01:36.475 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fa865eca-1e20-4a51-94f5-1263adcd879d 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: ad34759d-0256-4b7a-87bb-b71181cf3d08 [pid: 7|app: 0|req: 639/1294] 10.0.0.189 () {34 vars in 677 bytes} [Sun May 10 02:01:35 2026] POST /v2.0/floatingips => generated 856 bytes in 889 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 640/1295] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:36.742 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc15065a-9130-40b9-bdfb-99ad6c1861e5'] response: {'name': 'network-changed', 'server_uuid': '4e5258ca-342a-47f4-8bbb-c9005a33951e', 'tag': '383312e3-9c24-4dfe-8c13-b1dc95db3642', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 641/1296] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:01:36 2026] GET /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 856 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:36.874 8 INFO neutron.services.segments.plugin [-] Segment f89eb91b-fa54-4e11-9978-a3b361d92eae resource provider aggregate not found 2026-05-10 02:01:36.878 8 INFO neutron.services.segments.plugin [-] Segment f89eb91b-fa54-4e11-9978-a3b361d92eae resource provider aggregate not found 2026-05-10 02:01:36.894 8 INFO neutron.db.l3_hamode_db [None req-fa865eca-1e20-4a51-94f5-1263adcd879d 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network 369f85e6-f2e6-4709-be49-99e7786d21ef was deleted as no HA routers are present in tenant f557948cc35f48f6a81d815cad9e3c01. 2026-05-10 02:01:36.899 8 INFO neutron.services.segments.plugin [-] Segment f89eb91b-fa54-4e11-9978-a3b361d92eae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89eb91b-fa54-4e11-9978-a3b361d92eae found for delete ", "request_id": "req-7f0dcedf-8e58-48db-942b-7e7fd762f25d"}]} [pid: 8|app: 0|req: 656/1297] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:01:36 2026] DELETE /v2.0/routers/2a170572-d70e-4ca5-abb3-6f0357c26bff => generated 0 bytes in 897 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:01:36.908 8 INFO neutron.services.segments.plugin [-] Segment f89eb91b-fa54-4e11-9978-a3b361d92eae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f89eb91b-fa54-4e11-9978-a3b361d92eae found for delete ", "request_id": "req-0aeb9aef-0b69-4c3d-ba96-f49174983256"}]} [pid: 7|app: 0|req: 642/1298] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:01:36 2026] DELETE /v2.0/subnets/119fab04-358b-43d5-bd8c-8e6af94e102d => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:01:37.223 8 INFO neutron_taas.services.taas.taas_plugin [None req-cb4e3680-bf08-45c4-a32d-1499038b5cd9 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 07d57d1a-23b8-4555-aa95-f6669706dbd7 2026-05-10 02:01:37.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cb4e3680-bf08-45c4-a32d-1499038b5cd9 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 07d57d1a-23b8-4555-aa95-f6669706dbd7 [pid: 7|app: 0|req: 643/1299] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/ports?tenant_id=d8c103b67afe4da18646bd60b543aa34&device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 644/1300] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/networks?id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0 => generated 757 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1301] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=383312e3-9c24-4dfe-8c13-b1dc95db3642 => generated 859 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 657/1302] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:01:37 2026] DELETE /v2.0/networks/7f55567f-8097-4f3f-9190-f3097afcf433 => generated 0 bytes in 314 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1303] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/subnets?id=805a59f8-301c-449d-a9e5-4353bffa8485 => generated 678 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 658/1304] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/ports?network_id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0&device_owner=network%3Adhcp => generated 1244 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1305] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 659/1306] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?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: 648/1307] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/security-groups?tenant_id=f557948cc35f48f6a81d815cad9e3c01&name=default => generated 2925 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 660/1308] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:37 2026] DELETE /v2.0/security-groups/8afc8f19-0bf6-4471-a049-69f161d1d0ae => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1309] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 856 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 661/1310] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 650/1311] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:37 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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: 662/1312] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:01:38 2026] GET /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 858 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:38.916 8 INFO neutron.services.segments.plugin [-] Segment 4791f1b5-1b04-4963-8a2a-e87430f98e31 resource provider aggregate not found 2026-05-10 02:01:38.921 8 INFO neutron.services.segments.plugin [-] Segment 4791f1b5-1b04-4963-8a2a-e87430f98e31 resource provider aggregate not found 2026-05-10 02:01:38.937 8 INFO neutron.services.segments.plugin [-] Segment 4791f1b5-1b04-4963-8a2a-e87430f98e31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4791f1b5-1b04-4963-8a2a-e87430f98e31 found for delete ", "request_id": "req-395e9e8a-887a-4a44-a81c-cc1784d61d27"}]} 2026-05-10 02:01:38.938 8 INFO neutron.services.segments.plugin [-] Segment 4791f1b5-1b04-4963-8a2a-e87430f98e31 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4791f1b5-1b04-4963-8a2a-e87430f98e31 found for delete ", "request_id": "req-a08b8df7-b336-49a0-a288-997d08e12170"}]} [pid: 7|app: 0|req: 651/1313] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:38 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 663/1314] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:39 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:39.846 7 INFO neutron.db.segments_db [None req-74f7bab0-38ff-42b3-bab4-e2a4d7daf472 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 988cc51e-f5c7-43ca-88e9-0a6059a138e0 of type vxlan for network b7456dd2-00d5-4393-b89f-950d0fdcb557 [pid: 7|app: 0|req: 652/1315] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 02:01:39 2026] POST /v2.0/networks => generated 742 bytes in 400 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 664/1316] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:01:39 2026] POST /v2.0/subnets => generated 689 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:40.148 7 INFO neutron.db.segments_db [None req-c42c7065-3548-430d-a2a5-0453ef9686fd 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 670b6591-9bb7-4194-af8f-08247a4016ba of type vxlan for network b42f080c-8f6e-4f6a-87d5-491d3930273c [pid: 8|app: 0|req: 665/1317] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 666/1318] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:40 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:40.483 7 INFO neutron.db.l3_hamode_db [None req-c42c7065-3548-430d-a2a5-0453ef9686fd 0de5cc5cadd043c38b9c39392dac1d19 11ea488ba4c7407baa895a473d0ec802 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:01:41.267 7 INFO neutron.db.l3_hamode_db [None req-c42c7065-3548-430d-a2a5-0453ef9686fd 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 653/1319] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:01:40 2026] POST /v2.0/routers => generated 729 bytes in 2001 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 667/1320] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:01:42 2026] PUT /v2.0/routers/c5d1fe58-76ef-43da-82b2-8c0380bbdf12/add_router_interface => generated 309 bytes in 1007 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 654/1321] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:01:42 2026] GET /v2.0/security-groups?tenant_id=4abbe579eea0453f9fc7ed77bf265bfe&name=default => generated 2925 bytes in 247 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1322] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:43 2026] DELETE /v2.0/security-groups/945a7155-92aa-4bc1-8083-6bf8ddc13f0c => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 655/1323] 10.0.0.189 () {34 vars in 685 bytes} [Sun May 10 02:01:43 2026] POST /v2.0/security-groups => generated 1658 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1324] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:43 2026] POST /v2.0/security-group-rules => generated 597 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1327] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:01:44 2026] POST /v2.0/security-group-rules => generated 602 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1328] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:01:44 2026] POST /v2.0/floatingips => generated 552 bytes in 549 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 657/1329] 10.0.0.138 () {34 vars in 1096 bytes} [Sun May 10 02:01:45 2026] GET /v2.0/security-groups?name=tempest-securitygroup--37912621&fields=id&tenant_id=11ea488ba4c7407baa895a473d0ec802 => 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: 673/1330] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:01:45 2026] GET /v2.0/networks?id=b7456dd2-00d5-4393-b89f-950d0fdcb557 => generated 674 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 658/1331] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:01:45 2026] GET /v2.0/quotas/11ea488ba4c7407baa895a473d0ec802 => 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: 674/1332] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:01:45 2026] GET /v2.0/ports?tenant_id=11ea488ba4c7407baa895a473d0ec802&fields=id => generated 103 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 659/1333] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:01:45 2026] GET /v2.0/networks/b7456dd2-00d5-4393-b89f-950d0fdcb557?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: 675/1334] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:01:45 2026] GET /v2.0/networks/b7456dd2-00d5-4393-b89f-950d0fdcb557?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: 660/1335] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:45 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 676/1336] 10.0.0.252 () {32 vars in 802 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/extensions => generated 21537 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1337] 10.0.0.56 () {34 vars in 989 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => 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: 677/1338] 10.0.0.56 () {34 vars in 1039 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&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: 662/1339] 10.0.0.252 () {30 vars in 724 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/quotas/28b4f2d01a9c4f0eb52c17e72ed7477e/details => generated 847 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1340] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:46 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 663/1341] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:47 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 679/1342] 10.0.0.56 () {34 vars in 989 bytes} [Sun May 10 02:01:48 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1343] 10.0.0.56 () {34 vars in 1039 bytes} [Sun May 10 02:01:48 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 680/1344] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:48 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 665/1345] 10.0.0.252 () {32 vars in 802 bytes} [Sun May 10 02:01:49 2026] GET /v2.0/extensions => generated 21537 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1346] 10.0.0.252 () {30 vars in 724 bytes} [Sun May 10 02:01:49 2026] GET /v2.0/quotas/28b4f2d01a9c4f0eb52c17e72ed7477e/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: 666/1347] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:50 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 682/1348] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:01:50 2026] GET /v2.0/networks?id=b7456dd2-00d5-4393-b89f-950d0fdcb557 => generated 674 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1349] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:01:50 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=11ea488ba4c7407baa895a473d0ec802 => generated 179 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 683/1350] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:01:50 2026] POST /v2.0/ports => generated 958 bytes in 408 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: 668/1351] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:01:50 2026] PUT /v2.0/ports/941f0f10-ccd1-4595-bad8-641a262e4d06 => generated 1239 bytes in 394 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 684/1352] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:51 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 669/1353] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:51 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:51.163 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-db3b2685-055e-4312-958e-af8391efa98f'] response: {'name': 'network-changed', 'server_uuid': '921da148-6461-45b0-8824-d9b5b3f13228', 'tag': '941f0f10-ccd1-4595-bad8-641a262e4d06', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 685/1354] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:51 2026] GET /v2.0/ports?tenant_id=11ea488ba4c7407baa895a473d0ec802&device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 670/1355] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:01:51 2026] GET /v2.0/networks?tenant_id=11ea488ba4c7407baa895a473d0ec802&shared=False => generated 770 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 686/1356] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:01:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1357] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:52 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 973 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1358] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:52 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&fields=id&fields=name => generated 112 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1359] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:52 2026] GET /v2.0/ports?tenant_id=11ea488ba4c7407baa895a473d0ec802&device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 672/1360] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:01:52 2026] GET /v2.0/security-groups?tenant_id=28b4f2d01a9c4f0eb52c17e72ed7477e&name=default => generated 2925 bytes in 251 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 689/1361] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:01:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=941f0f10-ccd1-4595-bad8-641a262e4d06 => 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: 690/1362] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:01:52 2026] GET /v2.0/subnets?id=68f2e581-0773-4a5e-953b-9088509e2b8f => generated 692 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 691/1363] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:01:52 2026] GET /v2.0/ports?network_id=b7456dd2-00d5-4393-b89f-950d0fdcb557&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: 673/1364] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:01:52 2026] DELETE /v2.0/security-groups/4b392e62-acaf-4e62-8052-b141b99195c4 => 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: 692/1365] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:01:53 2026] GET /v2.0/networks/b7456dd2-00d5-4393-b89f-950d0fdcb557?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: 674/1366] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:01:53 2026] GET /v2.0/networks/b7456dd2-00d5-4393-b89f-950d0fdcb557?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: 693/1367] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:53 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 973 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 675/1368] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:53 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&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: 694/1369] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:54 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 973 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 676/1370] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:54 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:55.040 8 INFO neutron.db.segments_db [None req-9c79cc54-c68b-48e7-aaa2-86bfbe9ca960 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 0fa2e72d-88ec-48f3-bcf7-292242fbb380 of type vxlan for network ac246be5-2a6d-455d-a265-08b8fd215805 [pid: 8|app: 0|req: 695/1371] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 02:01:54 2026] POST /v2.0/networks => generated 741 bytes in 349 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 677/1372] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:01:55 2026] POST /v2.0/subnets => generated 688 bytes in 171 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:01:55.351 8 INFO neutron.db.segments_db [None req-18119c59-9553-4668-99ec-83790436bbb4 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 9e369a71-9ff0-464d-97d7-440000773da3 of type vxlan for network 89133a6f-fd6d-43b8-808e-e949cf16425a 2026-05-10 02:01:55.564 8 INFO neutron.db.l3_hamode_db [None req-18119c59-9553-4668-99ec-83790436bbb4 0de5cc5cadd043c38b9c39392dac1d19 cf957deb342f4744b9338ad0013c7c12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 678/1373] 10.0.0.189 () {32 vars in 826 bytes} [Sun May 10 02:01:55 2026] GET /v2.0/ports?project_id=d8c103b67afe4da18646bd60b543aa34&network_id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0 => generated 3695 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1374] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:55 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 973 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 680/1375] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:55 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&fields=id&fields=name => generated 112 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1376] 10.0.0.189 () {32 vars in 742 bytes} [Sun May 10 02:01:55 2026] GET /v2.0/subnets?network_id=2513d089-bd57-42ef-8f46-d877afc436ba => generated 667 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:56.310 7 INFO neutron.db.l3_db [None req-932ea2dd-d3ee-458f-a8c5-18a4bf4d49a7 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Floating IP ea72dcbf-b0b8-43e2-b990-290e7d915e36 disassociated. External IP: 10.96.250.216, port: 383312e3-9c24-4dfe-8c13-b1dc95db3642. 2026-05-10 02:01:56.439 8 INFO neutron.db.l3_hamode_db [None req-18119c59-9553-4668-99ec-83790436bbb4 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 682/1377] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:01:56 2026] PUT /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 554 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 683/1378] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:01:56 2026] GET /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 554 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:56.729 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d8d56c53-0656-468e-92a2-ae70153cb914'] response: {'name': 'network-changed', 'server_uuid': '4e5258ca-342a-47f4-8bbb-c9005a33951e', 'tag': '383312e3-9c24-4dfe-8c13-b1dc95db3642', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 684/1379] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:56 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1380] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:56 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&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: 7|app: 0|req: 686/1381] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:57 2026] GET /v2.0/ports?tenant_id=d8c103b67afe4da18646bd60b543aa34&device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 687/1382] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:01:57 2026] GET /v2.0/networks?id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0 => generated 757 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 688/1383] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:01:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=383312e3-9c24-4dfe-8c13-b1dc95db3642 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 689/1384] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:01:57 2026] GET /v2.0/subnets?id=805a59f8-301c-449d-a9e5-4353bffa8485 => generated 678 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1385] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:01:57 2026] GET /v2.0/ports?network_id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0&device_owner=network%3Adhcp => generated 1244 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 691/1386] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:01:57 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?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: 696/1387] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:01:55 2026] POST /v2.0/routers => generated 728 bytes in 2175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1388] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:01:57 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1389] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:01:57 2026] GET /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 554 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 694/1390] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:58 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 975 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1391] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:58 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&fields=id&fields=name => generated 112 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 696/1392] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:58 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1393] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:58 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 975 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 698/1394] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:58 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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: 697/1395] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:01:57 2026] PUT /v2.0/routers/f8201243-6ab0-4f13-8982-9a1d91069d63/add_router_interface => generated 309 bytes in 1172 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:58.674 7 INFO neutron.db.l3_db [None req-9b8522d0-0db9-43aa-8eeb-318bab793e33 c6acc799fa974713bc303125660ee03d 11ea488ba4c7407baa895a473d0ec802 - - default default] Floating IP 8debcbcb-df3f-4925-a60e-50cd024941f4 associated. External IP: 10.96.250.213, port: 941f0f10-ccd1-4595-bad8-641a262e4d06. [pid: 8|app: 0|req: 698/1396] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:58 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1397] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:58 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 700/1398] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:01:58 2026] GET /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 552 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 699/1399] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:01:58 2026] PUT /v2.0/floatingips/8debcbcb-df3f-4925-a60e-50cd024941f4 => generated 856 bytes in 644 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:01:59.043 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-86edb7c3-a15d-4980-b3a4-2d795ab465c2'] response: {'name': 'network-changed', 'server_uuid': '921da148-6461-45b0-8824-d9b5b3f13228', 'tag': '941f0f10-ccd1-4595-bad8-641a262e4d06', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 701/1400] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 975 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1401] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&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: 7|app: 0|req: 702/1404] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 975 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 703/1405] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&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: 7|app: 0|req: 703/1406] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/ports?tenant_id=11ea488ba4c7407baa895a473d0ec802&device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 704/1407] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/networks?id=b7456dd2-00d5-4393-b89f-950d0fdcb557 => generated 770 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1408] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.13&port_id=941f0f10-ccd1-4595-bad8-641a262e4d06 => generated 859 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1409] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/subnets?id=68f2e581-0773-4a5e-953b-9088509e2b8f => generated 692 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 705/1410] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/ports?network_id=b7456dd2-00d5-4393-b89f-950d0fdcb557&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1411] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/networks/b7456dd2-00d5-4393-b89f-950d0fdcb557?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1412] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1413] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:01:59 2026] GET /v2.0/networks/b7456dd2-00d5-4393-b89f-950d0fdcb557?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:00.005 7 INFO neutron.db.segments_db [None req-9fdc31dd-782e-4d5a-898a-8a4e9abf4686 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment dfc162a3-27da-4990-be6d-a1a0226d710d of type vxlan for network 97707b22-47b1-40f2-b22e-6000919ac4ff [pid: 8|app: 0|req: 709/1414] 10.0.0.189 () {34 vars in 685 bytes} [Sun May 10 02:01:59 2026] POST /v2.0/security-groups => generated 1673 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1415] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:00 2026] GET /v2.0/security-groups?id=5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf&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: 706/1416] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 02:01:59 2026] POST /v2.0/networks => generated 740 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1417] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:00 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: 7|app: 0|req: 707/1418] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:02:00 2026] POST /v2.0/subnets => generated 687 bytes in 205 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1419] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:00 2026] POST /v2.0/security-group-rules => generated 596 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:00.352 7 INFO neutron.db.segments_db [None req-8c730648-3d04-4d6c-9672-73a94a45c275 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 2dcdc81f-39cb-4e71-9108-943cc1781f0c of type vxlan for network 0be2956e-19d4-412a-aabe-83819f5acd7b [pid: 8|app: 0|req: 713/1420] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:00 2026] POST /v2.0/security-group-rules => generated 602 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 714/1421] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:00 2026] POST /v2.0/security-group-rules => generated 601 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1422] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:00 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 975 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:00.668 8 INFO neutron.db.securitygroups_db [None req-3075c01d-2685-4172-becb-645bcdf8692a da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Project d8c103b67afe4da18646bd60b543aa34 added a security group rule with legacy IPv6 ICMP protocol name icmp, ipv6-icmp should be used instead. It was automatically converted. 2026-05-10 02:02:00.696 7 INFO neutron.db.l3_hamode_db [None req-8c730648-3d04-4d6c-9672-73a94a45c275 0de5cc5cadd043c38b9c39392dac1d19 96d3d7008cf7469cbad51e1212fcde08 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 716/1423] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:00 2026] POST /v2.0/security-group-rules => generated 607 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1424] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:00 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&fields=id&fields=name => generated 112 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:00.789 8 INFO neutron.db.securitygroups_db [None req-0ff6cf8c-e569-49d7-9b6e-8688ad2126e3 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Project d8c103b67afe4da18646bd60b543aa34 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: 718/1425] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:00 2026] POST /v2.0/security-group-rules => generated 606 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 719/1426] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:01.252 8 INFO neutron_taas.services.taas.taas_plugin [req-8c16c723-914f-48d2-a33b-4317c6f9f146 req-a4af39a0-86f1-48ca-823a-d54e9b9bd2e7 0ad8b4718c4e40d9bda24f14915fb2a0 4a93ed6382834f1997d69a658b175f13 - - default default] TaaS: Handle Delete Port: 0daf724b-4808-418d-a367-183f52db063b 2026-05-10 02:02:01.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8c16c723-914f-48d2-a33b-4317c6f9f146 req-a4af39a0-86f1-48ca-823a-d54e9b9bd2e7 0ad8b4718c4e40d9bda24f14915fb2a0 4a93ed6382834f1997d69a658b175f13 - - default default] Tap Mirror: Handle Delete Port: 0daf724b-4808-418d-a367-183f52db063b 2026-05-10 02:02:01.415 8 INFO neutron.db.l3_db [req-8c16c723-914f-48d2-a33b-4317c6f9f146 req-a4af39a0-86f1-48ca-823a-d54e9b9bd2e7 0ad8b4718c4e40d9bda24f14915fb2a0 4a93ed6382834f1997d69a658b175f13 - - default default] Floating IP a0e860e3-b7b9-4a68-a5ce-1efd1d1f0681 disassociated. External IP: 10.96.250.212, port: 0daf724b-4808-418d-a367-183f52db063b. 2026-05-10 02:02:01.534 7 INFO neutron.db.l3_hamode_db [None req-8c730648-3d04-4d6c-9672-73a94a45c275 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 720/1427] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:02:01 2026] DELETE /v2.0/ports/0daf724b-4808-418d-a367-183f52db063b => generated 0 bytes in 741 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 721/1428] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => generated 12 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:01.921 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-adc88dbf-2768-46b2-827e-464aaa16a0b7'] response: {'server_uuid': 'cdd09c89-3bfd-4f6e-a9a5-891d080c738d', 'name': 'network-vif-deleted', 'tag': '0daf724b-4808-418d-a367-183f52db063b', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 722/1429] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:02:01 2026] GET /v2.0/networks => generated 1298 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1430] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 975 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1431] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:02.358 8 INFO neutron_taas.services.taas.taas_plugin [req-4cbd235d-5442-4124-ac33-7bbc29bd6427 req-ce730fb1-d318-4b4e-9bfe-9566d4e05620 c6acc799fa974713bc303125660ee03d 11ea488ba4c7407baa895a473d0ec802 - - default default] TaaS: Handle Delete Port: 941f0f10-ccd1-4595-bad8-641a262e4d06 2026-05-10 02:02:02.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-4cbd235d-5442-4124-ac33-7bbc29bd6427 req-ce730fb1-d318-4b4e-9bfe-9566d4e05620 c6acc799fa974713bc303125660ee03d 11ea488ba4c7407baa895a473d0ec802 - - default default] Tap Mirror: Handle Delete Port: 941f0f10-ccd1-4595-bad8-641a262e4d06 [pid: 7|app: 0|req: 708/1432] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:02:00 2026] POST /v2.0/routers => generated 727 bytes in 2079 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 709/1433] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/security-groups?id=ea97ea46-3a4e-406c-9030-1cb67f115248&fields=id&fields=name => generated 112 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 710/1434] 10.0.0.138 () {34 vars in 1098 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-434192641&fields=id&tenant_id=d8c103b67afe4da18646bd60b543aa34 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:02.522 8 INFO neutron.db.l3_db [req-4cbd235d-5442-4124-ac33-7bbc29bd6427 req-ce730fb1-d318-4b4e-9bfe-9566d4e05620 c6acc799fa974713bc303125660ee03d 11ea488ba4c7407baa895a473d0ec802 - - default default] Floating IP 8debcbcb-df3f-4925-a60e-50cd024941f4 disassociated. External IP: 10.96.250.213, port: 941f0f10-ccd1-4595-bad8-641a262e4d06. [pid: 8|app: 0|req: 725/1435] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:02:02 2026] DELETE /v2.0/ports/941f0f10-ccd1-4595-bad8-641a262e4d06 => generated 0 bytes in 690 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1436] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/networks?id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0 => generated 661 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1437] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/quotas/d8c103b67afe4da18646bd60b543aa34 => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1438] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:02:02 2026] GET /v2.0/ports?tenant_id=d8c103b67afe4da18646bd60b543aa34&fields=id => generated 149 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 729/1439] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:03 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 730/1440] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:02:03 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?fields=segments => generated 14 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 731/1441] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:02:03 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 732/1442] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:03 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 733/1443] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:03 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 711/1444] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:02:02 2026] PUT /v2.0/routers/dcc0c55d-bb2b-49d0-a909-cf42e03aca48/add_router_interface => generated 309 bytes in 1300 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:03.967 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-bc4f8d83-4c5b-4af4-a4ba-34fa3ece8bed'] response: {'server_uuid': '921da148-6461-45b0-8824-d9b5b3f13228', 'name': 'network-vif-deleted', 'tag': '941f0f10-ccd1-4595-bad8-641a262e4d06', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 734/1445] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:04 2026] GET /v2.0/ports?device_id=cdd09c89-3bfd-4f6e-a9a5-891d080c738d => 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: 712/1446] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:04 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 713/1447] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:04 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 735/1448] 10.0.0.189 () {34 vars in 685 bytes} [Sun May 10 02:02:04 2026] POST /v2.0/security-groups => generated 1675 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 714/1449] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:04 2026] POST /v2.0/security-group-rules => generated 597 bytes in 140 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1450] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:04 2026] POST /v2.0/security-group-rules => generated 596 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1451] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:04 2026] POST /v2.0/security-group-rules => generated 602 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1452] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:05 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) 2026-05-10 02:02:05.216 7 INFO neutron.db.securitygroups_db [None req-d476fdb8-914d-40f6-9461-ecc070fd52c5 aea7677ddbfd4d419026fad99d242999 cf957deb342f4744b9338ad0013c7c12 - - default default] Project cf957deb342f4744b9338ad0013c7c12 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: 716/1453] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:05 2026] POST /v2.0/security-group-rules => generated 607 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:05.348 7 INFO neutron.db.securitygroups_db [None req-9bdb289a-7d88-4d29-b1ea-097a7331ab4a aea7677ddbfd4d419026fad99d242999 cf957deb342f4744b9338ad0013c7c12 - - default default] Project cf957deb342f4744b9338ad0013c7c12 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: 738/1454] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:05 2026] DELETE /v2.0/security-groups/5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf => generated 0 bytes in 141 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 717/1455] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:05 2026] POST /v2.0/security-group-rules => generated 606 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:05.455 8 INFO neutron.api.v2.resource [None req-898b98eb-755e-4ddd-b4c3-24a9eb8e2eca 0ad8b4718c4e40d9bda24f14915fb2a0 4a93ed6382834f1997d69a658b175f13 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 739/1456] 10.0.0.189 () {32 vars in 737 bytes} [Sun May 10 02:02:05 2026] GET /v2.0/security-groups/5dc26470-7d92-4cb2-a7e6-082c0fa3ebcf => generated 146 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 740/1457] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:05 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:05.569 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f995a89-eca5-43db-b676-6afe1e792514 0ad8b4718c4e40d9bda24f14915fb2a0 4a93ed6382834f1997d69a658b175f13 - - default default] TaaS: Handle Delete Port: f2fab183-a6b2-45f5-972b-2914fda8c0b5 2026-05-10 02:02:05.571 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f995a89-eca5-43db-b676-6afe1e792514 0ad8b4718c4e40d9bda24f14915fb2a0 4a93ed6382834f1997d69a658b175f13 - - default default] Tap Mirror: Handle Delete Port: f2fab183-a6b2-45f5-972b-2914fda8c0b5 [pid: 8|app: 0|req: 741/1458] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:05 2026] GET /v2.0/ports?device_id=921da148-6461-45b0-8824-d9b5b3f13228 => 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: 718/1459] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:05 2026] DELETE /v2.0/floatingips/a0e860e3-b7b9-4a68-a5ce-1efd1d1f0681 => generated 0 bytes in 293 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1460] 10.0.0.189 () {34 vars in 685 bytes} [Sun May 10 02:02:05 2026] POST /v2.0/security-groups => generated 1660 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 720/1461] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:05 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:06.158 8 INFO neutron_taas.services.taas.taas_plugin [None req-2fb41abb-51a9-4ebc-8f93-3541bb52ccc2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: d23b7922-352c-4a09-9487-25ee726a9fd3 2026-05-10 02:02:06.163 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2fb41abb-51a9-4ebc-8f93-3541bb52ccc2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: d23b7922-352c-4a09-9487-25ee726a9fd3 [pid: 7|app: 0|req: 721/1462] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:02:06 2026] POST /v2.0/security-group-rules => generated 602 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1463] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:02:05 2026] PUT /v2.0/routers/8a82d0a4-400a-404f-8bce-11cd997c8086/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1464] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:02:06 2026] POST /v2.0/floatingips => generated 552 bytes in 601 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 723/1465] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:06.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-307b3ef9-ced9-47f1-92aa-ece3e1679d3a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: c23953c2-b6fc-48e9-a0e3-792335db721b 2026-05-10 02:02:06.850 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-307b3ef9-ced9-47f1-92aa-ece3e1679d3a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: c23953c2-b6fc-48e9-a0e3-792335db721b [pid: 7|app: 0|req: 724/1466] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:06 2026] DELETE /v2.0/security-groups/ea97ea46-3a4e-406c-9030-1cb67f115248 => 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: 725/1467] 10.0.0.138 () {34 vars in 1100 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1639354595&fields=id&tenant_id=cf957deb342f4744b9338ad0013c7c12 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:06.974 7 INFO neutron.api.v2.resource [None req-64c3f5a7-0cda-4d46-923b-d8dd625dc309 c6acc799fa974713bc303125660ee03d 11ea488ba4c7407baa895a473d0ec802 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 726/1468] 10.0.0.189 () {32 vars in 737 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/security-groups/ea97ea46-3a4e-406c-9030-1cb67f115248 => generated 146 bytes in 7 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 727/1469] 10.0.0.138 () {34 vars in 1100 bytes} [Sun May 10 02:02:06 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1395011116&fields=id&tenant_id=cf957deb342f4744b9338ad0013c7c12 => generated 69 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:07.064 7 INFO neutron_taas.services.taas.taas_plugin [None req-1e9263ef-0d9d-425d-8217-0ec932b21cee c6acc799fa974713bc303125660ee03d 11ea488ba4c7407baa895a473d0ec802 - - default default] TaaS: Handle Delete Port: e5c0fe07-8526-4688-aede-b851a8f61628 2026-05-10 02:02:07.066 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e9263ef-0d9d-425d-8217-0ec932b21cee c6acc799fa974713bc303125660ee03d 11ea488ba4c7407baa895a473d0ec802 - - default default] Tap Mirror: Handle Delete Port: e5c0fe07-8526-4688-aede-b851a8f61628 2026-05-10 02:02:07.129 8 INFO neutron_taas.services.taas.taas_plugin [None req-307b3ef9-ced9-47f1-92aa-ece3e1679d3a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: d1076fe1-19fa-42a4-810f-10fe15f8aab7 2026-05-10 02:02:07.131 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-307b3ef9-ced9-47f1-92aa-ece3e1679d3a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: d1076fe1-19fa-42a4-810f-10fe15f8aab7 [pid: 7|app: 0|req: 728/1470] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:06 2026] DELETE /v2.0/floatingips/8debcbcb-df3f-4925-a60e-50cd024941f4 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1471] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/networks?id=ac246be5-2a6d-455d-a265-08b8fd215805 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:07.512 7 INFO neutron_taas.services.taas.taas_plugin [None req-a51e76c5-943b-4369-83c9-08e37b991226 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 605ccba7-ae64-46dd-a815-c4c6ad969671 2026-05-10 02:02:07.512 8 INFO neutron.services.segments.plugin [-] Segment 05358cdb-f23f-4e56-87c6-2bc69c3b20a6 resource provider aggregate not found 2026-05-10 02:02:07.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a51e76c5-943b-4369-83c9-08e37b991226 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 605ccba7-ae64-46dd-a815-c4c6ad969671 2026-05-10 02:02:07.514 8 INFO neutron.services.segments.plugin [-] Segment 05358cdb-f23f-4e56-87c6-2bc69c3b20a6 resource provider aggregate not found 2026-05-10 02:02:07.534 8 INFO neutron.services.segments.plugin [-] Segment 05358cdb-f23f-4e56-87c6-2bc69c3b20a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05358cdb-f23f-4e56-87c6-2bc69c3b20a6 found for delete ", "request_id": "req-2ca01d5b-4d90-4070-ae34-b9c9bc7fccd5"}]} 2026-05-10 02:02:07.539 8 INFO neutron.services.segments.plugin [-] Segment 05358cdb-f23f-4e56-87c6-2bc69c3b20a6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 05358cdb-f23f-4e56-87c6-2bc69c3b20a6 found for delete ", "request_id": "req-9652c70c-d09a-4d65-8ae1-2ae72ded3cdb"}]} 2026-05-10 02:02:07.543 8 INFO neutron.db.l3_hamode_db [None req-307b3ef9-ced9-47f1-92aa-ece3e1679d3a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network b7e605a0-cef4-4e67-817d-2647d7b367d5 was deleted as no HA routers are present in tenant 4a93ed6382834f1997d69a658b175f13. [pid: 8|app: 0|req: 743/1472] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:06 2026] DELETE /v2.0/routers/8a82d0a4-400a-404f-8bce-11cd997c8086 => generated 0 bytes in 927 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 744/1473] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/quotas/cf957deb342f4744b9338ad0013c7c12 => 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: 745/1474] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:07 2026] DELETE /v2.0/subnets/4057488f-ee9a-4b56-833f-3bd715e360be => generated 0 bytes in 189 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1475] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/ports?tenant_id=cf957deb342f4744b9338ad0013c7c12&fields=id => generated 103 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:07.954 8 INFO neutron_taas.services.taas.taas_plugin [None req-885966bf-695f-4022-bc53-e718fd7b26bc 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: e01d311f-1282-4230-8feb-3f3d0b051d60 2026-05-10 02:02:07.958 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-885966bf-695f-4022-bc53-e718fd7b26bc 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: e01d311f-1282-4230-8feb-3f3d0b051d60 [pid: 7|app: 0|req: 730/1476] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:02:07 2026] PUT /v2.0/routers/c5d1fe58-76ef-43da-82b2-8c0380bbdf12/remove_router_interface => generated 309 bytes in 780 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1477] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:02:07 2026] GET /v2.0/networks/ac246be5-2a6d-455d-a265-08b8fd215805?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: 732/1478] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1479] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:02:07 2026] DELETE /v2.0/networks/0428c201-e9d9-460b-ab88-94e0a63a170b => generated 0 bytes in 316 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1480] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/networks/ac246be5-2a6d-455d-a265-08b8fd215805?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:08.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-22e12645-7160-4b33-bffd-7c58d5bfa796 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 21ff3f60-a6a7-4bdc-b723-87df4a9d54c8 2026-05-10 02:02:08.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22e12645-7160-4b33-bffd-7c58d5bfa796 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 21ff3f60-a6a7-4bdc-b723-87df4a9d54c8 [pid: 8|app: 0|req: 749/1481] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/networks?id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0 => generated 661 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 750/1482] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d8c103b67afe4da18646bd60b543aa34 => generated 273 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:08.517 7 INFO neutron_taas.services.taas.taas_plugin [None req-22e12645-7160-4b33-bffd-7c58d5bfa796 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 2a66db32-9012-433f-8b4b-e76abc2fbed1 2026-05-10 02:02:08.519 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-22e12645-7160-4b33-bffd-7c58d5bfa796 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 2a66db32-9012-433f-8b4b-e76abc2fbed1 [pid: 8|app: 0|req: 751/1483] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:02:08 2026] POST /v2.0/ports => generated 958 bytes in 398 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: 752/1484] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/security-groups?tenant_id=4a93ed6382834f1997d69a658b175f13&name=default => generated 2925 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1485] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:08 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:08.910 7 INFO neutron.services.segments.plugin [-] Segment 670b6591-9bb7-4194-af8f-08247a4016ba resource provider aggregate not found 2026-05-10 02:02:08.911 7 INFO neutron.services.segments.plugin [-] Segment 670b6591-9bb7-4194-af8f-08247a4016ba resource provider aggregate not found 2026-05-10 02:02:08.936 7 INFO neutron.services.segments.plugin [-] Segment 670b6591-9bb7-4194-af8f-08247a4016ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 670b6591-9bb7-4194-af8f-08247a4016ba found for delete ", "request_id": "req-c45d2523-a0d7-4717-9def-7ef1f9fd481b"}]} 2026-05-10 02:02:08.939 7 INFO neutron.services.segments.plugin [-] Segment 670b6591-9bb7-4194-af8f-08247a4016ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 670b6591-9bb7-4194-af8f-08247a4016ba found for delete ", "request_id": "req-9ba5f62b-15f0-4836-a8ff-349b02cdbf22"}]} 2026-05-10 02:02:08.941 7 INFO neutron.db.l3_hamode_db [None req-22e12645-7160-4b33-bffd-7c58d5bfa796 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network b42f080c-8f6e-4f6a-87d5-491d3930273c was deleted as no HA routers are present in tenant 11ea488ba4c7407baa895a473d0ec802. [pid: 7|app: 0|req: 733/1486] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:08 2026] DELETE /v2.0/routers/c5d1fe58-76ef-43da-82b2-8c0380bbdf12 => generated 0 bytes in 906 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1487] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:08 2026] DELETE /v2.0/security-groups/f495e96f-da67-4754-abd3-12dfa40b992a => 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: 735/1488] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:09 2026] DELETE /v2.0/subnets/68f2e581-0773-4a5e-953b-9088509e2b8f => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 736/1489] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 973 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1490] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:02:08 2026] PUT /v2.0/ports/16b718b0-2646-4297-8ee3-a3fd4a48abaf => generated 1239 bytes in 466 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: 755/1491] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:09.334 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0030c6e-0689-40f9-ab92-5a4ce7aa62f1'] response: {'name': 'network-changed', 'server_uuid': '2c30f9e1-414b-4a14-8e83-1f8722056eb3', 'tag': '16b718b0-2646-4297-8ee3-a3fd4a48abaf', 'status': 'completed', 'code': 200} 2026-05-10 02:02:09.369 7 INFO neutron_taas.services.taas.taas_plugin [None req-3f14255b-3c5d-4221-b6b6-8a7f03ff59f2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: cc197b8b-8c4a-48c4-9e53-3e4d1e1d5cb2 2026-05-10 02:02:09.373 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3f14255b-3c5d-4221-b6b6-8a7f03ff59f2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: cc197b8b-8c4a-48c4-9e53-3e4d1e1d5cb2 2026-05-10 02:02:09.553 8 INFO neutron.services.segments.plugin [-] Segment b17f98db-29d0-4017-8556-8567cd2dd525 resource provider aggregate not found 2026-05-10 02:02:09.557 8 INFO neutron.services.segments.plugin [-] Segment b17f98db-29d0-4017-8556-8567cd2dd525 resource provider aggregate not found 2026-05-10 02:02:09.569 8 INFO neutron.services.segments.plugin [-] Segment b17f98db-29d0-4017-8556-8567cd2dd525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b17f98db-29d0-4017-8556-8567cd2dd525 found for delete ", "request_id": "req-81e21a3a-d46c-44be-8c23-987610da8d00"}]} 2026-05-10 02:02:09.570 8 INFO neutron.services.segments.plugin [-] Segment b17f98db-29d0-4017-8556-8567cd2dd525 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b17f98db-29d0-4017-8556-8567cd2dd525 found for delete ", "request_id": "req-fb7c1b22-835e-4f15-8eef-c1edb401d24a"}]} [pid: 7|app: 0|req: 737/1492] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:02:09 2026] DELETE /v2.0/networks/b7456dd2-00d5-4393-b89f-950d0fdcb557 => generated 0 bytes in 322 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1493] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/security-groups?tenant_id=11ea488ba4c7407baa895a473d0ec802&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 738/1494] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:09 2026] DELETE /v2.0/security-groups/bba88a1f-7fda-4629-9079-07eb79b8d067 => generated 0 bytes in 163 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 757/1495] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/ports?tenant_id=d8c103b67afe4da18646bd60b543aa34&device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 1242 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1496] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/networks?tenant_id=d8c103b67afe4da18646bd60b543aa34&shared=False => generated 757 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 758/1497] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => 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: 740/1498] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:02:09 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1499] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 973 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1500] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:10 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&fields=id&fields=name => generated 113 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:10.955 7 INFO neutron.services.segments.plugin [-] Segment 988cc51e-f5c7-43ca-88e9-0a6059a138e0 resource provider aggregate not found 2026-05-10 02:02:10.956 7 INFO neutron.services.segments.plugin [-] Segment 988cc51e-f5c7-43ca-88e9-0a6059a138e0 resource provider aggregate not found 2026-05-10 02:02:10.971 7 INFO neutron.services.segments.plugin [-] Segment 988cc51e-f5c7-43ca-88e9-0a6059a138e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 988cc51e-f5c7-43ca-88e9-0a6059a138e0 found for delete ", "request_id": "req-7c7e6d5e-a843-4f3c-bd2d-5d5ccb5f8aab"}]} 2026-05-10 02:02:10.973 7 INFO neutron.services.segments.plugin [-] Segment 988cc51e-f5c7-43ca-88e9-0a6059a138e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 988cc51e-f5c7-43ca-88e9-0a6059a138e0 found for delete ", "request_id": "req-938f3aac-b585-46a8-9530-c127497b83a3"}]} [pid: 8|app: 0|req: 760/1501] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => 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: 742/1502] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/ports?tenant_id=d8c103b67afe4da18646bd60b543aa34&device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1503] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=16b718b0-2646-4297-8ee3-a3fd4a48abaf => 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: 743/1504] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/subnets?id=805a59f8-301c-449d-a9e5-4353bffa8485 => generated 678 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 762/1505] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/ports?network_id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0&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: 744/1506] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1507] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?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: 745/1508] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 764/1509] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:11 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:11.962 7 INFO neutron.db.segments_db [None req-ec84242e-8bc0-4abf-9a08-86803707958b 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 7856181e-6b19-4bae-a8d1-2f0a202ae101 of type vxlan for network a58862b1-dd3d-4b07-b83a-eac31f655742 [pid: 7|app: 0|req: 746/1510] 10.0.0.189 () {34 vars in 671 bytes} [Sun May 10 02:02:11 2026] POST /v2.0/networks => generated 744 bytes in 345 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1511] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => 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: 765/1512] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:02:12 2026] POST /v2.0/subnets => generated 691 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:12.267 8 INFO neutron.db.segments_db [None req-d8050b11-3bc2-462f-81fc-69f16d92587c 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Added segment 3782fa59-27c4-406c-be15-ace3093722ef of type vxlan for network f17a9867-f17d-47cc-8840-6d3c881d39da [pid: 7|app: 0|req: 748/1513] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/security-groups?tenant_id=caee2015f2fc43ffbd76f6f7c9333f54&name=default => generated 2925 bytes in 202 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 749/1514] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:12 2026] DELETE /v2.0/security-groups/1ed30446-4476-4971-bdeb-60f8ab220bb3 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:12.513 8 INFO neutron.db.l3_hamode_db [None req-d8050b11-3bc2-462f-81fc-69f16d92587c 0de5cc5cadd043c38b9c39392dac1d19 65fc8eb4e4714177aba34d0897c3a51c - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 750/1515] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 751/1516] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/networks?id=ac246be5-2a6d-455d-a265-08b8fd215805 => generated 673 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1517] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 753/1518] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:02:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=cf957deb342f4744b9338ad0013c7c12 => generated 274 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 754/1519] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:02:12 2026] POST /v2.0/ports => generated 997 bytes in 344 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:02:13.281 8 INFO neutron.db.l3_hamode_db [None req-d8050b11-3bc2-462f-81fc-69f16d92587c 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 755/1520] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:02:13 2026] PUT /v2.0/ports/282f1dbf-ecc9-4440-8557-67643b87ee2a => generated 1278 bytes in 393 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: 756/1521] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1012 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:13.652 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-de6f631b-b365-4884-a746-b039f97c81f6'] response: {'name': 'network-changed', 'server_uuid': '97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd', 'tag': '282f1dbf-ecc9-4440-8557-67643b87ee2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 757/1522] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 758/1523] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 759/1524] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:13 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&fields=id&fields=name => generated 113 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 766/1525] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:02:12 2026] POST /v2.0/routers => generated 731 bytes in 1961 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 760/1526] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:02:14 2026] GET /v2.0/ports?tenant_id=cf957deb342f4744b9338ad0013c7c12&device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1281 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 761/1527] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:02:14 2026] GET /v2.0/networks?tenant_id=cf957deb342f4744b9338ad0013c7c12&shared=False => generated 769 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1530] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:02:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1531] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:14 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1012 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 766/1532] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:14 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1533] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 975 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1534] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&fields=id&fields=name => generated 113 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1535] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/ports?tenant_id=cf957deb342f4744b9338ad0013c7c12&device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1281 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1536] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=282f1dbf-ecc9-4440-8557-67643b87ee2a => 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: 771/1537] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/subnets?id=551a33cd-722d-42ea-a1a1-6c9852c6c638 => generated 691 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1538] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/ports?network_id=ac246be5-2a6d-455d-a265-08b8fd215805&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: 767/1539] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:02:14 2026] PUT /v2.0/routers/d9191ed3-7958-49fb-95ca-e4dfa7748c85/add_router_interface => generated 309 bytes in 1319 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1540] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/networks/ac246be5-2a6d-455d-a265-08b8fd215805?fields=segments => generated 14 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1541] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/networks/ac246be5-2a6d-455d-a265-08b8fd215805?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 774/1542] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1012 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1543] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:15 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 775/1544] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 770/1545] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&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: 776/1546] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1547] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&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: 777/1548] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 778/1549] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/networks?id=a58862b1-dd3d-4b07-b83a-eac31f655742 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 779/1550] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/quotas/65fc8eb4e4714177aba34d0897c3a51c => generated 292 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1551] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/ports?tenant_id=65fc8eb4e4714177aba34d0897c3a51c&fields=id => generated 103 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1552] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/networks/a58862b1-dd3d-4b07-b83a-eac31f655742?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: 782/1553] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/networks/a58862b1-dd3d-4b07-b83a-eac31f655742?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:16.863 8 INFO neutron.db.l3_db [None req-066974ac-5407-407a-9e82-37326980f336 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Floating IP ea72dcbf-b0b8-43e2-b990-290e7d915e36 associated. External IP: 10.96.250.216, port: 16b718b0-2646-4297-8ee3-a3fd4a48abaf. [pid: 7|app: 0|req: 783/1554] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:16 2026] GET /v2.0/security-groups?tenant_id=410a98484eb54d25ad695383f0b4a4dd&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: 784/1555] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => 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: 785/1556] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1012 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 786/1557] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:17 2026] DELETE /v2.0/security-groups/cd48e6fa-2925-4714-b897-f37f40a410c2 => 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: 787/1558] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 788/1559] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/security-groups?tenant_id=83287f59a5b54c829b07e26e848d8d31&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: 772/1560] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:02:16 2026] PUT /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 856 bytes in 1097 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1561] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:02:17 2026] GET /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 856 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:17.611 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-cc8b8b95-977e-4176-8df8-c9524d0f3529'] response: {'name': 'network-changed', 'server_uuid': '2c30f9e1-414b-4a14-8e83-1f8722056eb3', 'tag': '16b718b0-2646-4297-8ee3-a3fd4a48abaf', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 789/1562] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:17 2026] DELETE /v2.0/security-groups/8cbdd578-ba13-4295-a6ed-96ccfe652a9c => generated 0 bytes in 107 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1563] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/ports?tenant_id=d8c103b67afe4da18646bd60b543aa34&device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 790/1564] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/networks?id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0 => generated 757 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1565] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 791/1566] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.12&port_id=16b718b0-2646-4297-8ee3-a3fd4a48abaf => generated 859 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1567] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/subnets?id=805a59f8-301c-449d-a9e5-4353bffa8485 => generated 678 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1568] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/ports?network_id=c7d3de0d-44e4-4813-97cf-d4a1ee0becb0&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: 777/1569] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1570] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0?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: 793/1571] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1012 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1572] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 794/1573] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1574] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1283 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1575] 199.204.45.222 () {34 vars in 1124 bytes} [Sun May 10 02:02:18 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 781/1576] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:19 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => 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: 796/1577] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:19 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1578] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:19 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1579] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:02:19 2026] GET /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 858 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1580] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:20 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => 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: 798/1581] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:20 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1582] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:20 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 799/1583] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:02:21 2026] GET /v2.0/networks?id=a58862b1-dd3d-4b07-b83a-eac31f655742 => generated 676 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 785/1584] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:21 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => 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: 800/1585] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:02:21 2026] POST /v2.0/ports => generated 954 bytes in 455 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: 786/1586] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:21 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1014 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1587] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:22 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 788/1588] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:22 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 801/1589] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:02:21 2026] PUT /v2.0/ports/d86bf931-0746-4ba2-a6e8-bebbe09e51b8 => generated 1235 bytes in 473 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:22.477 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-ed2bbace-1cfd-4a07-bd4a-89c0e71b2fdb'] response: {'name': 'network-changed', 'server_uuid': 'b65ac50c-b331-418c-9f59-25c0f6ac1edf', 'tag': 'd86bf931-0746-4ba2-a6e8-bebbe09e51b8', '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: 802/1590] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:22 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 969 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:22.636 8 INFO neutron.db.l3_db [None req-3a5626c3-b8bd-4dc8-8b78-c46ab0674e23 aea7677ddbfd4d419026fad99d242999 cf957deb342f4744b9338ad0013c7c12 - - default default] Floating IP 98ab82ce-8849-4aed-85b3-475b9e1bb05b associated. External IP: 10.96.250.211, port: 282f1dbf-ecc9-4440-8557-67643b87ee2a. [pid: 7|app: 0|req: 803/1591] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:22 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 789/1592] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:02:22 2026] PUT /v2.0/floatingips/98ab82ce-8849-4aed-85b3-475b9e1bb05b => generated 856 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:22.999 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aba0a723-abac-4162-b8ec-7a7435aaf9be'] response: {'name': 'network-changed', 'server_uuid': '97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd', 'tag': '282f1dbf-ecc9-4440-8557-67643b87ee2a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 804/1593] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:02:22 2026] GET /v2.0/ports?tenant_id=65fc8eb4e4714177aba34d0897c3a51c&device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 790/1594] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/networks?tenant_id=65fc8eb4e4714177aba34d0897c3a51c&shared=False => 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: 805/1595] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1596] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/ports?tenant_id=cf957deb342f4744b9338ad0013c7c12&device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1283 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1597] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/networks?id=ac246be5-2a6d-455d-a265-08b8fd215805 => generated 769 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1598] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.14&port_id=282f1dbf-ecc9-4440-8557-67643b87ee2a => generated 859 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 791/1599] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/security-groups?tenant_id=a0c50795f53c4a4cb58a840a11e3608f&name=default => generated 2925 bytes in 382 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1600] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 969 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1601] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:23 2026] DELETE /v2.0/security-groups/73094e29-8ca4-4140-bda1-946171212192 => 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: 794/1602] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 809/1603] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:02:23 2026] GET /v2.0/subnets?id=551a33cd-722d-42ea-a1a1-6c9852c6c638 => generated 691 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1604] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/ports?network_id=ac246be5-2a6d-455d-a265-08b8fd215805&device_owner=network%3Adhcp => generated 1244 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 796/1605] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/ports?tenant_id=65fc8eb4e4714177aba34d0897c3a51c&device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 1238 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 797/1606] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/networks/ac246be5-2a6d-455d-a265-08b8fd215805?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: 798/1607] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=d86bf931-0746-4ba2-a6e8-bebbe09e51b8 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1608] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/networks/ac246be5-2a6d-455d-a265-08b8fd215805?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 810/1609] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/security-groups?tenant_id=7386d121859849babfe78f35209aad0d&name=default => generated 2925 bytes in 149 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1610] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/subnets?id=79584882-3ee0-41b1-a716-47f538f2f0b2 => generated 694 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1611] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/ports?network_id=a58862b1-dd3d-4b07-b83a-eac31f655742&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: 811/1612] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:24 2026] DELETE /v2.0/security-groups/7c9a176a-ecba-41d4-b88b-f6500d6b41b4 => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1613] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/networks/a58862b1-dd3d-4b07-b83a-eac31f655742?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: 812/1614] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:02:24 2026] GET /v2.0/networks/a58862b1-dd3d-4b07-b83a-eac31f655742?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: 803/1615] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 813/1616] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:25 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&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: 804/1617] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:26 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => 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: 814/1618] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:26 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&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: 805/1619] 10.0.0.56 () {34 vars in 989 bytes} [Sun May 10 02:02:27 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 815/1620] 10.0.0.56 () {34 vars in 1039 bytes} [Sun May 10 02:02:27 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&fields=id&fields=name => generated 113 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1621] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:27 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 969 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1622] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:27 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 807/1623] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:28 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 969 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1624] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:28 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&fields=id&fields=name => generated 88 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1625] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:28 2026] GET /v2.0/security-groups?tenant_id=bdbffa5eba404ec484dba83648636070&name=default => generated 2925 bytes in 306 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1626] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:28 2026] DELETE /v2.0/security-groups/c4cbfa3e-ca82-4586-a85d-d523caecba4b => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 809/1629] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:29 2026] GET /v2.0/security-groups?tenant_id=ce6819e790f448d28d72ab1b0abe87f1&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: 821/1630] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:29 2026] DELETE /v2.0/security-groups/40d1b5a6-a9c9-4e7d-995c-4648859837cd => 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: 810/1631] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:29 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 971 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1632] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:29 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1633] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:30 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1014 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1634] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:30 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&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: 812/1635] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:02:30 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1283 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 824/1636] 10.0.0.189 () {32 vars in 858 bytes} [Sun May 10 02:02:30 2026] GET /v2.0/floatingips?floating_network_id=2513d089-bd57-42ef-8f46-d877afc436ba&port_id=282f1dbf-ecc9-4440-8557-67643b87ee2a => generated 861 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 813/1637] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:30 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 825/1638] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:30 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&fields=id&fields=name => generated 88 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1639] 10.0.0.189 () {32 vars in 653 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions => generated 21537 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 815/1640] 10.0.0.189 () {32 vars in 681 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 816/1641] 10.0.0.189 () {32 vars in 681 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 817/1642] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1643] 10.0.0.189 () {32 vars in 665 bytes} [Sun May 10 02:02:31 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: 8|app: 0|req: 819/1644] 10.0.0.189 () {32 vars in 699 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1645] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 820/1646] 10.0.0.189 () {32 vars in 697 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 2 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 827/1647] 10.0.0.189 () {32 vars in 701 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 828/1648] 10.0.0.189 () {32 vars in 689 bytes} [Sun May 10 02:02:31 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: 829/1649] 10.0.0.189 () {32 vars in 703 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 830/1650] 10.0.0.189 () {32 vars in 693 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 821/1651] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&fields=id&fields=name => generated 88 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 831/1652] 10.0.0.189 () {32 vars in 695 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1653] 10.0.0.189 () {32 vars in 685 bytes} [Sun May 10 02:02:31 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: 832/1654] 10.0.0.189 () {32 vars in 687 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/dns-domain-ports => generated 205 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1655] 10.0.0.189 () {32 vars in 661 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1656] 10.0.0.189 () {32 vars in 699 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 824/1657] 10.0.0.189 () {32 vars in 679 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1658] 10.0.0.189 () {32 vars in 683 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 825/1659] 10.0.0.189 () {32 vars in 675 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1660] 10.0.0.189 () {32 vars in 689 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1661] 10.0.0.189 () {32 vars in 723 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 836/1662] 10.0.0.189 () {32 vars in 687 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1663] 10.0.0.189 () {32 vars in 669 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1664] 10.0.0.189 () {32 vars in 687 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/floatingip-pools => generated 188 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1665] 10.0.0.189 () {32 vars in 681 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 838/1666] 10.0.0.189 () {32 vars in 699 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/ip-substring-filtering => generated 222 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 839/1667] 10.0.0.189 () {32 vars in 679 bytes} [Sun May 10 02:02:31 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: 840/1668] 10.0.0.189 () {32 vars in 667 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/router => generated 256 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 829/1669] 10.0.0.56 () {34 vars in 989 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1283 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1670] 10.0.0.189 () {32 vars in 677 bytes} [Sun May 10 02:02:31 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: 842/1671] 10.0.0.189 () {32 vars in 665 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/l3-ha => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1672] 10.0.0.189 () {32 vars in 675 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/l3-flavors => 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: 844/1673] 10.0.0.189 () {32 vars in 713 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 845/1674] 10.0.0.189 () {32 vars in 691 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1675] 10.0.0.56 () {34 vars in 1119 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1676] 10.0.0.189 () {32 vars in 683 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/multi-provider => generated 212 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 831/1677] 10.0.0.189 () {32 vars in 669 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1678] 10.0.0.189 () {32 vars in 687 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1679] 10.0.0.189 () {32 vars in 705 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/network_availability_zone => 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: 848/1680] 10.0.0.189 () {32 vars in 675 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 833/1681] 10.0.0.189 () {32 vars in 701 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1682] 10.0.0.189 () {32 vars in 675 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 834/1683] 10.0.0.189 () {32 vars in 693 bytes} [Sun May 10 02:02:31 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: 7|app: 0|req: 850/1684] 10.0.0.189 () {32 vars in 689 bytes} [Sun May 10 02:02:31 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: 8|app: 0|req: 835/1685] 10.0.0.189 () {32 vars in 709 bytes} [Sun May 10 02:02:31 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: 7|app: 0|req: 851/1686] 10.0.0.189 () {32 vars in 705 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/port-numa-affinity-policy => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 836/1687] 10.0.0.189 () {32 vars in 719 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1688] 10.0.0.189 () {32 vars in 697 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 837/1689] 10.0.0.189 () {32 vars in 711 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/port-resource-request-groups => 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: 853/1690] 10.0.0.189 () {32 vars in 669 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/binding => generated 193 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1691] 10.0.0.189 () {32 vars in 687 bytes} [Sun May 10 02:02:31 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: 7|app: 0|req: 854/1692] 10.0.0.189 () {32 vars in 681 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 839/1693] 10.0.0.189 () {32 vars in 675 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1694] 10.0.0.189 () {32 vars in 671 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/provider => generated 191 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1695] 10.0.0.189 () {32 vars in 661 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1696] 10.0.0.189 () {32 vars in 699 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 841/1697] 10.0.0.189 () {32 vars in 699 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-bw-minimum-ingress => generated 251 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 857/1698] 10.0.0.189 () {32 vars in 677 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1699] 10.0.0.189 () {32 vars in 669 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1700] 10.0.0.189 () {32 vars in 683 bytes} [Sun May 10 02:02:31 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: 8|app: 0|req: 843/1701] 10.0.0.189 () {32 vars in 701 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1702] 10.0.0.189 () {32 vars in 685 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1703] 10.0.0.189 () {32 vars in 707 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 860/1704] 10.0.0.189 () {32 vars in 669 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1705] 10.0.0.189 () {32 vars in 697 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1706] 10.0.0.189 () {32 vars in 695 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1707] 10.0.0.189 () {32 vars in 685 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 862/1708] 10.0.0.189 () {32 vars in 689 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/quota-check-limit => generated 226 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 847/1709] 10.0.0.189 () {32 vars in 705 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/quota-check-limit-default => generated 268 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 863/1710] 10.0.0.189 () {32 vars in 667 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1711] 10.0.0.189 () {32 vars in 681 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 864/1712] 10.0.0.189 () {32 vars in 681 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 849/1713] 10.0.0.189 () {32 vars in 691 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1714] 10.0.0.189 () {32 vars in 691 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 850/1715] 10.0.0.189 () {32 vars in 695 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 866/1716] 10.0.0.189 () {32 vars in 685 bytes} [Sun May 10 02:02:31 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 851/1717] 10.0.0.189 () {32 vars in 689 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 867/1718] 10.0.0.189 () {32 vars in 701 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 852/1719] 10.0.0.189 () {32 vars in 703 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 868/1720] 10.0.0.189 () {32 vars in 713 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/security-groups-default-rules => generated 262 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 853/1721] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/security-groups-normalized-cidr => generated 251 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 869/1722] 10.0.0.189 () {32 vars in 715 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 854/1723] 10.0.0.189 () {32 vars in 727 bytes} [Sun May 10 02:02:32 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: 7|app: 0|req: 870/1724] 10.0.0.189 () {32 vars in 741 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1725] 10.0.0.189 () {32 vars in 719 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1726] 10.0.0.189 () {32 vars in 683 bytes} [Sun May 10 02:02:32 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: 856/1727] 10.0.0.189 () {32 vars in 669 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/segment => generated 145 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 872/1728] 10.0.0.189 () {32 vars in 719 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 857/1729] 10.0.0.189 () {32 vars in 679 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 873/1730] 10.0.0.189 () {32 vars in 669 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1731] 10.0.0.189 () {32 vars in 697 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1732] 10.0.0.189 () {32 vars in 705 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1733] 10.0.0.189 () {32 vars in 701 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1734] 10.0.0.189 () {32 vars in 701 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1735] 10.0.0.189 () {32 vars in 683 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/subnet_onboard => generated 197 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1736] 10.0.0.189 () {32 vars in 705 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 861/1737] 10.0.0.189 () {32 vars in 695 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1738] 10.0.0.189 () {32 vars in 689 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1739] 10.0.0.189 () {32 vars in 697 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 878/1740] 10.0.0.189 () {32 vars in 679 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1741] 10.0.0.189 () {32 vars in 689 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1742] 10.0.0.189 () {32 vars in 701 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1743] 10.0.0.189 () {32 vars in 665 bytes} [Sun May 10 02:02:32 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: 880/1744] 10.0.0.189 () {32 vars in 681 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1745] 10.0.0.189 () {32 vars in 677 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/vpn-aes-ctr => generated 195 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1746] 10.0.0.189 () {32 vars in 693 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/vpn-endpoint-groups => generated 177 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1747] 10.0.0.189 () {32 vars in 677 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/vpn-flavors => generated 182 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 882/1748] 10.0.0.189 () {32 vars in 667 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/vpnaas => generated 154 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 867/1749] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/taas => generated 175 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1750] 10.0.0.189 () {32 vars in 675 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1751] 10.0.0.189 () {32 vars in 687 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 868/1752] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => 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: 885/1753] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&fields=id&fields=name => generated 88 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1754] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:32 2026] GET /v2.0/security-groups?tenant_id=679102d402324bc488c8b8c35c6b7ecb&name=default => generated 2925 bytes in 229 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1755] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:33 2026] DELETE /v2.0/security-groups/a0443653-797d-4db3-9e0b-c10452abf6db => 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: 870/1756] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:33 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => 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: 887/1757] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:33 2026] GET /v2.0/security-groups?id=8bf5976f-b5b1-405c-aff9-f02a26c4795c&fields=id&fields=name => generated 88 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1758] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:02:33 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => generated 971 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:33.759 7 INFO neutron_taas.services.taas.taas_plugin [req-f7d30ed1-69af-4698-846a-6475a47db78f req-0f83c7d5-103a-4358-ad20-210f39f9938e b7c30d218cb94be7a55eb9fedbc6d32c 65fc8eb4e4714177aba34d0897c3a51c - - default default] TaaS: Handle Delete Port: d86bf931-0746-4ba2-a6e8-bebbe09e51b8 2026-05-10 02:02:33.762 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f7d30ed1-69af-4698-846a-6475a47db78f req-0f83c7d5-103a-4358-ad20-210f39f9938e b7c30d218cb94be7a55eb9fedbc6d32c 65fc8eb4e4714177aba34d0897c3a51c - - default default] Tap Mirror: Handle Delete Port: d86bf931-0746-4ba2-a6e8-bebbe09e51b8 [pid: 7|app: 0|req: 888/1759] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:02:33 2026] DELETE /v2.0/ports/d86bf931-0746-4ba2-a6e8-bebbe09e51b8 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:33.947 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4f778272-1ca4-4e26-8083-10aea99a1c8d'] response: {'server_uuid': 'b65ac50c-b331-418c-9f59-25c0f6ac1edf', 'name': 'network-vif-deleted', 'tag': 'd86bf931-0746-4ba2-a6e8-bebbe09e51b8', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 872/1760] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:34 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1014 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1761] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:34 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1762] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:34 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => 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: 890/1763] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:02:34 2026] POST /v2.0/subnetpools => generated 548 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 874/1764] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:02:35 2026] GET /v2.0/subnetpools/ae487bfd-a2a6-4e22-810f-158b6fa6dc22 => generated 548 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1765] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:02:35 2026] PUT /v2.0/subnetpools/ae487bfd-a2a6-4e22-810f-158b6fa6dc22 => generated 500 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 875/1766] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:35 2026] DELETE /v2.0/subnetpools/ae487bfd-a2a6-4e22-810f-158b6fa6dc22 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:35.269 7 INFO neutron.api.v2.resource [None req-895135bb-6822-4cf1-9b70-b835755c0fc2 e83ecd42c0234ac8a40c5382f98efff1 399adbf48ff74ec9ae9e2dbe1b0febcf - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 892/1767] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:02:35 2026] GET /v2.0/subnetpools/ae487bfd-a2a6-4e22-810f-158b6fa6dc22 => generated 145 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:35.285 8 INFO neutron.api.v2.resource [None req-eb338612-ae22-4268-aad9-01de9a00fa92 e83ecd42c0234ac8a40c5382f98efff1 399adbf48ff74ec9ae9e2dbe1b0febcf - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 876/1768] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:35 2026] DELETE /v2.0/subnetpools/ae487bfd-a2a6-4e22-810f-158b6fa6dc22 => generated 145 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1769] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:35 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1014 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1770] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:35 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 894/1771] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:35 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => 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: 878/1772] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:35 2026] GET /v2.0/security-groups?tenant_id=399adbf48ff74ec9ae9e2dbe1b0febcf&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 895/1773] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:36 2026] DELETE /v2.0/security-groups/e564c589-3ef3-4c7a-bcd8-a284a4f58df0 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 879/1774] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:36 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1014 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1775] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:02:36 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 1014 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 880/1776] 10.0.0.138 () {34 vars in 1120 bytes} [Sun May 10 02:02:36 2026] GET /v2.0/security-groups?id=dcbbdef5-cbd4-4030-ab17-69b6ddbc678c&id=e77648f2-8f4f-4ac4-a473-3a6967be8ce3&fields=id&fields=name => generated 207 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:36.666 7 INFO neutron_taas.services.taas.taas_plugin [req-9d6a095d-ff5d-4dd8-9bc8-d66863d00e7c req-b252b1c4-7df1-46cc-b9d9-be7b76358f9d aea7677ddbfd4d419026fad99d242999 cf957deb342f4744b9338ad0013c7c12 - - default default] TaaS: Handle Delete Port: 282f1dbf-ecc9-4440-8557-67643b87ee2a 2026-05-10 02:02:36.669 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-9d6a095d-ff5d-4dd8-9bc8-d66863d00e7c req-b252b1c4-7df1-46cc-b9d9-be7b76358f9d aea7677ddbfd4d419026fad99d242999 cf957deb342f4744b9338ad0013c7c12 - - default default] Tap Mirror: Handle Delete Port: 282f1dbf-ecc9-4440-8557-67643b87ee2a 2026-05-10 02:02:36.778 7 INFO neutron.db.l3_db [req-9d6a095d-ff5d-4dd8-9bc8-d66863d00e7c req-b252b1c4-7df1-46cc-b9d9-be7b76358f9d aea7677ddbfd4d419026fad99d242999 cf957deb342f4744b9338ad0013c7c12 - - default default] Floating IP 98ab82ce-8849-4aed-85b3-475b9e1bb05b disassociated. External IP: 10.96.250.211, port: 282f1dbf-ecc9-4440-8557-67643b87ee2a. [pid: 8|app: 0|req: 881/1777] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:36 2026] GET /v2.0/ports?device_id=b65ac50c-b331-418c-9f59-25c0f6ac1edf => 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: 882/1778] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:37 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 975 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 883/1779] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:37 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&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: 897/1780] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:02:36 2026] DELETE /v2.0/ports/282f1dbf-ecc9-4440-8557-67643b87ee2a => generated 0 bytes in 571 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:37.178 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-241720d3-d782-4496-965e-61fc302a558b'] response: {'server_uuid': '97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd', 'name': 'network-vif-deleted', 'tag': '282f1dbf-ecc9-4440-8557-67643b87ee2a', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 884/1781] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:37 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => 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: 885/1782] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:38 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 975 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 886/1783] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:38 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:38.279 7 INFO neutron_taas.services.taas.taas_plugin [None req-bbddecef-971e-495a-8fe5-68b4053f041c 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 82bae448-451e-4ecb-9eb7-d06c9c863036 2026-05-10 02:02:38.281 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bbddecef-971e-495a-8fe5-68b4053f041c 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 82bae448-451e-4ecb-9eb7-d06c9c863036 [pid: 8|app: 0|req: 887/1784] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:38 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => 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: 898/1785] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:02:37 2026] PUT /v2.0/routers/d9191ed3-7958-49fb-95ca-e4dfa7748c85/remove_router_interface => generated 309 bytes in 862 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:38.997 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d36024f-cc9d-49b9-96b6-4ea9cb3d5ca2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 27790a7a-e608-4689-a649-7ed40cdf2103 2026-05-10 02:02:39.000 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d36024f-cc9d-49b9-96b6-4ea9cb3d5ca2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 27790a7a-e608-4689-a649-7ed40cdf2103 2026-05-10 02:02:39.258 8 INFO neutron_taas.services.taas.taas_plugin [None req-7d36024f-cc9d-49b9-96b6-4ea9cb3d5ca2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 287bc182-1793-4cc2-a1a2-6be13b0736d4 2026-05-10 02:02:39.261 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7d36024f-cc9d-49b9-96b6-4ea9cb3d5ca2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 287bc182-1793-4cc2-a1a2-6be13b0736d4 [pid: 7|app: 0|req: 899/1786] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 900/1787] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/security-groups?id=184cabb4-74ff-4615-8e67-d9d33df5668f&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: 901/1788] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:02:39 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 975 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:39.609 8 INFO neutron.services.segments.plugin [-] Segment 3782fa59-27c4-406c-be15-ace3093722ef resource provider aggregate not found 2026-05-10 02:02:39.612 7 INFO neutron_taas.services.taas.taas_plugin [req-01553f46-a6b5-4412-b0e2-f07e37e5838b req-ef7de8f6-17e0-4650-9900-13234205a0fc da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] TaaS: Handle Delete Port: 16b718b0-2646-4297-8ee3-a3fd4a48abaf 2026-05-10 02:02:39.616 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-01553f46-a6b5-4412-b0e2-f07e37e5838b req-ef7de8f6-17e0-4650-9900-13234205a0fc da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Tap Mirror: Handle Delete Port: 16b718b0-2646-4297-8ee3-a3fd4a48abaf 2026-05-10 02:02:39.616 8 INFO neutron.services.segments.plugin [-] Segment 3782fa59-27c4-406c-be15-ace3093722ef resource provider aggregate not found 2026-05-10 02:02:39.629 8 INFO neutron.services.segments.plugin [-] Segment 3782fa59-27c4-406c-be15-ace3093722ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3782fa59-27c4-406c-be15-ace3093722ef found for delete ", "request_id": "req-5dce9ed9-74b3-47f3-aac2-8664e8ab289a"}]} 2026-05-10 02:02:39.641 8 INFO neutron.services.segments.plugin [-] Segment 3782fa59-27c4-406c-be15-ace3093722ef resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3782fa59-27c4-406c-be15-ace3093722ef found for delete ", "request_id": "req-f21ff9af-4f26-4d5a-a99f-aef0fb7a8524"}]} 2026-05-10 02:02:39.644 8 INFO neutron.db.l3_hamode_db [None req-7d36024f-cc9d-49b9-96b6-4ea9cb3d5ca2 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network f17a9867-f17d-47cc-8840-6d3c881d39da was deleted as no HA routers are present in tenant 65fc8eb4e4714177aba34d0897c3a51c. [pid: 8|app: 0|req: 888/1789] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:38 2026] DELETE /v2.0/routers/d9191ed3-7958-49fb-95ca-e4dfa7748c85 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:39.745 7 INFO neutron.db.l3_db [req-01553f46-a6b5-4412-b0e2-f07e37e5838b req-ef7de8f6-17e0-4650-9900-13234205a0fc da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Floating IP ea72dcbf-b0b8-43e2-b990-290e7d915e36 disassociated. External IP: 10.96.250.216, port: 16b718b0-2646-4297-8ee3-a3fd4a48abaf. [pid: 8|app: 0|req: 889/1790] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:39 2026] DELETE /v2.0/subnets/79584882-3ee0-41b1-a716-47f538f2f0b2 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:39.908 8 INFO neutron_taas.services.taas.taas_plugin [None req-64121fa3-9d11-4418-a9c1-fde304190ed7 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 68b69961-e557-434a-807f-60db311a803b 2026-05-10 02:02:39.911 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64121fa3-9d11-4418-a9c1-fde304190ed7 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 68b69961-e557-434a-807f-60db311a803b [pid: 7|app: 0|req: 902/1791] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:02:39 2026] DELETE /v2.0/ports/16b718b0-2646-4297-8ee3-a3fd4a48abaf => generated 0 bytes in 569 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1792] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:02:39 2026] DELETE /v2.0/networks/a58862b1-dd3d-4b07-b83a-eac31f655742 => generated 0 bytes in 277 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1793] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:40 2026] GET /v2.0/ports?device_id=97c7d0ec-4fa0-4f8b-936a-66d53c5cd0cd => generated 12 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:40.112 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-381ab7be-d454-4e68-b9f9-dfb108a67305'] response: {'server_uuid': '2c30f9e1-414b-4a14-8e83-1f8722056eb3', 'name': 'network-vif-deleted', 'tag': '16b718b0-2646-4297-8ee3-a3fd4a48abaf', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 891/1794] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:40 2026] GET /v2.0/security-groups?tenant_id=65fc8eb4e4714177aba34d0897c3a51c&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1795] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:40 2026] DELETE /v2.0/security-groups/8bf5976f-b5b1-405c-aff9-f02a26c4795c => 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: 892/1796] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:40 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 905/1797] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:41 2026] DELETE /v2.0/security-groups/dcbbdef5-cbd4-4030-ab17-69b6ddbc678c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:41.350 8 INFO neutron.api.v2.resource [None req-c12a5c31-901f-43e9-beb4-2b441330ab6b aea7677ddbfd4d419026fad99d242999 cf957deb342f4744b9338ad0013c7c12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 893/1798] 10.0.0.189 () {32 vars in 737 bytes} [Sun May 10 02:02:41 2026] GET /v2.0/security-groups/dcbbdef5-cbd4-4030-ab17-69b6ddbc678c => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:41.513 7 INFO neutron_taas.services.taas.taas_plugin [None req-6c12ecf5-efcb-4112-910f-6c4b0600d8b5 aea7677ddbfd4d419026fad99d242999 cf957deb342f4744b9338ad0013c7c12 - - default default] TaaS: Handle Delete Port: 603dbcd0-a64c-4e0f-a3a3-04a2e3738458 2026-05-10 02:02:41.516 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6c12ecf5-efcb-4112-910f-6c4b0600d8b5 aea7677ddbfd4d419026fad99d242999 cf957deb342f4744b9338ad0013c7c12 - - default default] Tap Mirror: Handle Delete Port: 603dbcd0-a64c-4e0f-a3a3-04a2e3738458 [pid: 8|app: 0|req: 894/1799] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:41 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => generated 12 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:41.666 8 INFO neutron.services.segments.plugin [-] Segment 7856181e-6b19-4bae-a8d1-2f0a202ae101 resource provider aggregate not found 2026-05-10 02:02:41.674 8 INFO neutron.services.segments.plugin [-] Segment 7856181e-6b19-4bae-a8d1-2f0a202ae101 resource provider aggregate not found 2026-05-10 02:02:41.688 8 INFO neutron.services.segments.plugin [-] Segment 7856181e-6b19-4bae-a8d1-2f0a202ae101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7856181e-6b19-4bae-a8d1-2f0a202ae101 found for delete ", "request_id": "req-c772aad1-3640-4938-be65-3ee072591d2f"}]} 2026-05-10 02:02:41.703 8 INFO neutron.services.segments.plugin [-] Segment 7856181e-6b19-4bae-a8d1-2f0a202ae101 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7856181e-6b19-4bae-a8d1-2f0a202ae101 found for delete ", "request_id": "req-fe1ef287-3fe1-46d2-bbec-4ca7ebd432fa"}]} [pid: 7|app: 0|req: 906/1800] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:41 2026] DELETE /v2.0/floatingips/98ab82ce-8849-4aed-85b3-475b9e1bb05b => generated 0 bytes in 377 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 895/1801] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:41 2026] DELETE /v2.0/security-groups/e77648f2-8f4f-4ac4-a473-3a6967be8ce3 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:42.337 7 INFO neutron_taas.services.taas.taas_plugin [None req-eb296bdb-f665-48a3-803d-49050f89e20e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 3a32a109-4589-432f-88b3-3e41a9577fcd 2026-05-10 02:02:42.339 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-eb296bdb-f665-48a3-803d-49050f89e20e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 3a32a109-4589-432f-88b3-3e41a9577fcd [pid: 8|app: 0|req: 896/1802] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:42 2026] GET /v2.0/ports?device_id=2c30f9e1-414b-4a14-8e83-1f8722056eb3 => 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: 907/1803] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:02:41 2026] PUT /v2.0/routers/f8201243-6ab0-4f13-8982-9a1d91069d63/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1804] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:42 2026] GET /v2.0/security-groups?tenant_id=78f2267e1a7a4369937c161ecba07954&name=default => generated 2925 bytes in 289 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:43.065 7 INFO neutron_taas.services.taas.taas_plugin [None req-2abbe7d0-f38b-472e-abe0-775fc4124b06 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 9a0ef807-a09c-499c-a045-c477ea05a80f 2026-05-10 02:02:43.068 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2abbe7d0-f38b-472e-abe0-775fc4124b06 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 9a0ef807-a09c-499c-a045-c477ea05a80f [pid: 8|app: 0|req: 898/1805] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:43 2026] DELETE /v2.0/security-groups/631afb64-4987-4f00-83ba-63d4d3c45ad2 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:43.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-2abbe7d0-f38b-472e-abe0-775fc4124b06 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 49d29112-1f22-4fb1-9961-29f93103c769 2026-05-10 02:02:43.322 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2abbe7d0-f38b-472e-abe0-775fc4124b06 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 49d29112-1f22-4fb1-9961-29f93103c769 2026-05-10 02:02:43.685 7 INFO neutron.services.segments.plugin [-] Segment 9e369a71-9ff0-464d-97d7-440000773da3 resource provider aggregate not found 2026-05-10 02:02:43.689 7 INFO neutron.services.segments.plugin [-] Segment 9e369a71-9ff0-464d-97d7-440000773da3 resource provider aggregate not found 2026-05-10 02:02:43.703 7 INFO neutron.db.l3_hamode_db [None req-2abbe7d0-f38b-472e-abe0-775fc4124b06 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network 89133a6f-fd6d-43b8-808e-e949cf16425a was deleted as no HA routers are present in tenant cf957deb342f4744b9338ad0013c7c12. 2026-05-10 02:02:43.709 7 INFO neutron.services.segments.plugin [-] Segment 9e369a71-9ff0-464d-97d7-440000773da3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e369a71-9ff0-464d-97d7-440000773da3 found for delete ", "request_id": "req-d00d0a23-3a6a-4ab4-aba0-0d777e83af5b"}]} 2026-05-10 02:02:43.712 7 INFO neutron.services.segments.plugin [-] Segment 9e369a71-9ff0-464d-97d7-440000773da3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9e369a71-9ff0-464d-97d7-440000773da3 found for delete ", "request_id": "req-1ac09564-0bab-4de2-b174-7857d281ce97"}]} [pid: 7|app: 0|req: 908/1806] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:42 2026] DELETE /v2.0/routers/f8201243-6ab0-4f13-8982-9a1d91069d63 => generated 0 bytes in 861 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1807] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:43 2026] DELETE /v2.0/subnets/551a33cd-722d-42ea-a1a1-6c9852c6c638 => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 909/1808] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:43 2026] DELETE /v2.0/security-groups/184cabb4-74ff-4615-8e67-d9d33df5668f => generated 0 bytes in 149 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:44.036 8 INFO neutron_taas.services.taas.taas_plugin [None req-943b8a0e-1955-4c5e-b8e9-05367cdd63e7 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 2fba38dc-a36f-469e-b31a-00e6f575c06c 2026-05-10 02:02:44.039 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-943b8a0e-1955-4c5e-b8e9-05367cdd63e7 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 2fba38dc-a36f-469e-b31a-00e6f575c06c 2026-05-10 02:02:44.089 7 INFO neutron_taas.services.taas.taas_plugin [None req-982a3d81-1e3c-4496-a933-5daa2bb406f5 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] TaaS: Handle Delete Port: ae64ec6c-0577-4cf1-a1ce-3a4b50027dec 2026-05-10 02:02:44.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-982a3d81-1e3c-4496-a933-5daa2bb406f5 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Tap Mirror: Handle Delete Port: ae64ec6c-0577-4cf1-a1ce-3a4b50027dec 2026-05-10 02:02:44.208 8 INFO neutron.services.segments.plugin [-] Segment 0fa2e72d-88ec-48f3-bcf7-292242fbb380 resource provider aggregate not found 2026-05-10 02:02:44.213 8 INFO neutron.services.segments.plugin [-] Segment 0fa2e72d-88ec-48f3-bcf7-292242fbb380 resource provider aggregate not found 2026-05-10 02:02:44.227 8 INFO neutron.services.segments.plugin [-] Segment 0fa2e72d-88ec-48f3-bcf7-292242fbb380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fa2e72d-88ec-48f3-bcf7-292242fbb380 found for delete ", "request_id": "req-8c14af2e-70db-47d3-b602-a1bdc0b86035"}]} 2026-05-10 02:02:44.228 8 INFO neutron.services.segments.plugin [-] Segment 0fa2e72d-88ec-48f3-bcf7-292242fbb380 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fa2e72d-88ec-48f3-bcf7-292242fbb380 found for delete ", "request_id": "req-6eed1650-246c-48a5-a812-1c39b96df392"}]} [pid: 8|app: 0|req: 900/1809] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:02:43 2026] DELETE /v2.0/networks/ac246be5-2a6d-455d-a265-08b8fd215805 => generated 0 bytes in 330 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1812] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:43 2026] DELETE /v2.0/floatingips/ea72dcbf-b0b8-43e2-b990-290e7d915e36 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1813] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:44 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => 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: 912/1814] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:44 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&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-05-10 02:02:44.640 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0b3affd-973a-4d00-8c82-7c1fab680a51 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 0e7eb8d5-6d64-4145-af4c-09fdfb14c467 2026-05-10 02:02:44.642 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0b3affd-973a-4d00-8c82-7c1fab680a51 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 0e7eb8d5-6d64-4145-af4c-09fdfb14c467 [pid: 8|app: 0|req: 903/1815] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:02:44 2026] PUT /v2.0/routers/dcc0c55d-bb2b-49d0-a909-cf42e03aca48/remove_router_interface => generated 309 bytes in 888 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:45.259 7 INFO neutron.db.segments_db [None req-3585c9f4-5ef2-4350-9dd0-ba21c92990be 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Added segment 034496f2-2b68-49f2-a005-739bba491b8a of type vxlan for network 3bb482bc-7f16-483c-893d-48f8cccc0835 [pid: 7|app: 0|req: 913/1816] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:02:44 2026] POST /v2.0/networks => generated 649 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:45.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-e57be11b-39a8-48a6-a117-bcf407b2251a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 0d4b36d8-2c6c-42b1-b2b2-05460b92890b 2026-05-10 02:02:45.359 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e57be11b-39a8-48a6-a117-bcf407b2251a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 0d4b36d8-2c6c-42b1-b2b2-05460b92890b [pid: 7|app: 0|req: 914/1817] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:02:45 2026] POST /v2.0/subnets => generated 627 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:45.641 7 INFO neutron.db.segments_db [None req-5d395c37-7248-4c63-9d4a-643f43d8451a 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Added segment ea84051c-39b8-4c9c-8c2b-16eaacb5366d of type vxlan for network 8a3a94c2-0cda-4103-87d2-673c961cc1ef 2026-05-10 02:02:45.652 8 INFO neutron_taas.services.taas.taas_plugin [None req-e57be11b-39a8-48a6-a117-bcf407b2251a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 9a384617-49c4-4446-b643-ff3990c1c1f1 2026-05-10 02:02:45.654 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e57be11b-39a8-48a6-a117-bcf407b2251a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 9a384617-49c4-4446-b643-ff3990c1c1f1 2026-05-10 02:02:45.936 7 INFO neutron.db.l3_hamode_db [None req-5d395c37-7248-4c63-9d4a-643f43d8451a 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:02:46.026 8 INFO neutron.db.l3_hamode_db [None req-e57be11b-39a8-48a6-a117-bcf407b2251a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] HA network 0be2956e-19d4-412a-aabe-83819f5acd7b was deleted as no HA routers are present in tenant 96d3d7008cf7469cbad51e1212fcde08. [pid: 8|app: 0|req: 904/1818] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:45 2026] DELETE /v2.0/routers/dcc0c55d-bb2b-49d0-a909-cf42e03aca48 => generated 0 bytes in 878 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1819] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:46 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 975 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 906/1820] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:46 2026] DELETE /v2.0/subnets/39e3f20d-5ba6-4b24-8036-44bfa1156d11 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:46.250 8 INFO neutron.services.segments.plugin [-] Segment 2dcdc81f-39cb-4e71-9108-943cc1781f0c resource provider aggregate not found 2026-05-10 02:02:46.253 8 INFO neutron.services.segments.plugin [-] Segment 2dcdc81f-39cb-4e71-9108-943cc1781f0c resource provider aggregate not found [pid: 8|app: 0|req: 907/1821] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:02:46 2026] GET /v2.0/security-groups?id=a5cfae9b-7c7d-43e9-a97a-c8c334e85dff&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-05-10 02:02:46.268 8 INFO neutron.services.segments.plugin [-] Segment 2dcdc81f-39cb-4e71-9108-943cc1781f0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dcdc81f-39cb-4e71-9108-943cc1781f0c found for delete ", "request_id": "req-362f3b53-f3b9-4a10-899a-8edf3aeb6a39"}]} 2026-05-10 02:02:46.269 8 INFO neutron.services.segments.plugin [-] Segment 2dcdc81f-39cb-4e71-9108-943cc1781f0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2dcdc81f-39cb-4e71-9108-943cc1781f0c found for delete ", "request_id": "req-dbb517f1-c489-42d6-8690-acddc5c05297"}]} 2026-05-10 02:02:46.363 8 INFO neutron_taas.services.taas.taas_plugin [None req-2b3b2738-8b11-4ea0-a87a-dd38ec569f1a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 1a8832ca-6c83-4a29-9bd9-d9ab57aa257b 2026-05-10 02:02:46.366 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2b3b2738-8b11-4ea0-a87a-dd38ec569f1a 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 1a8832ca-6c83-4a29-9bd9-d9ab57aa257b [pid: 8|app: 0|req: 908/1822] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:02:46 2026] DELETE /v2.0/networks/97707b22-47b1-40f2-b22e-6000919ac4ff => generated 0 bytes in 256 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:46.621 7 INFO neutron.db.l3_hamode_db [None req-5d395c37-7248-4c63-9d4a-643f43d8451a 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 909/1823] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:46 2026] GET /v2.0/security-groups?tenant_id=cf957deb342f4744b9338ad0013c7c12&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1824] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:46 2026] DELETE /v2.0/security-groups/56e42755-e777-4f15-95a7-9368286a1578 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1825] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 975 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1826] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/security-groups?tenant_id=96d3d7008cf7469cbad51e1212fcde08&name=default => generated 2925 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:47.222 8 INFO neutron_taas.services.taas.taas_plugin [req-d6f1ccfc-9bdc-4285-be11-4bfd6fb9b85d req-ec9da473-8856-4ee8-a127-94c4c7bbd1da da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] TaaS: Handle Delete Port: 383312e3-9c24-4dfe-8c13-b1dc95db3642 2026-05-10 02:02:47.226 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d6f1ccfc-9bdc-4285-be11-4bfd6fb9b85d req-ec9da473-8856-4ee8-a127-94c4c7bbd1da da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Tap Mirror: Handle Delete Port: 383312e3-9c24-4dfe-8c13-b1dc95db3642 [pid: 8|app: 0|req: 913/1827] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:02:47 2026] DELETE /v2.0/ports/383312e3-9c24-4dfe-8c13-b1dc95db3642 => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:47.418 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-2f39938a-e64f-4d49-8fd8-50a33a48d2df'] response: {'server_uuid': '4e5258ca-342a-47f4-8bbb-c9005a33951e', 'name': 'network-vif-deleted', 'tag': '383312e3-9c24-4dfe-8c13-b1dc95db3642', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 914/1828] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:47 2026] DELETE /v2.0/security-groups/86bf88af-fbb7-4bd7-b9ee-4bb45f7945dd => 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: 915/1829] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:02:45 2026] POST /v2.0/routers => generated 694 bytes in 1891 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1830] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:47 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:48.286 8 INFO neutron.services.segments.plugin [-] Segment dfc162a3-27da-4990-be6d-a1a0226d710d resource provider aggregate not found 2026-05-10 02:02:48.292 8 INFO neutron.services.segments.plugin [-] Segment dfc162a3-27da-4990-be6d-a1a0226d710d resource provider aggregate not found 2026-05-10 02:02:48.304 8 INFO neutron.services.segments.plugin [-] Segment dfc162a3-27da-4990-be6d-a1a0226d710d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfc162a3-27da-4990-be6d-a1a0226d710d found for delete ", "request_id": "req-613be8c4-ec0c-4b9a-9f9a-731572417d2b"}]} 2026-05-10 02:02:48.307 8 INFO neutron.services.segments.plugin [-] Segment dfc162a3-27da-4990-be6d-a1a0226d710d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dfc162a3-27da-4990-be6d-a1a0226d710d found for delete ", "request_id": "req-2fb4a4e4-a791-45a9-839d-44aeddbd9255"}]} [pid: 8|app: 0|req: 916/1831] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:48 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => 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: 916/1832] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:02:47 2026] PUT /v2.0/routers/d5d621a2-96f2-458c-b4b5-9d2aaa043ffe/add_router_interface => generated 309 bytes in 1256 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 917/1833] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:48 2026] GET /v2.0/security-groups?tenant_id=076144db0ba34b5da72413268c0be22d&name=default => generated 2925 bytes in 350 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 917/1834] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:02:48 2026] POST /v2.0/ports => generated 958 bytes in 365 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: 918/1835] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:49 2026] DELETE /v2.0/security-groups/81ba0c49-1f89-40ef-b685-838da6bd2d8f => 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: 918/1836] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:02:49 2026] POST /v2.0/ports => generated 954 bytes in 313 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: 919/1837] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:02:49 2026] GET /v2.0/ports?device_id=4e5258ca-342a-47f4-8bbb-c9005a33951e => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:02:50.140 8 INFO neutron.db.l3_db [None req-bd3fba57-958e-4524-aa53-e4c51f1b878b 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Floating IP 7ed6b6ee-36f2-4701-8c55-539940f0581a associated. External IP: 10.96.250.201, port: b84ff7ab-1897-4556-a3a0-6d513f8835f5. [pid: 8|app: 0|req: 919/1838] 10.0.0.189 () {34 vars in 677 bytes} [Sun May 10 02:02:49 2026] POST /v2.0/floatingips => generated 841 bytes in 1059 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:50.648 7 INFO neutron.db.l3_db [None req-eabbc803-93cf-4bb9-a97e-48617ddc020b 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Floating IP 7ed6b6ee-36f2-4701-8c55-539940f0581a disassociated. External IP: 10.96.250.201, port: b84ff7ab-1897-4556-a3a0-6d513f8835f5. [pid: 8|app: 0|req: 920/1839] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:50 2026] DELETE /v2.0/security-groups/a5cfae9b-7c7d-43e9-a97a-c8c334e85dff => generated 0 bytes in 164 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 920/1840] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:02:50 2026] PUT /v2.0/floatingips/7ed6b6ee-36f2-4701-8c55-539940f0581a => generated 552 bytes in 466 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:51.090 7 INFO neutron_taas.services.taas.taas_plugin [None req-aea9f175-6d24-483a-88fe-6fc98487198a 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] TaaS: Handle Delete Port: e5ac36dc-92f2-456b-94bf-4eb5a576c9b1 2026-05-10 02:02:51.092 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aea9f175-6d24-483a-88fe-6fc98487198a 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Tap Mirror: Handle Delete Port: e5ac36dc-92f2-456b-94bf-4eb5a576c9b1 [pid: 7|app: 0|req: 921/1841] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:50 2026] DELETE /v2.0/floatingips/7ed6b6ee-36f2-4701-8c55-539940f0581a => generated 0 bytes in 276 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:51.278 8 INFO neutron_taas.services.taas.taas_plugin [None req-51ac65ab-2b45-40c1-8dbd-c80fed3fb1e2 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] TaaS: Handle Delete Port: 0828e7ff-e0f9-4438-9a66-e3ac2e1b9e90 2026-05-10 02:02:51.280 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51ac65ab-2b45-40c1-8dbd-c80fed3fb1e2 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Tap Mirror: Handle Delete Port: 0828e7ff-e0f9-4438-9a66-e3ac2e1b9e90 [pid: 8|app: 0|req: 921/1842] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:02:50 2026] PUT /v2.0/routers/66b29021-5f48-490a-ade9-781efc517a84/remove_router_interface => generated 309 bytes in 902 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:51.882 7 INFO neutron.db.l3_db [None req-165b93fa-b67e-4a6a-a9c8-cc18d00c82b5 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Floating IP 30a70348-8a1d-425c-bdb4-79215f221b72 associated. External IP: 10.96.250.203, port: 0389680a-876c-4b1a-9902-216ee72851fb. [pid: 7|app: 0|req: 922/1843] 10.0.0.189 () {34 vars in 677 bytes} [Sun May 10 02:02:51 2026] POST /v2.0/floatingips => generated 842 bytes in 865 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:52.206 8 INFO neutron.db.segments_db [None req-027e7e97-b164-4aa6-8333-2e575c6cedcb 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] Added segment 5cd9333f-ad13-4ff9-9411-a6331b5e1558 of type vxlan for network 06cd1ddc-fc21-44ba-b0e7-6004659ebbd7 [pid: 7|app: 0|req: 923/1844] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:52 2026] DELETE /v2.0/subnets/805a59f8-301c-449d-a9e5-4353bffa8485 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 924/1845] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:02:52 2026] GET /v2.0/floatingips/30a70348-8a1d-425c-bdb4-79215f221b72 => generated 842 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 922/1846] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:02:51 2026] POST /v2.0/networks => generated 727 bytes in 470 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 923/1847] 10.0.0.189 () {32 vars in 655 bytes} [Sun May 10 02:02:52 2026] GET /v2.0/floatingips => generated 845 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:52.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-25046b8e-abb1-4970-82e3-e4a0c8144c49 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] TaaS: Handle Delete Port: eec5e718-9504-4d03-80c2-3c36a7101e00 2026-05-10 02:02:52.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25046b8e-abb1-4970-82e3-e4a0c8144c49 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Tap Mirror: Handle Delete Port: eec5e718-9504-4d03-80c2-3c36a7101e00 [pid: 8|app: 0|req: 924/1848] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:02:52 2026] POST /v2.0/subnets => generated 644 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:52.722 7 INFO neutron_taas.services.taas.taas_plugin [None req-25046b8e-abb1-4970-82e3-e4a0c8144c49 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] TaaS: Handle Delete Port: 1d53081b-fd7f-498f-9d85-4ca27527c176 2026-05-10 02:02:52.725 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-25046b8e-abb1-4970-82e3-e4a0c8144c49 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Tap Mirror: Handle Delete Port: 1d53081b-fd7f-498f-9d85-4ca27527c176 2026-05-10 02:02:52.879 8 INFO neutron.db.l3_db [None req-5aa09b3e-65c5-4e97-8a00-62091ec9dcd3 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Floating IP 30a70348-8a1d-425c-bdb4-79215f221b72 associated. External IP: 10.96.250.203, port: 0389680a-876c-4b1a-9902-216ee72851fb. 2026-05-10 02:02:53.080 7 INFO neutron.services.segments.plugin [-] Segment 52130d5d-1295-44db-9457-fdb42f6f6906 resource provider aggregate not found 2026-05-10 02:02:53.087 7 INFO neutron.services.segments.plugin [-] Segment 52130d5d-1295-44db-9457-fdb42f6f6906 resource provider aggregate not found 2026-05-10 02:02:53.104 7 INFO neutron.services.segments.plugin [-] Segment 52130d5d-1295-44db-9457-fdb42f6f6906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52130d5d-1295-44db-9457-fdb42f6f6906 found for delete ", "request_id": "req-245843b4-6e08-4151-8896-6e40bb63d420"}]} 2026-05-10 02:02:53.106 7 INFO neutron.services.segments.plugin [-] Segment 52130d5d-1295-44db-9457-fdb42f6f6906 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 52130d5d-1295-44db-9457-fdb42f6f6906 found for delete ", "request_id": "req-b9ca9a89-8710-4bbc-ab6e-3e9e0d8a68c9"}]} 2026-05-10 02:02:53.116 7 INFO neutron.db.l3_hamode_db [None req-25046b8e-abb1-4970-82e3-e4a0c8144c49 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] HA network be40ca61-124c-4aad-b324-fe3d06028e00 was deleted as no HA routers are present in tenant d8c103b67afe4da18646bd60b543aa34. [pid: 7|app: 0|req: 925/1849] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:52 2026] DELETE /v2.0/routers/66b29021-5f48-490a-ade9-781efc517a84 => generated 0 bytes in 845 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:53.135 7 WARNING neutron.api.v2.base [None req-7e52064b-3dc1-43dc-8610-65c1886a83d8 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: 'None' is not a valid string.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: 'None' is not a valid string. 2026-05-10 02:02:53.136 7 INFO neutron.api.v2.resource [None req-7e52064b-3dc1-43dc-8610-65c1886a83d8 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 7|app: 0|req: 926/1850] 10.0.0.189 () {34 vars in 681 bytes} [Sun May 10 02:02:53 2026] POST /v2.0/rbac-policies => generated 143 bytes in 7 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) 2026-05-10 02:02:53.233 7 INFO neutron_taas.services.taas.taas_plugin [None req-4aeec58f-9f99-49ec-af07-efda20634050 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] TaaS: Handle Delete Port: 6c18125d-2915-4c9d-bad9-f371c24a60cb 2026-05-10 02:02:53.237 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4aeec58f-9f99-49ec-af07-efda20634050 da47374e2ca74e26a68f27c4e588bafd d8c103b67afe4da18646bd60b543aa34 - - default default] Tap Mirror: Handle Delete Port: 6c18125d-2915-4c9d-bad9-f371c24a60cb [pid: 7|app: 0|req: 927/1851] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:02:53 2026] DELETE /v2.0/networks/c7d3de0d-44e4-4813-97cf-d4a1ee0becb0 => generated 0 bytes in 218 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 925/1852] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:02:52 2026] PUT /v2.0/floatingips/30a70348-8a1d-425c-bdb4-79215f221b72 => generated 841 bytes in 975 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:02:53.681 8 INFO neutron.services.segments.plugin [-] Segment 5cd9333f-ad13-4ff9-9411-a6331b5e1558 resource provider aggregate not found 2026-05-10 02:02:53.686 8 INFO neutron.services.segments.plugin [-] Segment 5cd9333f-ad13-4ff9-9411-a6331b5e1558 resource provider aggregate not found 2026-05-10 02:02:53.701 8 INFO neutron.services.segments.plugin [-] Segment 5cd9333f-ad13-4ff9-9411-a6331b5e1558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cd9333f-ad13-4ff9-9411-a6331b5e1558 found for delete ", "request_id": "req-05414085-5eab-42ed-aa60-77e51a2325a7"}]} 2026-05-10 02:02:53.704 8 INFO neutron.services.segments.plugin [-] Segment 5cd9333f-ad13-4ff9-9411-a6331b5e1558 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5cd9333f-ad13-4ff9-9411-a6331b5e1558 found for delete ", "request_id": "req-60874f92-8a9d-4e71-842e-ea5cd0c0dfc9"}]} [pid: 8|app: 0|req: 926/1853] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:02:53 2026] DELETE /v2.0/networks/06cd1ddc-fc21-44ba-b0e7-6004659ebbd7 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:53.858 8 INFO neutron.db.l3_db [None req-f9b56368-0521-428d-8754-5cb7635dbf66 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Floating IP 30a70348-8a1d-425c-bdb4-79215f221b72 disassociated. External IP: 10.96.250.203, port: b84ff7ab-1897-4556-a3a0-6d513f8835f5. [pid: 7|app: 0|req: 928/1854] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:02:53 2026] POST /v2.0/floatingips => generated 552 bytes in 672 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:54.079 7 INFO neutron.db.segments_db [None req-3c3de2da-6120-495c-9e65-7f4b0b8d72c8 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] Added segment c3690476-5902-4591-8141-2ec4b0b2e71e of type vxlan for network 13f66b76-a3d0-4123-850c-d0e88268f390 [pid: 7|app: 0|req: 929/1855] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:02:54 2026] POST /v2.0/networks => generated 727 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 927/1856] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:02:53 2026] PUT /v2.0/floatingips/30a70348-8a1d-425c-bdb4-79215f221b72 => generated 552 bytes in 458 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 928/1857] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:54 2026] GET /v2.0/security-groups?tenant_id=23f71e6ba57540eab1198adb7b45050b&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1858] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:02:54 2026] POST /v2.0/subnets => generated 647 bytes in 154 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:54.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-1cbb5013-d5a7-40f8-8c6c-d0e7401470ec 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] TaaS: Handle Delete Port: cb0bc402-cb57-44df-ac86-10a345393144 2026-05-10 02:02:54.660 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1cbb5013-d5a7-40f8-8c6c-d0e7401470ec 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Tap Mirror: Handle Delete Port: cb0bc402-cb57-44df-ac86-10a345393144 [pid: 7|app: 0|req: 930/1859] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:02:54 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: 930/1860] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:54 2026] DELETE /v2.0/floatingips/30a70348-8a1d-425c-bdb4-79215f221b72 => generated 0 bytes in 222 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:54.800 8 WARNING neutron.api.v2.base [None req-2ee07268-43f8-4e4d-8f9d-4646817791b1 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] An exception happened while processing the request body. The exception message is [Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255.].: webob.exc.HTTPBadRequest: Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. 2026-05-10 02:02:54.800 8 INFO neutron.api.v2.resource [None req-2ee07268-43f8-4e4d-8f9d-4646817791b1 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 931/1861] 10.0.0.189 () {34 vars in 681 bytes} [Sun May 10 02:02:54 2026] POST /v2.0/rbac-policies => generated 547 bytes in 5 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 931/1862] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:54 2026] DELETE /v2.0/security-groups/7b7f3912-a8f0-4507-84b0-1e41de3c02b1 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:54.882 7 INFO neutron.api.v2.resource [None req-f49985fc-dba2-4a99-8781-645fa8272697 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 932/1863] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:54 2026] DELETE /v2.0/floatingips/30a70348-8a1d-425c-bdb4-79215f221b72 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 933/1864] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:02:54 2026] DELETE /v2.0/networks/13f66b76-a3d0-4123-850c-d0e88268f390 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:55.124 7 INFO neutron.services.segments.plugin [-] Segment 7063f232-6a27-4dbf-8390-811ca333d1f4 resource provider aggregate not found 2026-05-10 02:02:55.128 7 INFO neutron.services.segments.plugin [-] Segment 7063f232-6a27-4dbf-8390-811ca333d1f4 resource provider aggregate not found 2026-05-10 02:02:55.144 7 INFO neutron.services.segments.plugin [-] Segment 7063f232-6a27-4dbf-8390-811ca333d1f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7063f232-6a27-4dbf-8390-811ca333d1f4 found for delete ", "request_id": "req-7f0a0a65-bf3e-471d-a1e7-8000bc30e1a6"}]} 2026-05-10 02:02:55.145 7 INFO neutron.services.segments.plugin [-] Segment 7063f232-6a27-4dbf-8390-811ca333d1f4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7063f232-6a27-4dbf-8390-811ca333d1f4 found for delete ", "request_id": "req-750f37c9-96d1-40e6-b278-f285e962e7f9"}]} 2026-05-10 02:02:55.167 7 INFO neutron.services.segments.plugin [-] Segment c3690476-5902-4591-8141-2ec4b0b2e71e resource provider aggregate not found 2026-05-10 02:02:55.173 7 INFO neutron.services.segments.plugin [-] Segment c3690476-5902-4591-8141-2ec4b0b2e71e resource provider aggregate not found 2026-05-10 02:02:55.190 7 INFO neutron.services.segments.plugin [-] Segment c3690476-5902-4591-8141-2ec4b0b2e71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3690476-5902-4591-8141-2ec4b0b2e71e found for delete ", "request_id": "req-97c6af87-8c89-4ff7-9c08-5c06baa0b912"}]} 2026-05-10 02:02:55.194 7 INFO neutron.services.segments.plugin [-] Segment c3690476-5902-4591-8141-2ec4b0b2e71e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c3690476-5902-4591-8141-2ec4b0b2e71e found for delete ", "request_id": "req-47da28e9-f764-48a2-b965-90acb831857a"}]} 2026-05-10 02:02:55.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-47c02bba-c40b-467d-a2b5-ba12abe90a88 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] TaaS: Handle Delete Port: b84ff7ab-1897-4556-a3a0-6d513f8835f5 2026-05-10 02:02:55.223 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-47c02bba-c40b-467d-a2b5-ba12abe90a88 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Tap Mirror: Handle Delete Port: b84ff7ab-1897-4556-a3a0-6d513f8835f5 [pid: 8|app: 0|req: 932/1865] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:02:54 2026] POST /v2.0/floatingips => generated 552 bytes in 447 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 933/1866] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:55 2026] GET /v2.0/security-groups?tenant_id=d8c103b67afe4da18646bd60b543aa34&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:55.317 8 INFO neutron.db.segments_db [None req-f113fbb9-7085-491a-9c8e-60b1fcc75f30 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] Added segment 365573d6-a872-440d-87ac-b7b5331c5f62 of type vxlan for network 016999b7-f51d-426a-9f8e-14142c987258 [pid: 7|app: 0|req: 934/1867] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:02:55 2026] DELETE /v2.0/ports/b84ff7ab-1897-4556-a3a0-6d513f8835f5 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1868] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:02:55 2026] POST /v2.0/networks => generated 727 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1869] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:55 2026] DELETE /v2.0/security-groups/1562564b-a6fc-42a8-b061-17ed2e2c47fd => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:55.638 8 INFO neutron_taas.services.taas.taas_plugin [None req-06ec7b06-df7e-4fca-9d09-39720d747d7c 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] TaaS: Handle Delete Port: 0389680a-876c-4b1a-9902-216ee72851fb 2026-05-10 02:02:55.641 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06ec7b06-df7e-4fca-9d09-39720d747d7c 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Tap Mirror: Handle Delete Port: 0389680a-876c-4b1a-9902-216ee72851fb [pid: 8|app: 0|req: 936/1870] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:02:55 2026] DELETE /v2.0/ports/0389680a-876c-4b1a-9902-216ee72851fb => generated 0 bytes in 258 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 935/1871] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:02:55 2026] POST /v2.0/floatingips => generated 552 bytes in 520 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 937/1872] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:02:55 2026] POST /v2.0/subnets => generated 647 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 936/1873] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:02:55 2026] GET /v2.0/ports?device_id=d5d621a2-96f2-458c-b4b5-9d2aaa043ffe => generated 958 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 937/1874] 10.0.0.189 () {34 vars in 681 bytes} [Sun May 10 02:02:55 2026] POST /v2.0/rbac-policies => generated 324 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1875] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:02:55 2026] POST /v2.0/floatingips => generated 552 bytes in 498 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:56.502 7 INFO neutron_taas.services.taas.taas_plugin [None req-91d71606-ef1c-4e50-a9c4-f6b67efd0fde 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] TaaS: Handle Delete Port: 71f8ce8e-c154-4d43-bd2f-bc2448f46d42 2026-05-10 02:02:56.505 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-91d71606-ef1c-4e50-a9c4-f6b67efd0fde 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Tap Mirror: Handle Delete Port: 71f8ce8e-c154-4d43-bd2f-bc2448f46d42 [pid: 8|app: 0|req: 939/1876] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:02:56 2026] PUT /v2.0/floatingips/3954d775-d366-4e1b-bae5-a4489e832ad9/tags => generated 17 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1877] 10.0.0.189 () {32 vars in 723 bytes} [Sun May 10 02:02:56 2026] GET /v2.0/networks/016999b7-f51d-426a-9f8e-14142c987258 => generated 655 bytes in 180 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1878] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:02:56 2026] PUT /v2.0/floatingips/5239e0c8-d0f4-4fec-8e88-78685d69ecac/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: 942/1879] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:02:56 2026] PUT /v2.0/floatingips/592a6373-0e1a-451f-884f-6fba22454b5e/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: 943/1880] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:02:56 2026] PUT /v2.0/floatingips/7b4625d5-db12-4b1a-a996-c0f0bdb05c41/tags => generated 19 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1881] 10.0.0.189 () {32 vars in 672 bytes} [Sun May 10 02:02:56 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 945/1882] 10.0.0.189 () {32 vars in 686 bytes} [Sun May 10 02:02:56 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1883] 10.0.0.189 () {32 vars in 682 bytes} [Sun May 10 02:02:56 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1884] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:02:56 2026] PUT /v2.0/routers/d5d621a2-96f2-458c-b4b5-9d2aaa043ffe/remove_router_interface => generated 309 bytes in 875 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 947/1885] 10.0.0.189 () {32 vars in 694 bytes} [Sun May 10 02:02:57 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1886] 10.0.0.189 () {32 vars in 680 bytes} [Sun May 10 02:02:57 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:57.205 7 INFO neutron_taas.services.taas.taas_plugin [None req-302eee3b-489d-44a2-afc2-12761eb4994e 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] TaaS: Handle Delete Port: a29c71ad-9a6e-4178-9074-f234b5a9e097 2026-05-10 02:02:57.209 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-302eee3b-489d-44a2-afc2-12761eb4994e 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Tap Mirror: Handle Delete Port: a29c71ad-9a6e-4178-9074-f234b5a9e097 2026-05-10 02:02:57.277 8 INFO neutron.pecan_wsgi.hooks.translation [None req-266e1d7c-8da8-4e58-a1aa-a24393629de7 9920f5afb6ba457c8f53ca6ee300d3cf 294be06fa5dd41feb98fcced0c59b645 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 949/1887] 10.0.0.189 () {32 vars in 723 bytes} [Sun May 10 02:02:57 2026] GET /v2.0/networks/016999b7-f51d-426a-9f8e-14142c987258 => generated 138 bytes in 205 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1888] 10.0.0.189 () {32 vars in 694 bytes} [Sun May 10 02:02:57 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:57.442 8 INFO neutron_taas.services.taas.taas_plugin [None req-c265b2c1-1ca7-4213-8353-8778f3891347 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] TaaS: Handle Delete Port: 5994736a-096f-4098-aa2a-f687ed0459c2 2026-05-10 02:02:57.445 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c265b2c1-1ca7-4213-8353-8778f3891347 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] Tap Mirror: Handle Delete Port: 5994736a-096f-4098-aa2a-f687ed0459c2 2026-05-10 02:02:57.483 7 INFO neutron_taas.services.taas.taas_plugin [None req-302eee3b-489d-44a2-afc2-12761eb4994e 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] TaaS: Handle Delete Port: 900dd336-8443-462b-8726-e19b32b9bb3e 2026-05-10 02:02:57.486 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-302eee3b-489d-44a2-afc2-12761eb4994e 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] Tap Mirror: Handle Delete Port: 900dd336-8443-462b-8726-e19b32b9bb3e 2026-05-10 02:02:57.711 8 INFO neutron.services.segments.plugin [-] Segment 365573d6-a872-440d-87ac-b7b5331c5f62 resource provider aggregate not found 2026-05-10 02:02:57.725 8 INFO neutron.services.segments.plugin [-] Segment 365573d6-a872-440d-87ac-b7b5331c5f62 resource provider aggregate not found 2026-05-10 02:02:57.736 8 INFO neutron.services.segments.plugin [-] Segment 365573d6-a872-440d-87ac-b7b5331c5f62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 365573d6-a872-440d-87ac-b7b5331c5f62 found for delete ", "request_id": "req-64590b63-c702-46b1-b94c-59a5ef54f501"}]} 2026-05-10 02:02:57.745 8 INFO neutron.services.segments.plugin [-] Segment 365573d6-a872-440d-87ac-b7b5331c5f62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 365573d6-a872-440d-87ac-b7b5331c5f62 found for delete ", "request_id": "req-ce2d706f-ebdb-440f-808a-9145f6d83a60"}]} [pid: 8|app: 0|req: 951/1889] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:02:57 2026] DELETE /v2.0/networks/016999b7-f51d-426a-9f8e-14142c987258 => generated 0 bytes in 429 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 952/1890] 10.0.0.189 () {32 vars in 690 bytes} [Sun May 10 02:02:57 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:57.807 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f8a5b40-5954-46a1-af34-31a4d4896ef9 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] DELETE failed (client error): The resource could not be found. 2026-05-10 02:02:57.810 7 INFO neutron.services.segments.plugin [-] Segment ea84051c-39b8-4c9c-8c2b-16eaacb5366d resource provider aggregate not found [pid: 8|app: 0|req: 953/1891] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:57 2026] DELETE /v2.0/subnets/4a8b39b2-6649-4979-8c66-50ca3ae42b53 => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:57.817 7 INFO neutron.services.segments.plugin [-] Segment ea84051c-39b8-4c9c-8c2b-16eaacb5366d resource provider aggregate not found 2026-05-10 02:02:57.831 7 INFO neutron.services.segments.plugin [-] Segment ea84051c-39b8-4c9c-8c2b-16eaacb5366d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea84051c-39b8-4c9c-8c2b-16eaacb5366d found for delete ", "request_id": "req-ce3fcd78-702a-4249-8d37-b4fe7fb5648a"}]} [pid: 8|app: 0|req: 954/1892] 10.0.0.189 () {32 vars in 702 bytes} [Sun May 10 02:02:57 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:02:57.834 7 INFO neutron.services.segments.plugin [-] Segment ea84051c-39b8-4c9c-8c2b-16eaacb5366d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ea84051c-39b8-4c9c-8c2b-16eaacb5366d found for delete ", "request_id": "req-dd34e485-1a7c-44f4-803e-09a330b099a5"}]} 2026-05-10 02:02:57.841 8 INFO neutron.pecan_wsgi.hooks.translation [None req-df56f51b-9b72-4736-8e72-f42f92ea4b7c 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 955/1893] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:57 2026] DELETE /v2.0/subnets/497e4708-fb02-433e-96bd-93f5cceae58f => generated 136 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:57.850 7 INFO neutron.db.l3_hamode_db [None req-302eee3b-489d-44a2-afc2-12761eb4994e 5c930ee631044b4cb6fd9e6ec97329c6 c9096922212d49f085749dc28ca3c356 - - default default] HA network 8a3a94c2-0cda-4103-87d2-673c961cc1ef was deleted as no HA routers are present in tenant c9096922212d49f085749dc28ca3c356. [pid: 7|app: 0|req: 939/1894] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:57 2026] DELETE /v2.0/routers/d5d621a2-96f2-458c-b4b5-9d2aaa043ffe => generated 0 bytes in 847 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:57.869 7 INFO neutron.pecan_wsgi.hooks.translation [None req-85c9e9d7-0548-40ec-959d-3418b7e15384 10c59fc2c02141f08719b32045255117 4ef9b21f2cf84fbdb7818b57fae8b4e0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 940/1895] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:57 2026] DELETE /v2.0/subnets/04214c41-3035-44c4-acb5-211ec2c90809 => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:02:57.928 8 INFO neutron_taas.services.taas.taas_plugin [None req-a3192ac4-67e5-4693-952a-d2091897d2e2 be7c13ddf7a546e58c49b3e0b730a402 4d4470f960594af99b527ffa62e4d657 - - default default] TaaS: Handle Delete Port: fc4b6cc0-b275-4584-954f-1e24b4b43025 2026-05-10 02:02:57.930 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a3192ac4-67e5-4693-952a-d2091897d2e2 be7c13ddf7a546e58c49b3e0b730a402 4d4470f960594af99b527ffa62e4d657 - - default default] Tap Mirror: Handle Delete Port: fc4b6cc0-b275-4584-954f-1e24b4b43025 [pid: 7|app: 0|req: 941/1896] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:02:57 2026] DELETE /v2.0/subnets/7c8b3a91-909a-4c60-9a98-c80e63d093f3 => 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: 956/1897] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:57 2026] DELETE /v2.0/floatingips/3954d775-d366-4e1b-bae5-a4489e832ad9 => generated 0 bytes in 210 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1898] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:02:57 2026] DELETE /v2.0/networks/3bb482bc-7f16-483c-893d-48f8cccc0835 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:02:58.162 8 INFO neutron_taas.services.taas.taas_plugin [None req-f43bba95-14d4-49c8-be40-00d6c59ed0db be7c13ddf7a546e58c49b3e0b730a402 4d4470f960594af99b527ffa62e4d657 - - default default] TaaS: Handle Delete Port: e85fc2d6-c70f-4481-baba-3aeff373b337 2026-05-10 02:02:58.165 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f43bba95-14d4-49c8-be40-00d6c59ed0db be7c13ddf7a546e58c49b3e0b730a402 4d4470f960594af99b527ffa62e4d657 - - default default] Tap Mirror: Handle Delete Port: e85fc2d6-c70f-4481-baba-3aeff373b337 [pid: 8|app: 0|req: 957/1899] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:58 2026] DELETE /v2.0/floatingips/5239e0c8-d0f4-4fec-8e88-78685d69ecac => generated 0 bytes in 244 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:58.389 7 INFO neutron_taas.services.taas.taas_plugin [None req-41ef7e5e-cbdf-4c97-893b-09bffbb7d436 be7c13ddf7a546e58c49b3e0b730a402 4d4470f960594af99b527ffa62e4d657 - - default default] TaaS: Handle Delete Port: f7587550-d108-44d1-b3b9-7b944cf0e275 2026-05-10 02:02:58.390 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-41ef7e5e-cbdf-4c97-893b-09bffbb7d436 be7c13ddf7a546e58c49b3e0b730a402 4d4470f960594af99b527ffa62e4d657 - - default default] Tap Mirror: Handle Delete Port: f7587550-d108-44d1-b3b9-7b944cf0e275 [pid: 7|app: 0|req: 943/1900] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:58 2026] DELETE /v2.0/floatingips/592a6373-0e1a-451f-884f-6fba22454b5e => generated 0 bytes in 199 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:58.608 8 INFO neutron_taas.services.taas.taas_plugin [None req-e99f129e-ef32-4756-afba-ce8e4d66c643 be7c13ddf7a546e58c49b3e0b730a402 4d4470f960594af99b527ffa62e4d657 - - default default] TaaS: Handle Delete Port: 9e741ff3-3d06-43ef-bb60-86bab1c5fe05 2026-05-10 02:02:58.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e99f129e-ef32-4756-afba-ce8e4d66c643 be7c13ddf7a546e58c49b3e0b730a402 4d4470f960594af99b527ffa62e4d657 - - default default] Tap Mirror: Handle Delete Port: 9e741ff3-3d06-43ef-bb60-86bab1c5fe05 [pid: 7|app: 0|req: 944/1901] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:58 2026] GET /v2.0/security-groups?tenant_id=4ef9b21f2cf84fbdb7818b57fae8b4e0&name=default => generated 2925 bytes in 102 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 958/1902] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:58 2026] DELETE /v2.0/floatingips/7b4625d5-db12-4b1a-a996-c0f0bdb05c41 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1903] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:58 2026] GET /v2.0/security-groups?tenant_id=c9096922212d49f085749dc28ca3c356&name=default => generated 2925 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 959/1904] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:58 2026] DELETE /v2.0/security-groups/df6c39aa-db74-48ba-afa9-840e64fe76a7 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:58.893 7 INFO neutron_taas.services.taas.taas_plugin [None req-8be3c0a2-c87a-4a2c-b9cf-751d681f5831 be7c13ddf7a546e58c49b3e0b730a402 4d4470f960594af99b527ffa62e4d657 - - default default] TaaS: Handle Delete Port: 6d036e28-c803-462f-ad34-7bafa559f0a4 2026-05-10 02:02:58.895 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8be3c0a2-c87a-4a2c-b9cf-751d681f5831 be7c13ddf7a546e58c49b3e0b730a402 4d4470f960594af99b527ffa62e4d657 - - default default] Tap Mirror: Handle Delete Port: 6d036e28-c803-462f-ad34-7bafa559f0a4 [pid: 8|app: 0|req: 960/1905] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:58 2026] DELETE /v2.0/security-groups/33a8001e-55c0-4932-8651-09d777726c8f => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 946/1906] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:02:58 2026] DELETE /v2.0/floatingips/416f575c-939b-4378-9207-4c6da4693f09 => generated 0 bytes in 208 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1907] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:58 2026] GET /v2.0/security-groups?tenant_id=294be06fa5dd41feb98fcced0c59b645&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 947/1908] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:59 2026] DELETE /v2.0/security-groups/2d23c151-2162-4cc3-a541-c75f47964852 => 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: 963/1911] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:59 2026] GET /v2.0/security-groups?tenant_id=9099f31501384240bd859d7bd7dfccf8&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 964/1912] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:02:59 2026] DELETE /v2.0/security-groups/e0d7f29c-f14c-4893-b75d-dc7ae49e6a2c => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:02:59.559 7 INFO neutron.db.segments_db [None req-6bbca50e-a855-4ed8-9a61-dafffdaddc3e 67d9c7a0ac9a4cb884c1b350c35df24e e5e7993ac8034fcd95e84b220717e0db - - default default] Added segment 302d3447-d10c-42c6-931b-99537c6717d2 of type vxlan for network f21d4739-6b3f-4ae5-ae7a-f6eb56d6f8b2 [pid: 7|app: 0|req: 949/1913] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:02:59 2026] POST /v2.0/networks => generated 632 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:59.690 8 INFO neutron.db.segments_db [None req-01cd2575-6e80-4a0a-934a-af63ae56db5c 67d9c7a0ac9a4cb884c1b350c35df24e e5e7993ac8034fcd95e84b220717e0db - - default default] Added segment 3be8b527-be38-4f42-b136-33e69976439c of type vxlan for network 2c0dc0f7-83d7-47a2-a9fd-ec1907673338 [pid: 8|app: 0|req: 965/1914] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:02:59 2026] POST /v2.0/networks => generated 631 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:59.825 7 INFO neutron.db.segments_db [None req-8f332d47-577b-4b41-979d-168d71267a25 67d9c7a0ac9a4cb884c1b350c35df24e e5e7993ac8034fcd95e84b220717e0db - - default default] Added segment 98880948-6023-445d-8efa-732183185870 of type vxlan for network b6a9c81a-445d-4b48-8f1d-f9b48600736d 2026-05-10 02:02:59.851 7 INFO neutron.services.segments.plugin [-] Segment 034496f2-2b68-49f2-a005-739bba491b8a resource provider aggregate not found 2026-05-10 02:02:59.858 7 INFO neutron.services.segments.plugin [-] Segment 034496f2-2b68-49f2-a005-739bba491b8a resource provider aggregate not found 2026-05-10 02:02:59.873 7 INFO neutron.services.segments.plugin [-] Segment 034496f2-2b68-49f2-a005-739bba491b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 034496f2-2b68-49f2-a005-739bba491b8a found for delete ", "request_id": "req-84c275ac-36cb-4ac9-a1d1-cbec73ec305b"}]} 2026-05-10 02:02:59.875 7 INFO neutron.services.segments.plugin [-] Segment 034496f2-2b68-49f2-a005-739bba491b8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 034496f2-2b68-49f2-a005-739bba491b8a found for delete ", "request_id": "req-3df5ad5d-7ec0-41a9-97c4-159d1ddfd762"}]} [pid: 7|app: 0|req: 950/1915] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:02:59 2026] POST /v2.0/networks => generated 631 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:02:59.980 7 INFO neutron.db.segments_db [None req-b804fe04-0028-4944-96d5-2b0b608ddff9 67d9c7a0ac9a4cb884c1b350c35df24e e5e7993ac8034fcd95e84b220717e0db - - default default] Added segment f80b1d97-5d8e-4487-bc30-7d7824da5aad of type vxlan for network ef0cdaf6-9656-4c88-b5ae-a7335db658af [pid: 7|app: 0|req: 951/1916] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:02:59 2026] POST /v2.0/networks => generated 632 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1917] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:02:59 2026] GET /v2.0/security-groups?tenant_id=4d4470f960594af99b527ffa62e4d657&name=default => generated 2925 bytes in 303 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:00.127 7 INFO neutron.db.segments_db [None req-ce9f1f86-49c4-45e3-85fe-82e9b34b32a5 67d9c7a0ac9a4cb884c1b350c35df24e e5e7993ac8034fcd95e84b220717e0db - - default default] Added segment 5805bef5-f784-45a8-bda2-2f8be6564ec4 of type vxlan for network 8dbc4ebf-f5ed-4afa-b11d-7cba79cd3e23 [pid: 7|app: 0|req: 952/1918] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:00 2026] POST /v2.0/networks => generated 632 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1919] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:00 2026] DELETE /v2.0/security-groups/a187d7dc-5563-4b4a-a8c3-e1a5e6cf74cf => generated 0 bytes in 103 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 953/1920] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:00 2026] PUT /v2.0/networks/f21d4739-6b3f-4ae5-ae7a-f6eb56d6f8b2/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1921] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:00 2026] PUT /v2.0/networks/2c0dc0f7-83d7-47a2-a9fd-ec1907673338/tags => generated 25 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 969/1922] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:00 2026] PUT /v2.0/networks/b6a9c81a-445d-4b48-8f1d-f9b48600736d/tags => generated 34 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 954/1923] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/security-groups?tenant_id=aa3f236092fb48b8be9a82345027572c&name=default => generated 2925 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1924] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:00 2026] PUT /v2.0/networks/ef0cdaf6-9656-4c88-b5ae-a7335db658af/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: 955/1925] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:00 2026] DELETE /v2.0/security-groups/6ab48378-412f-4792-bf35-1116a5e9777c => 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: 971/1926] 10.0.0.189 () {32 vars in 666 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/networks?tags=red => generated 1855 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/1927] 10.0.0.189 () {32 vars in 680 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1248 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/1928] 10.0.0.189 () {32 vars in 676 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/networks?tags-any=blue => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/1929] 10.0.0.189 () {32 vars in 688 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1855 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 972/1930] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/security-groups?tenant_id=d60a385045344c3ab403e33147f21a54&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:00.867 7 INFO neutron.db.segments_db [None req-90cfaa92-4dc5-4970-b3ae-df7a3edc5b9a 2af594661cee43cdb958c94d5d8eb79f 5bb0754f7ece4be2b1ebcfab9f3f42f8 - - default default] Added segment ee1a2dd4-eafd-4aa0-afe2-0a6c935d36e1 of type vxlan for network 90820f20-772e-4b45-9a1d-3465c40dd2db 2026-05-10 02:03:00.908 7 INFO neutron.db.segments_db [None req-90cfaa92-4dc5-4970-b3ae-df7a3edc5b9a 2af594661cee43cdb958c94d5d8eb79f 5bb0754f7ece4be2b1ebcfab9f3f42f8 - - default default] Added segment 0c7d58ae-13cd-48f4-ab3f-372e37240e89 of type vxlan for network 4cf49b75-ba9c-4ae3-9060-1b2cf23cf643 [pid: 7|app: 0|req: 959/1931] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:00 2026] POST /v2.0/networks => generated 1246 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 960/1932] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:00 2026] DELETE /v2.0/security-groups/b604c280-a958-41e7-b560-5a61e75190d0 => 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: 961/1933] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:03:01 2026] GET /v2.0/networks => generated 1845 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 973/1934] 10.0.0.189 () {32 vars in 674 bytes} [Sun May 10 02:03:00 2026] GET /v2.0/networks?not-tags=red => generated 1862 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 974/1935] 10.0.0.189 () {32 vars in 688 bytes} [Sun May 10 02:03:01 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2469 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/1936] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:01 2026] DELETE /v2.0/networks/90820f20-772e-4b45-9a1d-3465c40dd2db => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1937] 10.0.0.189 () {32 vars in 684 bytes} [Sun May 10 02:03:01 2026] GET /v2.0/networks?not-tags-any=blue => generated 2469 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1938] 10.0.0.189 () {32 vars in 696 bytes} [Sun May 10 02:03:01 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1862 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/1939] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:01 2026] DELETE /v2.0/networks/4cf49b75-ba9c-4ae3-9060-1b2cf23cf643 => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 964/1940] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:03:01 2026] GET /v2.0/networks => generated 651 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:01.449 8 INFO neutron.services.segments.plugin [-] Segment 302d3447-d10c-42c6-931b-99537c6717d2 resource provider aggregate not found 2026-05-10 02:03:01.452 8 INFO neutron.services.segments.plugin [-] Segment 302d3447-d10c-42c6-931b-99537c6717d2 resource provider aggregate not found 2026-05-10 02:03:01.466 8 INFO neutron.services.segments.plugin [-] Segment 302d3447-d10c-42c6-931b-99537c6717d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 302d3447-d10c-42c6-931b-99537c6717d2 found for delete ", "request_id": "req-2779905c-84a0-4518-8258-5ed3b7330514"}]} 2026-05-10 02:03:01.469 7 INFO neutron.db.segments_db [None req-0d0d9b81-7a9a-4a6f-9d4c-3d264930d46e 2af594661cee43cdb958c94d5d8eb79f 5bb0754f7ece4be2b1ebcfab9f3f42f8 - - default default] Added segment 2f0d24bf-d3d4-4b87-bfee-b99b44821193 of type vxlan for network 285eb7e4-d3b0-49e6-9840-0fc486cebbf0 [pid: 8|app: 0|req: 977/1941] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:01 2026] DELETE /v2.0/networks/f21d4739-6b3f-4ae5-ae7a-f6eb56d6f8b2 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:01.476 8 INFO neutron.services.segments.plugin [-] Segment 302d3447-d10c-42c6-931b-99537c6717d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 302d3447-d10c-42c6-931b-99537c6717d2 found for delete ", "request_id": "req-bde7d498-23f5-4c65-a181-caece0614774"}]} [pid: 7|app: 0|req: 965/1942] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:01 2026] POST /v2.0/networks => generated 649 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1943] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:01 2026] DELETE /v2.0/networks/2c0dc0f7-83d7-47a2-a9fd-ec1907673338 => generated 0 bytes in 113 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:01.622 7 INFO neutron.db.segments_db [None req-4721aa36-37c4-46a9-9963-f7a85acebb85 2af594661cee43cdb958c94d5d8eb79f 5bb0754f7ece4be2b1ebcfab9f3f42f8 - - default default] Added segment 92e48c3e-32d5-43a9-910f-2057751eb24c of type vxlan for network 6a984321-2bd5-4282-9ae8-431f3e327af2 [pid: 7|app: 0|req: 966/1944] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:01 2026] POST /v2.0/networks => generated 649 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 979/1945] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:01 2026] DELETE /v2.0/networks/b6a9c81a-445d-4b48-8f1d-f9b48600736d => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 980/1946] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:01 2026] DELETE /v2.0/networks/ef0cdaf6-9656-4c88-b5ae-a7335db658af => generated 0 bytes in 133 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:01.893 7 INFO neutron.services.segments.plugin [-] Segment ee1a2dd4-eafd-4aa0-afe2-0a6c935d36e1 resource provider aggregate not found 2026-05-10 02:03:01.898 7 INFO neutron.services.segments.plugin [-] Segment ee1a2dd4-eafd-4aa0-afe2-0a6c935d36e1 resource provider aggregate not found 2026-05-10 02:03:01.915 7 INFO neutron.services.segments.plugin [-] Segment ee1a2dd4-eafd-4aa0-afe2-0a6c935d36e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee1a2dd4-eafd-4aa0-afe2-0a6c935d36e1 found for delete ", "request_id": "req-38f6f3e7-e285-4b43-bca0-3709c31fcf2c"}]} 2026-05-10 02:03:01.916 7 INFO neutron.services.segments.plugin [-] Segment ee1a2dd4-eafd-4aa0-afe2-0a6c935d36e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ee1a2dd4-eafd-4aa0-afe2-0a6c935d36e1 found for delete ", "request_id": "req-a9098440-5ea0-471e-ba1f-113e41b6680d"}]} 2026-05-10 02:03:01.934 7 INFO neutron.services.segments.plugin [-] Segment 0c7d58ae-13cd-48f4-ab3f-372e37240e89 resource provider aggregate not found 2026-05-10 02:03:01.937 7 INFO neutron.services.segments.plugin [-] Segment 0c7d58ae-13cd-48f4-ab3f-372e37240e89 resource provider aggregate not found 2026-05-10 02:03:01.951 7 INFO neutron.services.segments.plugin [-] Segment 0c7d58ae-13cd-48f4-ab3f-372e37240e89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c7d58ae-13cd-48f4-ab3f-372e37240e89 found for delete ", "request_id": "req-693f8d36-7d6d-4ed5-ab59-4d713947ad51"}]} 2026-05-10 02:03:01.959 7 INFO neutron.services.segments.plugin [-] Segment 0c7d58ae-13cd-48f4-ab3f-372e37240e89 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c7d58ae-13cd-48f4-ab3f-372e37240e89 found for delete ", "request_id": "req-dcc9f120-30a1-447a-a60c-16aafa80370e"}]} [pid: 8|app: 0|req: 981/1947] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:01 2026] DELETE /v2.0/networks/8dbc4ebf-f5ed-4afa-b11d-7cba79cd3e23 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 967/1948] 10.0.0.189 () {34 vars in 665 bytes} [Sun May 10 02:03:01 2026] POST /v2.0/ports => generated 1506 bytes in 947 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 982/1949] 10.0.0.189 () {32 vars in 643 bytes} [Sun May 10 02:03:02 2026] GET /v2.0/ports => generated 1506 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:03:02.849 7 INFO neutron_taas.services.taas.taas_plugin [None req-9270879c-9456-4fb6-8ade-14d229d7ccbd 2af594661cee43cdb958c94d5d8eb79f 5bb0754f7ece4be2b1ebcfab9f3f42f8 - - default default] TaaS: Handle Delete Port: d0a09651-c38a-4375-8ca3-87f40fbb095a 2026-05-10 02:03:02.851 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9270879c-9456-4fb6-8ade-14d229d7ccbd 2af594661cee43cdb958c94d5d8eb79f 5bb0754f7ece4be2b1ebcfab9f3f42f8 - - default default] Tap Mirror: Handle Delete Port: d0a09651-c38a-4375-8ca3-87f40fbb095a [pid: 7|app: 0|req: 968/1950] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:02 2026] DELETE /v2.0/ports/d0a09651-c38a-4375-8ca3-87f40fbb095a => generated 0 bytes in 180 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:03.026 7 INFO neutron_taas.services.taas.taas_plugin [None req-5c99644a-5a6c-4e32-a90a-b5b774c47ca5 2af594661cee43cdb958c94d5d8eb79f 5bb0754f7ece4be2b1ebcfab9f3f42f8 - - default default] TaaS: Handle Delete Port: ebba5d7b-ab45-4a23-a9a3-bd44da43bd54 2026-05-10 02:03:03.029 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5c99644a-5a6c-4e32-a90a-b5b774c47ca5 2af594661cee43cdb958c94d5d8eb79f 5bb0754f7ece4be2b1ebcfab9f3f42f8 - - default default] Tap Mirror: Handle Delete Port: ebba5d7b-ab45-4a23-a9a3-bd44da43bd54 [pid: 7|app: 0|req: 969/1951] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:02 2026] DELETE /v2.0/ports/ebba5d7b-ab45-4a23-a9a3-bd44da43bd54 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/1952] 10.0.0.189 () {32 vars in 643 bytes} [Sun May 10 02:03:03 2026] GET /v2.0/ports => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:03.227 7 INFO neutron.db.segments_db [None req-58d92afb-f885-449e-a739-c17d44fb3eb2 2af594661cee43cdb958c94d5d8eb79f 5bb0754f7ece4be2b1ebcfab9f3f42f8 - - default default] Added segment b406cd70-6450-4af6-a609-690e77cfecf2 of type vxlan for network 77dcbbf3-1626-4690-ae6f-e2cb345495ed [pid: 8|app: 0|req: 983/1953] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:02 2026] GET /v2.0/security-groups?tenant_id=ebd34d2aea90470eb73b9767aa9617ea&name=default => generated 2925 bytes in 351 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 971/1954] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:03 2026] POST /v2.0/networks => generated 650 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:03.354 7 INFO neutron.db.segments_db [None req-5ad3d010-a476-4636-af14-65e51775c3b0 2af594661cee43cdb958c94d5d8eb79f 5bb0754f7ece4be2b1ebcfab9f3f42f8 - - default default] Added segment 702efb77-93f4-4539-bbb0-e01950af3207 of type vxlan for network 194d0344-3f7d-4c6d-9707-4066b7c933c1 [pid: 8|app: 0|req: 984/1955] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:03 2026] DELETE /v2.0/security-groups/79246955-9a44-4feb-9b18-09790cc0a298 => 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: 972/1956] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:03 2026] POST /v2.0/networks => generated 649 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:03.484 8 INFO neutron.services.segments.plugin [-] Segment 3be8b527-be38-4f42-b136-33e69976439c resource provider aggregate not found 2026-05-10 02:03:03.498 8 INFO neutron.services.segments.plugin [-] Segment 3be8b527-be38-4f42-b136-33e69976439c resource provider aggregate not found 2026-05-10 02:03:03.503 8 INFO neutron.services.segments.plugin [-] Segment 3be8b527-be38-4f42-b136-33e69976439c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3be8b527-be38-4f42-b136-33e69976439c found for delete ", "request_id": "req-1548e380-7f3c-4102-ab34-a0d8a6d45ba8"}]} 2026-05-10 02:03:03.519 8 INFO neutron.services.segments.plugin [-] Segment 3be8b527-be38-4f42-b136-33e69976439c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3be8b527-be38-4f42-b136-33e69976439c found for delete ", "request_id": "req-48da85b2-3383-4147-91af-3cf52c329249"}]} 2026-05-10 02:03:03.526 8 INFO neutron.services.segments.plugin [-] Segment 98880948-6023-445d-8efa-732183185870 resource provider aggregate not found 2026-05-10 02:03:03.545 8 INFO neutron.services.segments.plugin [-] Segment 98880948-6023-445d-8efa-732183185870 resource provider aggregate not found 2026-05-10 02:03:03.566 8 INFO neutron.services.segments.plugin [-] Segment 98880948-6023-445d-8efa-732183185870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98880948-6023-445d-8efa-732183185870 found for delete ", "request_id": "req-0f7136ce-2dec-4f6f-bd1a-3ade7afe5f73"}]} 2026-05-10 02:03:03.572 8 INFO neutron.services.segments.plugin [-] Segment 98880948-6023-445d-8efa-732183185870 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 98880948-6023-445d-8efa-732183185870 found for delete ", "request_id": "req-a29d5ebb-713f-4206-9f5d-f9b91b878e10"}]} 2026-05-10 02:03:03.592 8 INFO neutron.services.segments.plugin [-] Segment f80b1d97-5d8e-4487-bc30-7d7824da5aad resource provider aggregate not found 2026-05-10 02:03:03.603 8 INFO neutron.services.segments.plugin [-] Segment f80b1d97-5d8e-4487-bc30-7d7824da5aad resource provider aggregate not found 2026-05-10 02:03:03.622 8 INFO neutron.services.segments.plugin [-] Segment f80b1d97-5d8e-4487-bc30-7d7824da5aad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f80b1d97-5d8e-4487-bc30-7d7824da5aad found for delete ", "request_id": "req-2dd2dc11-7e59-4ead-a772-793486bd2981"}]} 2026-05-10 02:03:03.627 8 INFO neutron.services.segments.plugin [-] Segment f80b1d97-5d8e-4487-bc30-7d7824da5aad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f80b1d97-5d8e-4487-bc30-7d7824da5aad found for delete ", "request_id": "req-bc1fadad-f4b4-49a4-9e58-93aac628b0dc"}]} 2026-05-10 02:03:03.652 8 INFO neutron.services.segments.plugin [-] Segment 5805bef5-f784-45a8-bda2-2f8be6564ec4 resource provider aggregate not found 2026-05-10 02:03:03.653 8 INFO neutron.services.segments.plugin [-] Segment 5805bef5-f784-45a8-bda2-2f8be6564ec4 resource provider aggregate not found 2026-05-10 02:03:03.676 8 INFO neutron.services.segments.plugin [-] Segment 5805bef5-f784-45a8-bda2-2f8be6564ec4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5805bef5-f784-45a8-bda2-2f8be6564ec4 found for delete ", "request_id": "req-55fb808a-31e1-4fbe-93ed-91f052d8bf5c"}]} 2026-05-10 02:03:03.678 8 INFO neutron.services.segments.plugin [-] Segment 5805bef5-f784-45a8-bda2-2f8be6564ec4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5805bef5-f784-45a8-bda2-2f8be6564ec4 found for delete ", "request_id": "req-ffe052f1-6ecc-48e2-b9a1-97a489c2feea"}]} [pid: 7|app: 0|req: 973/1957] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:03 2026] GET /v2.0/security-groups?tenant_id=ff7cf6c221c544ce9edebe9fed28857e&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 974/1958] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:03 2026] DELETE /v2.0/security-groups/7258a4e3-b718-4a42-90ee-6cd76e13084c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 985/1959] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:03 2026] POST /v2.0/subnets => generated 1273 bytes in 516 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 986/1960] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:03 2026] GET /v2.0/security-groups?tenant_id=e5e7993ac8034fcd95e84b220717e0db&name=default => generated 2925 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1961] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:03:04 2026] GET /v2.0/subnets => generated 1909 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 988/1962] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/security-groups/33416059-7af0-447a-afd9-89dfbb951103 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:04.193 7 INFO neutron.db.segments_db [None req-29fe24ec-9eb9-4c48-ba0c-a8013c0fb359 08120ec65abf495cb63b89341e546e08 846d3e7944be4c139cba146258f930dc - - default default] Added segment 563086e1-0f21-4ded-9330-2e033f6f6c0c of type vxlan for network 19661a53-2909-48d4-b65e-8bd16629f85d [pid: 8|app: 0|req: 989/1963] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/subnets/8a316baf-1377-496b-9ef2-89db1313cb42 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/1964] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:03 2026] POST /v2.0/networks => generated 631 bytes in 463 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 990/1965] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/subnets/f9b86857-c9eb-4c4c-bf71-220130b9329d => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 991/1966] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:03:04 2026] GET /v2.0/subnets => generated 649 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1967] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/networks/194d0344-3f7d-4c6d-9707-4066b7c933c1 => generated 0 bytes in 162 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/1968] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:04 2026] POST /v2.0/subnets => generated 626 bytes in 281 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:04.632 8 INFO neutron.db.segments_db [None req-a41a6e62-ed27-4bd3-a0c5-7d8aa03d7c83 08120ec65abf495cb63b89341e546e08 846d3e7944be4c139cba146258f930dc - - default default] Added segment b695ff31-b52b-48f1-a94d-8e91454b1276 of type vxlan for network e571dbed-ce69-4275-9ffa-506b609bb66d 2026-05-10 02:03:04.684 7 INFO neutron.services.segments.plugin [-] Segment b406cd70-6450-4af6-a609-690e77cfecf2 resource provider aggregate not found 2026-05-10 02:03:04.691 7 INFO neutron.services.segments.plugin [-] Segment b406cd70-6450-4af6-a609-690e77cfecf2 resource provider aggregate not found 2026-05-10 02:03:04.700 7 INFO neutron.services.segments.plugin [-] Segment b406cd70-6450-4af6-a609-690e77cfecf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b406cd70-6450-4af6-a609-690e77cfecf2 found for delete ", "request_id": "req-f09642fc-2471-4371-b67e-068282d7f2a5"}]} [pid: 8|app: 0|req: 993/1969] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:04 2026] POST /v2.0/networks => generated 631 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:04.722 7 INFO neutron.services.segments.plugin [-] Segment b406cd70-6450-4af6-a609-690e77cfecf2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b406cd70-6450-4af6-a609-690e77cfecf2 found for delete ", "request_id": "req-7bb2c58f-9bc3-4f0c-886d-654045aa45fa"}]} [pid: 7|app: 0|req: 977/1970] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/networks/77dcbbf3-1626-4690-ae6f-e2cb345495ed => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/1971] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/networks/6a984321-2bd5-4282-9ae8-431f3e327af2 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 994/1972] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:04 2026] POST /v2.0/subnets => generated 629 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:04.987 8 INFO neutron.db.segments_db [None req-0017ecfd-8478-4686-8529-58fc6feb05d8 08120ec65abf495cb63b89341e546e08 846d3e7944be4c139cba146258f930dc - - default default] Added segment 058b0045-377f-4c6c-84df-8fee49c6dd2f of type vxlan for network a222ff23-277b-422a-bc94-b4a395883eb7 [pid: 7|app: 0|req: 979/1973] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:04 2026] DELETE /v2.0/networks/285eb7e4-d3b0-49e6-9840-0fc486cebbf0 => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 995/1974] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:04 2026] POST /v2.0/networks => generated 631 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/1975] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:05 2026] POST /v2.0/subnets => generated 629 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:05.392 7 INFO neutron.db.segments_db [None req-09d38718-dbc9-4b21-b973-eb35496a0718 08120ec65abf495cb63b89341e546e08 846d3e7944be4c139cba146258f930dc - - default default] Added segment 6505a97b-b662-4a35-b8a2-2ac8dc2ae23b of type vxlan for network becd291e-fc87-4978-8134-63164f064a83 [pid: 7|app: 0|req: 981/1976] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:05 2026] POST /v2.0/networks => generated 632 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:05.536 8 INFO neutron.db.segments_db [None req-0dc2fd0d-009e-4ae7-841e-9c3bc8576c98 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] Added segment 90af4737-47b4-40dc-b83d-118301e94227 of type vxlan for network 7cfa8631-ee9c-4d70-ac0a-6c0c415c6869 [pid: 8|app: 0|req: 996/1977] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:05 2026] POST /v2.0/networks => generated 632 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:05.693 8 INFO neutron.services.segments.plugin [-] Segment 702efb77-93f4-4539-bbb0-e01950af3207 resource provider aggregate not found [pid: 7|app: 0|req: 982/1978] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:05 2026] POST /v2.0/subnets => generated 629 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:05.700 8 INFO neutron.services.segments.plugin [-] Segment 702efb77-93f4-4539-bbb0-e01950af3207 resource provider aggregate not found 2026-05-10 02:03:05.713 8 INFO neutron.services.segments.plugin [-] Segment 702efb77-93f4-4539-bbb0-e01950af3207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 702efb77-93f4-4539-bbb0-e01950af3207 found for delete ", "request_id": "req-fcf4dde9-ca62-4a41-b591-f914166c6047"}]} 2026-05-10 02:03:05.714 8 INFO neutron.services.segments.plugin [-] Segment 702efb77-93f4-4539-bbb0-e01950af3207 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 702efb77-93f4-4539-bbb0-e01950af3207 found for delete ", "request_id": "req-2bc48362-bdfd-4e59-8995-a89fb68e7329"}]} [pid: 8|app: 0|req: 997/1979] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:05 2026] GET /v2.0/security-groups?tenant_id=5bb0754f7ece4be2b1ebcfab9f3f42f8&name=default => generated 2925 bytes in 151 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:05.830 8 INFO neutron.db.segments_db [None req-c9bb5760-f0ce-4b4a-b8b3-1ea555902944 08120ec65abf495cb63b89341e546e08 846d3e7944be4c139cba146258f930dc - - default default] Added segment e2b7f803-ca33-40d3-95c1-ee1aba77ab92 of type vxlan for network 383144a3-d3fd-4db4-96b4-b20907f7f0e2 [pid: 8|app: 0|req: 998/1980] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:05 2026] POST /v2.0/networks => generated 631 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 983/1981] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:05 2026] POST /v2.0/ports => generated 743 bytes in 274 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/1982] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:05 2026] DELETE /v2.0/security-groups/19edf2f4-6289-48a5-acc6-9a20d57091d8 => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:06.042 8 INFO neutron.db.segments_db [None req-19d2b31d-4a02-4823-a3dc-5b762268db83 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] Added segment 00f9c22d-1895-4ac8-8e48-af132daec149 of type vxlan for network e2dde719-7463-4d65-9830-aeb65efa7d8a [pid: 8|app: 0|req: 1000/1983] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:05 2026] POST /v2.0/networks => generated 632 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 984/1984] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:05 2026] POST /v2.0/subnets => generated 629 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/1985] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:03:06 2026] PUT /v2.0/subnets/d2cee7b6-4c6f-4092-8ae6-b9eb12863364/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/1986] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:03:06 2026] PUT /v2.0/subnets/434b9051-788b-476e-8898-328bca4a0f92/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/1987] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:03:06 2026] PUT /v2.0/subnets/a1c27ba2-a492-4bd1-85cf-35fead4ceed4/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 988/1988] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:03:06 2026] PUT /v2.0/subnets/eeb3223c-9376-4170-b2f5-58a7824ef560/tags => 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: 1001/1989] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:06 2026] POST /v2.0/ports => generated 743 bytes in 291 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: 989/1990] 10.0.0.189 () {32 vars in 664 bytes} [Sun May 10 02:03:06 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/1991] 10.0.0.189 () {32 vars in 678 bytes} [Sun May 10 02:03:06 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:06.485 8 INFO neutron.db.segments_db [None req-7f4ce068-9b89-4c60-bb8d-be84c026c2f9 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] Added segment bd22edb0-a60c-4850-9d22-f795b80d145d of type vxlan for network 3f7ccb00-fcad-495d-9bce-d6162c45b2c1 [pid: 7|app: 0|req: 991/1992] 10.0.0.189 () {32 vars in 674 bytes} [Sun May 10 02:03:06 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 992/1993] 10.0.0.189 () {32 vars in 686 bytes} [Sun May 10 02:03:06 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1994] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:06 2026] POST /v2.0/networks => generated 632 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 993/1995] 10.0.0.189 () {32 vars in 672 bytes} [Sun May 10 02:03:06 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 994/1996] 10.0.0.189 () {32 vars in 686 bytes} [Sun May 10 02:03:06 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/1997] 10.0.0.189 () {32 vars in 682 bytes} [Sun May 10 02:03:06 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 996/1998] 10.0.0.189 () {32 vars in 694 bytes} [Sun May 10 02:03:06 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:06.721 7 INFO neutron.services.segments.plugin [-] Segment 92e48c3e-32d5-43a9-910f-2057751eb24c resource provider aggregate not found 2026-05-10 02:03:06.735 7 INFO neutron.services.segments.plugin [-] Segment 92e48c3e-32d5-43a9-910f-2057751eb24c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e48c3e-32d5-43a9-910f-2057751eb24c found for delete ", "request_id": "req-ecec31e5-5952-42b6-bdd0-826d87be7b55"}]} 2026-05-10 02:03:06.743 7 INFO neutron.services.segments.plugin [-] Segment 92e48c3e-32d5-43a9-910f-2057751eb24c resource provider aggregate not found 2026-05-10 02:03:06.750 7 INFO neutron.services.segments.plugin [-] Segment 2f0d24bf-d3d4-4b87-bfee-b99b44821193 resource provider aggregate not found 2026-05-10 02:03:06.770 7 INFO neutron.services.segments.plugin [-] Segment 2f0d24bf-d3d4-4b87-bfee-b99b44821193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f0d24bf-d3d4-4b87-bfee-b99b44821193 found for delete ", "request_id": "req-0c34fc68-7797-412f-b1d9-e715202b7165"}]} 2026-05-10 02:03:06.771 7 INFO neutron.services.segments.plugin [-] Segment 92e48c3e-32d5-43a9-910f-2057751eb24c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 92e48c3e-32d5-43a9-910f-2057751eb24c found for delete ", "request_id": "req-eca2de11-fe87-4c09-a8db-629a4a25e8c4"}]} 2026-05-10 02:03:06.790 7 INFO neutron.services.segments.plugin [-] Segment 2f0d24bf-d3d4-4b87-bfee-b99b44821193 resource provider aggregate not found 2026-05-10 02:03:06.805 7 INFO neutron.services.segments.plugin [-] Segment 2f0d24bf-d3d4-4b87-bfee-b99b44821193 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2f0d24bf-d3d4-4b87-bfee-b99b44821193 found for delete ", "request_id": "req-0ebf6226-9b4b-441d-9747-9352fcd3334c"}]} [pid: 7|app: 0|req: 997/1999] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:06 2026] DELETE /v2.0/subnets/d2cee7b6-4c6f-4092-8ae6-b9eb12863364 => 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: 1003/2000] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:06 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 998/2001] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:06 2026] DELETE /v2.0/subnets/434b9051-788b-476e-8898-328bca4a0f92 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:06.964 8 INFO neutron.db.segments_db [None req-260ef0e3-3835-480a-86e8-55cfb7af7bac 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] Added segment 164d2709-a7ff-4694-af9d-0775963e5088 of type vxlan for network 90fc3c10-12cc-49fd-8120-9775e4d929e0 [pid: 8|app: 0|req: 1004/2002] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:06 2026] POST /v2.0/networks => generated 631 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2003] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:06 2026] DELETE /v2.0/subnets/a1c27ba2-a492-4bd1-85cf-35fead4ceed4 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1000/2004] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:07 2026] DELETE /v2.0/subnets/eeb3223c-9376-4170-b2f5-58a7824ef560 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1001/2005] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:07 2026] DELETE /v2.0/subnets/e66eb70d-521c-4c16-9f25-3b0b94d1bb91 => generated 0 bytes in 91 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/2006] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:07 2026] POST /v2.0/ports => generated 743 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:03:07.319 7 INFO neutron_taas.services.taas.taas_plugin [None req-ea4dcf29-3217-405d-8988-7d8f507a5604 08120ec65abf495cb63b89341e546e08 846d3e7944be4c139cba146258f930dc - - default default] TaaS: Handle Delete Port: d4ad2d9a-5b36-4ba7-bef2-fc7cfcc528a6 2026-05-10 02:03:07.321 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ea4dcf29-3217-405d-8988-7d8f507a5604 08120ec65abf495cb63b89341e546e08 846d3e7944be4c139cba146258f930dc - - default default] Tap Mirror: Handle Delete Port: d4ad2d9a-5b36-4ba7-bef2-fc7cfcc528a6 2026-05-10 02:03:07.357 8 INFO neutron.db.segments_db [None req-4de2c5af-8696-4964-8179-d77e03488dca 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] Added segment 36135d51-9192-45c4-b387-f7ab22533694 of type vxlan for network 80fddacc-1bc0-451d-b574-9cccfd4d61fd [pid: 8|app: 0|req: 1006/2007] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:07 2026] POST /v2.0/networks => generated 632 bytes in 142 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1002/2008] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:07 2026] DELETE /v2.0/networks/19661a53-2909-48d4-b65e-8bd16629f85d => generated 0 bytes in 259 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1003/2009] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:07 2026] DELETE /v2.0/networks/e571dbed-ce69-4275-9ffa-506b609bb66d => 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: 1007/2010] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:07 2026] POST /v2.0/ports => generated 743 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 1004/2011] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:07 2026] DELETE /v2.0/networks/a222ff23-277b-422a-bc94-b4a395883eb7 => 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: 1008/2012] 10.0.0.189 () {34 vars in 747 bytes} [Sun May 10 02:03:07 2026] PUT /v2.0/ports/111e2cec-acf3-44f0-b988-16ee154d03fa/tags => generated 17 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, ' 2026-05-10 02:03:07.906 8 INFO neutron.services.segments.plugin [-] Segment 6505a97b-b662-4a35-b8a2-2ac8dc2ae23b resource provider aggregate not found 2026-05-10 02:03:07.906 8 INFO neutron.services.segments.plugin [-] Segment 6505a97b-b662-4a35-b8a2-2ac8dc2ae23b resource provider aggregate not found 2026-05-10 02:03:07.928 8 INFO neutron.services.segments.plugin [-] Segment 6505a97b-b662-4a35-b8a2-2ac8dc2ae23b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6505a97b-b662-4a35-b8a2-2ac8dc2ae23b found for delete ", "request_id": "req-cdeb3447-84a1-4134-b9de-89b152833cf6"}]} [pid: 8|app: 0|req: 1009/2013] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:07 2026] DELETE /v2.0/networks/becd291e-fc87-4978-8134-63164f064a83 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:07.936 8 INFO neutron.services.segments.plugin [-] Segment 6505a97b-b662-4a35-b8a2-2ac8dc2ae23b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6505a97b-b662-4a35-b8a2-2ac8dc2ae23b found for delete ", "request_id": "req-58b6ba95-a57a-427d-a2cf-1f7c53868542"}]} [pid: 8|app: 0|req: 1010/2014] 10.0.0.189 () {34 vars in 747 bytes} [Sun May 10 02:03:07 2026] PUT /v2.0/ports/ee16ac66-c5f5-44d3-910e-b87559660f3b/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1011/2015] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:07 2026] DELETE /v2.0/networks/383144a3-d3fd-4db4-96b4-b20907f7f0e2 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:08.100 7 INFO neutron.db.segments_db [None req-c2728ce6-53e0-43a1-a6ab-19512b4f63a7 e3c563aaf5cf47e88d9afc7ada2a231f 16aa9c8956ef44c2a0c6ebe724442f2e - - default default] Added segment 1d401522-205c-4935-8642-7bedecb614fe of type vxlan for network c8d97f2e-0d2f-4141-bf68-fcecfa33dbd2 [pid: 8|app: 0|req: 1012/2016] 10.0.0.189 () {34 vars in 747 bytes} [Sun May 10 02:03:08 2026] PUT /v2.0/ports/f3f5c020-d8fe-448c-8b15-92118afb6a7c/tags => generated 34 bytes in 49 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: 1005/2017] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:07 2026] POST /v2.0/networks => generated 647 bytes in 406 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/2018] 10.0.0.189 () {34 vars in 747 bytes} [Sun May 10 02:03:08 2026] PUT /v2.0/ports/5b643662-b253-4b2e-b4c8-04b79a2f4165/tags => generated 19 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2019] 10.0.0.189 () {32 vars in 660 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 96 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: 1007/2020] 10.0.0.189 () {32 vars in 674 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/2021] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:03:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1008/2022] 10.0.0.189 () {32 vars in 670 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/2023] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:03: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: 7|app: 0|req: 1009/2024] 10.0.0.189 () {32 vars in 682 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1016/2025] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:03:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/2026] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:03:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 57 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2027] 10.0.0.189 () {32 vars in 668 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 112 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1018/2028] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:03:08 2026] POST /v2.0/subnetpools => generated 516 bytes in 46 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2029] 10.0.0.189 () {32 vars in 682 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1019/2030] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:03:08 2026] PUT /v2.0/subnetpools/3164417b-46f1-4e77-aed1-03bd67498a99/tags => generated 17 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/2031] 10.0.0.189 () {32 vars in 678 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/2032] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:03:08 2026] PUT /v2.0/subnetpools/17fb20eb-edb7-4c3e-8bc7-d0d46a876401/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:08.790 7 INFO neutron.services.segments.plugin [-] Segment 563086e1-0f21-4ded-9330-2e033f6f6c0c resource provider aggregate not found 2026-05-10 02:03:08.810 7 INFO neutron.services.segments.plugin [-] Segment 563086e1-0f21-4ded-9330-2e033f6f6c0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 563086e1-0f21-4ded-9330-2e033f6f6c0c found for delete ", "request_id": "req-b6652fef-6ec9-4209-bb68-a7dbc582444a"}]} [pid: 8|app: 0|req: 1022/2033] 10.0.0.189 () {32 vars in 690 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:08.832 7 INFO neutron.services.segments.plugin [-] Segment 563086e1-0f21-4ded-9330-2e033f6f6c0c resource provider aggregate not found 2026-05-10 02:03:08.836 7 INFO neutron.services.segments.plugin [-] Segment b695ff31-b52b-48f1-a94d-8e91454b1276 resource provider aggregate not found 2026-05-10 02:03:08.856 7 INFO neutron.services.segments.plugin [-] Segment b695ff31-b52b-48f1-a94d-8e91454b1276 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b695ff31-b52b-48f1-a94d-8e91454b1276 found for delete ", "request_id": "req-fd1cfc8a-6271-4268-be33-5650765b1e94"}]} [pid: 8|app: 0|req: 1023/2034] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:03:08 2026] PUT /v2.0/subnetpools/4774a457-3958-4efc-b5f4-e009c375e0b8/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:08.860 7 INFO neutron.services.segments.plugin [-] Segment 563086e1-0f21-4ded-9330-2e033f6f6c0c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 563086e1-0f21-4ded-9330-2e033f6f6c0c found for delete ", "request_id": "req-6daf4da1-c4c9-4809-9148-5dc18261767b"}]} 2026-05-10 02:03:08.875 7 INFO neutron.services.segments.plugin [-] Segment 058b0045-377f-4c6c-84df-8fee49c6dd2f resource provider aggregate not found 2026-05-10 02:03:08.878 7 INFO neutron.services.segments.plugin [-] Segment b695ff31-b52b-48f1-a94d-8e91454b1276 resource provider aggregate not found 2026-05-10 02:03:08.899 7 INFO neutron.services.segments.plugin [-] Segment 058b0045-377f-4c6c-84df-8fee49c6dd2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 058b0045-377f-4c6c-84df-8fee49c6dd2f found for delete ", "request_id": "req-cca99a2d-5c0e-4897-88be-bfe1edb68f80"}]} 2026-05-10 02:03:08.899 7 INFO neutron.services.segments.plugin [-] Segment b695ff31-b52b-48f1-a94d-8e91454b1276 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b695ff31-b52b-48f1-a94d-8e91454b1276 found for delete ", "request_id": "req-75f83afa-b259-4987-a93f-52ceb11fab8c"}]} 2026-05-10 02:03:08.917 7 INFO neutron.services.segments.plugin [-] Segment 058b0045-377f-4c6c-84df-8fee49c6dd2f resource provider aggregate not found [pid: 7|app: 0|req: 1012/2035] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:08 2026] POST /v2.0/subnets => generated 673 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:08.941 7 INFO neutron.services.segments.plugin [-] Segment 058b0045-377f-4c6c-84df-8fee49c6dd2f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 058b0045-377f-4c6c-84df-8fee49c6dd2f found for delete ", "request_id": "req-d063093b-f00c-4317-b5b0-6c147ce8b3f6"}]} 2026-05-10 02:03:08.948 8 INFO neutron_taas.services.taas.taas_plugin [None req-0510ae22-9345-4cec-9e0f-b6b384619111 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] TaaS: Handle Delete Port: 111e2cec-acf3-44f0-b988-16ee154d03fa 2026-05-10 02:03:08.951 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0510ae22-9345-4cec-9e0f-b6b384619111 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] Tap Mirror: Handle Delete Port: 111e2cec-acf3-44f0-b988-16ee154d03fa [pid: 8|app: 0|req: 1024/2036] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:08 2026] DELETE /v2.0/ports/111e2cec-acf3-44f0-b988-16ee154d03fa => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1025/2037] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:03:09 2026] PUT /v2.0/subnetpools/87eaf3b0-f3d5-49f1-b567-eeec45f74abb/tags => generated 19 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:09.112 8 INFO neutron.db.segments_db [None req-d7401da1-8d6f-49be-8714-f19007c17876 e3c563aaf5cf47e88d9afc7ada2a231f 16aa9c8956ef44c2a0c6ebe724442f2e - - default default] Added segment 77b367ac-156d-4095-a71f-d88829d9b647 of type vxlan for network 8a24ef61-6791-442a-97f1-256db4a2bdb4 [pid: 7|app: 0|req: 1013/2038] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:08 2026] GET /v2.0/security-groups?tenant_id=a4a685108bd140048ec54e7b6054d6ab&name=default => generated 2925 bytes in 222 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/2039] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:09 2026] POST /v2.0/networks => generated 647 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/2040] 10.0.0.189 () {32 vars in 672 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:09.262 7 INFO neutron_taas.services.taas.taas_plugin [None req-b2bd9f34-1a95-4475-95a6-1c4613ff4cfa 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] TaaS: Handle Delete Port: ee16ac66-c5f5-44d3-910e-b87559660f3b 2026-05-10 02:03:09.265 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b2bd9f34-1a95-4475-95a6-1c4613ff4cfa 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] Tap Mirror: Handle Delete Port: ee16ac66-c5f5-44d3-910e-b87559660f3b [pid: 8|app: 0|req: 1028/2041] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/security-groups/f514241c-84bb-492a-bcc2-e2b686f1d73d => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2042] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/ports/ee16ac66-c5f5-44d3-910e-b87559660f3b => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2043] 10.0.0.189 () {32 vars in 686 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/2044] 10.0.0.189 () {34 vars in 743 bytes} [Sun May 10 02:03:09 2026] PUT /v2.0/networks/8a24ef61-6791-442a-97f1-256db4a2bdb4 => generated 592 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/2045] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/security-groups?tenant_id=846d3e7944be4c139cba146258f930dc&name=default => generated 2925 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/2046] 10.0.0.189 () {32 vars in 682 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:09.473 7 INFO neutron_taas.services.taas.taas_plugin [None req-0f108b24-59b4-4db8-8deb-ab85683307c8 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] TaaS: Handle Delete Port: f3f5c020-d8fe-448c-8b15-92118afb6a7c 2026-05-10 02:03:09.476 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0f108b24-59b4-4db8-8deb-ab85683307c8 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] Tap Mirror: Handle Delete Port: f3f5c020-d8fe-448c-8b15-92118afb6a7c [pid: 7|app: 0|req: 1016/2047] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/ports/f3f5c020-d8fe-448c-8b15-92118afb6a7c => generated 0 bytes in 173 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2048] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/security-groups/4a2b6dd4-a303-46e0-8464-b0089b8a1561 => 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: 1032/2049] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:09 2026] POST /v2.0/subnets => generated 646 bytes in 213 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2050] 10.0.0.189 () {32 vars in 694 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:09.733 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab48ea70-cd99-4c3e-ae9c-22b613ae185f 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] TaaS: Handle Delete Port: 5b643662-b253-4b2e-b4c8-04b79a2f4165 2026-05-10 02:03:09.736 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab48ea70-cd99-4c3e-ae9c-22b613ae185f 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] Tap Mirror: Handle Delete Port: 5b643662-b253-4b2e-b4c8-04b79a2f4165 [pid: 7|app: 0|req: 1019/2051] 10.0.0.189 () {34 vars in 741 bytes} [Sun May 10 02:03:09 2026] PUT /v2.0/subnets/fce2716f-beff-4aa3-ba09-b3943e0fe0ac => generated 656 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1020/2052] 10.0.0.189 () {32 vars in 680 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1033/2053] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/ports/5b643662-b253-4b2e-b4c8-04b79a2f4165 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1021/2054] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/security-groups?tenant_id=1f9cd81931d641b5873aeb51d520e5c7&name=default => generated 2925 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2055] 10.0.0.189 () {32 vars in 694 bytes} [Sun May 10 02:03:09 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:09.951 8 INFO neutron.services.segments.plugin [-] Segment e2b7f803-ca33-40d3-95c1-ee1aba77ab92 resource provider aggregate not found 2026-05-10 02:03:09.958 8 INFO neutron.services.segments.plugin [-] Segment e2b7f803-ca33-40d3-95c1-ee1aba77ab92 resource provider aggregate not found 2026-05-10 02:03:09.965 8 INFO neutron.services.segments.plugin [-] Segment e2b7f803-ca33-40d3-95c1-ee1aba77ab92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2b7f803-ca33-40d3-95c1-ee1aba77ab92 found for delete ", "request_id": "req-8a392d72-41d6-4646-8c57-0ea47a5abcf8"}]} 2026-05-10 02:03:09.976 8 INFO neutron.services.segments.plugin [-] Segment e2b7f803-ca33-40d3-95c1-ee1aba77ab92 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e2b7f803-ca33-40d3-95c1-ee1aba77ab92 found for delete ", "request_id": "req-11756489-445e-4ce5-ab26-dd5ce5310a03"}]} 2026-05-10 02:03:10.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-df0f7ae2-e16a-4748-9c88-f423729557c0 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] TaaS: Handle Delete Port: ff1cb53a-4f5b-48cd-bc03-4c093fc85e57 2026-05-10 02:03:10.002 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df0f7ae2-e16a-4748-9c88-f423729557c0 050170e41b8e4bb69ce1bd8009aee592 8fda869daec14b759804718230b9c07c - - default default] Tap Mirror: Handle Delete Port: ff1cb53a-4f5b-48cd-bc03-4c093fc85e57 [pid: 8|app: 0|req: 1034/2056] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/networks/8a24ef61-6791-442a-97f1-256db4a2bdb4 => generated 0 bytes in 213 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2057] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:09 2026] DELETE /v2.0/ports/ff1cb53a-4f5b-48cd-bc03-4c093fc85e57 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1024/2058] 10.0.0.189 () {32 vars in 690 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:10.102 7 INFO neutron.pecan_wsgi.hooks.translation [None req-537534c7-7e6d-4b5e-b236-1e0b5538711c e3c563aaf5cf47e88d9afc7ada2a231f 16aa9c8956ef44c2a0c6ebe724442f2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1025/2059] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/networks/8a24ef61-6791-442a-97f1-256db4a2bdb4 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1035/2060] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/security-groups/b2f17d5b-ebcb-493a-a607-c4830be344a4 => 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: 1036/2061] 10.0.0.189 () {32 vars in 702 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => 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: 1037/2062] 10.0.0.189 () {32 vars in 694 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1026/2063] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/networks/7cfa8631-ee9c-4d70-ac0a-6c0c415c6869 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1027/2064] 10.0.0.189 () {32 vars in 742 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/subnets?network_id=2513d089-bd57-42ef-8f46-d877afc436ba => 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: 1038/2065] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/subnetpools/3164417b-46f1-4e77-aed1-03bd67498a99 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1039/2066] 10.0.0.189 () {32 vars in 653 bytes} [Sun May 10 02:03:10 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: 8|app: 0|req: 1040/2067] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/subnetpools/17fb20eb-edb7-4c3e-8bc7-d0d46a876401 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2068] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/networks/e2dde719-7463-4d65-9830-aeb65efa7d8a => generated 0 bytes in 98 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/2069] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/networks => generated 1312 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1029/2070] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/subnetpools/4774a457-3958-4efc-b5f4-e009c375e0b8 => 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: 1030/2071] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/subnets => generated 1312 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2072] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/subnetpools/87eaf3b0-f3d5-49f1-b567-eeec45f74abb => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1042/2073] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/networks/3f7ccb00-fcad-495d-9bce-d6162c45b2c1 => 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: 1032/2074] 10.0.0.189 () {32 vars in 723 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/networks/c8d97f2e-0d2f-4141-bf68-fcecfa33dbd2 => generated 672 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/2075] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/subnetpools/caf40982-b494-4ea5-a3d1-f44a66d96a2d => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1044/2076] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:03:10 2026] GET /v2.0/subnets/e670baf5-a333-4e31-9490-22bc14f67f19 => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:10.573 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c27a8e0d-6af8-4d8f-a0a3-3e0ff510dbc4 e3c563aaf5cf47e88d9afc7ada2a231f 16aa9c8956ef44c2a0c6ebe724442f2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1045/2077] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/subnets/fce2716f-beff-4aa3-ba09-b3943e0fe0ac => generated 136 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:03:10.585 8 INFO neutron.pecan_wsgi.hooks.translation [None req-14152796-2ab9-4df5-ba9e-0741b8d5bd1f e3c563aaf5cf47e88d9afc7ada2a231f 16aa9c8956ef44c2a0c6ebe724442f2e - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1046/2078] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/networks/8a24ef61-6791-442a-97f1-256db4a2bdb4 => generated 138 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1033/2079] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/networks/90fc3c10-12cc-49fd-8120-9775e4d929e0 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/2080] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/subnets/e670baf5-a333-4e31-9490-22bc14f67f19 => generated 0 bytes in 104 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1034/2081] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/networks/80fddacc-1bc0-451d-b574-9cccfd4d61fd => 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: 1048/2082] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:10 2026] DELETE /v2.0/networks/c8d97f2e-0d2f-4141-bf68-fcecfa33dbd2 => generated 0 bytes in 125 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:10.916 7 INFO neutron.services.segments.plugin [-] Segment 90af4737-47b4-40dc-b83d-118301e94227 resource provider aggregate not found 2026-05-10 02:03:10.932 7 INFO neutron.services.segments.plugin [-] Segment 90af4737-47b4-40dc-b83d-118301e94227 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90af4737-47b4-40dc-b83d-118301e94227 found for delete ", "request_id": "req-df33c032-a705-4ae5-bf03-d8299bd040ae"}]} 2026-05-10 02:03:10.948 7 INFO neutron.services.segments.plugin [-] Segment 00f9c22d-1895-4ac8-8e48-af132daec149 resource provider aggregate not found 2026-05-10 02:03:10.961 7 INFO neutron.services.segments.plugin [-] Segment 90af4737-47b4-40dc-b83d-118301e94227 resource provider aggregate not found 2026-05-10 02:03:10.966 7 INFO neutron.services.segments.plugin [-] Segment 00f9c22d-1895-4ac8-8e48-af132daec149 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00f9c22d-1895-4ac8-8e48-af132daec149 found for delete ", "request_id": "req-eb5979b1-6c71-48e1-a490-d726547874d4"}]} 2026-05-10 02:03:10.975 7 INFO neutron.services.segments.plugin [-] Segment 90af4737-47b4-40dc-b83d-118301e94227 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 90af4737-47b4-40dc-b83d-118301e94227 found for delete ", "request_id": "req-4db18c68-6462-4d7d-8ff7-87aeb3e49fd3"}]} 2026-05-10 02:03:10.985 7 INFO neutron.services.segments.plugin [-] Segment 164d2709-a7ff-4694-af9d-0775963e5088 resource provider aggregate not found 2026-05-10 02:03:10.990 7 INFO neutron.services.segments.plugin [-] Segment 00f9c22d-1895-4ac8-8e48-af132daec149 resource provider aggregate not found 2026-05-10 02:03:11.004 7 INFO neutron.services.segments.plugin [-] Segment 00f9c22d-1895-4ac8-8e48-af132daec149 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 00f9c22d-1895-4ac8-8e48-af132daec149 found for delete ", "request_id": "req-1fcf2865-0509-44c5-89a4-f9762a950a6e"}]} 2026-05-10 02:03:11.008 7 INFO neutron.services.segments.plugin [-] Segment 164d2709-a7ff-4694-af9d-0775963e5088 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 164d2709-a7ff-4694-af9d-0775963e5088 found for delete ", "request_id": "req-9ecf24d6-78b4-42e4-ab5f-937cb8b29b29"}]} 2026-05-10 02:03:11.024 7 INFO neutron.services.segments.plugin [-] Segment 164d2709-a7ff-4694-af9d-0775963e5088 resource provider aggregate not found 2026-05-10 02:03:11.029 7 INFO neutron.services.segments.plugin [-] Segment 36135d51-9192-45c4-b387-f7ab22533694 resource provider aggregate not found 2026-05-10 02:03:11.040 7 INFO neutron.services.segments.plugin [-] Segment 164d2709-a7ff-4694-af9d-0775963e5088 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 164d2709-a7ff-4694-af9d-0775963e5088 found for delete ", "request_id": "req-74716ed8-5884-4284-91dd-f670d7c4d7c0"}]} 2026-05-10 02:03:11.043 7 INFO neutron.services.segments.plugin [-] Segment 36135d51-9192-45c4-b387-f7ab22533694 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36135d51-9192-45c4-b387-f7ab22533694 found for delete ", "request_id": "req-fc08c0bf-7172-45b4-831f-672df8bb0c1a"}]} 2026-05-10 02:03:11.054 7 INFO neutron.services.segments.plugin [-] Segment 36135d51-9192-45c4-b387-f7ab22533694 resource provider aggregate not found 2026-05-10 02:03:11.066 7 INFO neutron.services.segments.plugin [-] Segment 36135d51-9192-45c4-b387-f7ab22533694 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36135d51-9192-45c4-b387-f7ab22533694 found for delete ", "request_id": "req-036d9eba-ddd2-4657-8be5-29f1546f2fb9"}]} [pid: 8|app: 0|req: 1049/2083] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/security-groups?tenant_id=16aa9c8956ef44c2a0c6ebe724442f2e&name=default => generated 2925 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1035/2084] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/security-groups?tenant_id=69a5a11503a04053ac5f75820e01b0e5&name=default => generated 2925 bytes in 225 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/2085] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:11 2026] DELETE /v2.0/security-groups/3f84fe43-6c2c-4c38-a970-7227cf4a1811 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1036/2086] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:11 2026] DELETE /v2.0/security-groups/fbc0a63b-ab7c-4418-8578-86977db341da => 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: 1051/2087] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/security-groups?tenant_id=8fda869daec14b759804718230b9c07c&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: 1037/2088] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:11 2026] GET /v2.0/security-groups?tenant_id=bb6d3937cabe47a29015379f8ebb6946&name=default => generated 2925 bytes in 117 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/2089] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:11 2026] DELETE /v2.0/security-groups/2cd255dc-73c7-49ca-9426-6053f8d865b4 => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:11.981 8 INFO neutron.services.segments.plugin [-] Segment 77b367ac-156d-4095-a71f-d88829d9b647 resource provider aggregate not found 2026-05-10 02:03:11.993 8 INFO neutron.services.segments.plugin [-] Segment 77b367ac-156d-4095-a71f-d88829d9b647 resource provider aggregate not found 2026-05-10 02:03:12.004 8 INFO neutron.services.segments.plugin [-] Segment 77b367ac-156d-4095-a71f-d88829d9b647 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77b367ac-156d-4095-a71f-d88829d9b647 found for delete ", "request_id": "req-6e174a53-c7ea-42b5-9446-eaa02d04acf0"}]} 2026-05-10 02:03:12.005 8 INFO neutron.services.segments.plugin [-] Segment 77b367ac-156d-4095-a71f-d88829d9b647 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 77b367ac-156d-4095-a71f-d88829d9b647 found for delete ", "request_id": "req-77a561ea-5804-4995-b28c-fdac2e70d88f"}]} 2026-05-10 02:03:12.018 8 INFO neutron.services.segments.plugin [-] Segment bd22edb0-a60c-4850-9d22-f795b80d145d resource provider aggregate not found 2026-05-10 02:03:12.020 8 INFO neutron.services.segments.plugin [-] Segment bd22edb0-a60c-4850-9d22-f795b80d145d resource provider aggregate not found 2026-05-10 02:03:12.032 8 INFO neutron.services.segments.plugin [-] Segment bd22edb0-a60c-4850-9d22-f795b80d145d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd22edb0-a60c-4850-9d22-f795b80d145d found for delete ", "request_id": "req-4260e558-d0f7-4ed2-af9b-bbc028d25501"}]} 2026-05-10 02:03:12.037 8 INFO neutron.services.segments.plugin [-] Segment bd22edb0-a60c-4850-9d22-f795b80d145d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bd22edb0-a60c-4850-9d22-f795b80d145d found for delete ", "request_id": "req-bc351158-6a87-43ab-979b-e85b6224421a"}]} 2026-05-10 02:03:12.049 8 INFO neutron.services.segments.plugin [-] Segment 1d401522-205c-4935-8642-7bedecb614fe resource provider aggregate not found 2026-05-10 02:03:12.053 8 INFO neutron.services.segments.plugin [-] Segment 1d401522-205c-4935-8642-7bedecb614fe resource provider aggregate not found [pid: 7|app: 0|req: 1038/2090] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:11 2026] DELETE /v2.0/security-groups/ff05c8d7-e4ae-4208-9320-875147f32397 => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:12.064 8 INFO neutron.services.segments.plugin [-] Segment 1d401522-205c-4935-8642-7bedecb614fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d401522-205c-4935-8642-7bedecb614fe found for delete ", "request_id": "req-f881ed4a-f4d2-46b2-8753-4a44be6d5b1e"}]} 2026-05-10 02:03:12.065 8 INFO neutron.services.segments.plugin [-] Segment 1d401522-205c-4935-8642-7bedecb614fe resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d401522-205c-4935-8642-7bedecb614fe found for delete ", "request_id": "req-95947279-c2a6-4d28-b431-e5a0e477540b"}]} [pid: 8|app: 0|req: 1053/2091] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/security-groups?tenant_id=8f46c675e88f4ffaabfc4a0229ae2fad&name=default => generated 2925 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2092] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:12 2026] DELETE /v2.0/security-groups/20309f76-8895-42ba-8beb-8682d3aceee7 => 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: 1039/2093] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/security-groups?tenant_id=e821ac49fe724a23abdded06ce2e0461&name=default => generated 2925 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1055/2094] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:12 2026] DELETE /v2.0/security-groups/2f9e6493-2952-4dd1-9dfb-fef29bcb5966 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1040/2095] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:12 2026] GET /v2.0/security-groups?tenant_id=2c08598240f14690b860c45a07bd239f&name=default => generated 2925 bytes in 166 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2096] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:12 2026] DELETE /v2.0/security-groups/62728549-3ffb-4e34-95ae-a8b0dda408f7 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1041/2097] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:03:13 2026] POST /v2.0/security-groups => generated 1625 bytes in 443 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2098] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 02:03:13 2026] GET /v2.0/security-groups => generated 4530 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1042/2099] 10.0.0.189 () {34 vars in 758 bytes} [Sun May 10 02:03:13 2026] PUT /v2.0/security-groups/8f226110-a0ef-4b5d-98c2-723f4bb90416 => generated 1664 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1058/2100] 10.0.0.189 () {32 vars in 737 bytes} [Sun May 10 02:03:13 2026] GET /v2.0/security-groups/8f226110-a0ef-4b5d-98c2-723f4bb90416 => generated 1664 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1043/2101] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:13 2026] DELETE /v2.0/security-groups/8f226110-a0ef-4b5d-98c2-723f4bb90416 => 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: 1059/2102] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 02:03:14 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-05-10 02:03:14.097 7 INFO neutron.api.v2.resource [None req-40648fd4-f0d6-4b10-aae3-634d40c8fada e90cba735c314581b7226226c15f96f0 580eb7b4a3cf40709ebb638a1d75046f - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1044/2103] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:14 2026] DELETE /v2.0/security-groups/8f226110-a0ef-4b5d-98c2-723f4bb90416 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2104] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:03:14 2026] POST /v2.0/security-groups => generated 1625 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1062/2107] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 103 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1063/2108] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/security-group-rules/d2c3062b-5035-475d-ba8f-1e77c7a015c6 => 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: 1064/2109] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1065/2110] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:03:14 2026] DELETE /v2.0/security-group-rules/d2c3062b-5035-475d-ba8f-1e77c7a015c6 => 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: 1066/2111] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:14.628 7 INFO neutron.db.segments_db [None req-a7f613dc-923f-4320-90ca-c62c61c93f7f 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] Added segment 87cf0573-846a-4a2a-937a-fed36f3fb880 of type vxlan for network 80bbaafd-8778-43a8-baff-74147d486143 [pid: 8|app: 0|req: 1067/2112] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:14 2026] POST /v2.0/security-group-rules => generated 601 bytes in 90 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2113] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/security-group-rules/b141390e-92a3-4ab9-a1d9-50cfd15a5a20 => 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: 1069/2114] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2115] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:14 2026] POST /v2.0/networks => generated 631 bytes in 424 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2116] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:03:14 2026] DELETE /v2.0/security-group-rules/b141390e-92a3-4ab9-a1d9-50cfd15a5a20 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2117] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:03: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) [pid: 8|app: 0|req: 1072/2118] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:14 2026] POST /v2.0/security-group-rules => generated 602 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2119] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:14 2026] GET /v2.0/security-group-rules/aaa27186-32a9-4100-a137-add9873ecec3 => generated 602 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2120] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2121] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:14 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1075/2122] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:03:15 2026] DELETE /v2.0/security-group-rules/aaa27186-32a9-4100-a137-add9873ecec3 => 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: 1076/2123] 10.0.0.189 () {32 vars in 673 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2124] 10.0.0.189 () {34 vars in 666 bytes} [Sun May 10 02:03:15 2026] POST /v2.0/trunks => generated 407 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1077/2125] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:15 2026] DELETE /v2.0/security-groups/16e71155-2243-44a9-9340-55ecf16d51c3 => 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: 1078/2126] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 02:03:15 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) 2026-05-10 02:03:15.356 7 INFO neutron.db.segments_db [None req-353cb133-d875-47bd-8935-65d709657479 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] Added segment 74527938-436c-46a3-a168-9659c780b8cb of type vxlan for network b6dabd7b-d123-4572-a4f4-e8ed6d5589c5 [pid: 8|app: 0|req: 1079/2127] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/security-groups => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1049/2128] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:15 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2129] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:15 2026] POST /v2.0/ports => generated 743 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:03:15.891 7 INFO neutron.db.segments_db [None req-966e6888-5193-43e9-b440-9b4dd133c7da b8f4f267668e4d5ab44d2182ef00f294 4c0a6357ec0c4e8f8d7cacb81d7c2501 - - default default] Added segment 36361e19-0371-4c24-b3eb-c296cb20abf7 of type vxlan for network f3c49c45-a99e-48a5-99b9-83680932141d [pid: 8|app: 0|req: 1081/2130] 10.0.0.189 () {34 vars in 666 bytes} [Sun May 10 02:03:15 2026] POST /v2.0/trunks => generated 407 bytes in 195 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1050/2131] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:15 2026] POST /v2.0/networks => generated 631 bytes in 404 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:16.011 7 INFO neutron.db.segments_db [None req-d566be63-11ea-41ad-9b64-c43b042d0839 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] Added segment 0fc329d0-17cd-4462-890b-dfc4c0c0806f of type vxlan for network d2b54eba-8a29-4407-89e7-a12d65577228 [pid: 7|app: 0|req: 1051/2132] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:15 2026] POST /v2.0/networks => generated 632 bytes in 127 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2133] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:15 2026] GET /v2.0/security-groups?tenant_id=580eb7b4a3cf40709ebb638a1d75046f&name=default => generated 2925 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2134] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:16 2026] PUT /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/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: 1053/2135] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:16 2026] DELETE /v2.0/security-groups/2fd473ba-afdc-4fe4-8433-aff9b1e079bf => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2136] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2137] 10.0.0.189 () {34 vars in 764 bytes} [Sun May 10 02:03:16 2026] PUT /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags/green => generated 4 bytes in 82 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2138] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:16 2026] POST /v2.0/ports => generated 743 bytes in 290 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: 1056/2139] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/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: 1057/2140] 10.0.0.189 () {34 vars in 760 bytes} [Sun May 10 02:03:16 2026] PUT /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags/red => generated 4 bytes in 66 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2141] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags => generated 34 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2142] 10.0.0.189 () {34 vars in 666 bytes} [Sun May 10 02:03:16 2026] POST /v2.0/trunks => generated 407 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2143] 10.0.0.189 () {34 vars in 782 bytes} [Sun May 10 02:03:16 2026] PUT /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags/black.or.white => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-10 02:03:16.600 8 INFO neutron.db.segments_db [None req-ddee1060-1ad1-4a47-8fe6-b7a13ce5aa48 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] Added segment b5a2a50d-55e4-4f39-be8a-92ce0c2f7fb1 of type vxlan for network 16f6351b-bcb7-42b7-9b13-b5597ec01f68 [pid: 7|app: 0|req: 1060/2144] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2145] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:16 2026] POST /v2.0/networks => generated 631 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2146] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:16 2026] PUT /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags => generated 37 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2147] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags => generated 37 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2148] 10.0.0.189 () {32 vars in 741 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2149] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:16 2026] POST /v2.0/ports => generated 743 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-05-10 02:03:16.993 8 INFO neutron.api.v2.resource [None req-b574f824-5cb4-4754-8b58-34dfe555ec9d b8f4f267668e4d5ab44d2182ef00f294 4c0a6357ec0c4e8f8d7cacb81d7c2501 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1087/2150] 10.0.0.189 () {32 vars in 745 bytes} [Sun May 10 02:03:16 2026] GET /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags/green => generated 99 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2151] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:03:16 2026] POST /v2.0/security-groups => generated 1601 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1065/2152] 10.0.0.189 () {32 vars in 744 bytes} [Sun May 10 02:03:17 2026] DELETE /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags/red => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2153] 10.0.0.189 () {34 vars in 666 bytes} [Sun May 10 02:03:16 2026] POST /v2.0/trunks => generated 407 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1089/2154] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags => generated 30 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:17.231 8 INFO neutron.db.segments_db [None req-a64c8db7-f704-4155-adc5-28401acb9466 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] Added segment 582526e4-7942-4744-b150-db97ce58f166 of type vxlan for network d8605f2e-002d-4423-a03f-642e8af4ce58 [pid: 7|app: 0|req: 1066/2155] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:03:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 108 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:03:17.295 7 INFO neutron.api.v2.resource [None req-086abd72-4721-45c5-bd8a-f69d2119d647 b8f4f267668e4d5ab44d2182ef00f294 4c0a6357ec0c4e8f8d7cacb81d7c2501 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1067/2156] 10.0.0.189 () {32 vars in 748 bytes} [Sun May 10 02:03:17 2026] DELETE /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags/green => generated 99 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2157] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:17 2026] POST /v2.0/networks => generated 632 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1091/2158] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:03:17 2026] DELETE /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/tags => 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: 1068/2159] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:03:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1069/2160] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d/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: 1070/2161] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:03:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2162] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:17 2026] POST /v2.0/ports => generated 743 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:03:17.691 7 INFO neutron.services.segments.plugin [-] Segment 36361e19-0371-4c24-b3eb-c296cb20abf7 resource provider aggregate not found 2026-05-10 02:03:17.698 7 INFO neutron.services.segments.plugin [-] Segment 36361e19-0371-4c24-b3eb-c296cb20abf7 resource provider aggregate not found 2026-05-10 02:03:17.714 7 INFO neutron.services.segments.plugin [-] Segment 36361e19-0371-4c24-b3eb-c296cb20abf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36361e19-0371-4c24-b3eb-c296cb20abf7 found for delete ", "request_id": "req-bb55859b-fa5a-4d59-a9b5-98f67b52ab15"}]} 2026-05-10 02:03:17.718 7 INFO neutron.services.segments.plugin [-] Segment 36361e19-0371-4c24-b3eb-c296cb20abf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36361e19-0371-4c24-b3eb-c296cb20abf7 found for delete ", "request_id": "req-3fddee74-880d-4fb9-94de-772d59240784"}]} [pid: 8|app: 0|req: 1093/2163] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:03:17 2026] POST /v2.0/security-groups => generated 1601 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1071/2164] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:17 2026] DELETE /v2.0/networks/f3c49c45-a99e-48a5-99b9-83680932141d => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1072/2165] 10.0.0.189 () {34 vars in 767 bytes} [Sun May 10 02:03:17 2026] PUT /v2.0/security-groups/a75ba550-0a77-405a-ba61-96fa6be3137e/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1073/2166] 10.0.0.189 () {34 vars in 767 bytes} [Sun May 10 02:03:17 2026] PUT /v2.0/security-groups/b6741ad1-f134-4aa2-b815-e6cd9705c746/tags => generated 25 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2167] 10.0.0.189 () {34 vars in 666 bytes} [Sun May 10 02:03:17 2026] POST /v2.0/trunks => generated 407 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1074/2168] 10.0.0.189 () {34 vars in 767 bytes} [Sun May 10 02:03:17 2026] PUT /v2.0/security-groups/540df1ac-51ee-4aee-b6e4-a3a868adf007/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2169] 10.0.0.189 () {34 vars in 767 bytes} [Sun May 10 02:03:17 2026] PUT /v2.0/security-groups/3e256a9c-6582-4660-9924-028c261ab55d/tags => generated 19 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2170] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:03:17 2026] PUT /v2.0/trunks/d6189c32-bcdb-4e4c-b1ed-cbc59aa95d0b/tags => generated 17 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2171] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:03:17 2026] PUT /v2.0/trunks/aa0aff95-9747-419a-932c-0e2e96854a6e/tags => generated 25 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1097/2172] 10.0.0.189 () {32 vars in 623 bytes} [Sun May 10 02:03:17 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: 1076/2173] 10.0.0.189 () {32 vars in 680 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1098/2174] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:03:17 2026] PUT /v2.0/trunks/6d3a3dce-4d8a-42ee-93f6-2d598524e100/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: 1099/2175] 10.0.0.189 () {32 vars in 694 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1100/2176] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:03:18 2026] PUT /v2.0/trunks/b348c828-63e4-4400-87e9-4286a2dc9c22/tags => 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: 1101/2177] 10.0.0.189 () {32 vars in 690 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2178] 10.0.0.189 () {32 vars in 662 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2179] 10.0.0.189 () {32 vars in 702 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2180] 10.0.0.189 () {32 vars in 676 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2181] 10.0.0.189 () {32 vars in 633 bytes} [Sun May 10 02:03:17 2026] GET /v2.0/ => generated 632 bytes in 203 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2182] 10.0.0.189 () {32 vars in 688 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2183] 10.0.0.189 () {32 vars in 672 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2184] 10.0.0.189 () {32 vars in 684 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2185] 10.0.0.189 () {32 vars in 670 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1106/2186] 10.0.0.189 () {32 vars in 702 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2187] 10.0.0.189 () {32 vars in 684 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2188] 10.0.0.189 () {32 vars in 680 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1107/2189] 10.0.0.189 () {32 vars in 698 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2190] 10.0.0.189 () {32 vars in 692 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1108/2191] 10.0.0.189 () {32 vars in 710 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2192] 10.0.0.189 () {32 vars in 719 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks/d6189c32-bcdb-4e4c-b1ed-cbc59aa95d0b => generated 412 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2193] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/ports/db3a1577-4b98-434a-acbe-2394a63ff626 => generated 826 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2194] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:18 2026] DELETE /v2.0/security-groups/a75ba550-0a77-405a-ba61-96fa6be3137e => generated 0 bytes in 76 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2195] 10.0.0.189 () {32 vars in 722 bytes} [Sun May 10 02:03:18 2026] DELETE /v2.0/trunks/d6189c32-bcdb-4e4c-b1ed-cbc59aa95d0b => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2196] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:18 2026] DELETE /v2.0/security-groups/b6741ad1-f134-4aa2-b815-e6cd9705c746 => 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: 1112/2197] 10.0.0.189 () {32 vars in 719 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks/aa0aff95-9747-419a-932c-0e2e96854a6e => generated 420 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2198] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?tenant_id=4c0a6357ec0c4e8f8d7cacb81d7c2501&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2199] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:18 2026] DELETE /v2.0/security-groups/540df1ac-51ee-4aee-b6e4-a3a868adf007 => generated 0 bytes in 54 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1114/2200] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:18 2026] DELETE /v2.0/security-groups/0cce80da-5d1c-4d57-9a89-310256c99348 => 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: 1087/2201] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/ports/6c717bd8-93cc-44db-8f96-011c21f6d51f => generated 826 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2202] 10.0.0.189 () {32 vars in 722 bytes} [Sun May 10 02:03:18 2026] DELETE /v2.0/trunks/aa0aff95-9747-419a-932c-0e2e96854a6e => 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: 1115/2203] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:18 2026] DELETE /v2.0/security-groups/3e256a9c-6582-4660-9924-028c261ab55d => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2204] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?tenant_id=e5e820a6d895488ebf53749bc0bdca4b&name=default => generated 2925 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2205] 10.0.0.189 () {32 vars in 719 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/trunks/6d3a3dce-4d8a-42ee-93f6-2d598524e100 => generated 429 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1118/2206] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:18 2026] DELETE /v2.0/security-groups/d7348ac0-1d14-4744-b7dc-9c6024abc8b7 => generated 0 bytes in 81 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1089/2207] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/security-groups?tenant_id=18df585ce2824d77a662d6e54eed1e93&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: 1090/2208] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:03:18 2026] GET /v2.0/ports/3d7e52b0-9254-42e9-8044-744bed9c56fe => generated 826 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2209] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:18 2026] DELETE /v2.0/security-groups/052f162c-4610-4bb3-a6ce-048702d2ff92 => 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: 1120/2210] 10.0.0.189 () {32 vars in 722 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/trunks/6d3a3dce-4d8a-42ee-93f6-2d598524e100 => 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: 1091/2211] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/security-groups/b2aeca7c-0d93-4c40-925d-d51aaa9ea37c => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2212] 10.0.0.189 () {32 vars in 719 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/trunks/b348c828-63e4-4400-87e9-4286a2dc9c22 => generated 414 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2213] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/ports/8ca00238-6d4b-4dfa-bcbf-cac9cc8304be => generated 826 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2214] 10.0.0.189 () {32 vars in 722 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/trunks/b348c828-63e4-4400-87e9-4286a2dc9c22 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1093/2215] 10.0.0.189 () {32 vars in 719 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/trunks/83056d9d-3705-4223-80b8-6c175ba3b0d3 => generated 407 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1123/2216] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/ports/cf88d830-1656-4756-94cf-7dd3fe9d43fb => generated 826 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2217] 10.0.0.189 () {32 vars in 722 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/trunks/83056d9d-3705-4223-80b8-6c175ba3b0d3 => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:19.561 8 INFO neutron_taas.services.taas.taas_plugin [None req-e23e76fe-df90-497e-9ac8-f3a43d05eba2 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] TaaS: Handle Delete Port: db3a1577-4b98-434a-acbe-2394a63ff626 2026-05-10 02:03:19.563 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e23e76fe-df90-497e-9ac8-f3a43d05eba2 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] Tap Mirror: Handle Delete Port: db3a1577-4b98-434a-acbe-2394a63ff626 [pid: 8|app: 0|req: 1124/2218] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/ports/db3a1577-4b98-434a-acbe-2394a63ff626 => generated 0 bytes in 230 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2219] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/security-groups?tenant_id=33fb402b484149898d37ff294f6a66ee&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:19.751 8 INFO neutron_taas.services.taas.taas_plugin [None req-aa2887fb-3d5d-4978-9a5b-4544df3cf952 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] TaaS: Handle Delete Port: 6c717bd8-93cc-44db-8f96-011c21f6d51f 2026-05-10 02:03:19.755 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-aa2887fb-3d5d-4978-9a5b-4544df3cf952 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] Tap Mirror: Handle Delete Port: 6c717bd8-93cc-44db-8f96-011c21f6d51f [pid: 7|app: 0|req: 1096/2220] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/security-groups/aa028aec-27c1-4da6-b473-c2dc54e51b82 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2221] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/ports/6c717bd8-93cc-44db-8f96-011c21f6d51f => generated 0 bytes in 181 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:19.915 7 INFO neutron_taas.services.taas.taas_plugin [None req-523449d1-d21d-4e02-b5ca-784875c1092c 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] TaaS: Handle Delete Port: 3d7e52b0-9254-42e9-8044-744bed9c56fe 2026-05-10 02:03:19.918 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-523449d1-d21d-4e02-b5ca-784875c1092c 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] Tap Mirror: Handle Delete Port: 3d7e52b0-9254-42e9-8044-744bed9c56fe [pid: 7|app: 0|req: 1097/2222] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/ports/3d7e52b0-9254-42e9-8044-744bed9c56fe => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1126/2223] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:19 2026] GET /v2.0/security-groups?tenant_id=74b92eb19e1e4d8793aa4f7f24ece6c4&name=default => generated 2925 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:20.047 7 INFO neutron_taas.services.taas.taas_plugin [None req-6142cb90-7b8b-488f-87ae-16d467fa7433 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] TaaS: Handle Delete Port: 8ca00238-6d4b-4dfa-bcbf-cac9cc8304be 2026-05-10 02:03:20.049 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6142cb90-7b8b-488f-87ae-16d467fa7433 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] Tap Mirror: Handle Delete Port: 8ca00238-6d4b-4dfa-bcbf-cac9cc8304be [pid: 8|app: 0|req: 1127/2224] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/security-groups/1c844858-ded9-40c9-ba6e-62013a828457 => 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: 1098/2225] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:19 2026] DELETE /v2.0/ports/8ca00238-6d4b-4dfa-bcbf-cac9cc8304be => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:20.219 8 INFO neutron_taas.services.taas.taas_plugin [None req-ed007ccf-2e49-47f4-9af2-6f75a21b4754 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] TaaS: Handle Delete Port: cf88d830-1656-4756-94cf-7dd3fe9d43fb 2026-05-10 02:03:20.223 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ed007ccf-2e49-47f4-9af2-6f75a21b4754 8f29ce209d614535b684c61dc89e94d3 31dcb0ec834740729853fb8adeccd09c - - default default] Tap Mirror: Handle Delete Port: cf88d830-1656-4756-94cf-7dd3fe9d43fb [pid: 8|app: 0|req: 1128/2226] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/ports/cf88d830-1656-4756-94cf-7dd3fe9d43fb => generated 0 bytes in 202 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2227] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:20 2026] GET /v2.0/security-groups?tenant_id=7c76b28c98cd41898799af989dace9e1&name=default => generated 2925 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:20.424 8 INFO neutron.services.segments.plugin [-] Segment 87cf0573-846a-4a2a-937a-fed36f3fb880 resource provider aggregate not found 2026-05-10 02:03:20.427 8 INFO neutron.services.segments.plugin [-] Segment 87cf0573-846a-4a2a-937a-fed36f3fb880 resource provider aggregate not found [pid: 7|app: 0|req: 1100/2228] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/security-groups/d1da30d7-8c7c-44fa-bc18-e93451bd5453 => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:20.445 8 INFO neutron.services.segments.plugin [-] Segment 87cf0573-846a-4a2a-937a-fed36f3fb880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87cf0573-846a-4a2a-937a-fed36f3fb880 found for delete ", "request_id": "req-716aee1f-78b9-470c-9cbf-1c4da8593227"}]} 2026-05-10 02:03:20.449 8 INFO neutron.services.segments.plugin [-] Segment 87cf0573-846a-4a2a-937a-fed36f3fb880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 87cf0573-846a-4a2a-937a-fed36f3fb880 found for delete ", "request_id": "req-adf5fe5a-fe5c-43d8-af27-e281e677c075"}]} [pid: 8|app: 0|req: 1129/2229] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/networks/80bbaafd-8778-43a8-baff-74147d486143 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:20.579 7 INFO neutron.services.segments.plugin [-] Segment 74527938-436c-46a3-a168-9659c780b8cb resource provider aggregate not found 2026-05-10 02:03:20.587 7 INFO neutron.services.segments.plugin [-] Segment 74527938-436c-46a3-a168-9659c780b8cb resource provider aggregate not found 2026-05-10 02:03:20.611 7 INFO neutron.services.segments.plugin [-] Segment 74527938-436c-46a3-a168-9659c780b8cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74527938-436c-46a3-a168-9659c780b8cb found for delete ", "request_id": "req-a8539f00-d9bd-4892-9336-8e5e1edaa757"}]} 2026-05-10 02:03:20.620 7 INFO neutron.services.segments.plugin [-] Segment 74527938-436c-46a3-a168-9659c780b8cb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 74527938-436c-46a3-a168-9659c780b8cb found for delete ", "request_id": "req-9676cc09-ee5c-404f-a20f-67c5badf0ed5"}]} [pid: 7|app: 0|req: 1101/2230] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/networks/b6dabd7b-d123-4572-a4f4-e8ed6d5589c5 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1130/2231] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/networks/d2b54eba-8a29-4407-89e7-a12d65577228 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1102/2232] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/networks/16f6351b-bcb7-42b7-9b13-b5597ec01f68 => 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: 1131/2233] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:20 2026] DELETE /v2.0/networks/d8605f2e-002d-4423-a03f-642e8af4ce58 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1103/2234] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:21 2026] GET /v2.0/security-groups?tenant_id=f74683b8bc8940b59c4125969789dc54&name=default => generated 2927 bytes in 248 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2235] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:21 2026] DELETE /v2.0/security-groups/25b62683-8fd5-423a-bce8-82c398f7b212 => 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: 1104/2236] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:22 2026] GET /v2.0/security-groups?tenant_id=56a594af0dad4d44b0ebbbe89c3b4768&name=default => generated 2929 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:03:22.470 8 INFO neutron.services.segments.plugin [-] Segment 0fc329d0-17cd-4462-890b-dfc4c0c0806f resource provider aggregate not found 2026-05-10 02:03:22.474 8 INFO neutron.services.segments.plugin [-] Segment 0fc329d0-17cd-4462-890b-dfc4c0c0806f resource provider aggregate not found 2026-05-10 02:03:22.490 8 INFO neutron.services.segments.plugin [-] Segment 0fc329d0-17cd-4462-890b-dfc4c0c0806f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fc329d0-17cd-4462-890b-dfc4c0c0806f found for delete ", "request_id": "req-b42134fe-d764-4a99-b7e0-1ceb5d086249"}]} 2026-05-10 02:03:22.494 8 INFO neutron.services.segments.plugin [-] Segment 0fc329d0-17cd-4462-890b-dfc4c0c0806f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fc329d0-17cd-4462-890b-dfc4c0c0806f found for delete ", "request_id": "req-3d9d8ef1-2ead-4b56-ae41-38f3290e0d06"}]} [pid: 8|app: 0|req: 1133/2237] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:22 2026] DELETE /v2.0/security-groups/1c1ce449-d678-4d8d-8dab-255c9c24ba4b => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:22.513 8 INFO neutron.services.segments.plugin [-] Segment 582526e4-7942-4744-b150-db97ce58f166 resource provider aggregate not found 2026-05-10 02:03:22.518 8 INFO neutron.services.segments.plugin [-] Segment 582526e4-7942-4744-b150-db97ce58f166 resource provider aggregate not found 2026-05-10 02:03:22.537 8 INFO neutron.services.segments.plugin [-] Segment 582526e4-7942-4744-b150-db97ce58f166 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 582526e4-7942-4744-b150-db97ce58f166 found for delete ", "request_id": "req-792733c7-d16e-462d-841c-d7ea837fbdfd"}]} 2026-05-10 02:03:22.538 8 INFO neutron.services.segments.plugin [-] Segment 582526e4-7942-4744-b150-db97ce58f166 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 582526e4-7942-4744-b150-db97ce58f166 found for delete ", "request_id": "req-f17a4857-6d31-4535-bcff-a844029f141d"}]} 2026-05-10 02:03:22.639 7 INFO neutron.services.segments.plugin [-] Segment b5a2a50d-55e4-4f39-be8a-92ce0c2f7fb1 resource provider aggregate not found 2026-05-10 02:03:22.643 7 INFO neutron.services.segments.plugin [-] Segment b5a2a50d-55e4-4f39-be8a-92ce0c2f7fb1 resource provider aggregate not found 2026-05-10 02:03:22.661 7 INFO neutron.services.segments.plugin [-] Segment b5a2a50d-55e4-4f39-be8a-92ce0c2f7fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5a2a50d-55e4-4f39-be8a-92ce0c2f7fb1 found for delete ", "request_id": "req-7876b7c2-79cf-4c12-813e-10dfdc4c1422"}]} 2026-05-10 02:03:22.664 7 INFO neutron.services.segments.plugin [-] Segment b5a2a50d-55e4-4f39-be8a-92ce0c2f7fb1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b5a2a50d-55e4-4f39-be8a-92ce0c2f7fb1 found for delete ", "request_id": "req-7b5b5f6e-63ce-466d-acbc-715babb2771a"}]} [pid: 7|app: 0|req: 1105/2238] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:03:22 2026] POST /v2.0/subnetpools => generated 516 bytes in 323 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1106/2239] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:22 2026] GET /v2.0/security-groups?tenant_id=31dcb0ec834740729853fb8adeccd09c&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2240] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:03:22 2026] PUT /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/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: 1108/2241] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:22 2026] DELETE /v2.0/security-groups/7b76aad3-b521-461a-8433-78499949ae96 => 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: 1134/2242] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:22 2026] GET /v2.0/security-groups?tenant_id=76eaabd95a6b47e8b630e8cb909419a8&name=default => generated 2929 bytes in 390 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2243] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:22 2026] GET /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/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: 1110/2244] 10.0.0.189 () {34 vars in 770 bytes} [Sun May 10 02:03:22 2026] PUT /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1135/2245] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:22 2026] DELETE /v2.0/security-groups/b6b697e2-8df7-4821-8fc3-fc22f6317156 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1111/2246] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags => generated 34 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2247] 10.0.0.189 () {34 vars in 766 bytes} [Sun May 10 02:03:23 2026] PUT /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags/red => generated 4 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2248] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags => generated 34 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2249] 10.0.0.189 () {34 vars in 788 bytes} [Sun May 10 02:03:23 2026] PUT /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1113/2250] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags => generated 52 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2251] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:03:23 2026] PUT /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2252] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags => generated 37 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2253] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:23.354 7 INFO neutron.api.v2.resource [None req-395c81c3-6452-4443-845b-77f56f67b43f 01dcf21b724247289daf184dff0525c7 3b36fe2f81f8440a848215d07904ead4 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1115/2254] 10.0.0.189 () {32 vars in 751 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/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: 1140/2255] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:03:23 2026] DELETE /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags/red => 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: 1116/2256] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags => generated 30 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:23.473 8 INFO neutron.api.v2.resource [None req-4a75a729-94d7-4f69-a7cc-a93c76f41304 01dcf21b724247289daf184dff0525c7 3b36fe2f81f8440a848215d07904ead4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1141/2257] 10.0.0.189 () {32 vars in 754 bytes} [Sun May 10 02:03:23 2026] DELETE /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2258] 10.0.0.189 () {32 vars in 742 bytes} [Sun May 10 02:03:23 2026] DELETE /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/tags => 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: 1142/2259] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:23 2026] GET /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc/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: 1118/2260] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:03:23 2026] DELETE /v2.0/subnetpools/afc88624-f345-40a5-9d24-5b4c972a48bc => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:24.117 8 INFO neutron.db.segments_db [None req-891c81d6-f3ec-47da-aa19-d5cb06bd6179 530294a52d094d8d8c7301399ad2fed5 797f71b63d8c49329c0c38f4e1b23e69 - - default default] Added segment 4d77244e-42bd-4b08-974e-31127c08d743 of type vxlan for network e470a0a7-4cda-41d8-b0a7-4ee48da683db [pid: 8|app: 0|req: 1143/2261] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:23 2026] POST /v2.0/networks => generated 632 bytes in 481 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2262] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:24 2026] GET /v2.0/security-groups?tenant_id=3b36fe2f81f8440a848215d07904ead4&name=default => generated 2929 bytes in 230 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2263] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:24 2026] POST /v2.0/ports => generated 743 bytes in 268 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1120/2264] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:24 2026] DELETE /v2.0/security-groups/d91ac20e-a678-4d8a-a125-afd55be0ed9b => generated 0 bytes in 88 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: 1145/2265] 10.0.0.189 () {34 vars in 747 bytes} [Sun May 10 02:03:24 2026] PUT /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags => generated 25 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2266] 10.0.0.189 () {32 vars in 727 bytes} [Sun May 10 02:03:24 2026] GET /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags => generated 25 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1146/2267] 10.0.0.189 () {34 vars in 758 bytes} [Sun May 10 02:03:24 2026] PUT /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags/green => generated 4 bytes in 97 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: 1147/2268] 10.0.0.189 () {32 vars in 727 bytes} [Sun May 10 02:03:24 2026] GET /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags => generated 34 bytes in 49 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: 1122/2269] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:24 2026] GET /v2.0/security-groups?tenant_id=9fa99a6195204ab6a3db44e24a18df2d&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: 1148/2270] 10.0.0.189 () {34 vars in 754 bytes} [Sun May 10 02:03:24 2026] PUT /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags/red => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1149/2271] 10.0.0.189 () {32 vars in 727 bytes} [Sun May 10 02:03:24 2026] GET /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1123/2272] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:24 2026] DELETE /v2.0/security-groups/8d508d97-2854-4ac0-a034-625667b7da87 => generated 0 bytes in 108 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2273] 10.0.0.189 () {34 vars in 776 bytes} [Sun May 10 02:03:24 2026] PUT /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags/black.or.white => generated 4 bytes in 72 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2274] 10.0.0.189 () {32 vars in 727 bytes} [Sun May 10 02:03:24 2026] GET /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags => generated 52 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1151/2275] 10.0.0.189 () {34 vars in 747 bytes} [Sun May 10 02:03:25 2026] PUT /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1125/2276] 10.0.0.189 () {32 vars in 727 bytes} [Sun May 10 02:03:25 2026] GET /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1152/2277] 10.0.0.189 () {32 vars in 735 bytes} [Sun May 10 02:03:25 2026] GET /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:03:25.220 7 INFO neutron.api.v2.resource [None req-8a828520-63c5-4245-9845-09908121c164 530294a52d094d8d8c7301399ad2fed5 797f71b63d8c49329c0c38f4e1b23e69 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1126/2278] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:25 2026] GET /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags/green => generated 99 bytes in 43 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: 1153/2279] 10.0.0.189 () {32 vars in 738 bytes} [Sun May 10 02:03:25 2026] DELETE /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1127/2280] 10.0.0.189 () {32 vars in 727 bytes} [Sun May 10 02:03:25 2026] GET /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags => generated 30 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:03:25.393 8 INFO neutron.api.v2.resource [None req-3f33f434-463c-4df6-bc08-d437d3d66cf5 530294a52d094d8d8c7301399ad2fed5 797f71b63d8c49329c0c38f4e1b23e69 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1154/2281] 10.0.0.189 () {32 vars in 742 bytes} [Sun May 10 02:03:25 2026] DELETE /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags/green => generated 99 bytes in 57 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: 1128/2282] 10.0.0.189 () {32 vars in 730 bytes} [Sun May 10 02:03:25 2026] DELETE /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/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: 8|app: 0|req: 1155/2283] 10.0.0.189 () {32 vars in 727 bytes} [Sun May 10 02:03:25 2026] GET /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4/tags => generated 12 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:03:25.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c45cbee-542e-4070-9b4f-019426988b1c 530294a52d094d8d8c7301399ad2fed5 797f71b63d8c49329c0c38f4e1b23e69 - - default default] TaaS: Handle Delete Port: 12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4 2026-05-10 02:03:25.652 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c45cbee-542e-4070-9b4f-019426988b1c 530294a52d094d8d8c7301399ad2fed5 797f71b63d8c49329c0c38f4e1b23e69 - - default default] Tap Mirror: Handle Delete Port: 12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4 [pid: 7|app: 0|req: 1129/2284] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:25 2026] DELETE /v2.0/ports/12ba24c8-0368-4d14-a8cf-f30c2c0e8dc4 => generated 0 bytes in 181 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-05-10 02:03:25.826 8 INFO neutron.services.segments.plugin [-] Segment 4d77244e-42bd-4b08-974e-31127c08d743 resource provider aggregate not found 2026-05-10 02:03:25.827 8 INFO neutron.services.segments.plugin [-] Segment 4d77244e-42bd-4b08-974e-31127c08d743 resource provider aggregate not found [pid: 8|app: 0|req: 1156/2285] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:25 2026] DELETE /v2.0/networks/e470a0a7-4cda-41d8-b0a7-4ee48da683db => generated 0 bytes in 123 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:25.851 8 INFO neutron.services.segments.plugin [-] Segment 4d77244e-42bd-4b08-974e-31127c08d743 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d77244e-42bd-4b08-974e-31127c08d743 found for delete ", "request_id": "req-72e7aa87-bccd-4b9a-b731-10f323457151"}]} 2026-05-10 02:03:25.851 8 INFO neutron.services.segments.plugin [-] Segment 4d77244e-42bd-4b08-974e-31127c08d743 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d77244e-42bd-4b08-974e-31127c08d743 found for delete ", "request_id": "req-9780ff0c-0cb4-41d2-9caf-18cfe251ab8b"}]} [pid: 8|app: 0|req: 1157/2286] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:26 2026] GET /v2.0/security-groups?tenant_id=882e3ebbae874a02b081cb47e5fa1680&name=default => generated 2929 bytes in 312 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2287] 10.0.0.189 () {34 vars in 676 bytes} [Sun May 10 02:03:26 2026] POST /v2.0/floatingips => generated 552 bytes in 694 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1158/2288] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:26 2026] DELETE /v2.0/security-groups/772af95a-f3e5-4b72-9186-46dcc3035025 => generated 0 bytes in 84 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1131/2289] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:03:26 2026] PUT /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags => generated 25 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1159/2290] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:26 2026] GET /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/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: 1132/2291] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:26 2026] GET /v2.0/security-groups?tenant_id=797f71b63d8c49329c0c38f4e1b23e69&name=default => generated 2929 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2292] 10.0.0.189 () {34 vars in 770 bytes} [Sun May 10 02:03:26 2026] PUT /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags/green => generated 4 bytes in 65 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1133/2293] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:26 2026] DELETE /v2.0/security-groups/3faa8614-f23e-419c-8147-08ab14308fca => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2294] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:27 2026] GET /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2295] 10.0.0.189 () {34 vars in 766 bytes} [Sun May 10 02:03:27 2026] PUT /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags/red => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2296] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:27 2026] GET /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/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: 1136/2297] 10.0.0.189 () {34 vars in 788 bytes} [Sun May 10 02:03:27 2026] PUT /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags/black.or.white => generated 4 bytes in 71 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2298] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:27 2026] GET /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2299] 10.0.0.189 () {34 vars in 678 bytes} [Sun May 10 02:03:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 228 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1138/2300] 10.0.0.189 () {34 vars in 759 bytes} [Sun May 10 02:03:27 2026] PUT /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags => generated 37 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1163/2301] 10.0.0.189 () {34 vars in 678 bytes} [Sun May 10 02:03:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 36 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1139/2302] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:27 2026] GET /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags => generated 37 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2303] 10.0.0.189 () {34 vars in 678 bytes} [Sun May 10 02:03:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2304] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:27 2026] GET /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:27.443 7 INFO neutron.api.v2.resource [None req-6acc1a56-8922-40fc-bf92-3eb88c493c1e b84ca9d592fb4af691a9e93f2b3a2074 0d2d34dffdde4eccbaa359e768be38e5 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1141/2305] 10.0.0.189 () {32 vars in 751 bytes} [Sun May 10 02:03:27 2026] GET /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/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: 1165/2306] 10.0.0.189 () {34 vars in 678 bytes} [Sun May 10 02:03:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2307] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:03:27 2026] DELETE /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1166/2308] 10.0.0.189 () {34 vars in 678 bytes} [Sun May 10 02:03:27 2026] POST /v2.0/qos/policies => generated 359 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1143/2309] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:27 2026] GET /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1167/2310] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:27 2026] PUT /v2.0/policies/da8e956c-ead2-434e-8b48-4468554fe5cf/tags => generated 17 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2311] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:27 2026] PUT /v2.0/policies/73c30ae5-6ded-45de-b2ad-18efecfa3bcf/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:27.593 7 INFO neutron.api.v2.resource [None req-dd2624cb-972d-44fc-9baa-d799b253119d b84ca9d592fb4af691a9e93f2b3a2074 0d2d34dffdde4eccbaa359e768be38e5 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1144/2312] 10.0.0.189 () {32 vars in 754 bytes} [Sun May 10 02:03:27 2026] DELETE /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags/green => generated 99 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1169/2313] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:27 2026] PUT /v2.0/policies/c7b9ff65-98ca-49b0-a253-9e85c71779a9/tags => generated 34 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2314] 10.0.0.189 () {32 vars in 742 bytes} [Sun May 10 02:03:27 2026] DELETE /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2315] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:27 2026] PUT /v2.0/policies/1db1a0b0-be41-4b68-ae0d-7889e871d626/tags => generated 19 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2316] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:27 2026] GET /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:27.798 8 INFO neutron_taas.services.taas.taas_plugin [None req-1e35c407-f1ff-4b7c-9e5c-18c00d39b827 b84ca9d592fb4af691a9e93f2b3a2074 0d2d34dffdde4eccbaa359e768be38e5 - - default default] TaaS: Handle Delete Port: 8889d68f-bf20-4785-95cf-78de51d4cea1 2026-05-10 02:03:27.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1e35c407-f1ff-4b7c-9e5c-18c00d39b827 b84ca9d592fb4af691a9e93f2b3a2074 0d2d34dffdde4eccbaa359e768be38e5 - - default default] Tap Mirror: Handle Delete Port: 8889d68f-bf20-4785-95cf-78de51d4cea1 [pid: 8|app: 0|req: 1171/2317] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:03:27 2026] DELETE /v2.0/floatingips/24c371d1-95e7-4820-8e0f-5ce7463c62d9 => generated 0 bytes in 254 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1147/2318] 10.0.0.189 () {32 vars in 674 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 286 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1148/2319] 10.0.0.189 () {32 vars in 688 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:28.426 8 INFO neutron.db.segments_db [None req-da84f080-18f7-49ae-b5e9-e471e81bd5a4 7d4b70bc5cd14dacba774ed4b6b5119c 3153e20c61834ddaaf90cdbbc4cfad2b - - default default] Added segment bfc900f9-0338-4741-9af1-e8c9bdb29a09 of type vxlan for network 53ab7a02-4eec-481d-9fb6-d01f418cf1f6 [pid: 7|app: 0|req: 1149/2320] 10.0.0.189 () {32 vars in 684 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/qos/policies?tags-any=blue => generated 747 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2321] 10.0.0.189 () {32 vars in 696 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1172/2322] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:28 2026] POST /v2.0/networks => generated 631 bytes in 408 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2323] 10.0.0.189 () {32 vars in 682 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:28.557 8 INFO neutron.db.segments_db [None req-4ddaa057-9464-4d9b-a361-e73a25f205a6 7d4b70bc5cd14dacba774ed4b6b5119c 3153e20c61834ddaaf90cdbbc4cfad2b - - default default] Added segment 2fdd49a9-56af-4380-b435-73f4e0f7ff30 of type vxlan for network c67a35ae-1bcc-4ab3-b3e7-7b854f109559 [pid: 8|app: 0|req: 1173/2324] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:28 2026] POST /v2.0/networks => generated 632 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2325] 10.0.0.189 () {32 vars in 696 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2326] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:28 2026] PUT /v2.0/networks/53ab7a02-4eec-481d-9fb6-d01f418cf1f6/tags => generated 25 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2327] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/security-groups?tenant_id=b0721854bd9b4a3b86a77e655f6adc21&name=default => generated 2929 bytes in 258 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2328] 10.0.0.189 () {32 vars in 692 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2329] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/networks/53ab7a02-4eec-481d-9fb6-d01f418cf1f6/tags => generated 25 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1154/2330] 10.0.0.189 () {32 vars in 704 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2331] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:28 2026] DELETE /v2.0/security-groups/fe9a3807-f9cc-4e8f-8b0e-07ef26c23b10 => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2332] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:28 2026] PUT /v2.0/networks/c67a35ae-1bcc-4ab3-b3e7-7b854f109559/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: 1156/2333] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:28 2026] GET /v2.0/networks/c67a35ae-1bcc-4ab3-b3e7-7b854f109559/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2334] 10.0.0.189 () {32 vars in 734 bytes} [Sun May 10 02:03:28 2026] DELETE /v2.0/qos/policies/da8e956c-ead2-434e-8b48-4468554fe5cf => 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: 1157/2335] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:28 2026] PUT /v2.0/networks/c67a35ae-1bcc-4ab3-b3e7-7b854f109559/tags => generated 12 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2336] 10.0.0.189 () {32 vars in 734 bytes} [Sun May 10 02:03:28 2026] DELETE /v2.0/qos/policies/73c30ae5-6ded-45de-b2ad-18efecfa3bcf => generated 0 bytes in 55 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2337] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:29 2026] GET /v2.0/networks/c67a35ae-1bcc-4ab3-b3e7-7b854f109559/tags => generated 12 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1158/2338] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:29 2026] GET /v2.0/security-groups?tenant_id=0d2d34dffdde4eccbaa359e768be38e5&name=default => generated 2929 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1181/2339] 10.0.0.189 () {32 vars in 734 bytes} [Sun May 10 02:03:29 2026] DELETE /v2.0/qos/policies/c7b9ff65-98ca-49b0-a253-9e85c71779a9 => generated 0 bytes in 51 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2340] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:29 2026] GET /v2.0/networks/53ab7a02-4eec-481d-9fb6-d01f418cf1f6/tags => generated 25 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2341] 10.0.0.189 () {32 vars in 734 bytes} [Sun May 10 02:03:29 2026] DELETE /v2.0/qos/policies/1db1a0b0-be41-4b68-ae0d-7889e871d626 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2342] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:29 2026] DELETE /v2.0/security-groups/0f6708f0-4ef7-4271-ad78-60e673a61e14 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2343] 10.0.0.189 () {32 vars in 734 bytes} [Sun May 10 02:03:29 2026] DELETE /v2.0/qos/policies/e36232ea-49c8-4435-b48c-8b3f27757d19 => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:29.326 7 INFO neutron.services.segments.plugin [-] Segment bfc900f9-0338-4741-9af1-e8c9bdb29a09 resource provider aggregate not found 2026-05-10 02:03:29.333 7 INFO neutron.services.segments.plugin [-] Segment bfc900f9-0338-4741-9af1-e8c9bdb29a09 resource provider aggregate not found 2026-05-10 02:03:29.348 7 INFO neutron.services.segments.plugin [-] Segment bfc900f9-0338-4741-9af1-e8c9bdb29a09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfc900f9-0338-4741-9af1-e8c9bdb29a09 found for delete ", "request_id": "req-463230ab-b5ae-4c3d-ad36-639c8552809e"}]} 2026-05-10 02:03:29.354 7 INFO neutron.services.segments.plugin [-] Segment bfc900f9-0338-4741-9af1-e8c9bdb29a09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bfc900f9-0338-4741-9af1-e8c9bdb29a09 found for delete ", "request_id": "req-2a9c6a72-acf1-45e0-89c5-e5c7368f2642"}]} [pid: 7|app: 0|req: 1161/2346] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:29 2026] DELETE /v2.0/networks/53ab7a02-4eec-481d-9fb6-d01f418cf1f6 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:29.509 8 INFO neutron.services.segments.plugin [-] Segment 2fdd49a9-56af-4380-b435-73f4e0f7ff30 resource provider aggregate not found 2026-05-10 02:03:29.513 8 INFO neutron.services.segments.plugin [-] Segment 2fdd49a9-56af-4380-b435-73f4e0f7ff30 resource provider aggregate not found 2026-05-10 02:03:29.530 8 INFO neutron.services.segments.plugin [-] Segment 2fdd49a9-56af-4380-b435-73f4e0f7ff30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fdd49a9-56af-4380-b435-73f4e0f7ff30 found for delete ", "request_id": "req-bc5aced2-5621-4d02-b8a0-af7aeeeb9c55"}]} [pid: 8|app: 0|req: 1186/2347] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:29 2026] DELETE /v2.0/networks/c67a35ae-1bcc-4ab3-b3e7-7b854f109559 => generated 0 bytes in 158 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:03:29.533 8 INFO neutron.services.segments.plugin [-] Segment 2fdd49a9-56af-4380-b435-73f4e0f7ff30 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2fdd49a9-56af-4380-b435-73f4e0f7ff30 found for delete ", "request_id": "req-c20d9e56-466d-4b17-bc8e-10ebc4d84ccc"}]} [pid: 8|app: 0|req: 1187/2348] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/security-groups?tenant_id=3153e20c61834ddaaf90cdbbc4cfad2b&name=default => generated 2929 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1188/2349] 10.0.0.189 () {34 vars in 678 bytes} [Sun May 10 02:03:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1162/2350] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/security-groups?tenant_id=4d9392f0e25b42108037fd8add68465d&name=default => generated 2929 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2351] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:30 2026] PUT /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2352] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:30 2026] DELETE /v2.0/security-groups/521ddc06-bc55-40af-9e80-af735fe1384e => 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: 1190/2353] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags => generated 25 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1164/2354] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:30 2026] DELETE /v2.0/security-groups/c3a860aa-6ea5-4163-a20d-f3c3b3fd32ce => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2355] 10.0.0.189 () {34 vars in 764 bytes} [Sun May 10 02:03:30 2026] PUT /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags/green => generated 4 bytes in 63 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2356] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/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: 1193/2357] 10.0.0.189 () {34 vars in 760 bytes} [Sun May 10 02:03:30 2026] PUT /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags/red => generated 4 bytes in 32 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1194/2358] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/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: 1165/2359] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/security-groups?tenant_id=0cda8dc9e8f54ac4a9681e0f2ac9c2ad&name=default => generated 2929 bytes in 186 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2360] 10.0.0.189 () {34 vars in 782 bytes} [Sun May 10 02:03:30 2026] PUT /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags/black.or.white => generated 4 bytes in 39 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2361] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/security-groups?tenant_id=59b75b2678be4d56aef8ac37cc14de49&name=default => generated 2929 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2362] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:30 2026] DELETE /v2.0/security-groups/1702391f-24c3-49fb-8c2d-b7f93bf84f68 => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2363] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags => generated 52 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1197/2364] 10.0.0.189 () {34 vars in 753 bytes} [Sun May 10 02:03:30 2026] PUT /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1168/2365] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:30 2026] DELETE /v2.0/security-groups/0efdb5a2-90e5-47b6-be1b-7ac64e2b8803 => 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: 1198/2366] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2367] 10.0.0.189 () {32 vars in 741 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags/red => generated 0 bytes in 28 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:31.005 8 INFO neutron.api.v2.resource [None req-53d2bbad-2af0-40c8-b961-8e8a71bd8d65 d65d6b3fd293427a9a5bc59183fe3c44 4b9ddf6b93cf4ed3be83e65b2a6ee4e4 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1199/2368] 10.0.0.189 () {32 vars in 745 bytes} [Sun May 10 02:03:30 2026] GET /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags/green => generated 99 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1200/2369] 10.0.0.189 () {32 vars in 744 bytes} [Sun May 10 02:03:31 2026] DELETE /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags/red => generated 0 bytes in 29 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1201/2370] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:31 2026] GET /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags => generated 30 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:31.102 8 INFO neutron.api.v2.resource [None req-00e6967c-a2b5-446a-b895-3bc226c11647 d65d6b3fd293427a9a5bc59183fe3c44 4b9ddf6b93cf4ed3be83e65b2a6ee4e4 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1202/2371] 10.0.0.189 () {32 vars in 748 bytes} [Sun May 10 02:03:31 2026] DELETE /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/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: 1170/2372] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:31 2026] GET /v2.0/security-groups?tenant_id=0466ca1023d94fddbfa52c57a123ea85&name=default => generated 2929 bytes in 114 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2373] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:03:31 2026] DELETE /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1204/2374] 10.0.0.189 () {32 vars in 733 bytes} [Sun May 10 02:03:31 2026] GET /v2.0/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1171/2375] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:31 2026] DELETE /v2.0/security-groups/3d1bc215-13ed-47af-a796-7a353c504f2b => generated 0 bytes in 91 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1205/2376] 10.0.0.189 () {32 vars in 734 bytes} [Sun May 10 02:03:31 2026] DELETE /v2.0/qos/policies/c4d5285b-5da4-4b9c-a8b7-b4fce2fc2115 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2377] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:31 2026] GET /v2.0/security-groups?tenant_id=cd9acd1d86da4086a4cd7ee3d28070c9&name=default => generated 2929 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2378] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:32 2026] DELETE /v2.0/security-groups/b529bafc-4ca4-48aa-b20a-e802a3bed33b => generated 0 bytes in 95 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2379] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:32 2026] GET /v2.0/security-groups?tenant_id=4b9ddf6b93cf4ed3be83e65b2a6ee4e4&name=default => generated 2929 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1207/2380] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:32 2026] DELETE /v2.0/security-groups/f9b7c118-0926-49dd-9b38-a3cf13a6d908 => generated 0 bytes in 93 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:35.477 7 INFO neutron.db.segments_db [None req-cb681d7b-c8d7-476c-8b78-adf6528dff72 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Added segment 0f9bb16f-6543-4b47-9a50-2b5c7e5a9167 of type vxlan for network 5cdbce1c-21b6-4ef3-bc46-fe0293223f94 2026-05-10 02:03:35.751 7 INFO neutron.db.l3_hamode_db [None req-cb681d7b-c8d7-476c-8b78-adf6528dff72 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1208/2381] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:03:35 2026] POST /v2.0/security-groups => generated 1603 bytes in 259 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:03:35.869 7 INFO neutron.db.l3_hamode_db [None req-cb681d7b-c8d7-476c-8b78-adf6528dff72 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1209/2382] 10.0.0.189 () {34 vars in 767 bytes} [Sun May 10 02:03:35 2026] PUT /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags => generated 25 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2383] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:35 2026] GET /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2384] 10.0.0.189 () {34 vars in 778 bytes} [Sun May 10 02:03:35 2026] PUT /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags/green => generated 4 bytes in 49 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2385] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:36 2026] GET /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2386] 10.0.0.189 () {34 vars in 774 bytes} [Sun May 10 02:03:36 2026] PUT /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags/red => generated 4 bytes in 47 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1214/2387] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:36 2026] GET /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags => generated 34 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1215/2388] 10.0.0.189 () {34 vars in 796 bytes} [Sun May 10 02:03:36 2026] PUT /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags/black.or.white => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2389] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:36 2026] GET /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1217/2390] 10.0.0.189 () {34 vars in 767 bytes} [Sun May 10 02:03:36 2026] PUT /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags => generated 37 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1218/2391] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:36 2026] GET /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags => generated 37 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2392] 10.0.0.189 () {32 vars in 755 bytes} [Sun May 10 02:03:36 2026] GET /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags/red => generated 0 bytes in 31 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:36.337 8 INFO neutron.api.v2.resource [None req-95da6315-f227-48ff-834b-1df022f79978 64f1b238ead2464f8db5f690dd3d01a8 6b256c7a49744400b01c7bd19244970c - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1220/2393] 10.0.0.189 () {32 vars in 759 bytes} [Sun May 10 02:03:36 2026] GET /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/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: 1221/2394] 10.0.0.189 () {32 vars in 758 bytes} [Sun May 10 02:03:36 2026] DELETE /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags/red => generated 0 bytes in 41 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1222/2395] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:36 2026] GET /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags => generated 30 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1174/2396] 10.0.0.189 () {34 vars in 668 bytes} [Sun May 10 02:03:35 2026] POST /v2.0/routers => generated 474 bytes in 1184 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:36.470 7 INFO neutron.api.v2.resource [None req-076d69c2-2fd5-4303-9777-2a5c8d5e9961 64f1b238ead2464f8db5f690dd3d01a8 6b256c7a49744400b01c7bd19244970c - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1175/2397] 10.0.0.189 () {32 vars in 762 bytes} [Sun May 10 02:03:36 2026] DELETE /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags/green => generated 99 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:03:36.474 8 INFO neutron.db.l3_hamode_db [None req-3b8859d2-4529-4e26-babc-8a6ded729191 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1176/2398] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:03:36 2026] DELETE /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/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: 1177/2399] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:03:36 2026] GET /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:36.592 8 INFO neutron.db.l3_hamode_db [None req-3b8859d2-4529-4e26-babc-8a6ded729191 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1178/2400] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:36 2026] DELETE /v2.0/security-groups/1ab283d1-50d5-4a31-825d-2334d9f75ac6 => 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: 1223/2401] 10.0.0.189 () {34 vars in 668 bytes} [Sun May 10 02:03:36 2026] POST /v2.0/routers => generated 474 bytes in 759 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:37.242 7 INFO neutron.db.l3_hamode_db [None req-8940f43f-d5e2-41b3-9c7d-bb25f843c1e2 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:03:37.363 7 INFO neutron.db.l3_hamode_db [None req-8940f43f-d5e2-41b3-9c7d-bb25f843c1e2 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1224/2402] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:37 2026] GET /v2.0/security-groups?tenant_id=6b256c7a49744400b01c7bd19244970c&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2403] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:37 2026] DELETE /v2.0/security-groups/46db633d-4d3c-4894-beea-f9ae035bcba1 => generated 0 bytes in 96 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1226/2404] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:37 2026] GET /v2.0/security-groups?tenant_id=5bf706ca18c5497992ae8d5045a33371&name=default => generated 2929 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2405] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:37 2026] DELETE /v2.0/security-groups/75962297-6652-4d4d-9c05-be84a1a0a52a => 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: 1179/2406] 10.0.0.189 () {34 vars in 668 bytes} [Sun May 10 02:03:37 2026] POST /v2.0/routers => generated 474 bytes in 745 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:37.989 8 INFO neutron.db.l3_hamode_db [None req-2742af81-6324-4c9c-bd0c-407d2f4e7301 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:03:38.105 8 INFO neutron.db.l3_hamode_db [None req-2742af81-6324-4c9c-bd0c-407d2f4e7301 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1228/2407] 10.0.0.189 () {34 vars in 668 bytes} [Sun May 10 02:03:37 2026] POST /v2.0/routers => generated 474 bytes in 738 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:38.740 7 INFO neutron.db.l3_hamode_db [None req-52f9d6b8-1001-43f4-860b-f79bc64c707f 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:03:38.855 7 INFO neutron.db.l3_hamode_db [None req-52f9d6b8-1001-43f4-860b-f79bc64c707f 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1180/2408] 10.0.0.189 () {34 vars in 668 bytes} [Sun May 10 02:03:38 2026] POST /v2.0/routers => generated 474 bytes in 811 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1229/2409] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:03:39 2026] PUT /v2.0/routers/0f3ac86d-41a1-4a14-9714-38307e2d7f9b/tags => generated 17 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1181/2410] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:03:39 2026] PUT /v2.0/routers/ca125482-8f78-4598-8c92-92b1478cff14/tags => generated 25 bytes in 545 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:40.200 8 INFO neutron.db.segments_db [None req-208ed77a-80c3-466d-8483-079108d10ea2 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Added segment 14950ae3-6d0c-4f2f-a7bb-5791de82a244 of type vxlan for network 817f128c-9561-4e08-982e-1ed749792cb7 [pid: 8|app: 0|req: 1230/2411] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:39 2026] POST /v2.0/networks => generated 640 bytes in 403 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1182/2412] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:03:40 2026] PUT /v2.0/routers/1b156035-9111-4e26-afff-bdc15171891d/tags => generated 34 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2413] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:03:40 2026] PUT /v2.0/routers/65935d40-6cae-4d60-b01d-391f11649641/tags => generated 19 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2414] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:40 2026] POST /v2.0/subnets => generated 658 bytes in 233 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2415] 10.0.0.189 () {32 vars in 664 bytes} [Sun May 10 02:03:40 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2416] 10.0.0.189 () {32 vars in 678 bytes} [Sun May 10 02:03:40 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1186/2417] 10.0.0.189 () {32 vars in 674 bytes} [Sun May 10 02:03:40 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1232/2418] 10.0.0.189 () {32 vars in 722 bytes} [Sun May 10 02:03:40 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2419] 10.0.0.189 () {32 vars in 686 bytes} [Sun May 10 02:03:40 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2420] 10.0.0.189 () {32 vars in 672 bytes} [Sun May 10 02:03:40 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2421] 10.0.0.189 () {32 vars in 686 bytes} [Sun May 10 02:03:40 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2422] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:40 2026] POST /v2.0/subnets => generated 732 bytes in 193 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:40.984 8 INFO neutron.db.segments_db [None req-32ac74cf-67e5-4fbc-ae43-3ec12ddd2ee6 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Added segment 5d85adbb-6535-4edf-bc18-a2532ac1d6d3 of type vxlan for network cab5df11-eb45-4f4c-9ddb-93ee17f9a251 [pid: 7|app: 0|req: 1190/2423] 10.0.0.189 () {32 vars in 682 bytes} [Sun May 10 02:03:40 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2424] 10.0.0.189 () {32 vars in 694 bytes} [Sun May 10 02:03:41 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2425] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:40 2026] POST /v2.0/networks => generated 638 bytes in 139 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1192/2426] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:03:41 2026] GET /v2.0/routers/0f3ac86d-41a1-4a14-9714-38307e2d7f9b => generated 485 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:41.273 7 INFO neutron.db.segments_db [None req-b5589ec2-a5f4-468a-9360-c6b82e484a20 dd99176e403c4252a6d2ed955fbd5ee3 1a5ad964d94d4104b5f281d447385787 - - default default] Added segment 38a7c38f-e75c-4275-b2ed-2f56e1301a80 of type vxlan for network 84a16916-b6c4-4320-9992-8caf4f860b84 [pid: 8|app: 0|req: 1235/2427] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:41 2026] POST /v2.0/subnets => generated 655 bytes in 241 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2428] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:41 2026] POST /v2.0/networks => generated 631 bytes in 244 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1194/2429] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:41 2026] POST /v2.0/subnets => generated 726 bytes in 204 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1236/2430] 10.0.0.189 () {34 vars in 742 bytes} [Sun May 10 02:03:41 2026] PUT /v2.0/routers/0f3ac86d-41a1-4a14-9714-38307e2d7f9b => generated 485 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1195/2431] 10.0.0.189 () {34 vars in 664 bytes} [Sun May 10 02:03:41 2026] POST /v2.0/ports => generated 743 bytes in 283 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1196/2432] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:03:41 2026] GET /v2.0/ports?device_id=0f3ac86d-41a1-4a14-9714-38307e2d7f9b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:41.900 8 INFO neutron.db.segments_db [None req-ebe3bcb9-fb6c-4990-813b-c66fcfe19640 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Added segment 4e68b445-920f-44cc-9533-7357d1df1297 of type vxlan for network 1c6cd88e-fc55-40da-95d8-d0e0c0177113 [pid: 8|app: 0|req: 1237/2433] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:03:41 2026] POST /v2.0/networks => generated 638 bytes in 146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2434] 10.0.0.189 () {34 vars in 666 bytes} [Sun May 10 02:03:41 2026] POST /v2.0/trunks => generated 407 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:03:42.170 8 INFO neutron_taas.services.taas.taas_plugin [None req-b9b5d4d6-938a-488d-a68a-1e9edfeb5983 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] TaaS: Handle Delete Port: f1860557-d7c5-443d-bd70-ddb175f9999f 2026-05-10 02:03:42.173 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b9b5d4d6-938a-488d-a68a-1e9edfeb5983 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Tap Mirror: Handle Delete Port: f1860557-d7c5-443d-bd70-ddb175f9999f [pid: 7|app: 0|req: 1198/2435] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:41 2026] POST /v2.0/subnets => generated 655 bytes in 219 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1199/2436] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:03:42 2026] PUT /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags => generated 25 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2437] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:41 2026] DELETE /v2.0/routers/0f3ac86d-41a1-4a14-9714-38307e2d7f9b => generated 0 bytes in 362 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2438] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:03:42 2026] GET /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags => generated 25 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2439] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:03:42 2026] GET /v2.0/routers/ca125482-8f78-4598-8c92-92b1478cff14 => generated 493 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2440] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:42 2026] POST /v2.0/subnets => generated 730 bytes in 183 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1241/2441] 10.0.0.189 () {34 vars in 760 bytes} [Sun May 10 02:03:42 2026] PUT /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags/green => generated 4 bytes in 30 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1242/2442] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:03:42 2026] GET /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags => generated 34 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:42.485 8 INFO neutron.db.segments_db [None req-5989b17d-ad92-4ad7-8675-844b451748e2 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Added segment f51f9529-8a6d-479d-b5d6-453a7c896da9 of type vxlan for network a6926528-fd61-478f-a3e2-d749a1c0541c 2026-05-10 02:03:42.706 8 INFO neutron.db.l3_hamode_db [None req-5989b17d-ad92-4ad7-8675-844b451748e2 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1201/2443] 10.0.0.189 () {34 vars in 742 bytes} [Sun May 10 02:03:42 2026] PUT /v2.0/routers/ca125482-8f78-4598-8c92-92b1478cff14 => generated 493 bytes in 541 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2444] 10.0.0.189 () {34 vars in 756 bytes} [Sun May 10 02:03:42 2026] PUT /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags/red => generated 4 bytes in 25 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2445] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:03:42 2026] GET /v2.0/ports?device_id=ca125482-8f78-4598-8c92-92b1478cff14 => 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: 1204/2446] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags => generated 34 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:43.220 7 INFO neutron_taas.services.taas.taas_plugin [None req-4ee09fef-9203-4d8c-a0a6-2f77c1293edc 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] TaaS: Handle Delete Port: 1733df31-dd41-422c-88b9-472a2aa59cfd 2026-05-10 02:03:43.222 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4ee09fef-9203-4d8c-a0a6-2f77c1293edc 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Tap Mirror: Handle Delete Port: 1733df31-dd41-422c-88b9-472a2aa59cfd [pid: 7|app: 0|req: 1205/2447] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:43 2026] DELETE /v2.0/routers/ca125482-8f78-4598-8c92-92b1478cff14 => generated 0 bytes in 347 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1206/2448] 10.0.0.189 () {34 vars in 778 bytes} [Sun May 10 02:03:43 2026] PUT /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags/black.or.white => generated 4 bytes in 29 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2449] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/routers/1b156035-9111-4e26-afff-bdc15171891d => generated 502 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2450] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:03:43 2026] GET /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags => generated 52 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:43.470 8 INFO neutron.db.l3_hamode_db [None req-5989b17d-ad92-4ad7-8675-844b451748e2 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1209/2451] 10.0.0.189 () {34 vars in 742 bytes} [Sun May 10 02:03:43 2026] PUT /v2.0/routers/1b156035-9111-4e26-afff-bdc15171891d => generated 502 bytes in 519 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2452] 10.0.0.189 () {34 vars in 749 bytes} [Sun May 10 02:03:43 2026] PUT /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags => generated 37 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1211/2453] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:03:44 2026] GET /v2.0/ports?device_id=1b156035-9111-4e26-afff-bdc15171891d => 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: 1212/2454] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:03:44 2026] GET /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags => generated 37 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:44.206 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c4f894d-a953-4607-9520-61c7a9565d11 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] TaaS: Handle Delete Port: d24594f7-a85f-41f5-977c-d88b31754bae 2026-05-10 02:03:44.209 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c4f894d-a953-4607-9520-61c7a9565d11 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Tap Mirror: Handle Delete Port: d24594f7-a85f-41f5-977c-d88b31754bae [pid: 8|app: 0|req: 1243/2455] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:03:42 2026] POST /v2.0/routers => generated 685 bytes in 1855 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1244/2456] 10.0.0.189 () {32 vars in 737 bytes} [Sun May 10 02:03:44 2026] GET /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags/red => generated 0 bytes in 18 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2459] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:44 2026] DELETE /v2.0/routers/1b156035-9111-4e26-afff-bdc15171891d => generated 0 bytes in 339 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:44.395 7 INFO neutron.api.v2.resource [None req-a2fa1699-751d-4c95-a176-b8eade098a2d dd99176e403c4252a6d2ed955fbd5ee3 1a5ad964d94d4104b5f281d447385787 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1214/2460] 10.0.0.189 () {32 vars in 741 bytes} [Sun May 10 02:03:44 2026] GET /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/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: 1215/2461] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:03:44 2026] GET /v2.0/routers/65935d40-6cae-4d60-b01d-391f11649641 => generated 487 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2462] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:44 2026] DELETE /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2463] 10.0.0.189 () {34 vars in 742 bytes} [Sun May 10 02:03:44 2026] PUT /v2.0/routers/65935d40-6cae-4d60-b01d-391f11649641 => generated 487 bytes in 549 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2464] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags => generated 30 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1219/2465] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/ports?device_id=65935d40-6cae-4d60-b01d-391f11649641 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:45.091 7 INFO neutron.api.v2.resource [None req-b2686b39-200e-4f52-91b2-e77d1764af5d dd99176e403c4252a6d2ed955fbd5ee3 1a5ad964d94d4104b5f281d447385787 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1220/2466] 10.0.0.189 () {32 vars in 744 bytes} [Sun May 10 02:03:45 2026] DELETE /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags/green => generated 99 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:03:45.254 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd13a0bc-04c7-43df-8d12-64ea936a8f14 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] TaaS: Handle Delete Port: f2f6dfcb-61d4-4963-aee8-ddcbc5d28348 2026-05-10 02:03:45.257 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd13a0bc-04c7-43df-8d12-64ea936a8f14 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Tap Mirror: Handle Delete Port: f2f6dfcb-61d4-4963-aee8-ddcbc5d28348 [pid: 7|app: 0|req: 1221/2467] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:45 2026] DELETE /v2.0/routers/65935d40-6cae-4d60-b01d-391f11649641 => generated 0 bytes in 318 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2468] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:03:45 2026] DELETE /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags => generated 0 bytes in 24 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2469] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/routers/9a9e62f6-a760-4299-9d8e-31880603e267 => generated 480 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2470] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb/tags => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2471] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:03:44 2026] PUT /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5/add_router_interface => generated 309 bytes in 1634 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2472] 10.0.0.189 () {34 vars in 742 bytes} [Sun May 10 02:03:45 2026] PUT /v2.0/routers/9a9e62f6-a760-4299-9d8e-31880603e267 => generated 480 bytes in 472 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2473] 10.0.0.189 () {32 vars in 719 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb => generated 407 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2474] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/ports?device_id=9a9e62f6-a760-4299-9d8e-31880603e267 => 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: 1250/2475] 10.0.0.189 () {32 vars in 717 bytes} [Sun May 10 02:03:45 2026] GET /v2.0/ports/5ee46cb3-683e-49ef-a334-8d5894493a49 => generated 826 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:03:46.202 8 INFO neutron_taas.services.taas.taas_plugin [None req-93117b63-6129-4772-963f-b9f05c1ceb3b 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] TaaS: Handle Delete Port: b76cbad5-d109-4ac0-9610-82ac5223c426 2026-05-10 02:03:46.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-93117b63-6129-4772-963f-b9f05c1ceb3b 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] Tap Mirror: Handle Delete Port: b76cbad5-d109-4ac0-9610-82ac5223c426 2026-05-10 02:03:46.568 8 INFO neutron.services.segments.plugin [-] Segment 0f9bb16f-6543-4b47-9a50-2b5c7e5a9167 resource provider aggregate not found 2026-05-10 02:03:46.577 8 INFO neutron.services.segments.plugin [-] Segment 0f9bb16f-6543-4b47-9a50-2b5c7e5a9167 resource provider aggregate not found 2026-05-10 02:03:46.589 8 INFO neutron.services.segments.plugin [-] Segment 0f9bb16f-6543-4b47-9a50-2b5c7e5a9167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f9bb16f-6543-4b47-9a50-2b5c7e5a9167 found for delete ", "request_id": "req-46741060-35b1-451e-8427-cd092891d84c"}]} 2026-05-10 02:03:46.596 8 INFO neutron.services.segments.plugin [-] Segment 0f9bb16f-6543-4b47-9a50-2b5c7e5a9167 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f9bb16f-6543-4b47-9a50-2b5c7e5a9167 found for delete ", "request_id": "req-305a6006-8eac-4549-8732-241ca15f1127"}]} 2026-05-10 02:03:46.609 8 INFO neutron.db.l3_hamode_db [None req-93117b63-6129-4772-963f-b9f05c1ceb3b 93686cd82ff34653ac7df95c4840a4df fca34c94565a466f8e19fc7e466f8f5f - - default default] HA network 5cdbce1c-21b6-4ef3-bc46-fe0293223f94 was deleted as no HA routers are present in tenant fca34c94565a466f8e19fc7e466f8f5f. [pid: 8|app: 0|req: 1251/2476] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:46 2026] DELETE /v2.0/routers/9a9e62f6-a760-4299-9d8e-31880603e267 => generated 0 bytes in 564 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2477] 10.0.0.189 () {32 vars in 722 bytes} [Sun May 10 02:03:46 2026] DELETE /v2.0/trunks/6d28e77e-a065-4b7f-bed9-714afdf23deb => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:46.816 8 INFO neutron_taas.services.taas.taas_plugin [None req-6727aeea-e3db-49eb-919f-36f4fff12800 dd99176e403c4252a6d2ed955fbd5ee3 1a5ad964d94d4104b5f281d447385787 - - default default] TaaS: Handle Delete Port: 5ee46cb3-683e-49ef-a334-8d5894493a49 2026-05-10 02:03:46.820 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6727aeea-e3db-49eb-919f-36f4fff12800 dd99176e403c4252a6d2ed955fbd5ee3 1a5ad964d94d4104b5f281d447385787 - - default default] Tap Mirror: Handle Delete Port: 5ee46cb3-683e-49ef-a334-8d5894493a49 [pid: 8|app: 0|req: 1253/2478] 10.0.0.189 () {32 vars in 720 bytes} [Sun May 10 02:03:46 2026] DELETE /v2.0/ports/5ee46cb3-683e-49ef-a334-8d5894493a49 => generated 0 bytes in 201 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1254/2479] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:03:46 2026] DELETE /v2.0/networks/84a16916-b6c4-4320-9992-8caf4f860b84 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2480] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:03:45 2026] PUT /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5/add_router_interface => generated 309 bytes in 1230 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2481] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/security-groups?tenant_id=f23ad1d9c3b240ab95c0581f8b107362&name=default => generated 2929 bytes in 298 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2482] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:47 2026] GET /v2.0/security-groups?tenant_id=1a5ad964d94d4104b5f281d447385787&name=default => generated 2929 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2483] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:47 2026] DELETE /v2.0/security-groups/80c88e4e-4eba-432c-ada9-2730296c1fd3 => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2484] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:47 2026] DELETE /v2.0/security-groups/2c130dc3-7dba-4e9f-bbd8-aa711e129cbd => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2485] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:48 2026] GET /v2.0/security-groups?tenant_id=c5e60780e39e4cb0990d2b93693175a8&name=default => generated 2929 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1232/2486] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:48 2026] DELETE /v2.0/security-groups/1f9fec76-c2cd-4dbf-bf25-8107e30f58a2 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2487] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:48 2026] GET /v2.0/security-groups?tenant_id=1766025dd7344d0aa81c333bacceda86&name=default => generated 2929 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1255/2488] 10.0.0.189 () {34 vars in 783 bytes} [Sun May 10 02:03:47 2026] PUT /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5/add_router_interface => generated 309 bytes in 1193 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2489] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:48 2026] DELETE /v2.0/security-groups/e7f4e266-664d-42d1-bde1-e8374ce19b2b => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1256/2490] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:48 2026] GET /v2.0/security-groups?tenant_id=fca34c94565a466f8e19fc7e466f8f5f&name=default => generated 2929 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2491] 10.0.0.189 () {34 vars in 684 bytes} [Sun May 10 02:03:48 2026] POST /v2.0/security-groups => generated 1629 bytes in 92 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-10 02:03:48.610 8 INFO neutron.services.segments.plugin [-] Segment 38a7c38f-e75c-4275-b2ed-2f56e1301a80 resource provider aggregate not found 2026-05-10 02:03:48.619 8 INFO neutron.services.segments.plugin [-] Segment 38a7c38f-e75c-4275-b2ed-2f56e1301a80 resource provider aggregate not found 2026-05-10 02:03:48.627 8 INFO neutron.services.segments.plugin [-] Segment 38a7c38f-e75c-4275-b2ed-2f56e1301a80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38a7c38f-e75c-4275-b2ed-2f56e1301a80 found for delete ", "request_id": "req-d77a5a8f-2563-4f2c-bf3f-a4743497637f"}]} [pid: 8|app: 0|req: 1257/2492] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:48 2026] DELETE /v2.0/security-groups/8630d457-9102-4468-a8fb-011c120e0699 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:48.644 8 INFO neutron.services.segments.plugin [-] Segment 38a7c38f-e75c-4275-b2ed-2f56e1301a80 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 38a7c38f-e75c-4275-b2ed-2f56e1301a80 found for delete ", "request_id": "req-1ea966d8-d999-4a72-b499-3fb1bef5b8a0"}]} [pid: 7|app: 0|req: 1236/2493] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2494] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:48 2026] POST /v2.0/security-group-rules => generated 597 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1237/2495] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:48 2026] POST /v2.0/security-group-rules => generated 599 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2496] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:48 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: 1238/2497] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1260/2498] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:49 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: 1239/2499] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1261/2500] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 153 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2501] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:49 2026] POST /v2.0/security-group-rules => generated 599 bytes in 162 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1262/2502] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:49 2026] POST /v2.0/security-group-rules => generated 601 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2503] 10.0.0.189 () {34 vars in 695 bytes} [Sun May 10 02:03:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2504] 10.0.0.138 () {34 vars in 1094 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-161657984&fields=id&tenant_id=0e0962cf88b34cf5a975e282229f96b2 => generated 69 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1242/2505] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/networks?id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 705 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2506] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/quotas/0e0962cf88b34cf5a975e282229f96b2 => generated 292 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2507] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/ports?tenant_id=0e0962cf88b34cf5a975e282229f96b2&fields=id => generated 241 bytes in 156 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1265/2508] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1244/2509] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2510] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:03:50 2026] GET /v2.0/ports?device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:52.047 7 INFO neutron.db.segments_db [None req-ef1bbd75-a075-434f-99e6-20734cfa54a0 df7b2f8d79774c2fb9e854d6eec1b9c7 11aa89461e5c4a8bb58364da11353625 - - default default] Added segment 02770223-ceeb-414b-afed-82fb5450c954 of type vxlan for network 9608a888-f7be-479f-a1fb-2d23da734b7d 2026-05-10 02:03:52.285 7 INFO neutron.db.l3_hamode_db [None req-ef1bbd75-a075-434f-99e6-20734cfa54a0 df7b2f8d79774c2fb9e854d6eec1b9c7 11aa89461e5c4a8bb58364da11353625 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-10 02:03:52.401 7 INFO neutron.db.l3_hamode_db [None req-ef1bbd75-a075-434f-99e6-20734cfa54a0 df7b2f8d79774c2fb9e854d6eec1b9c7 11aa89461e5c4a8bb58364da11353625 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1245/2511] 10.0.0.189 () {34 vars in 668 bytes} [Sun May 10 02:03:51 2026] POST /v2.0/routers => generated 474 bytes in 1066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2512] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:03:52 2026] PUT /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags => generated 25 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2513] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:03:53 2026] GET /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags => generated 25 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1268/2514] 10.0.0.189 () {34 vars in 762 bytes} [Sun May 10 02:03:53 2026] PUT /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags/green => generated 4 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1247/2515] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:03:53 2026] GET /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags => generated 34 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2516] 10.0.0.189 () {34 vars in 758 bytes} [Sun May 10 02:03:53 2026] PUT /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags/red => generated 4 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1248/2517] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:03:53 2026] GET /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags => generated 34 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1270/2518] 10.0.0.189 () {34 vars in 780 bytes} [Sun May 10 02:03:53 2026] PUT /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/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: 1249/2519] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:03:53 2026] GET /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags => generated 52 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2520] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:03:53 2026] PUT /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags => generated 37 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2521] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:03:54 2026] GET /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags => generated 37 bytes in 113 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2522] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:03:54 2026] GET /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags/red => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:54.343 7 INFO neutron.api.v2.resource [None req-7426f858-8285-4e42-a44f-447b4dd905a6 df7b2f8d79774c2fb9e854d6eec1b9c7 11aa89461e5c4a8bb58364da11353625 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1251/2523] 10.0.0.189 () {32 vars in 743 bytes} [Sun May 10 02:03:54 2026] GET /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags/green => generated 99 bytes in 105 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1273/2524] 10.0.0.189 () {32 vars in 742 bytes} [Sun May 10 02:03:54 2026] DELETE /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags/red => generated 0 bytes in 111 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2525] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:03:54 2026] GET /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags => generated 30 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:54.672 8 INFO neutron.api.v2.resource [None req-28da7a0b-3d16-4cbd-a6c6-efa5fec6c6a4 df7b2f8d79774c2fb9e854d6eec1b9c7 11aa89461e5c4a8bb58364da11353625 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1274/2526] 10.0.0.189 () {32 vars in 746 bytes} [Sun May 10 02:03:54 2026] DELETE /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags/green => generated 99 bytes in 96 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1253/2527] 10.0.0.189 () {32 vars in 734 bytes} [Sun May 10 02:03:54 2026] DELETE /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2528] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:03:54 2026] GET /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d/tags => generated 12 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2529] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:03:54 2026] GET /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d => generated 480 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1255/2530] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:03:55 2026] GET /v2.0/networks?id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 705 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2531] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:03:55 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e0962cf88b34cf5a975e282229f96b2 => generated 178 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2532] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:03:55 2026] POST /v2.0/ports => generated 1183 bytes in 406 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: 1276/2533] 10.0.0.189 () {34 vars in 742 bytes} [Sun May 10 02:03:55 2026] PUT /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d => generated 480 bytes in 557 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2534] 10.0.0.189 () {32 vars in 736 bytes} [Sun May 10 02:03:55 2026] GET /v2.0/ports?device_id=b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d => generated 12 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:03:55.741 8 INFO neutron_taas.services.taas.taas_plugin [None req-71d4d900-f947-449a-81ef-cc8c7543130e df7b2f8d79774c2fb9e854d6eec1b9c7 11aa89461e5c4a8bb58364da11353625 - - default default] TaaS: Handle Delete Port: e0e9d771-6663-4d40-b7a5-c0a13be35da4 2026-05-10 02:03:55.744 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71d4d900-f947-449a-81ef-cc8c7543130e df7b2f8d79774c2fb9e854d6eec1b9c7 11aa89461e5c4a8bb58364da11353625 - - default default] Tap Mirror: Handle Delete Port: e0e9d771-6663-4d40-b7a5-c0a13be35da4 [pid: 7|app: 0|req: 1258/2535] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:03:55 2026] PUT /v2.0/ports/98c4ab24-0a81-499e-9e09-fda463a181db => generated 1464 bytes in 475 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:03:56.060 8 INFO neutron.services.segments.plugin [-] Segment 02770223-ceeb-414b-afed-82fb5450c954 resource provider aggregate not found 2026-05-10 02:03:56.063 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54efc020-39e7-41b7-b451-6b4e1c058065'] response: {'name': 'network-changed', 'server_uuid': '7ba1234c-4046-4cf7-85e3-37520c213517', 'tag': '98c4ab24-0a81-499e-9e09-fda463a181db', 'status': 'completed', 'code': 200} 2026-05-10 02:03:56.070 8 INFO neutron.services.segments.plugin [-] Segment 02770223-ceeb-414b-afed-82fb5450c954 resource provider aggregate not found 2026-05-10 02:03:56.076 8 INFO neutron.services.segments.plugin [-] Segment 02770223-ceeb-414b-afed-82fb5450c954 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02770223-ceeb-414b-afed-82fb5450c954 found for delete ", "request_id": "req-882db1bf-99bb-4ba0-ae75-b2514cbea8c4"}]} 2026-05-10 02:03:56.087 8 INFO neutron.db.l3_hamode_db [None req-71d4d900-f947-449a-81ef-cc8c7543130e df7b2f8d79774c2fb9e854d6eec1b9c7 11aa89461e5c4a8bb58364da11353625 - - default default] HA network 9608a888-f7be-479f-a1fb-2d23da734b7d was deleted as no HA routers are present in tenant 11aa89461e5c4a8bb58364da11353625. [pid: 8|app: 0|req: 1278/2536] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:03:55 2026] DELETE /v2.0/routers/b4a5d4eb-8577-4d3c-9ff7-fb42b6f8f77d => generated 0 bytes in 510 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:03:56.095 8 INFO neutron.services.segments.plugin [-] Segment 02770223-ceeb-414b-afed-82fb5450c954 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 02770223-ceeb-414b-afed-82fb5450c954 found for delete ", "request_id": "req-90c350e9-d404-42b9-ab04-d370b860ef54"}]} [pid: 7|app: 0|req: 1259/2537] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:03:56 2026] GET /v2.0/ports?device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => generated 1198 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1279/2538] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:03:56 2026] GET /v2.0/security-groups?id=d3adf28e-f0ab-4880-9904-0dce79dbae8b&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2539] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:03:56 2026] GET /v2.0/ports?tenant_id=0e0962cf88b34cf5a975e282229f96b2&device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => 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: 1280/2540] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:03:56 2026] GET /v2.0/networks?tenant_id=0e0962cf88b34cf5a975e282229f96b2&shared=False => generated 2377 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1281/2541] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:03:56 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2542] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:56 2026] GET /v2.0/security-groups?tenant_id=18839d03ae264ba9839a6e57d6bd789b&name=default => generated 2929 bytes in 216 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1282/2543] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:56 2026] DELETE /v2.0/security-groups/cd852c5d-9121-475c-bb03-482e350ddebf => 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: 1262/2544] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:03:57 2026] GET /v2.0/security-groups?tenant_id=11aa89461e5c4a8bb58364da11353625&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1283/2545] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:03:57 2026] DELETE /v2.0/security-groups/0b27440b-5085-4238-a871-ad865340cc55 => 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: 1263/2546] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:03:57 2026] GET /v2.0/ports?tenant_id=0e0962cf88b34cf5a975e282229f96b2&device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => generated 1467 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2547] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:03:57 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.188&port_id=98c4ab24-0a81-499e-9e09-fda463a181db => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1264/2548] 199.204.45.222 () {34 vars in 1104 bytes} [Sun May 10 02:03:57 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A20f&port_id=98c4ab24-0a81-499e-9e09-fda463a181db => 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: 1285/2549] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:03:57 2026] GET /v2.0/subnets?id=75a3a337-7235-4399-a576-983c39a5e4db&id=6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 1410 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1265/2550] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:03:57 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&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: 8|app: 0|req: 1286/2551] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:03:57 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2552] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:03:57 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2553] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:03:58 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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) 2026-05-10 02:04:00.655 7 INFO neutron.db.segments_db [None req-85b8c508-c390-4c03-a13f-86e07a9dc983 279d3c7d41454a818e11f9d9dfeca8a3 df9aef8d7154400d8875f8a1a7717bf3 - - default default] Added segment 495a5781-b09e-419b-8b8f-b60bfc4172f3 of type vxlan for network 07c2e074-7869-4b8f-83c1-ece8deee1856 [pid: 7|app: 0|req: 1268/2556] 10.0.0.189 () {34 vars in 670 bytes} [Sun May 10 02:04:00 2026] POST /v2.0/networks => generated 631 bytes in 382 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2557] 10.0.0.189 () {34 vars in 669 bytes} [Sun May 10 02:04:00 2026] POST /v2.0/subnets => generated 626 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1269/2558] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:04:01 2026] PUT /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags => generated 25 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2559] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2560] 10.0.0.189 () {34 vars in 762 bytes} [Sun May 10 02:04:01 2026] PUT /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags/green => generated 4 bytes in 67 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2561] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags => generated 34 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2562] 10.0.0.189 () {34 vars in 758 bytes} [Sun May 10 02:04:01 2026] PUT /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags/red => generated 4 bytes in 60 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2563] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/ports?device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => generated 1200 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2564] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1272/2565] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/security-groups?id=d3adf28e-f0ab-4880-9904-0dce79dbae8b&fields=id&fields=name => generated 111 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2566] 10.0.0.189 () {34 vars in 780 bytes} [Sun May 10 02:04:01 2026] PUT /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags/black.or.white => generated 4 bytes in 61 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2567] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags => generated 52 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1295/2568] 10.0.0.189 () {34 vars in 751 bytes} [Sun May 10 02:04:01 2026] PUT /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags => generated 37 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2569] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1296/2570] 10.0.0.189 () {32 vars in 739 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags/red => generated 0 bytes in 47 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:01.655 7 INFO neutron.api.v2.resource [None req-8919f8d7-06a5-446b-a61e-0132c02eccbc 279d3c7d41454a818e11f9d9dfeca8a3 df9aef8d7154400d8875f8a1a7717bf3 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1275/2571] 10.0.0.189 () {32 vars in 743 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/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: 1297/2572] 10.0.0.189 () {32 vars in 742 bytes} [Sun May 10 02:04:01 2026] DELETE /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/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: 1276/2573] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags => generated 30 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:04:01.810 8 INFO neutron.api.v2.resource [None req-0375c863-fc41-485a-b08d-57a6abec5e72 279d3c7d41454a818e11f9d9dfeca8a3 df9aef8d7154400d8875f8a1a7717bf3 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1298/2574] 10.0.0.189 () {32 vars in 746 bytes} [Sun May 10 02:04:01 2026] DELETE /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/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: 1277/2575] 10.0.0.189 () {32 vars in 734 bytes} [Sun May 10 02:04:01 2026] DELETE /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2576] 10.0.0.189 () {32 vars in 731 bytes} [Sun May 10 02:04:01 2026] GET /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080/tags => generated 12 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1278/2577] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:04:01 2026] DELETE /v2.0/subnets/9a327ddf-071c-4fb7-85b9-4b770a5f1080 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:02.147 8 INFO neutron.services.segments.plugin [-] Segment 495a5781-b09e-419b-8b8f-b60bfc4172f3 resource provider aggregate not found 2026-05-10 02:04:02.153 8 INFO neutron.services.segments.plugin [-] Segment 495a5781-b09e-419b-8b8f-b60bfc4172f3 resource provider aggregate not found 2026-05-10 02:04:02.169 8 INFO neutron.services.segments.plugin [-] Segment 495a5781-b09e-419b-8b8f-b60bfc4172f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 495a5781-b09e-419b-8b8f-b60bfc4172f3 found for delete ", "request_id": "req-82bd0b76-42b4-4d5c-8cf2-e89c887a73dc"}]} [pid: 8|app: 0|req: 1300/2578] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:04:02 2026] DELETE /v2.0/networks/07c2e074-7869-4b8f-83c1-ece8deee1856 => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:04:02.176 8 INFO neutron.services.segments.plugin [-] Segment 495a5781-b09e-419b-8b8f-b60bfc4172f3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 495a5781-b09e-419b-8b8f-b60bfc4172f3 found for delete ", "request_id": "req-f6df452f-585c-4652-b40d-744c6086c775"}]} [pid: 7|app: 0|req: 1279/2579] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:04:02 2026] GET /v2.0/security-groups?tenant_id=df9aef8d7154400d8875f8a1a7717bf3&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: 1301/2580] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:04:02 2026] DELETE /v2.0/security-groups/0b63420e-0751-431c-b704-637cb789a480 => 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: 1280/2581] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:04:03 2026] GET /v2.0/security-groups?tenant_id=628f1493d4dc4f69a590ffb4971e9b24&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1302/2582] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:04:03 2026] DELETE /v2.0/security-groups/f05279a5-8c11-4f46-ab43-fbb99c54abe2 => 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: 1281/2583] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/ports?device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => generated 1200 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1303/2584] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/security-groups?id=d3adf28e-f0ab-4880-9904-0dce79dbae8b&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2585] 10.0.0.189 () {32 vars in 818 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&mac_address=fa%3A16%3A3e%3Acc%3A97%3Af4 => generated 1200 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2586] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:04:06 2026] GET /v2.0/security-groups?tenant_id=9f293eaf4e364250ad957f0629fe4f94&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: 1284/2587] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:04:07 2026] DELETE /v2.0/security-groups/d3b730c3-2ae6-4044-b26a-d40be5ce3a0f => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:04:07.403 8 INFO neutron.db.l3_db [None req-37140837-633b-4fb7-a353-46311893ed8f 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Floating IP 1dbf67cb-fa89-4887-993a-9831f2d4ca0b associated. External IP: 10.96.250.208, port: 98c4ab24-0a81-499e-9e09-fda463a181db. [pid: 7|app: 0|req: 1285/2588] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:04:07 2026] GET /v2.0/security-groups?tenant_id=790ecf3aa53f4db9b6cb1455198324f1&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1286/2589] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:04:07 2026] DELETE /v2.0/security-groups/d155eca1-5a60-4f2c-8370-b537b9ec057b => generated 0 bytes in 86 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2590] 10.0.0.189 () {34 vars in 677 bytes} [Sun May 10 02:04:06 2026] POST /v2.0/floatingips => generated 855 bytes in 1104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:07.746 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-11485591-a43b-4f9d-9a13-afd4e460fd3a'] response: {'name': 'network-changed', 'server_uuid': '7ba1234c-4046-4cf7-85e3-37520c213517', 'tag': '98c4ab24-0a81-499e-9e09-fda463a181db', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1287/2591] 10.0.0.138 () {34 vars in 1094 bytes} [Sun May 10 02:04:07 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-161657984&fields=id&tenant_id=0e0962cf88b34cf5a975e282229f96b2 => generated 69 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2592] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:04:07 2026] GET /v2.0/networks?id=1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 705 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2593] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:04:07 2026] GET /v2.0/quotas/0e0962cf88b34cf5a975e282229f96b2 => 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: 1306/2594] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:04:07 2026] GET /v2.0/ports?tenant_id=0e0962cf88b34cf5a975e282229f96b2&fields=id => generated 333 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2595] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1307/2596] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1290/2597] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/ports?tenant_id=0e0962cf88b34cf5a975e282229f96b2&device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => generated 1469 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2598] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/ports?device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => 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: 1308/2599] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/networks?id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2600] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.188&port_id=98c4ab24-0a81-499e-9e09-fda463a181db => 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: 1309/2601] 199.204.45.222 () {34 vars in 1104 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A20f&port_id=98c4ab24-0a81-499e-9e09-fda463a181db => 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: 1293/2602] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/subnets?id=75a3a337-7235-4399-a576-983c39a5e4db&id=6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 1410 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1310/2603] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&device_owner=network%3Adhcp => generated 1457 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2604] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1311/2605] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1295/2606] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:04:08 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1312/2607] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:04:12 2026] GET /v2.0/networks?id=1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 705 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2608] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:04:12 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=0e0962cf88b34cf5a975e282229f96b2 => generated 178 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2609] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:04:12 2026] POST /v2.0/ports => generated 1187 bytes in 428 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: 1314/2610] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:04:13 2026] GET /v2.0/ports?device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 1202 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1315/2611] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:04:13 2026] GET /v2.0/security-groups?id=d3adf28e-f0ab-4880-9904-0dce79dbae8b&fields=id&fields=name => generated 111 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2612] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:04:13 2026] PUT /v2.0/ports/cb4f7e2c-35d2-4d06-8631-af4074919cc7 => generated 1468 bytes in 427 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:04:13.566 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-54bf83de-ced3-45a1-b925-fc1620174260'] response: {'name': 'network-changed', 'server_uuid': 'a4e698ff-b93c-405b-b8be-eccd840573cd', 'tag': 'cb4f7e2c-35d2-4d06-8631-af4074919cc7', '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: 1316/2613] 10.0.0.56 () {34 vars in 989 bytes} [Sun May 10 02:04:14 2026] GET /v2.0/ports?device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2614] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:04:14 2026] GET /v2.0/ports?tenant_id=0e0962cf88b34cf5a975e282229f96b2&device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 1471 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2615] 10.0.0.56 () {34 vars in 1039 bytes} [Sun May 10 02:04:14 2026] GET /v2.0/security-groups?id=d3adf28e-f0ab-4880-9904-0dce79dbae8b&fields=id&fields=name => generated 111 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1299/2616] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:04:14 2026] GET /v2.0/networks?tenant_id=0e0962cf88b34cf5a975e282229f96b2&shared=False => generated 2377 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1318/2617] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:04:14 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2620] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:04:15 2026] GET /v2.0/ports?tenant_id=0e0962cf88b34cf5a975e282229f96b2&device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 1471 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2621] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:04:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.202&port_id=cb4f7e2c-35d2-4d06-8631-af4074919cc7 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2622] 199.204.45.222 () {34 vars in 1106 bytes} [Sun May 10 02:04:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b4&port_id=cb4f7e2c-35d2-4d06-8631-af4074919cc7 => 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: 1321/2623] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:04:15 2026] GET /v2.0/subnets?id=ae79e4ff-f898-445a-927c-d38a06d71af5&id=ef33f9eb-e951-4ff4-9ef4-4b8807743ac5 => generated 1414 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2624] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:04:15 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&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: 1322/2625] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:04:15 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&device_owner=network%3Adhcp => generated 1461 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2626] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:04:15 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1323/2627] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:04:15 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1305/2628] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:04:18 2026] GET /v2.0/ports?device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 1204 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1324/2629] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:04:18 2026] GET /v2.0/security-groups?id=d3adf28e-f0ab-4880-9904-0dce79dbae8b&fields=id&fields=name => generated 111 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2630] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:04:23 2026] GET /v2.0/ports?device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 1204 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2631] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:04:23 2026] GET /v2.0/security-groups?id=d3adf28e-f0ab-4880-9904-0dce79dbae8b&fields=id&fields=name => generated 111 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1307/2632] 10.0.0.189 () {32 vars in 818 bytes} [Sun May 10 02:04:23 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&mac_address=fa%3A16%3A3e%3Ad0%3A19%3A27 => generated 1204 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:04:24.639 8 INFO neutron.db.l3_db [None req-74f14511-6b98-4e7f-be47-e49329a1911d 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Floating IP dc4ade50-fa78-4194-8d22-cb3144f183e6 associated. External IP: 10.96.250.214, port: cb4f7e2c-35d2-4d06-8631-af4074919cc7. [pid: 8|app: 0|req: 1326/2633] 10.0.0.189 () {34 vars in 677 bytes} [Sun May 10 02:04:23 2026] POST /v2.0/floatingips => generated 855 bytes in 1063 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-10 02:04:25.008 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-598728dd-f0bc-4743-beb3-e954baddb7de'] response: {'name': 'network-changed', 'server_uuid': 'a4e698ff-b93c-405b-b8be-eccd840573cd', 'tag': 'cb4f7e2c-35d2-4d06-8631-af4074919cc7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1308/2634] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/ports?tenant_id=0e0962cf88b34cf5a975e282229f96b2&device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 1473 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2635] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/networks?id=1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 801 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2636] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.202&port_id=cb4f7e2c-35d2-4d06-8631-af4074919cc7 => generated 858 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2637] 199.204.45.222 () {34 vars in 1106 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b4&port_id=cb4f7e2c-35d2-4d06-8631-af4074919cc7 => 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: 1310/2638] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/subnets?id=ae79e4ff-f898-445a-927c-d38a06d71af5&id=ef33f9eb-e951-4ff4-9ef4-4b8807743ac5 => generated 1414 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2639] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1311/2640] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&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: 1330/2641] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1312/2642] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:04:25 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1314/2645] 10.0.0.56 () {34 vars in 989 bytes} [Sun May 10 02:04:29 2026] GET /v2.0/ports?device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2646] 10.0.0.56 () {34 vars in 1039 bytes} [Sun May 10 02:04:29 2026] GET /v2.0/security-groups?id=d3adf28e-f0ab-4880-9904-0dce79dbae8b&fields=id&fields=name => generated 111 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1315/2647] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:04:40 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1333/2648] 10.0.0.141 () {30 vars in 690 bytes} [Sun May 10 02:04:41 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 161 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2649] 10.0.0.141 () {30 vars in 692 bytes} [Sun May 10 02:04:42 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: 1334/2650] 10.0.0.141 () {30 vars in 668 bytes} [Sun May 10 02:04:42 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2651] 10.0.0.141 () {30 vars in 704 bytes} [Sun May 10 02:04:42 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: 1335/2652] 10.0.0.141 () {28 vars in 439 bytes} [Sun May 10 02:04:42 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2653] 10.0.0.141 () {30 vars in 728 bytes} [Sun May 10 02:04:42 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 658 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1336/2654] 10.0.0.141 () {30 vars in 690 bytes} [Sun May 10 02:04:42 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2655] 10.0.0.141 () {30 vars in 692 bytes} [Sun May 10 02:04:42 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: 1337/2656] 10.0.0.141 () {30 vars in 668 bytes} [Sun May 10 02:04:42 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: 1320/2657] 10.0.0.141 () {30 vars in 704 bytes} [Sun May 10 02:04:42 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: 1338/2658] 10.0.0.141 () {30 vars in 728 bytes} [Sun May 10 02:04:42 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 676 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1321/2659] 10.0.0.141 () {30 vars in 690 bytes} [Sun May 10 02:04:43 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1339/2660] 10.0.0.141 () {30 vars in 692 bytes} [Sun May 10 02:04:43 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: 1322/2661] 10.0.0.141 () {30 vars in 668 bytes} [Sun May 10 02:04:43 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: 1340/2662] 10.0.0.141 () {30 vars in 704 bytes} [Sun May 10 02:04:43 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: 1323/2663] 10.0.0.141 () {30 vars in 730 bytes} [Sun May 10 02:04:43 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1341/2664] 10.0.0.141 () {30 vars in 682 bytes} [Sun May 10 02:04:43 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1324/2665] 10.0.0.141 () {34 vars in 704 bytes} [Sun May 10 02:04:43 2026] POST /v2.0/ports => generated 1128 bytes in 308 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: 1326/2668] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:04:46 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1343/2669] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:04:46 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: 1327/2670] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:04:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1344/2671] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:04:46 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: 1328/2672] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:04:46 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1345/2673] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:04:46 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: 1329/2674] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:04:46 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: 1346/2675] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:04:46 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2676] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:04:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:04:46.610 8 INFO neutron.api.v2.resource [None req-e58e864e-c58d-4313-935f-1c60e47e3852 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1347/2677] 199.204.45.222 () {30 vars in 763 bytes} [Sun May 10 02:04:46 2026] GET /v2.0/security-groups/lb-5f1d95b3-1385-4354-bbad-15a34a70467c => 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: 1331/2678] 199.204.45.222 () {30 vars in 785 bytes} [Sun May 10 02:04:46 2026] GET /v2.0/security-groups?name=lb-5f1d95b3-1385-4354-bbad-15a34a70467c => generated 23 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2679] 199.204.45.222 () {34 vars in 736 bytes} [Sun May 10 02:04:46 2026] POST /v2.0/security-groups => generated 1638 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1332/2680] 199.204.45.222 () {30 vars in 815 bytes} [Sun May 10 02:04:46 2026] GET /v2.0/security-group-rules?security_group_id=6f68a704-f570-46c5-81ab-6ebfd6e5b771 => generated 1182 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2681] 199.204.45.222 () {34 vars in 789 bytes} [Sun May 10 02:04:46 2026] PUT /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1333/2682] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:04:47 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1350/2683] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:04:47 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: 1334/2684] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:04:47 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: 1351/2685] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:04:47 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: 1335/2686] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:04:47 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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: 1352/2687] 10.0.0.138 () {34 vars in 1016 bytes} [Sun May 10 02:04:54 2026] GET /v2.0/security-groups?id=1db2f2cb-be33-4533-8fe7-7014963a3c35&fields=id => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2688] 10.0.0.138 () {34 vars in 982 bytes} [Sun May 10 02:04:54 2026] GET /v2.0/networks?id=c632d04e-a450-40b5-be41-9bc10c921d23 => generated 735 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1353/2689] 10.0.0.138 () {34 vars in 965 bytes} [Sun May 10 02:04:54 2026] GET /v2.0/quotas/81b2a96e8db94c1bac9fcb836b1e00d9 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1337/2690] 10.0.0.138 () {34 vars in 1002 bytes} [Sun May 10 02:04:54 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&fields=id => generated 149 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2691] 10.0.0.138 () {34 vars in 1008 bytes} [Sun May 10 02:04:54 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?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: 1338/2692] 10.0.0.138 () {34 vars in 1108 bytes} [Sun May 10 02:04:54 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?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: 1355/2693] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:04:55 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 12 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1339/2694] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:04:55 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 12 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1356/2695] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:04:58 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => 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: 1340/2696] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:04:58 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => 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: 1358/2699] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:04:59 2026] GET /v2.0/networks?id=c632d04e-a450-40b5-be41-9bc10c921d23 => generated 735 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2700] 199.204.45.222 () {34 vars in 1050 bytes} [Sun May 10 02:04:59 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9 => generated 343 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1359/2701] 199.204.45.222 () {38 vars in 955 bytes} [Sun May 10 02:04:59 2026] POST /v2.0/ports => generated 1078 bytes in 280 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1343/2702] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:04:59 2026] PUT /v2.0/ports/f09cb020-a28f-438f-ace7-98ede4bc3985 => generated 1239 bytes in 405 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:05:00.107 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1606acfb-e2fb-4483-a1c2-433cb4c20c31'] response: {'name': 'network-changed', 'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'tag': 'f09cb020-a28f-438f-ace7-98ede4bc3985', '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: 1360/2703] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:05:00 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 1242 bytes in 27 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: 1344/2704] 199.204.45.222 () {34 vars in 1018 bytes} [Sun May 10 02:05:00 2026] GET /v2.0/networks?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&shared=False => 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: 1361/2705] 199.204.45.222 () {34 vars in 930 bytes} [Sun May 10 02:05:00 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1345/2706] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:05:01 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 1242 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2707] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:05:01 2026] GET /v2.0/security-groups?id=1db2f2cb-be33-4533-8fe7-7014963a3c35&fields=id&fields=name => generated 96 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1346/2708] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:05:01 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => 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: 1363/2709] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:05:01 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 1242 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2710] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:05:01 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.46&port_id=f09cb020-a28f-438f-ace7-98ede4bc3985 => 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: 1364/2711] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:05:01 2026] GET /v2.0/subnets?id=ea80efbd-4e0d-4d26-a1e2-59574318993c => 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: 1348/2712] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:05:01 2026] GET /v2.0/ports?network_id=c632d04e-a450-40b5-be41-9bc10c921d23&device_owner=network%3Adhcp => generated 1244 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1365/2713] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:05:01 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2714] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:05:02 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 517 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2715] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:05:04 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => 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: 1350/2716] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:05:04 2026] GET /v2.0/security-groups?id=1db2f2cb-be33-4533-8fe7-7014963a3c35&fields=id&fields=name => generated 96 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2717] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:05:04 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 1242 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1351/2718] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:05:06 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => 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: 1368/2719] 199.204.45.222 () {34 vars in 1044 bytes} [Sun May 10 02:05:06 2026] GET /v2.0/security-groups?id=1db2f2cb-be33-4533-8fe7-7014963a3c35&fields=id&fields=name => generated 96 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2720] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:05:07 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => 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: 1369/2721] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:05:07 2026] GET /v2.0/security-groups?id=1db2f2cb-be33-4533-8fe7-7014963a3c35&fields=id&fields=name => generated 96 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2722] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:05:07 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1370/2723] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:05:10 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => 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: 1354/2724] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:05:10 2026] GET /v2.0/security-groups?id=1db2f2cb-be33-4533-8fe7-7014963a3c35&fields=id&fields=name => generated 96 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2725] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:05:10 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => 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: 1375/2732] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:05:45 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: 1358/2733] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:05:45 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: 1376/2734] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:05:45 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: 1359/2735] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:05:45 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: 1377/2736] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:05:45 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 676 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2737] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:05:45 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1378/2738] 199.204.45.222 () {34 vars in 717 bytes} [Sun May 10 02:05:45 2026] POST /v2.0/ports => generated 1059 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2739] 10.0.0.138 () {34 vars in 971 bytes} [Sun May 10 02:05:46 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1059 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1379/2740] 10.0.0.138 () {34 vars in 907 bytes} [Sun May 10 02:05:46 2026] GET /v2.0/extensions => generated 21537 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2741] 199.204.45.222 () {34 vars in 1262 bytes} [Sun May 10 02:05:47 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 104 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2742] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:05:47 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1363/2743] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:05:47 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1381/2744] 199.204.45.222 () {34 vars in 975 bytes} [Sun May 10 02:05:47 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1059 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1364/2745] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:05:48 2026] GET /v2.0/networks?id=817f128c-9561-4e08-982e-1ed749792cb7 => generated 803 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2746] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:05:48 2026] PUT /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1249 bytes in 354 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:05:48.529 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3ac858ce-cbeb-4b94-9ccc-39eb23cda0a2'] response: {'name': 'network-changed', 'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'tag': '3dff8fa3-75a7-4a18-bfe2-54c4f0b94961', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1365/2747] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:05:49 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2485 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2748] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:05:49 2026] GET /v2.0/networks?id=817f128c-9561-4e08-982e-1ed749792cb7 => generated 803 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1366/2749] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:05:49 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => 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: 1384/2750] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:05:49 2026] GET /v2.0/subnets?id=4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 679 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1367/2751] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:05:49 2026] GET /v2.0/ports?network_id=817f128c-9561-4e08-982e-1ed749792cb7&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1385/2752] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:05:49 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1368/2753] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:05:49 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1386/2754] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2485 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2755] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.46&port_id=f09cb020-a28f-438f-ace7-98ede4bc3985 => 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: 1387/2756] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/subnets?id=ea80efbd-4e0d-4d26-a1e2-59574318993c => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2757] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/ports?network_id=c632d04e-a450-40b5-be41-9bc10c921d23&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: 1388/2758] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2759] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?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: 1389/2760] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => 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: 1372/2761] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/subnets?id=4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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: 1390/2762] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/ports?network_id=817f128c-9561-4e08-982e-1ed749792cb7&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2763] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1391/2764] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:05:50 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1374/2765] 10.0.0.138 () {34 vars in 971 bytes} [Sun May 10 02:05:54 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1251 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1392/2766] 199.204.45.222 () {34 vars in 789 bytes} [Sun May 10 02:05:54 2026] PUT /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1275 bytes in 196 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:05:55.078 7 INFO neutron.api.v2.resource [None req-f0010c37-a19c-41d5-b8c0-653411882106 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1375/2767] 199.204.45.222 () {30 vars in 763 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/security-groups/lb-5f1d95b3-1385-4354-bbad-15a34a70467c => generated 149 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:05:55.100 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-66edc631-f166-4c64-a6ea-6c953029787f'] response: {'name': 'network-changed', 'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'tag': '3dff8fa3-75a7-4a18-bfe2-54c4f0b94961', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1393/2768] 199.204.45.222 () {30 vars in 785 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/security-groups?name=lb-5f1d95b3-1385-4354-bbad-15a34a70467c => generated 1639 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1376/2769] 199.204.45.222 () {34 vars in 789 bytes} [Sun May 10 02:05:55 2026] PUT /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1313 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:05:55.446 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-3be00b56-68d4-4cba-980b-a402a4d99929'] response: {'name': 'network-changed', 'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'tag': '3dff8fa3-75a7-4a18-bfe2-54c4f0b94961', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1394/2770] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1377/2771] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1378/2772] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2773] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:05:55 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: 1395/2774] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1380/2775] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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: 1396/2776] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/networks?id=817f128c-9561-4e08-982e-1ed749792cb7 => generated 803 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2777] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1397/2778] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => 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: 1382/2779] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1349 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1398/2780] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/subnets?id=4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 679 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2781] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2782] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/ports?network_id=817f128c-9561-4e08-982e-1ed749792cb7&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: 1384/2783] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7 => generated 800 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2784] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1385/2785] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2786] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1386/2787] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:05:55 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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: 1402/2788] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2585 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2789] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/networks?id=817f128c-9561-4e08-982e-1ed749792cb7 => generated 803 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2790] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:05:56 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => 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: 1388/2791] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:05:57 2026] GET /v2.0/subnets?id=4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 679 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2792] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:05:57 2026] GET /v2.0/ports?network_id=817f128c-9561-4e08-982e-1ed749792cb7&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2793] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:05:57 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1405/2794] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:05:57 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:06:04.725 7 INFO neutron.db.l3_db [None req-c94420a4-e26f-4988-96b3-2afe46f40c3d 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Floating IP dc76186e-63d3-4efd-846e-50ffb54a8e4e associated. External IP: 10.96.250.213, port: 59139843-2992-4457-bd3a-1f14525f6010. [pid: 7|app: 0|req: 1391/2797] 10.0.0.189 () {34 vars in 677 bytes} [Sun May 10 02:06:03 2026] POST /v2.0/floatingips => generated 898 bytes in 1044 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2798] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:06:09 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2799] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:06:09 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2800] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:06:09 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1393/2801] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:06:09 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:06:09.839 8 INFO neutron.api.v2.resource [None req-66d2eaba-7676-47a6-a5ec-ffa2d461c42b 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1409/2802] 199.204.45.222 () {30 vars in 763 bytes} [Sun May 10 02:06:09 2026] GET /v2.0/security-groups/lb-5f1d95b3-1385-4354-bbad-15a34a70467c => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1394/2803] 199.204.45.222 () {30 vars in 785 bytes} [Sun May 10 02:06:09 2026] GET /v2.0/security-groups?name=lb-5f1d95b3-1385-4354-bbad-15a34a70467c => generated 1639 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2804] 199.204.45.222 () {30 vars in 815 bytes} [Sun May 10 02:06:09 2026] GET /v2.0/security-group-rules?security_group_id=6f68a704-f570-46c5-81ab-6ebfd6e5b771 => generated 1182 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1395/2805] 199.204.45.222 () {34 vars in 747 bytes} [Sun May 10 02:06:09 2026] POST /v2.0/security-group-rules => generated 597 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2806] 199.204.45.222 () {34 vars in 747 bytes} [Sun May 10 02:06:10 2026] POST /v2.0/security-group-rules => generated 601 bytes in 109 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2809] 10.0.0.141 () {30 vars in 690 bytes} [Sun May 10 02:06:16 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2810] 10.0.0.141 () {30 vars in 692 bytes} [Sun May 10 02:06:16 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2811] 10.0.0.141 () {30 vars in 668 bytes} [Sun May 10 02:06:16 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2812] 10.0.0.141 () {30 vars in 704 bytes} [Sun May 10 02:06:16 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: 1415/2813] 10.0.0.141 () {28 vars in 439 bytes} [Sun May 10 02:06:17 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2814] 10.0.0.141 () {30 vars in 728 bytes} [Sun May 10 02:06:17 2026] GET /v2.0/subnets/6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1416/2815] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:06:18 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: 1400/2816] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:06:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1417/2817] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:06:18 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: 1401/2818] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:06: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: 1418/2819] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:18 2026] GET /v2.0/subnets/6bdd7274-552c-4c70-ab8b-874dccde5752 => 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: 1402/2820] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:06:18 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2585 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2821] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:06:18 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: 1403/2822] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:06:18 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1420/2823] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:06:18 2026] GET /v2.0/extensions/qos => generated 166 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2824] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:06:18 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1421/2825] 199.204.45.222 () {34 vars in 717 bytes} [Sun May 10 02:06:18 2026] POST /v2.0/ports => generated 1328 bytes in 303 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2826] 10.0.0.138 () {34 vars in 971 bytes} [Sun May 10 02:06:19 2026] GET /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 1328 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: 8|app: 0|req: 1422/2827] 199.204.45.222 () {34 vars in 1262 bytes} [Sun May 10 02:06:20 2026] GET /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2828] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:20 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1423/2829] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:20 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1407/2830] 199.204.45.222 () {34 vars in 975 bytes} [Sun May 10 02:06:20 2026] GET /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 1328 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1424/2831] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:06:20 2026] GET /v2.0/networks?id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1408/2832] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:06:20 2026] PUT /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 1518 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:06:21.196 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-18a4ecbc-8b38-4601-924a-7677df01d9a4'] response: {'name': 'network-changed', 'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'tag': 'c23ea663-a792-4aac-80fb-5638c283d5e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1425/2833] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 4095 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1409/2834] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/networks?id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1426/2835] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=c23ea663-a792-4aac-80fb-5638c283d5e2 => 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: 1410/2836] 199.204.45.222 () {34 vars in 1104 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A206&port_id=c23ea663-a792-4aac-80fb-5638c283d5e2 => 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: 1427/2837] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/subnets?id=75a3a337-7235-4399-a576-983c39a5e4db&id=6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2838] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2839] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&device_owner=network%3Adhcp => generated 1457 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2840] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:21 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1429/2841] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:22 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1413/2842] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 4095 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2843] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.46&port_id=f09cb020-a28f-438f-ace7-98ede4bc3985 => 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: 1414/2844] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/subnets?id=ea80efbd-4e0d-4d26-a1e2-59574318993c => generated 654 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1431/2845] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/ports?network_id=c632d04e-a450-40b5-be41-9bc10c921d23&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: 7|app: 0|req: 1415/2846] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?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: 1432/2847] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?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: 1416/2848] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => 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: 1433/2849] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/subnets?id=4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2850] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/ports?network_id=817f128c-9561-4e08-982e-1ed749792cb7&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: 1434/2851] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1418/2852] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1435/2853] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1419/2854] 199.204.45.222 () {34 vars in 1104 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A206&port_id=c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2855] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/subnets?id=75a3a337-7235-4399-a576-983c39a5e4db&id=6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 1410 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2856] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2857] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2858] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1438/2859] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:23 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1422/2860] 10.0.0.138 () {34 vars in 971 bytes} [Sun May 10 02:06:27 2026] GET /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 1520 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1439/2861] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:06:27 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 798 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1423/2862] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:27 2026] GET /v2.0/subnets/6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2863] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:27 2026] GET /v2.0/subnets/75a3a337-7235-4399-a576-983c39a5e4db => generated 744 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2864] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:06:27 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: 8|app: 0|req: 1441/2865] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:06:27 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: 1425/2866] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:06:27 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1442/2867] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:06:27 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: 1426/2868] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:27 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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: 1443/2869] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:06:28 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2870] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:06:28 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1349 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2871] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:28 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2872] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:06:28 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2873] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:06:28 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1429/2874] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:28 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 676 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2877] 10.0.0.141 () {30 vars in 690 bytes} [Sun May 10 02:06:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1447/2878] 10.0.0.141 () {30 vars in 692 bytes} [Sun May 10 02:06:32 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2879] 10.0.0.141 () {30 vars in 668 bytes} [Sun May 10 02:06:32 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: 1448/2880] 10.0.0.141 () {30 vars in 704 bytes} [Sun May 10 02:06:32 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: 1433/2881] 10.0.0.141 () {28 vars in 439 bytes} [Sun May 10 02:06:33 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: 1449/2882] 10.0.0.141 () {30 vars in 728 bytes} [Sun May 10 02:06:33 2026] GET /v2.0/subnets/ae79e4ff-f898-445a-927c-d38a06d71af5 => generated 655 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1434/2883] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:06:34 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: 1450/2884] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:06:34 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: 1435/2885] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:06:34 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: 1451/2886] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:06:34 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: 1436/2887] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:34 2026] GET /v2.0/subnets/6bdd7274-552c-4c70-ab8b-874dccde5752 => 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: 1452/2888] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:34 2026] GET /v2.0/subnets/ae79e4ff-f898-445a-927c-d38a06d71af5 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2889] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:06:34 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 4097 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2890] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:06:34 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: 1438/2891] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:06:34 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: 1454/2892] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:06:34 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: 1439/2893] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:06:34 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: 1455/2894] 199.204.45.222 () {34 vars in 717 bytes} [Sun May 10 02:06:34 2026] POST /v2.0/ports => generated 1332 bytes in 335 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2895] 10.0.0.138 () {34 vars in 971 bytes} [Sun May 10 02:06:35 2026] GET /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 1332 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1456/2896] 10.0.0.138 () {34 vars in 907 bytes} [Sun May 10 02:06:35 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: 1441/2897] 199.204.45.222 () {34 vars in 1262 bytes} [Sun May 10 02:06:36 2026] GET /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1457/2898] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:36 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1442/2899] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:36 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2900] 199.204.45.222 () {34 vars in 975 bytes} [Sun May 10 02:06:36 2026] GET /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 1332 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2901] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:06:36 2026] GET /v2.0/networks?id=1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 801 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1459/2902] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:06:36 2026] PUT /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 1522 bytes in 438 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:06:37.356 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a67a5e90-5d99-44e1-adcf-0ee7dfbdd271'] response: {'name': 'network-changed', 'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'tag': 'eef348c4-71aa-40e1-8c37-cacc6127c6b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1444/2903] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:06:37 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 5611 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1460/2904] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:06:37 2026] GET /v2.0/networks?id=1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 801 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1445/2905] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:06:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.218&port_id=eef348c4-71aa-40e1-8c37-cacc6127c6b1 => 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: 1461/2906] 199.204.45.222 () {34 vars in 1106 bytes} [Sun May 10 02:06:38 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a4&port_id=eef348c4-71aa-40e1-8c37-cacc6127c6b1 => 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: 1446/2907] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:06:38 2026] GET /v2.0/subnets?id=ae79e4ff-f898-445a-927c-d38a06d71af5&id=ef33f9eb-e951-4ff4-9ef4-4b8807743ac5 => generated 1414 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2908] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:38 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&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: 1447/2909] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:38 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&device_owner=network%3Adhcp => generated 1461 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2910] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:38 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1448/2911] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:38 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1464/2912] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 5611 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2913] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.46&port_id=f09cb020-a28f-438f-ace7-98ede4bc3985 => 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: 1465/2914] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/subnets?id=ea80efbd-4e0d-4d26-a1e2-59574318993c => generated 654 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2915] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/ports?network_id=c632d04e-a450-40b5-be41-9bc10c921d23&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2916] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?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: 1451/2917] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?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: 1467/2918] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => 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: 1452/2919] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/subnets?id=4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 679 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1468/2920] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/ports?network_id=817f128c-9561-4e08-982e-1ed749792cb7&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: 1453/2921] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1469/2922] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1454/2923] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2924] 199.204.45.222 () {34 vars in 1104 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A206&port_id=c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2925] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/subnets?id=75a3a337-7235-4399-a576-983c39a5e4db&id=6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 1410 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1471/2926] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&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: 1456/2927] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&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: 8|app: 0|req: 1472/2928] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1457/2929] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:39 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1473/2930] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:06:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.218&port_id=eef348c4-71aa-40e1-8c37-cacc6127c6b1 => 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: 1458/2931] 199.204.45.222 () {34 vars in 1106 bytes} [Sun May 10 02:06:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A1a4&port_id=eef348c4-71aa-40e1-8c37-cacc6127c6b1 => 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: 1474/2932] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:06:40 2026] GET /v2.0/subnets?id=ae79e4ff-f898-445a-927c-d38a06d71af5&id=ef33f9eb-e951-4ff4-9ef4-4b8807743ac5 => generated 1414 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2933] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:40 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&device_owner=network%3Adhcp => generated 1461 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2934] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:40 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&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: 1460/2935] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:40 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2936] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:40 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1461/2937] 10.0.0.138 () {34 vars in 971 bytes} [Sun May 10 02:06:44 2026] GET /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 1524 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2940] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:06:44 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2941] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:44 2026] GET /v2.0/subnets/ae79e4ff-f898-445a-927c-d38a06d71af5 => 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: 1478/2942] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:44 2026] GET /v2.0/subnets/ef33f9eb-e951-4ff4-9ef4-4b8807743ac5 => generated 748 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/2943] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:06:44 2026] GET /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 1520 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2944] 199.204.45.222 () {34 vars in 790 bytes} [Sun May 10 02:06:44 2026] PUT /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 1255 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:06:44.720 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3cead5c9-b2e3-4065-8416-d3fc7f0b5adb'] response: {'name': 'network-changed', 'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'tag': 'c23ea663-a792-4aac-80fb-5638c283d5e2', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1466/2945] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:06:44 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 798 bytes in 64 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: 1480/2946] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:44 2026] GET /v2.0/subnets/6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 673 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1467/2947] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:06:44 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1481/2948] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:06:44 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: 1468/2949] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:06:44 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: 1482/2950] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:06:44 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: 1469/2951] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:44 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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: 1483/2952] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:06:44 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/2953] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1349 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2954] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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: 1471/2955] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7 => generated 800 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2956] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/2957] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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: 1486/2958] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 5384 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/2959] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/networks?id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 801 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2960] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1474/2961] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/subnets?id=6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2962] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&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: 1475/2963] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?fields=segments => generated 14 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2964] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:45 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1476/2965] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:06:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1490/2966] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:06:58 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: 1477/2967] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:06:58 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: 1491/2968] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:06:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1478/2969] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:58 2026] GET /v2.0/subnets/6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 673 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2970] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:06:58 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 5384 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1479/2971] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:06:58 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: 1493/2972] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:06:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1480/2973] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:06:58 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: 1494/2974] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:06:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1481/2975] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:06:58 2026] GET /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 1524 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1495/2976] 199.204.45.222 () {34 vars in 790 bytes} [Sun May 10 02:06:58 2026] PUT /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 1311 bytes in 314 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:06:58.892 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-5ef34bf4-252b-4bf8-8342-20a896f6513e'] response: {'name': 'network-changed', 'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'tag': 'eef348c4-71aa-40e1-8c37-cacc6127c6b1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1482/2977] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:06:58 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 798 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1496/2978] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:06:58 2026] GET /v2.0/subnets/ef33f9eb-e951-4ff4-9ef4-4b8807743ac5 => generated 748 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/2979] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:06:58 2026] GET /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 1347 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1497/2982] 199.204.45.222 () {34 vars in 789 bytes} [Sun May 10 02:06:59 2026] PUT /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 1080 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/2983] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:06:59 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 798 bytes in 34 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: 1498/2984] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:06:59 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 4976 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1487/2985] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:06:59 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 4976 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1488/2986] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:06:59 2026] GET /v2.0/networks?id=1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 801 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1499/2987] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:06:59 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 4976 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1489/2988] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:06:59 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1500/2989] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:06:59 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1490/2990] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:00 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 4976 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:00.931 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9138987c-d040-4f9c-b5ff-ea73be3b48ab'] response: {'name': 'network-changed', 'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'tag': 'eef348c4-71aa-40e1-8c37-cacc6127c6b1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1501/2991] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:07:01 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 4976 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/2992] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:07:01 2026] GET /v2.0/networks?id=1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 801 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1502/2993] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:07:01 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1492/2994] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:01 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 4976 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2995] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:07:01 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1493/2996] 199.204.45.222 () {34 vars in 975 bytes} [Sun May 10 02:07:01 2026] GET /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 1116 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2997] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:07:01 2026] GET /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/2998] 199.204.45.222 () {34 vars in 1016 bytes} [Sun May 10 02:07:01 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?fields=dns_domain => generated 29 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2999] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:07:01 2026] PUT /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 917 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3000] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:02 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 3868 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:07:02.813 8 INFO neutron_taas.services.taas.taas_plugin [None req-564ec38e-220b-4358-8391-919ff209a10b 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: eef348c4-71aa-40e1-8c37-cacc6127c6b1 2026-05-10 02:07:02.817 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-564ec38e-220b-4358-8391-919ff209a10b 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: eef348c4-71aa-40e1-8c37-cacc6127c6b1 [pid: 8|app: 0|req: 1506/3001] 199.204.45.222 () {32 vars in 759 bytes} [Sun May 10 02:07:02 2026] DELETE /v2.0/ports/eef348c4-71aa-40e1-8c37-cacc6127c6b1 => generated 0 bytes in 212 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3002] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:07:03 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: 1507/3003] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:07:03 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: 1497/3004] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:07:03 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: 1508/3005] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:07:03 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: 1498/3006] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 676 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/3007] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3008] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1349 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/3009] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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: 1500/3010] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7 => generated 800 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/3011] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3012] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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: 1512/3013] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 3868 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3014] 199.204.45.222 () {34 vars in 1226 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/networks?id=c632d04e-a450-40b5-be41-9bc10c921d23&id=817f128c-9561-4e08-982e-1ed749792cb7&id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&id=1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 3098 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1513/3015] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.46&port_id=f09cb020-a28f-438f-ace7-98ede4bc3985 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3016] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/subnets?id=ea80efbd-4e0d-4d26-a1e2-59574318993c => generated 654 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1514/3017] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/ports?network_id=c632d04e-a450-40b5-be41-9bc10c921d23&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: 1504/3018] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?fields=segments => generated 14 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1515/3019] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?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: 1505/3020] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:07:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => 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: 1516/3021] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/subnets?id=4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 679 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1506/3022] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/ports?network_id=817f128c-9561-4e08-982e-1ed749792cb7&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: 1517/3023] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1507/3024] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/3025] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.120&port_id=c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1508/3026] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/subnets?id=6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 676 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/3027] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&device_owner=network%3Adhcp => generated 1457 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1509/3028] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?fields=segments => generated 14 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/3029] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:07:04 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1510/3030] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:07:08 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: 1521/3031] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:07:08 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: 1511/3032] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:07: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: 8|app: 0|req: 1522/3033] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:07: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: 7|app: 0|req: 1512/3034] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:08 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 3868 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/3035] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:07:08 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3036] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:07:08 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1524/3037] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:07:08 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: 7|app: 0|req: 1514/3038] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:07: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: 1525/3039] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:07:08 2026] GET /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 1291 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1515/3040] 199.204.45.222 () {34 vars in 789 bytes} [Sun May 10 02:07:08 2026] PUT /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 1080 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:09.051 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd0184c1-e084-437b-bc86-c90109f13bd6'] response: {'name': 'network-changed', 'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'tag': 'c23ea663-a792-4aac-80fb-5638c283d5e2', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1526/3041] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:07:09 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 798 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1516/3042] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:09 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 3693 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/3043] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:09 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 3693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1517/3044] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:07:09 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 3693 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/3045] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:07:09 2026] GET /v2.0/networks?id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 801 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3046] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:07:09 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?fields=segments => generated 14 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/3047] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:07:09 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1519/3048] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:10 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 3693 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/3049] 199.204.45.222 () {34 vars in 975 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 1116 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1520/3050] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/3051] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 3693 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1521/3052] 199.204.45.222 () {34 vars in 1016 bytes} [Sun May 10 02:07:11 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?fields=dns_domain => generated 29 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/3053] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:07:11 2026] PUT /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 917 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3054] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2585 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:07:12.527 8 INFO neutron_taas.services.taas.taas_plugin [None req-a0925cf8-467e-4e44-8190-b1ad016c3f97 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: c23ea663-a792-4aac-80fb-5638c283d5e2 2026-05-10 02:07:12.530 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a0925cf8-467e-4e44-8190-b1ad016c3f97 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: c23ea663-a792-4aac-80fb-5638c283d5e2 [pid: 8|app: 0|req: 1533/3055] 199.204.45.222 () {32 vars in 759 bytes} [Sun May 10 02:07:12 2026] DELETE /v2.0/ports/c23ea663-a792-4aac-80fb-5638c283d5e2 => generated 0 bytes in 215 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1523/3056] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:07:12 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: 1534/3057] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:07:12 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: 1524/3058] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:07:12 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: 1535/3059] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:07:12 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: 1525/3060] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3061] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1526/3062] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1349 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1537/3063] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 676 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1527/3064] 199.204.45.222 () {30 vars in 743 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7 => generated 800 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1538/3065] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:07:12 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3066] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => 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/3067] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2585 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3068] 199.204.45.222 () {34 vars in 1146 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/networks?id=c632d04e-a450-40b5-be41-9bc10c921d23&id=817f128c-9561-4e08-982e-1ed749792cb7&id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 2311 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3069] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.46&port_id=f09cb020-a28f-438f-ace7-98ede4bc3985 => 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: 1530/3070] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/subnets?id=ea80efbd-4e0d-4d26-a1e2-59574318993c => generated 654 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1541/3071] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/ports?network_id=c632d04e-a450-40b5-be41-9bc10c921d23&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: 1531/3072] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?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: 1542/3073] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?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: 1532/3074] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.240&port_id=3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => 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: 1543/3075] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/subnets?id=4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 679 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3076] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/ports?network_id=817f128c-9561-4e08-982e-1ed749792cb7&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1544/3077] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?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: 1534/3078] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:07:13 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1536/3081] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:07:24 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1546/3082] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:07:24 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1537/3083] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:07:24 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: 1547/3084] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:07:24 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:07:24.674 7 INFO neutron.api.v2.resource [None req-e1c7baca-9079-4189-927a-a27ac0bbe953 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1538/3085] 199.204.45.222 () {30 vars in 763 bytes} [Sun May 10 02:07:24 2026] GET /v2.0/security-groups/lb-5f1d95b3-1385-4354-bbad-15a34a70467c => generated 149 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1548/3086] 199.204.45.222 () {30 vars in 785 bytes} [Sun May 10 02:07:24 2026] GET /v2.0/security-groups?name=lb-5f1d95b3-1385-4354-bbad-15a34a70467c => generated 2865 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1539/3087] 199.204.45.222 () {30 vars in 815 bytes} [Sun May 10 02:07:24 2026] GET /v2.0/security-group-rules?security_group_id=6f68a704-f570-46c5-81ab-6ebfd6e5b771 => generated 2334 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1549/3088] 199.204.45.222 () {32 vars in 789 bytes} [Sun May 10 02:07:24 2026] DELETE /v2.0/security-group-rules/f3ab7906-fba6-433d-8ac4-e62fcdec43b2 => 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: 1540/3089] 199.204.45.222 () {32 vars in 789 bytes} [Sun May 10 02:07:24 2026] DELETE /v2.0/security-group-rules/f9aba383-1b3e-4f35-8dd8-0d5ed1d510e3 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:07:28.567 8 INFO neutron_taas.services.taas.taas_plugin [None req-9747df36-149d-46e1-a0f2-28efadd90156 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: d03cc0ab-2a55-4550-9dae-ab67122896d3 2026-05-10 02:07:28.570 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9747df36-149d-46e1-a0f2-28efadd90156 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: d03cc0ab-2a55-4550-9dae-ab67122896d3 2026-05-10 02:07:28.747 8 INFO neutron.db.l3_db [None req-9747df36-149d-46e1-a0f2-28efadd90156 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Floating IP dc76186e-63d3-4efd-846e-50ffb54a8e4e disassociated (deleted). External IP: 10.96.250.213, port: 59139843-2992-4457-bd3a-1f14525f6010. [pid: 8|app: 0|req: 1550/3090] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:07:28 2026] DELETE /v2.0/floatingips/dc76186e-63d3-4efd-846e-50ffb54a8e4e => generated 0 bytes in 584 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:07:29.053 7 INFO neutron.api.v2.resource [None req-3932947d-58ee-4a5e-a3fc-8d4423b7a059 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1541/3091] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:07:29 2026] GET /v2.0/floatingips/dc76186e-63d3-4efd-846e-50ffb54a8e4e => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1543/3094] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:07:29 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: 1552/3095] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:07:29 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: 1544/3096] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:07: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: 1553/3097] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:07: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) 2026-05-10 02:07:29.759 7 INFO neutron.api.v2.resource [None req-42777c54-2b79-4e9a-aae3-59e16cc47983 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1545/3098] 199.204.45.222 () {30 vars in 763 bytes} [Sun May 10 02:07:29 2026] GET /v2.0/security-groups/lb-5f1d95b3-1385-4354-bbad-15a34a70467c => generated 149 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3099] 199.204.45.222 () {30 vars in 785 bytes} [Sun May 10 02:07:29 2026] GET /v2.0/security-groups?name=lb-5f1d95b3-1385-4354-bbad-15a34a70467c => generated 1639 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1546/3100] 199.204.45.222 () {30 vars in 815 bytes} [Sun May 10 02:07:29 2026] GET /v2.0/security-group-rules?security_group_id=6f68a704-f570-46c5-81ab-6ebfd6e5b771 => generated 1182 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3101] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:07:29 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: 1547/3102] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:07:29 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: 1556/3103] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:07:29 2026] GET /v2.0/extensions/qos => generated 166 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1548/3104] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:07: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: 8|app: 0|req: 1557/3105] 199.204.45.222 () {30 vars in 741 bytes} [Sun May 10 02:07:29 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 676 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1549/3106] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:29 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2585 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3107] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:30 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2585 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1550/3108] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:30 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2585 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3109] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:31 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2585 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1551/3110] 199.204.45.222 () {34 vars in 975 bytes} [Sun May 10 02:07:32 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1349 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3111] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:07:32 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1552/3112] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:32 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 2585 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3113] 199.204.45.222 () {34 vars in 1016 bytes} [Sun May 10 02:07:32 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7?fields=dns_domain => generated 29 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3114] 199.204.45.222 () {38 vars in 1028 bytes} [Sun May 10 02:07:32 2026] PUT /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1150 bytes in 280 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3115] 199.204.45.222 () {30 vars in 769 bytes} [Sun May 10 02:07:33 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 1244 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: 1554/3116] 199.204.45.222 () {34 vars in 789 bytes} [Sun May 10 02:07:33 2026] PUT /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1090 bytes in 201 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3117] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:07:33 2026] GET /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 1090 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-10 02:07:33.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-40f6192f-2dc5-4864-adac-3f775d0b9f2e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 2026-05-10 02:07:33.729 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-40f6192f-2dc5-4864-adac-3f775d0b9f2e 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 [pid: 7|app: 0|req: 1555/3118] 199.204.45.222 () {32 vars in 759 bytes} [Sun May 10 02:07:33 2026] DELETE /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 0 bytes in 249 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3119] 199.204.45.222 () {30 vars in 703 bytes} [Sun May 10 02:07:33 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: 1556/3120] 199.204.45.222 () {30 vars in 705 bytes} [Sun May 10 02:07:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3121] 199.204.45.222 () {30 vars in 681 bytes} [Sun May 10 02:07:33 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: 1557/3122] 199.204.45.222 () {30 vars in 717 bytes} [Sun May 10 02:07:33 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:07:34.016 8 INFO neutron.pecan_wsgi.hooks.translation [None req-21e49037-f199-45ef-ac8b-15f2fb941341 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1566/3123] 199.204.45.222 () {32 vars in 759 bytes} [Sun May 10 02:07:34 2026] DELETE /v2.0/ports/3dff8fa3-75a7-4a18-bfe2-54c4f0b94961 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3124] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:34.076 8 INFO neutron.api.v2.resource [None req-74c1d04d-d33e-473e-b9ba-01baf08b6c92 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1567/3125] 199.204.45.222 () {30 vars in 763 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/security-groups/lb-5f1d95b3-1385-4354-bbad-15a34a70467c => 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: 1559/3126] 199.204.45.222 () {30 vars in 785 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/security-groups?name=lb-5f1d95b3-1385-4354-bbad-15a34a70467c => generated 1639 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3127] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/ports?tenant_id=81b2a96e8db94c1bac9fcb836b1e00d9&device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => 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: 1560/3128] 199.204.45.222 () {30 vars in 737 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1128 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1569/3129] 199.204.45.222 () {34 vars in 1066 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/networks?id=c632d04e-a450-40b5-be41-9bc10c921d23&id=817f128c-9561-4e08-982e-1ed749792cb7 => generated 1524 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3130] 199.204.45.222 () {34 vars in 1060 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.1.46&port_id=f09cb020-a28f-438f-ace7-98ede4bc3985 => generated 19 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3131] 199.204.45.222 () {34 vars in 984 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/subnets?id=ea80efbd-4e0d-4d26-a1e2-59574318993c => generated 654 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3132] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/ports?network_id=c632d04e-a450-40b5-be41-9bc10c921d23&device_owner=network%3Adhcp => generated 1244 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1573/3133] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?fields=segments => generated 14 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1574/3134] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:07:34 2026] GET /v2.0/networks/c632d04e-a450-40b5-be41-9bc10c921d23?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1561/3135] 199.204.45.222 () {34 vars in 789 bytes} [Sun May 10 02:07:34 2026] PUT /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 1090 bytes in 226 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1575/3136] 199.204.45.222 () {32 vars in 779 bytes} [Sun May 10 02:07:34 2026] DELETE /v2.0/security-groups/6f68a704-f570-46c5-81ab-6ebfd6e5b771 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:07:34.579 7 INFO neutron_taas.services.taas.taas_plugin [None req-0fc4344a-3d18-41e6-903d-6c718d9716b7 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: 59139843-2992-4457-bd3a-1f14525f6010 2026-05-10 02:07:34.582 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0fc4344a-3d18-41e6-903d-6c718d9716b7 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: 59139843-2992-4457-bd3a-1f14525f6010 [pid: 7|app: 0|req: 1562/3137] 199.204.45.222 () {32 vars in 759 bytes} [Sun May 10 02:07:34 2026] DELETE /v2.0/ports/59139843-2992-4457-bd3a-1f14525f6010 => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3138] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:07:37 2026] GET /v2.0/ports?device_id=76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8 => generated 1244 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:37.653 7 INFO neutron_taas.services.taas.taas_plugin [req-8a9792ab-c398-4428-aea9-517d75ddf8ae req-5c0c22f0-265e-4ace-8c7c-785e9c8be085 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] TaaS: Handle Delete Port: f09cb020-a28f-438f-ace7-98ede4bc3985 2026-05-10 02:07:37.657 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-8a9792ab-c398-4428-aea9-517d75ddf8ae req-5c0c22f0-265e-4ace-8c7c-785e9c8be085 0de5cc5cadd043c38b9c39392dac1d19 81b2a96e8db94c1bac9fcb836b1e00d9 - - default default] Tap Mirror: Handle Delete Port: f09cb020-a28f-438f-ace7-98ede4bc3985 [pid: 7|app: 0|req: 1563/3139] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:07:37 2026] DELETE /v2.0/ports/f09cb020-a28f-438f-ace7-98ede4bc3985 => generated 0 bytes in 257 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:07:37.835 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bd8c5b0e-09c7-4faf-9c44-12fc2750408d'] response: {'server_uuid': '76eb7ad7-4f3d-41d1-bd6c-76ba5806bec8', 'name': 'network-vif-deleted', 'tag': 'f09cb020-a28f-438f-ace7-98ede4bc3985', 'status': 'completed', 'code': 200} 2026-05-10 02:07:39.392 8 INFO neutron_taas.services.taas.taas_plugin [None req-8fd1d695-76ae-4151-b647-823321e7ccfa 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: 1580fedc-4f42-4b9c-903b-44ec52de7f98 2026-05-10 02:07:39.395 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8fd1d695-76ae-4151-b647-823321e7ccfa 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: 1580fedc-4f42-4b9c-903b-44ec52de7f98 2026-05-10 02:07:39.607 8 INFO neutron.db.l3_db [None req-8fd1d695-76ae-4151-b647-823321e7ccfa 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Floating IP dc4ade50-fa78-4194-8d22-cb3144f183e6 disassociated (deleted). External IP: 10.96.250.214, port: cb4f7e2c-35d2-4d06-8631-af4074919cc7. [pid: 8|app: 0|req: 1577/3140] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:07:39 2026] DELETE /v2.0/floatingips/dc4ade50-fa78-4194-8d22-cb3144f183e6 => generated 0 bytes in 648 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:07:39.916 7 INFO neutron.api.v2.resource [None req-f9d0350b-d061-407b-b41e-0b17985c8dd3 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1564/3141] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:07:39 2026] GET /v2.0/floatingips/dc4ade50-fa78-4194-8d22-cb3144f183e6 => generated 144 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:07:39.942 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-adfd8393-165e-4d8b-8071-4342a8839f7a'] response: {'name': 'network-changed', 'server_uuid': 'a4e698ff-b93c-405b-b8be-eccd840573cd', 'tag': 'cb4f7e2c-35d2-4d06-8631-af4074919cc7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1578/3142] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/ports?device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 1204 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1565/3143] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/security-groups?id=d3adf28e-f0ab-4880-9904-0dce79dbae8b&fields=id&fields=name => generated 111 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1579/3144] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/ports?tenant_id=0e0962cf88b34cf5a975e282229f96b2&device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 1473 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3145] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/networks?id=1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 801 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3146] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.202&port_id=cb4f7e2c-35d2-4d06-8631-af4074919cc7 => 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: 1567/3147] 199.204.45.222 () {34 vars in 1106 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3b4&port_id=cb4f7e2c-35d2-4d06-8631-af4074919cc7 => 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: 1581/3148] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/subnets?id=ae79e4ff-f898-445a-927c-d38a06d71af5&id=ef33f9eb-e951-4ff4-9ef4-4b8807743ac5 => generated 1414 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1568/3149] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&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: 1582/3150] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/ports?network_id=1c6cd88e-fc55-40da-95d8-d0e0c0177113&device_owner=network%3Adhcp => generated 1461 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3151] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?fields=segments => generated 14 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1583/3152] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:07:40 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113?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: 1570/3153] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:07:42 2026] GET /v2.0/ports?device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 1204 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:42.653 8 INFO neutron_taas.services.taas.taas_plugin [req-f792d07b-c13b-419b-a88c-acd3da63fb17 req-487f116e-3244-4a51-b78d-8d7bdccf5e5c 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: cb4f7e2c-35d2-4d06-8631-af4074919cc7 2026-05-10 02:07:42.655 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-f792d07b-c13b-419b-a88c-acd3da63fb17 req-487f116e-3244-4a51-b78d-8d7bdccf5e5c 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: cb4f7e2c-35d2-4d06-8631-af4074919cc7 [pid: 8|app: 0|req: 1584/3154] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:07:42 2026] DELETE /v2.0/ports/cb4f7e2c-35d2-4d06-8631-af4074919cc7 => generated 0 bytes in 252 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:07:42.867 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-9172d8de-5811-4a0b-be3b-97b66eb61cca'] response: {'server_uuid': 'a4e698ff-b93c-405b-b8be-eccd840573cd', 'name': 'network-vif-deleted', 'tag': 'cb4f7e2c-35d2-4d06-8631-af4074919cc7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1572/3157] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:07:45 2026] GET /v2.0/ports?device_id=a4e698ff-b93c-405b-b8be-eccd840573cd => generated 12 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-10 02:07:50.415 8 INFO neutron_taas.services.taas.taas_plugin [None req-b7d6528d-b1a4-4174-b80e-13c1fa7fd224 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: ac89621d-f6ad-4c75-ab74-28f6fe3d9b1d 2026-05-10 02:07:50.417 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b7d6528d-b1a4-4174-b80e-13c1fa7fd224 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: ac89621d-f6ad-4c75-ab74-28f6fe3d9b1d 2026-05-10 02:07:50.554 8 INFO neutron.db.l3_db [None req-b7d6528d-b1a4-4174-b80e-13c1fa7fd224 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Floating IP 1dbf67cb-fa89-4887-993a-9831f2d4ca0b disassociated (deleted). External IP: 10.96.250.208, port: 98c4ab24-0a81-499e-9e09-fda463a181db. [pid: 8|app: 0|req: 1586/3158] 10.0.0.189 () {32 vars in 732 bytes} [Sun May 10 02:07:50 2026] DELETE /v2.0/floatingips/1dbf67cb-fa89-4887-993a-9831f2d4ca0b => generated 0 bytes in 532 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:07:50.852 7 INFO neutron.api.v2.resource [None req-e6e2897d-1fd5-4cc5-9df5-4453f95b8364 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1573/3159] 10.0.0.189 () {32 vars in 729 bytes} [Sun May 10 02:07:50 2026] GET /v2.0/floatingips/1dbf67cb-fa89-4887-993a-9831f2d4ca0b => generated 144 bytes in 22 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:07:50.864 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e63dab60-b272-42b9-b3a2-c0be21c77486'] response: {'name': 'network-changed', 'server_uuid': '7ba1234c-4046-4cf7-85e3-37520c213517', 'tag': '98c4ab24-0a81-499e-9e09-fda463a181db', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1587/3160] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:07:50 2026] GET /v2.0/ports?device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => generated 1200 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1574/3161] 10.0.0.138 () {34 vars in 1040 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/security-groups?id=d3adf28e-f0ab-4880-9904-0dce79dbae8b&fields=id&fields=name => generated 111 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1588/3162] 199.204.45.222 () {34 vars in 1080 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/ports?tenant_id=0e0962cf88b34cf5a975e282229f96b2&device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => generated 1469 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1575/3163] 199.204.45.222 () {34 vars in 986 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/networks?id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 801 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1589/3164] 199.204.45.222 () {34 vars in 1058 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.188&port_id=98c4ab24-0a81-499e-9e09-fda463a181db => generated 19 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1576/3165] 199.204.45.222 () {34 vars in 1104 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A20f&port_id=98c4ab24-0a81-499e-9e09-fda463a181db => 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: 1590/3166] 199.204.45.222 () {34 vars in 1064 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/subnets?id=75a3a337-7235-4399-a576-983c39a5e4db&id=6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 1410 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3167] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3168] 199.204.45.222 () {34 vars in 1052 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/ports?network_id=cab5df11-eb45-4f4c-9ddb-93ee17f9a251&device_owner=network%3Adhcp => generated 1457 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3169] 199.204.45.222 () {34 vars in 1012 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1592/3170] 199.204.45.222 () {34 vars in 1112 bytes} [Sun May 10 02:07:51 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251?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: 1579/3171] 199.204.45.222 () {34 vars in 994 bytes} [Sun May 10 02:07:53 2026] GET /v2.0/ports?device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => generated 1200 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-10 02:07:53.539 8 INFO neutron_taas.services.taas.taas_plugin [req-e5c1eab2-74d8-4f22-901c-9b4dd856a9a0 req-2ef260d4-5cbb-42b3-bab4-4599cf79eb07 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: 98c4ab24-0a81-499e-9e09-fda463a181db 2026-05-10 02:07:53.541 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e5c1eab2-74d8-4f22-901c-9b4dd856a9a0 req-2ef260d4-5cbb-42b3-bab4-4599cf79eb07 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: 98c4ab24-0a81-499e-9e09-fda463a181db [pid: 8|app: 0|req: 1593/3172] 199.204.45.222 () {36 vars in 997 bytes} [Sun May 10 02:07:53 2026] DELETE /v2.0/ports/98c4ab24-0a81-499e-9e09-fda463a181db => generated 0 bytes in 220 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:07:53.695 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-38155b0f-86b1-4355-9296-975ee99bddde'] response: {'server_uuid': '7ba1234c-4046-4cf7-85e3-37520c213517', 'name': 'network-vif-deleted', 'tag': '98c4ab24-0a81-499e-9e09-fda463a181db', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1580/3173] 10.0.0.138 () {34 vars in 990 bytes} [Sun May 10 02:07:56 2026] GET /v2.0/ports?device_id=7ba1234c-4046-4cf7-85e3-37520c213517 => 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: 1582/3176] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:01 2026] DELETE /v2.0/security-group-rules/1fd3ed2e-5d6d-44a1-a17d-5fde96e39fe1 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:01.333 8 INFO neutron.api.v2.resource [None req-c80c3d16-3373-48a5-8278-783268822ab3 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1595/3177] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:01 2026] GET /v2.0/security-group-rules/1fd3ed2e-5d6d-44a1-a17d-5fde96e39fe1 => 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: 1583/3178] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:01 2026] DELETE /v2.0/security-group-rules/ad1b3330-f0e0-45ab-98e8-92ec016bbd20 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:01.420 8 INFO neutron.api.v2.resource [None req-fbf8ca96-5338-4bd8-93e2-1d9507e8a246 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1596/3179] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:01 2026] GET /v2.0/security-group-rules/ad1b3330-f0e0-45ab-98e8-92ec016bbd20 => 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: 1584/3180] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:01 2026] DELETE /v2.0/security-group-rules/ec6c750f-8be1-4505-8569-e9fe2733b790 => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:01.510 8 INFO neutron.api.v2.resource [None req-6bc2e348-d987-4351-9bc3-2eaea6667e20 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1597/3181] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:01 2026] GET /v2.0/security-group-rules/ec6c750f-8be1-4505-8569-e9fe2733b790 => generated 155 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1585/3182] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:01 2026] DELETE /v2.0/security-group-rules/67982bd2-2350-45a3-9fc4-c2ac40556365 => generated 0 bytes in 57 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:01.590 8 INFO neutron.api.v2.resource [None req-a486d815-3484-475e-8603-4984d43fde68 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1598/3183] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:01 2026] GET /v2.0/security-group-rules/67982bd2-2350-45a3-9fc4-c2ac40556365 => 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: 1586/3184] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:01 2026] DELETE /v2.0/security-group-rules/50feb10d-47a5-4e18-bd73-9652cc749f88 => generated 0 bytes in 52 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:01.664 8 INFO neutron.api.v2.resource [None req-d23489c8-9b26-44ef-b7ea-dc54950766bf 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1599/3185] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:01 2026] GET /v2.0/security-group-rules/50feb10d-47a5-4e18-bd73-9652cc749f88 => generated 155 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3186] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:01 2026] DELETE /v2.0/security-group-rules/eb99b1c2-8f7f-4826-bf5f-e5e5998fec73 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:01.746 8 INFO neutron.api.v2.resource [None req-0a8355dc-9f36-4bec-a0a9-ace72b61f30d 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1600/3187] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:01 2026] GET /v2.0/security-group-rules/eb99b1c2-8f7f-4826-bf5f-e5e5998fec73 => 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: 1588/3188] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:01 2026] DELETE /v2.0/security-group-rules/71ad36ad-cdbe-4e8e-b2a2-bf47ba9533da => generated 0 bytes in 66 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:01.832 8 INFO neutron.api.v2.resource [None req-758b1c5e-6724-4c0d-a7c1-834612e9e8a0 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1601/3189] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:01 2026] GET /v2.0/security-group-rules/71ad36ad-cdbe-4e8e-b2a2-bf47ba9533da => 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: 1589/3190] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:01 2026] DELETE /v2.0/security-group-rules/5daea041-de7f-4367-a05f-5f6a9e026582 => generated 0 bytes in 68 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:01.919 8 INFO neutron.api.v2.resource [None req-caa91c24-66e6-402f-be3a-67931867ed5a 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1602/3191] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:01 2026] GET /v2.0/security-group-rules/5daea041-de7f-4367-a05f-5f6a9e026582 => 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: 1590/3192] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:01 2026] DELETE /v2.0/security-group-rules/b3aaa0ad-321f-4023-bba6-ea68f6e568f5 => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:02.005 8 INFO neutron.api.v2.resource [None req-fbc6b623-5628-4605-a40c-9abcd0783cdd 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1603/3193] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:01 2026] GET /v2.0/security-group-rules/b3aaa0ad-321f-4023-bba6-ea68f6e568f5 => 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: 1591/3194] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:02 2026] DELETE /v2.0/security-group-rules/8916bb1b-0895-4801-9865-41ea357ec397 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:02.080 8 INFO neutron.api.v2.resource [None req-838472ef-eb0d-401c-aa7a-a4756fd436fc 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1604/3195] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:02 2026] GET /v2.0/security-group-rules/8916bb1b-0895-4801-9865-41ea357ec397 => 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: 1592/3196] 10.0.0.189 () {32 vars in 750 bytes} [Sun May 10 02:08:02 2026] DELETE /v2.0/security-group-rules/d1e7ca56-b5a6-4972-b48b-a32f3c7ff87b => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:02.159 8 INFO neutron.api.v2.resource [None req-9b7e660e-3314-4b5f-a08b-0a39083a3f59 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1605/3197] 10.0.0.189 () {32 vars in 747 bytes} [Sun May 10 02:08:02 2026] GET /v2.0/security-group-rules/d1e7ca56-b5a6-4972-b48b-a32f3c7ff87b => generated 155 bytes in 8 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1593/3198] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:08:02 2026] DELETE /v2.0/security-groups/d3adf28e-f0ab-4880-9904-0dce79dbae8b => generated 0 bytes in 80 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:02.261 8 INFO neutron.api.v2.resource [None req-2d708f42-8cfd-4390-953e-0baf4be55544 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1606/3199] 10.0.0.189 () {32 vars in 737 bytes} [Sun May 10 02:08:02 2026] GET /v2.0/security-groups/d3adf28e-f0ab-4880-9904-0dce79dbae8b => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:08:02.639 7 INFO neutron_taas.services.taas.taas_plugin [None req-c32af72f-05e0-4f38-b117-23273065af8d 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: 60dd2437-11f9-4fae-ab62-7eb0ae87a439 2026-05-10 02:08:02.642 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c32af72f-05e0-4f38-b117-23273065af8d 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: 60dd2437-11f9-4fae-ab62-7eb0ae87a439 [pid: 7|app: 0|req: 1594/3200] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:08:02 2026] PUT /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5/remove_router_interface => generated 309 bytes in 925 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:08:03.409 8 INFO neutron.api.v2.resource [None req-edcdf241-4358-4085-af1e-13ad71d683f8 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1607/3201] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:08:03 2026] PUT /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5/remove_router_interface => generated 198 bytes in 171 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:08:03.809 7 INFO neutron_taas.services.taas.taas_plugin [None req-d78b2add-fe02-4989-b71b-147a3dae8457 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: bf21dedb-f3b0-43e5-ac6f-e739e712b6f4 2026-05-10 02:08:03.812 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d78b2add-fe02-4989-b71b-147a3dae8457 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: bf21dedb-f3b0-43e5-ac6f-e739e712b6f4 [pid: 7|app: 0|req: 1595/3202] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:08:03 2026] PUT /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5/remove_router_interface => generated 309 bytes in 900 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:08:04.486 8 INFO neutron.api.v2.resource [None req-21d91abe-2024-4e1f-a7e3-e8fd7a675a5d 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1608/3203] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:08:04 2026] PUT /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5/remove_router_interface => generated 198 bytes in 168 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:08:04.847 7 INFO neutron_taas.services.taas.taas_plugin [None req-bcb98d96-8138-49c9-9e52-ccdc119dde2c 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: 0aca883d-847a-4679-a7c5-e3d82215575b 2026-05-10 02:08:04.850 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bcb98d96-8138-49c9-9e52-ccdc119dde2c 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: 0aca883d-847a-4679-a7c5-e3d82215575b [pid: 7|app: 0|req: 1596/3204] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:08:04 2026] PUT /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5/remove_router_interface => generated 309 bytes in 903 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-10 02:08:05.556 8 INFO neutron.api.v2.resource [None req-0b912afa-d680-4c0a-964c-400465a31bc9 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1609/3205] 10.0.0.189 () {34 vars in 789 bytes} [Sun May 10 02:08:05 2026] PUT /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5/remove_router_interface => generated 198 bytes in 157 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:08:05.755 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac610c27-5fa3-4637-9acf-fb9fa16a0cba 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: dd24c5ab-a686-4a0e-93d0-64a14a0d0dce 2026-05-10 02:08:05.758 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac610c27-5fa3-4637-9acf-fb9fa16a0cba 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: dd24c5ab-a686-4a0e-93d0-64a14a0d0dce 2026-05-10 02:08:06.024 7 INFO neutron_taas.services.taas.taas_plugin [None req-ac610c27-5fa3-4637-9acf-fb9fa16a0cba 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: eae16513-5481-4d29-ae2a-6a4c042c5bc9 2026-05-10 02:08:06.027 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ac610c27-5fa3-4637-9acf-fb9fa16a0cba 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: eae16513-5481-4d29-ae2a-6a4c042c5bc9 2026-05-10 02:08:06.340 7 INFO neutron.db.l3_hamode_db [None req-ac610c27-5fa3-4637-9acf-fb9fa16a0cba 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] HA network a6926528-fd61-478f-a3e2-d749a1c0541c was deleted as no HA routers are present in tenant 0e0962cf88b34cf5a975e282229f96b2. [pid: 7|app: 0|req: 1597/3206] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:08:05 2026] DELETE /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5 => generated 0 bytes in 785 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-10 02:08:06.361 7 INFO neutron.services.segments.plugin [-] Segment f51f9529-8a6d-479d-b5d6-453a7c896da9 resource provider aggregate not found 2026-05-10 02:08:06.372 7 INFO neutron.services.segments.plugin [-] Segment f51f9529-8a6d-479d-b5d6-453a7c896da9 resource provider aggregate not found 2026-05-10 02:08:06.375 8 INFO neutron.api.v2.resource [None req-a8e67049-5f08-4635-991f-cb53d423d0d4 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3207] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:08:06 2026] GET /v2.0/routers/ea75d083-5bdc-43cc-98bd-290fc342d1c5 => generated 135 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:08:06.376 7 INFO neutron.services.segments.plugin [-] Segment f51f9529-8a6d-479d-b5d6-453a7c896da9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f51f9529-8a6d-479d-b5d6-453a7c896da9 found for delete ", "request_id": "req-2535a3cd-de86-4564-b227-c6cdc298962d"}]} 2026-05-10 02:08:06.392 7 INFO neutron.services.segments.plugin [-] Segment f51f9529-8a6d-479d-b5d6-453a7c896da9 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f51f9529-8a6d-479d-b5d6-453a7c896da9 found for delete ", "request_id": "req-39e93349-b069-4347-a1f4-615d33e91f46"}]} [pid: 7|app: 0|req: 1598/3208] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:08:06 2026] DELETE /v2.0/subnets/ef33f9eb-e951-4ff4-9ef4-4b8807743ac5 => generated 0 bytes in 129 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:08:06.525 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7f1d015b-e193-4d73-abaf-b4c07ab991be 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1611/3209] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:08:06 2026] GET /v2.0/subnets/ef33f9eb-e951-4ff4-9ef4-4b8807743ac5 => 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: 1599/3210] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:08:06 2026] DELETE /v2.0/subnets/ae79e4ff-f898-445a-927c-d38a06d71af5 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:08:06.678 8 INFO neutron.pecan_wsgi.hooks.translation [None req-733e9613-512f-49da-b324-afeb05123d4b 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1612/3211] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:08:06 2026] GET /v2.0/subnets/ae79e4ff-f898-445a-927c-d38a06d71af5 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:08:06.759 7 INFO neutron_taas.services.taas.taas_plugin [None req-b15dcf92-6e0e-49f7-bb77-ef5d6bd04b41 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: 702cc65b-9b57-4893-97fe-9a37990d1c00 2026-05-10 02:08:06.761 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b15dcf92-6e0e-49f7-bb77-ef5d6bd04b41 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: 702cc65b-9b57-4893-97fe-9a37990d1c00 [pid: 7|app: 0|req: 1600/3212] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:08:06 2026] DELETE /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 0 bytes in 263 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:08:06.960 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c0761802-7e8b-472d-99a9-1533beb88da8 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1613/3213] 10.0.0.189 () {32 vars in 723 bytes} [Sun May 10 02:08:06 2026] GET /v2.0/networks/1c6cd88e-fc55-40da-95d8-d0e0c0177113 => generated 138 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1601/3214] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:08:06 2026] DELETE /v2.0/subnets/75a3a337-7235-4399-a576-983c39a5e4db => generated 0 bytes in 109 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:08:07.094 8 INFO neutron.pecan_wsgi.hooks.translation [None req-77e2845e-6e1d-4bd1-a2ab-d0487dd246c2 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1614/3215] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:08:07 2026] GET /v2.0/subnets/75a3a337-7235-4399-a576-983c39a5e4db => 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: 1602/3216] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:08:07 2026] DELETE /v2.0/subnets/6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 0 bytes in 137 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:08:07.262 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2ed7b5c-de4b-49d5-addc-0774c2d5530d 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1615/3217] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:08:07 2026] GET /v2.0/subnets/6bdd7274-552c-4c70-ab8b-874dccde5752 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:08:07.375 7 INFO neutron_taas.services.taas.taas_plugin [None req-19fa2c62-8f12-4d57-8828-d10c111857f8 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: c804a3c2-bae5-4a82-b5a8-905898e48cee 2026-05-10 02:08:07.378 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-19fa2c62-8f12-4d57-8828-d10c111857f8 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: c804a3c2-bae5-4a82-b5a8-905898e48cee [pid: 7|app: 0|req: 1603/3218] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:08:07 2026] DELETE /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:08:07.569 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e9e72cd5-48f0-4f6e-a5e2-883845797b46 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1616/3219] 10.0.0.189 () {32 vars in 723 bytes} [Sun May 10 02:08:07 2026] GET /v2.0/networks/cab5df11-eb45-4f4c-9ddb-93ee17f9a251 => generated 138 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1604/3220] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:08:07 2026] DELETE /v2.0/subnets/319e0a6a-d904-4b69-834b-ae060c1e4745 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:08:07.742 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9f1d39fb-7bd5-4739-8d0d-124dc1771f79 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1617/3221] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:08:07 2026] GET /v2.0/subnets/319e0a6a-d904-4b69-834b-ae060c1e4745 => 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: 1605/3222] 10.0.0.189 () {32 vars in 724 bytes} [Sun May 10 02:08:07 2026] DELETE /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:08:07.917 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b04e5745-7c8a-4025-85f5-fdbc6c8a8488 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1618/3223] 10.0.0.189 () {32 vars in 721 bytes} [Sun May 10 02:08:07 2026] GET /v2.0/subnets/4a28fa7b-6333-49fd-be2e-899cbcb0d99b => generated 136 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:08:08.012 7 INFO neutron_taas.services.taas.taas_plugin [None req-b0b6060d-69b4-4011-9996-908993056252 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] TaaS: Handle Delete Port: fd260dcd-a7da-409a-9cfd-27f542ce332b 2026-05-10 02:08:08.015 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b0b6060d-69b4-4011-9996-908993056252 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] Tap Mirror: Handle Delete Port: fd260dcd-a7da-409a-9cfd-27f542ce332b [pid: 7|app: 0|req: 1606/3224] 10.0.0.189 () {32 vars in 726 bytes} [Sun May 10 02:08:07 2026] DELETE /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7 => generated 0 bytes in 235 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-10 02:08:08.178 8 INFO neutron.pecan_wsgi.hooks.translation [None req-48db3362-37da-4dce-8fbb-b222c1e11f25 227f72f016a7471798a9cab3debed017 0e0962cf88b34cf5a975e282229f96b2 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1619/3225] 10.0.0.189 () {32 vars in 723 bytes} [Sun May 10 02:08:08 2026] GET /v2.0/networks/817f128c-9561-4e08-982e-1ed749792cb7 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-10 02:08:08.391 7 INFO neutron.services.segments.plugin [-] Segment 4e68b445-920f-44cc-9533-7357d1df1297 resource provider aggregate not found 2026-05-10 02:08:08.407 7 INFO neutron.services.segments.plugin [-] Segment 4e68b445-920f-44cc-9533-7357d1df1297 resource provider aggregate not found 2026-05-10 02:08:08.410 7 INFO neutron.services.segments.plugin [-] Segment 4e68b445-920f-44cc-9533-7357d1df1297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e68b445-920f-44cc-9533-7357d1df1297 found for delete ", "request_id": "req-41b8e1ac-e186-416d-9e84-cd839e2646c1"}]} 2026-05-10 02:08:08.423 7 INFO neutron.services.segments.plugin [-] Segment 4e68b445-920f-44cc-9533-7357d1df1297 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e68b445-920f-44cc-9533-7357d1df1297 found for delete ", "request_id": "req-a69abba5-9f7a-4b28-8d90-215c0d75344a"}]} 2026-05-10 02:08:08.428 7 INFO neutron.services.segments.plugin [-] Segment 5d85adbb-6535-4edf-bc18-a2532ac1d6d3 resource provider aggregate not found 2026-05-10 02:08:08.441 7 INFO neutron.services.segments.plugin [-] Segment 5d85adbb-6535-4edf-bc18-a2532ac1d6d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d85adbb-6535-4edf-bc18-a2532ac1d6d3 found for delete ", "request_id": "req-3eeaffa2-c3d2-49f9-8a5f-9c535aaa24e9"}]} 2026-05-10 02:08:08.445 7 INFO neutron.services.segments.plugin [-] Segment 5d85adbb-6535-4edf-bc18-a2532ac1d6d3 resource provider aggregate not found 2026-05-10 02:08:08.455 7 INFO neutron.services.segments.plugin [-] Segment 14950ae3-6d0c-4f2f-a7bb-5791de82a244 resource provider aggregate not found 2026-05-10 02:08:08.459 7 INFO neutron.services.segments.plugin [-] Segment 5d85adbb-6535-4edf-bc18-a2532ac1d6d3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d85adbb-6535-4edf-bc18-a2532ac1d6d3 found for delete ", "request_id": "req-64ce421f-b275-4a63-bae0-e208f6d459b8"}]} 2026-05-10 02:08:08.468 7 INFO neutron.services.segments.plugin [-] Segment 14950ae3-6d0c-4f2f-a7bb-5791de82a244 resource provider aggregate not found 2026-05-10 02:08:08.472 7 INFO neutron.services.segments.plugin [-] Segment 14950ae3-6d0c-4f2f-a7bb-5791de82a244 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14950ae3-6d0c-4f2f-a7bb-5791de82a244 found for delete ", "request_id": "req-d63c179b-9b90-4775-a446-4ccdad3b1d44"}]} 2026-05-10 02:08:08.479 7 INFO neutron.services.segments.plugin [-] Segment 14950ae3-6d0c-4f2f-a7bb-5791de82a244 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14950ae3-6d0c-4f2f-a7bb-5791de82a244 found for delete ", "request_id": "req-de812e1d-7394-4ac4-a772-f95061a7ea16"}]} [pid: 7|app: 0|req: 1607/3226] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:08:10 2026] GET /v2.0/security-groups?tenant_id=53dc264574e2458d8c0addb9a7c448d9&name=default => generated 2929 bytes in 263 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3227] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:08:10 2026] DELETE /v2.0/security-groups/413b4ae0-5b30-4a4d-a17e-b60373548168 => 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: 1608/3228] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:08:10 2026] GET /v2.0/security-groups?tenant_id=0e0962cf88b34cf5a975e282229f96b2&name=default => generated 2929 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3229] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:08:10 2026] DELETE /v2.0/security-groups/975ec732-ecd3-4b73-b2e5-f3f6246314fe => generated 0 bytes in 85 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1609/3230] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:08:10 2026] GET /v2.0/security-groups?tenant_id=df927f6cfa8c412993bf6ea66c7f7f32&name=default => generated 2929 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1622/3231] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:08:11 2026] DELETE /v2.0/security-groups/30954250-7158-465b-9aad-a44745c85265 => generated 0 bytes in 97 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1610/3232] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:08:11 2026] GET /v2.0/security-groups?tenant_id=f95195236a33452e9645f1227b787012&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3233] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:08:11 2026] DELETE /v2.0/security-groups/6cb4ca2e-27df-44ac-a2a5-8f8e4d644cc9 => 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: 1611/3234] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:08:11 2026] GET /v2.0/security-groups?tenant_id=965f574368af4f05b637413601dd357f&name=default => generated 2929 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1624/3235] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:08:11 2026] DELETE /v2.0/security-groups/c5b41788-de6b-43f4-972b-c67eb7b9188f => 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: 1612/3236] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:08:11 2026] GET /v2.0/security-groups?tenant_id=b9e728987ea5428b9c2d891ef1b06a4d&name=default => generated 2929 bytes in 109 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1625/3237] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:08:12 2026] DELETE /v2.0/security-groups/fc848897-6998-45a4-8c96-97612c88ce00 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1613/3238] 10.0.0.189 () {32 vars in 774 bytes} [Sun May 10 02:08:12 2026] GET /v2.0/security-groups?tenant_id=f0cbfdf71f474bbebf7d79edf5da88f4&name=default => generated 2929 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1626/3239] 10.0.0.189 () {32 vars in 740 bytes} [Sun May 10 02:08:12 2026] DELETE /v2.0/security-groups/aa719a7e-714b-47a5-97e9-73d67116951a => 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: 1615/3242] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:08:14 2026] GET /v2.0/networks => generated 2168 bytes in 181 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1628/3243] 10.0.0.189 () {32 vars in 655 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/floatingips => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1616/3244] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/routers => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1629/3245] 10.0.0.189 () {32 vars in 643 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/ports => generated 4721 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1617/3246] 10.0.0.189 () {32 vars in 647 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/subnets => generated 1308 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1630/3247] 10.0.0.189 () {32 vars in 649 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/networks => generated 2168 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1618/3248] 10.0.0.189 () {32 vars in 663 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/security-groups => generated 17397 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1631/3249] 10.0.0.189 () {32 vars in 655 bytes} [Sun May 10 02:08:16 2026] GET /v2.0/subnetpools => generated 19 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)