+ 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 [Thu May 7 23:59:23 2026] *** compiled with version: 13.3.0 on 28 April 2026 06:28:08 os: Linux-5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 nodename: neutron-server-56ccf5d698-wlwqt 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 0x7f85b6a5b668 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-07 23:59:27.768 7 INFO neutron.common.config [-] Logging enabled! 2026-05-07 23:59:27.769 7 INFO neutron.common.config [-] uwsgi version 27.0.3.dev5 2026-05-07 23:59:27.817 8 INFO neutron.common.config [-] Logging enabled! 2026-05-07 23:59:27.817 8 INFO neutron.common.config [-] uwsgi version 27.0.3.dev5 2026-05-07 23:59:28.139 7 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 23:59:28.208 8 INFO neutron.manager [-] Loading core plugin: ml2 2026-05-07 23:59:29.633 7 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 23:59:29.636 7 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 23:59:29.639 7 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-07 23:59:29.640 7 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 23:59:29.640 7 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 23:59:29.640 7 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 23:59:29.641 7 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 23:59:29.648 7 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 23:59:29.649 7 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 23:59:29.649 7 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 23:59:29.671 7 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 23:59:29.672 7 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 23:59:29.672 7 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 23:59:29.701 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 23:59:29.701 7 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 23:59:29.701 7 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 23:59:29.702 7 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 23:59:29.734 8 INFO neutron.plugins.ml2.managers [-] Configured type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 23:59:29.737 8 INFO neutron.plugins.ml2.drivers.type_flat [-] Arbitrary flat physical_network names allowed 2026-05-07 23:59:29.741 8 INFO neutron.plugins.ml2.drivers.type_vlan [-] Network VLAN ranges: OrderedDict({'external': [(1, 4094)]}) 2026-05-07 23:59:29.742 8 INFO neutron.plugins.ml2.managers [-] Loaded type driver names: ['flat', 'gre', 'vlan', 'vxlan'] 2026-05-07 23:59:29.742 8 INFO neutron.plugins.ml2.managers [-] Registered types: dict_keys(['flat', 'gre', 'vlan', 'vxlan']) 2026-05-07 23:59:29.742 8 INFO neutron.plugins.ml2.managers [-] Tenant network_types: ['vxlan'] 2026-05-07 23:59:29.742 8 INFO neutron.plugins.ml2.managers [-] Configured extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 23:59:29.750 8 INFO neutron.plugins.ml2.managers [-] Loaded extension driver names: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 23:59:29.750 8 INFO neutron.plugins.ml2.managers [-] Registered extension drivers: ['dns_domain_ports', 'port_security', 'qos'] 2026-05-07 23:59:29.750 8 INFO neutron.plugins.ml2.managers [-] Configured mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 23:59:29.772 8 INFO neutron.plugins.ml2.drivers.mech_agent [-] Open vSwitch agent's supported_vnic_types: ['normal', 'direct', 'smart-nic', 'vdpa'] 2026-05-07 23:59:29.773 8 INFO neutron.plugins.ml2.managers [-] Loaded mechanism driver names: ['openvswitch', 'l2population'] 2026-05-07 23:59:29.774 8 INFO neutron.plugins.ml2.managers [-] Registered mechanism drivers: ['openvswitch', 'l2population'] 2026-05-07 23:59:29.804 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'flat' 2026-05-07 23:59:29.804 8 INFO neutron.plugins.ml2.drivers.type_flat [-] ML2 FlatTypeDriver initialization complete 2026-05-07 23:59:29.804 8 INFO neutron.plugins.ml2.managers [-] Initializing driver for type 'gre' 2026-05-07 23:59:29.804 8 INFO neutron.plugins.ml2.drivers.type_tunnel [-] gre ID ranges: [(1, 1000)] 2026-05-07 23:59:29.996 7 INFO neutron.plugins.ml2.managers [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] Initializing driver for type 'vlan' 2026-05-07 23:59:30.115 8 INFO neutron.plugins.ml2.managers [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] Initializing driver for type 'vlan' 2026-05-07 23:59:30.290 7 INFO neutron.plugins.ml2.drivers.type_vlan [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] VlanTypeDriver initialization complete 2026-05-07 23:59:30.290 7 INFO neutron.plugins.ml2.managers [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 23:59:30.291 7 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 23:59:30.307 7 INFO neutron.plugins.ml2.managers [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 23:59:30.307 7 INFO neutron.plugins.ml2.extensions.dns_integration [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 23:59:30.308 7 INFO neutron.plugins.ml2.managers [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] Initializing extension driver 'port_security' 2026-05-07 23:59:30.308 7 INFO neutron.plugins.ml2.extensions.port_security [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 23:59:30.308 7 INFO neutron.plugins.ml2.managers [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] Initializing extension driver 'qos' 2026-05-07 23:59:30.309 7 INFO neutron.plugins.ml2.managers [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 23:59:30.309 7 INFO neutron.plugins.ml2.managers [None req-67eb73b4-f9ea-4ce9-bccf-3e009e0154b2 - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 23:59:30.322 7 INFO neutron.quota [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded quota_driver: . 2026-05-07 23:59:30.322 7 INFO neutron.plugins.ml2.plugin [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 23:59:30.322 7 INFO neutron.plugins.ml2.managers [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 23:59:30.322 7 INFO neutron.plugins.ml2.managers [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 23:59:30.322 7 INFO neutron.plugins.ml2.managers [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 23:59:30.323 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: qos 2026-05-07 23:59:30.335 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: router 2026-05-07 23:59:30.375 7 INFO neutron.services.service_base [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 23:59:30.375 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: segments 2026-05-07 23:59:30.405 8 INFO neutron.plugins.ml2.drivers.type_vlan [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] VlanTypeDriver initialization complete 2026-05-07 23:59:30.405 8 INFO neutron.plugins.ml2.managers [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] Initializing driver for type 'vxlan' 2026-05-07 23:59:30.406 8 INFO neutron.plugins.ml2.drivers.type_tunnel [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] vxlan ID ranges: [(1, 1000)] 2026-05-07 23:59:30.419 8 INFO neutron.plugins.ml2.managers [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] Initializing extension driver 'dns_domain_ports' 2026-05-07 23:59:30.419 8 INFO neutron.plugins.ml2.extensions.dns_integration [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] DNSDomainPortsExtensionDriver initialization complete 2026-05-07 23:59:30.419 8 INFO neutron.plugins.ml2.managers [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] Initializing extension driver 'port_security' 2026-05-07 23:59:30.419 8 INFO neutron.plugins.ml2.extensions.port_security [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] PortSecurityExtensionDriver initialization complete 2026-05-07 23:59:30.419 8 INFO neutron.plugins.ml2.managers [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] Initializing extension driver 'qos' 2026-05-07 23:59:30.419 8 INFO neutron.plugins.ml2.managers [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] Initializing mechanism driver 'openvswitch' 2026-05-07 23:59:30.420 8 INFO neutron.plugins.ml2.managers [None req-845c23b7-3d83-491a-bd31-a2c809495c9b - - - - - -] Initializing mechanism driver 'l2population' 2026-05-07 23:59:30.434 8 INFO neutron.quota [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded quota_driver: . 2026-05-07 23:59:30.434 8 INFO neutron.plugins.ml2.plugin [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Modular L2 Plugin initialization complete 2026-05-07 23:59:30.434 8 INFO neutron.plugins.ml2.managers [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Got dns-integration extension from driver 'dns_domain_ports' 2026-05-07 23:59:30.434 8 INFO neutron.plugins.ml2.managers [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Got dns-domain-ports extension from driver 'dns_domain_ports' 2026-05-07 23:59:30.435 8 INFO neutron.plugins.ml2.managers [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Got port-security extension from driver 'port_security' 2026-05-07 23:59:30.435 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: qos 2026-05-07 23:59:30.447 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: router 2026-05-07 23:59:30.474 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: trunk 2026-05-07 23:59:30.488 8 INFO neutron.services.service_base [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Default provider is not specified for service type L3_ROUTER_NAT 2026-05-07 23:59:30.488 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: segments 2026-05-07 23:59:30.489 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: vpnaas 2026-05-07 23:59:30.527 7 WARNING stevedore.named [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 23:59:30.597 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: trunk 2026-05-07 23:59:30.601 7 INFO neutron_vpnaas.services.vpn.plugin [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 23:59:30.602 7 INFO neutron.common.utils [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 23:59:30.602 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: taas 2026-05-07 23:59:30.614 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: vpnaas 2026-05-07 23:59:30.629 7 WARNING stevedore.named [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 23:59:30.653 7 INFO neutron_taas.services.taas.taas_plugin [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-07 23:59:30.654 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: tapmirror 2026-05-07 23:59:30.658 8 WARNING stevedore.named [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Could not load neutron_vpnaas.services.vpn.service_drivers.ipsec.IPsecVPNDriver 2026-05-07 23:59:30.668 7 WARNING stevedore.named [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 23:59:30.683 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-07 23:59:30.683 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: auto_allocate 2026-05-07 23:59:30.692 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: tag 2026-05-07 23:59:30.702 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: timestamp 2026-05-07 23:59:30.705 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 23:59:30.710 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: flavors 2026-05-07 23:59:30.713 7 INFO neutron.manager [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loading Plugin: revisions 2026-05-07 23:59:30.716 8 INFO neutron_vpnaas.services.vpn.plugin [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] VPN plugin using service drivers: dict_keys(['strongswan']), default: strongswan 2026-05-07 23:59:30.716 8 INFO neutron.common.utils [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Disable filter validation extension by service plugin VPNDriverPlugin. 2026-05-07 23:59:30.717 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: taas 2026-05-07 23:59:30.717 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Initializing extension manager. 2026-05-07 23:59:30.718 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: address-group 2026-05-07 23:59:30.719 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: address-scope 2026-05-07 23:59:30.720 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 23:59:30.721 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: agent 2026-05-07 23:59:30.722 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 23:59:30.723 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 23:59:30.724 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 23:59:30.724 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: availability_zone 2026-05-07 23:59:30.726 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 23:59:30.726 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 23:59:30.727 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: default-subnetpools 2026-05-07 23:59:30.728 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 23:59:30.729 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: dns-integration 2026-05-07 23:59:30.730 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 23:59:30.730 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 23:59:30.731 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: dvr 2026-05-07 23:59:30.732 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 23:59:30.733 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 23:59:30.734 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 23:59:30.735 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 23:59:30.736 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: external-net 2026-05-07 23:59:30.736 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 23:59:30.737 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: extraroute 2026-05-07 23:59:30.738 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 23:59:30.738 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 23:59:30.739 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 23:59:30.740 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 23:59:30.740 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 23:59:30.741 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: fip-port-details 2026-05-07 23:59:30.742 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: flavors 2026-05-07 23:59:30.742 8 WARNING stevedore.named [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 23:59:30.743 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 23:59:30.744 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: floatingip-pools 2026-05-07 23:59:30.744 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: ip_allocation 2026-05-07 23:59:30.745 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 23:59:30.745 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: l2_adjacency 2026-05-07 23:59:30.747 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: router 2026-05-07 23:59:30.748 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 23:59:30.749 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-07 23:59:30.750 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-07 23:59:30.754 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 23:59:30.755 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: l3-ha 2026-05-07 23:59:30.755 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 23:59:30.756 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 23:59:30.756 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: l3-flavors 2026-05-07 23:59:30.757 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 23:59:30.758 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 23:59:30.760 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 23:59:30.762 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 23:59:30.762 8 INFO neutron_taas.services.taas.taas_plugin [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] TAAS Plugin initialized using service drivers: dict_keys(['taas']), default: taas 2026-05-07 23:59:30.763 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: tapmirror 2026-05-07 23:59:30.763 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 23:59:30.764 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 23:59:30.766 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 23:59:30.766 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: multi-provider 2026-05-07 23:59:30.767 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: net-mtu 2026-05-07 23:59:30.767 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 23:59:30.768 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: network_availability_zone 2026-05-07 23:59:30.769 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: network_ha 2026-05-07 23:59:30.770 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: network-ip-availability 2026-05-07 23:59:30.771 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 23:59:30.772 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: pagination 2026-05-07 23:59:30.772 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: port-device-profile 2026-05-07 23:59:30.773 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-07 23:59:30.774 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 23:59:30.775 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 23:59:30.776 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: port-mac-override 2026-05-07 23:59:30.777 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 23:59:30.777 8 WARNING stevedore.named [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Could not load neutron_taas.services.taas.service_drivers.taas_rpc.TaasRpcDriver 2026-05-07 23:59:30.777 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 23:59:30.778 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-07 23:59:30.778 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: port-resource-request 2026-05-07 23:59:30.779 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 23:59:30.780 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-07 23:59:30.780 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: binding 2026-05-07 23:59:30.781 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: binding-extended 2026-05-07 23:59:30.782 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: port-security 2026-05-07 23:59:30.782 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: project-id 2026-05-07 23:59:30.783 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: provider 2026-05-07 23:59:30.784 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-07 23:59:30.787 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos 2026-05-07 23:59:30.787 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 23:59:30.788 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 23:59:30.789 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-default 2026-05-07 23:59:30.789 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-fip 2026-05-07 23:59:30.790 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 23:59:30.791 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 23:59:30.791 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 23:59:30.792 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 23:59:30.792 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 23:59:30.793 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-pps 2026-05-07 23:59:30.793 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Tap Mirror plugin using service drivers: dict_keys(['taas']), default: taas 2026-05-07 23:59:30.794 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: auto_allocate 2026-05-07 23:59:30.794 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 23:59:30.795 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 23:59:30.795 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 23:59:30.796 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: quota-check-limit 2026-05-07 23:59:30.797 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-07 23:59:30.799 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: quotas 2026-05-07 23:59:30.801 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: quota_details 2026-05-07 23:59:30.802 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: tag 2026-05-07 23:59:30.803 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: rbac-policies 2026-05-07 23:59:30.803 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: rbac-address-group 2026-05-07 23:59:30.804 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 23:59:30.804 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 23:59:30.805 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 23:59:30.806 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: revision-if-match 2026-05-07 23:59:30.806 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 23:59:30.807 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: router_availability_zone 2026-05-07 23:59:30.808 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 23:59:30.810 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: timestamp 2026-05-07 23:59:30.810 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 23:59:30.810 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 23:59:30.811 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 23:59:30.811 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 23:59:30.812 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-07 23:59:30.813 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 23:59:30.813 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: network_ip_availability 2026-05-07 23:59:30.817 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: flavors 2026-05-07 23:59:30.817 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: security-group 2026-05-07 23:59:30.818 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: segment 2026-05-07 23:59:30.819 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 23:59:30.820 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: service-type 2026-05-07 23:59:30.820 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: sorting 2026-05-07 23:59:30.820 8 INFO neutron.manager [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loading Plugin: revisions 2026-05-07 23:59:30.821 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 23:59:30.821 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: standard-attr-description 2026-05-07 23:59:30.822 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: stateful-security-group 2026-05-07 23:59:30.823 7 WARNING neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 23:59:30.823 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 23:59:30.823 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Initializing extension manager. 2026-05-07 23:59:30.824 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: subnet-external-network 2026-05-07 23:59:30.824 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: subnet_onboard 2026-05-07 23:59:30.825 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: address-group 2026-05-07 23:59:30.825 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 23:59:30.826 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: subnet-service-types 2026-05-07 23:59:30.826 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: address-scope 2026-05-07 23:59:30.826 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: subnet_allocation 2026-05-07 23:59:30.827 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: router-admin-state-down-before-update 2026-05-07 23:59:30.827 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 23:59:30.828 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: agent 2026-05-07 23:59:30.828 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: agent-resources-synced 2026-05-07 23:59:30.828 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: tag-creation 2026-05-07 23:59:30.829 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 23:59:30.829 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: allowed-address-pairs 2026-05-07 23:59:30.830 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: auto-allocated-topology 2026-05-07 23:59:30.831 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: availability_zone 2026-05-07 23:59:30.831 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: availability_zone_filter 2026-05-07 23:59:30.831 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension data-plane-status not supported by any of loaded plugins 2026-05-07 23:59:30.832 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: default-subnetpools 2026-05-07 23:59:30.834 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: dhcp_agent_scheduler 2026-05-07 23:59:30.834 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: dns-integration 2026-05-07 23:59:30.835 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: dns-domain-ports 2026-05-07 23:59:30.835 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension dns-integration-domain-keywords not supported by any of loaded plugins 2026-05-07 23:59:30.836 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: dvr 2026-05-07 23:59:30.836 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension ecmp_routes not supported by any of loaded plugins 2026-05-07 23:59:30.837 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: empty-string-filtering 2026-05-07 23:59:30.837 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension expose-l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 23:59:30.838 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension expose-port-forwarding-in-fip not supported by any of loaded plugins 2026-05-07 23:59:30.838 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: external-net 2026-05-07 23:59:30.838 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 23:59:30.839 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: extra_dhcp_opt 2026-05-07 23:59:30.839 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: extraroute 2026-05-07 23:59:30.840 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 23:59:30.840 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: extraroute-atomic 2026-05-07 23:59:30.840 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension filter-validation not supported by any of loaded plugins 2026-05-07 23:59:30.841 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension floating-ip-port-forwarding-description not supported by any of loaded plugins 2026-05-07 23:59:30.841 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: trunk 2026-05-07 23:59:30.841 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: floating-ip-port-forwarding-detail 2026-05-07 23:59:30.842 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension floating-ip-port-forwarding-port-ranges not supported by any of loaded plugins 2026-05-07 23:59:30.842 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: trunk-details 2026-05-07 23:59:30.842 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: fip-port-details 2026-05-07 23:59:30.843 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 23:59:30.844 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: flavors 2026-05-07 23:59:30.844 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-07 23:59:30.844 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 23:59:30.845 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension floating-ip-port-forwarding not supported by any of loaded plugins 2026-05-07 23:59:30.845 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: floatingip-pools 2026-05-07 23:59:30.846 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-07 23:59:30.846 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: ip_allocation 2026-05-07 23:59:30.846 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: ip-substring-filtering 2026-05-07 23:59:30.847 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: l2_adjacency 2026-05-07 23:59:30.848 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: router 2026-05-07 23:59:30.848 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-07 23:59:30.849 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 23:59:30.850 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: vpn-flavors 2026-05-07 23:59:30.850 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension l3-conntrack-helper not supported by any of loaded plugins 2026-05-07 23:59:30.851 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension enable-default-route-bfd not supported by any of loaded plugins 2026-05-07 23:59:30.851 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension enable-default-route-ecmp not supported by any of loaded plugins 2026-05-07 23:59:30.852 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: ext-gw-mode 2026-05-07 23:59:30.852 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: l3-ha 2026-05-07 23:59:30.852 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: vpnaas 2026-05-07 23:59:30.853 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension l3-ext-ndp-proxy not supported by any of loaded plugins 2026-05-07 23:59:30.853 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension external-gateway-multihoming not supported by any of loaded plugins 2026-05-07 23:59:30.854 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: l3-flavors 2026-05-07 23:59:30.854 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: taas 2026-05-07 23:59:30.855 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: tap-mirror 2026-05-07 23:59:30.856 7 INFO neutron.api.extensions [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-07 23:59:30.856 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension l3-ndp-proxy not supported by any of loaded plugins 2026-05-07 23:59:30.857 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: l3-port-ip-change-not-allowed 2026-05-07 23:59:30.859 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: l3_agent_scheduler 2026-05-07 23:59:30.859 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-07 23:59:30.859 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-07 23:59:30.860 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 23:59:30.860 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-07 23:59:30.860 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension local_ip not supported by any of loaded plugins 2026-05-07 23:59:30.861 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension logging not supported by any of loaded plugins 2026-05-07 23:59:30.862 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension metering not supported by any of loaded plugins 2026-05-07 23:59:30.863 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension metering_source_and_destination_fields not supported by any of loaded plugins 2026-05-07 23:59:30.863 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: multi-provider 2026-05-07 23:59:30.864 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: net-mtu 2026-05-07 23:59:30.865 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: net-mtu-writable 2026-05-07 23:59:30.865 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 23:59:30.865 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: network_availability_zone 2026-05-07 23:59:30.865 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 23:59:30.866 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: network_ha 2026-05-07 23:59:30.867 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: network-ip-availability 2026-05-07 23:59:30.868 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension network-segment-range not supported by any of loaded plugins 2026-05-07 23:59:30.868 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: pagination 2026-05-07 23:59:30.869 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: port-device-profile 2026-05-07 23:59:30.869 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension port-hardware-offload-type not supported by any of loaded plugins 2026-05-07 23:59:30.870 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension port-hint-ovs-tx-steering not supported by any of loaded plugins 2026-05-07 23:59:30.870 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension port-hints not supported by any of loaded plugins 2026-05-07 23:59:30.871 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: port-mac-override 2026-05-07 23:59:30.871 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: port-mac-address-regenerate 2026-05-07 23:59:30.871 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 23:59:30.871 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: port-numa-affinity-policy 2026-05-07 23:59:30.872 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: port-numa-affinity-policy-socket 2026-05-07 23:59:30.872 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 23:59:30.873 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: port-resource-request 2026-05-07 23:59:30.873 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 23:59:30.873 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: port-resource-request-groups 2026-05-07 23:59:30.874 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension port-trusted-vif not supported by any of loaded plugins 2026-05-07 23:59:30.874 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 23:59:30.874 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] subnetpool is already registered 2026-05-07 23:59:30.874 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: binding 2026-05-07 23:59:30.874 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 23:59:30.875 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] subnetpool is already registered 2026-05-07 23:59:30.875 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: binding-extended 2026-05-07 23:59:30.875 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 23:59:30.875 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: port-security 2026-05-07 23:59:30.876 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 23:59:30.876 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 23:59:30.876 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: project-id 2026-05-07 23:59:30.877 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 23:59:30.877 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: provider 2026-05-07 23:59:30.877 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 23:59:30.878 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension qinq not supported by any of loaded plugins 2026-05-07 23:59:30.878 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 23:59:30.879 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 23:59:30.879 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] ipsecpolicy is already registered 2026-05-07 23:59:30.879 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 23:59:30.879 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] ikepolicy is already registered 2026-05-07 23:59:30.880 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos 2026-05-07 23:59:30.881 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-bw-limit-direction 2026-05-07 23:59:30.882 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-bw-minimum-ingress 2026-05-07 23:59:30.882 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-default 2026-05-07 23:59:30.883 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-fip 2026-05-07 23:59:30.883 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension qos-fip-network-policy not supported by any of loaded plugins 2026-05-07 23:59:30.884 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-gateway-ip 2026-05-07 23:59:30.884 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-port-network-policy 2026-05-07 23:59:30.884 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 23:59:30.885 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-pps-minimum 2026-05-07 23:59:30.885 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] router is already registered 2026-05-07 23:59:30.885 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-pps-minimum-rule-alias 2026-05-07 23:59:30.885 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 23:59:30.885 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] floatingip is already registered 2026-05-07 23:59:30.886 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-pps 2026-05-07 23:59:30.886 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-rule-type-details 2026-05-07 23:59:30.887 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-rule-type-filter 2026-05-07 23:59:30.888 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: qos-rules-alias 2026-05-07 23:59:30.888 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: quota-check-limit 2026-05-07 23:59:30.889 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: quota-check-limit-default 2026-05-07 23:59:30.890 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 23:59:30.890 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] rbac_policy is already registered 2026-05-07 23:59:30.890 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 23:59:30.891 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] security_group is already registered 2026-05-07 23:59:30.891 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: quotas 2026-05-07 23:59:30.891 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 23:59:30.891 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] security_group_rule is already registered 2026-05-07 23:59:30.892 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: quota_details 2026-05-07 23:59:30.892 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 23:59:30.892 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] subnetpool is already registered 2026-05-07 23:59:30.893 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 23:59:30.893 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] subnetpool is already registered 2026-05-07 23:59:30.894 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: rbac-policies 2026-05-07 23:59:30.894 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: rbac-address-group 2026-05-07 23:59:30.895 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 23:59:30.895 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: rbac-address-scope 2026-05-07 23:59:30.895 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] trunk is already registered 2026-05-07 23:59:30.895 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: rbac-security-groups 2026-05-07 23:59:30.895 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 23:59:30.895 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] ikepolicy is already registered 2026-05-07 23:59:30.896 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: rbac-subnetpool 2026-05-07 23:59:30.896 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 23:59:30.896 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] ipsecpolicy is already registered 2026-05-07 23:59:30.896 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: revision-if-match 2026-05-07 23:59:30.897 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 23:59:30.897 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] endpoint_group is already registered 2026-05-07 23:59:30.897 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: standard-attr-revisions 2026-05-07 23:59:30.897 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 23:59:30.898 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: router_availability_zone 2026-05-07 23:59:30.898 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] vpnservice is already registered 2026-05-07 23:59:30.898 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension router-service-type not supported by any of loaded plugins 2026-05-07 23:59:30.898 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 23:59:30.898 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] ipsec_site_connection is already registered 2026-05-07 23:59:30.899 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 23:59:30.899 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] ipsecpolicy is already registered 2026-05-07 23:59:30.899 7 INFO neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 23:59:30.900 7 WARNING neutron.quota.resource_registry [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] ikepolicy is already registered 2026-05-07 23:59:30.900 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: security-groups-default-rules 2026-05-07 23:59:30.900 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: security-groups-normalized-cidr 2026-05-07 23:59:30.901 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: port-security-groups-filtering 2026-05-07 23:59:30.901 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: security-groups-remote-address-group 2026-05-07 23:59:30.902 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: security-groups-rules-belongs-to-default-sg 2026-05-07 23:59:30.902 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: security-groups-shared-filtering 2026-05-07 23:59:30.907 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: security-group 2026-05-07 23:59:30.908 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: segment 2026-05-07 23:59:30.909 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: segments-peer-subnet-host-routes 2026-05-07 23:59:30.910 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: service-type 2026-05-07 23:59:30.910 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: sorting 2026-05-07 23:59:30.911 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: standard-attr-segment 2026-05-07 23:59:30.911 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: standard-attr-description 2026-05-07 23:59:30.912 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: stateful-security-group 2026-05-07 23:59:30.912 8 WARNING neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Did not find expected name "Stdattrs_common" in /var/lib/openstack/lib/python3.12/site-packages/neutron/extensions/stdattrs_common.py 2026-05-07 23:59:30.913 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension subnet-dns-publish-fixed-ip not supported by any of loaded plugins 2026-05-07 23:59:30.913 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: subnet-external-network 2026-05-07 23:59:30.914 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: subnet_onboard 2026-05-07 23:59:30.914 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: subnet-segmentid-writable 2026-05-07 23:59:30.915 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: subnet-service-types 2026-05-07 23:59:30.916 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: subnet_allocation 2026-05-07 23:59:30.916 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: subnetpool-prefix-ops 2026-05-07 23:59:30.917 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: tag-creation 2026-05-07 23:59:30.917 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension tag-ports-during-bulk-creation not supported by any of loaded plugins 2026-05-07 23:59:30.922 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: standard-attr-tag 2026-05-07 23:59:30.922 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: standard-attr-timestamp 2026-05-07 23:59:30.923 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: trunk 2026-05-07 23:59:30.923 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: trunk-details 2026-05-07 23:59:30.924 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension uplink-status-propagation not supported by any of loaded plugins 2026-05-07 23:59:30.924 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension uplink-status-propagation-updatable not supported by any of loaded plugins 2026-05-07 23:59:30.925 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension vlan-transparent not supported by any of loaded plugins 2026-05-07 23:59:30.926 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: vpn-aes-ctr 2026-05-07 23:59:30.928 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Extension vpn-agent-scheduler not supported by any of loaded plugins 2026-05-07 23:59:30.928 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: vpn-endpoint-groups 2026-05-07 23:59:30.929 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: vpn-flavors 2026-05-07 23:59:30.931 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: vpnaas 2026-05-07 23:59:30.932 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: taas 2026-05-07 23:59:30.933 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: tap-mirror 2026-05-07 23:59:30.933 8 INFO neutron.api.extensions [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Loaded extension: taas-vlan-filter 2026-05-07 23:59:30.936 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:network 2026-05-07 23:59:30.936 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:subnet 2026-05-07 23:59:30.936 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 23:59:30.937 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:port 2026-05-07 23:59:30.939 7 WARNING keystonemiddleware._common.config [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 23:59:30.940 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 23:59:30.941 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 23:59:30.945 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 23:59:30.946 7 WARNING oslo_config.cfg [None req-e472d488-b8c7-496f-aca8-cd5efc603f32 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". 2026-05-07 23:59:30.946 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 23:59:30.946 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 23:59:30.947 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 23:59:30.947 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] subnetpool is already registered WSGI app 0 (mountpoint='') ready in 7 seconds on interpreter 0x7f85b6a5b668 pid: 7 (default app) 2026-05-07 23:59:30.948 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 23:59:30.948 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] subnetpool is already registered 2026-05-07 23:59:30.949 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 23:59:30.949 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 23:59:30.949 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 23:59:30.950 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 23:59:30.950 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 23:59:30.951 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 23:59:30.951 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 23:59:30.952 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] ipsecpolicy is already registered 2026-05-07 23:59:30.952 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 23:59:30.952 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] ikepolicy is already registered 2026-05-07 23:59:30.958 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:router 2026-05-07 23:59:30.958 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] router is already registered 2026-05-07 23:59:30.959 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:floatingip 2026-05-07 23:59:30.959 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] floatingip is already registered 2026-05-07 23:59:30.963 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:rbac_policy 2026-05-07 23:59:30.963 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] rbac_policy is already registered 2026-05-07 23:59:30.964 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:security_group 2026-05-07 23:59:30.964 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] security_group is already registered 2026-05-07 23:59:30.964 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:security_group_rule 2026-05-07 23:59:30.964 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] security_group_rule is already registered 2026-05-07 23:59:30.965 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 23:59:30.965 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] subnetpool is already registered 2026-05-07 23:59:30.966 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of TrackedResource for resource:subnetpool 2026-05-07 23:59:30.966 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] subnetpool is already registered 2026-05-07 23:59:30.966 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:trunk 2026-05-07 23:59:30.966 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] trunk is already registered 2026-05-07 23:59:30.967 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 23:59:30.967 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] ikepolicy is already registered 2026-05-07 23:59:30.967 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 23:59:30.968 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] ipsecpolicy is already registered 2026-05-07 23:59:30.969 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:endpoint_group 2026-05-07 23:59:30.969 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] endpoint_group is already registered 2026-05-07 23:59:30.969 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:vpnservice 2026-05-07 23:59:30.970 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] vpnservice is already registered 2026-05-07 23:59:30.970 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:ipsec_site_connection 2026-05-07 23:59:30.970 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] ipsec_site_connection is already registered 2026-05-07 23:59:30.970 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:ipsecpolicy 2026-05-07 23:59:30.971 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] ipsecpolicy is already registered 2026-05-07 23:59:30.971 8 INFO neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Creating instance of CountableResource for resource:ikepolicy 2026-05-07 23:59:30.971 8 WARNING neutron.quota.resource_registry [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] ikepolicy is already registered 2026-05-07 23:59:31.010 8 WARNING keystonemiddleware._common.config [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] The option "audit_map_file" is not known to keystonemiddleware 2026-05-07 23:59:31.016 8 WARNING oslo_config.cfg [None req-68e1f127-ad82-4033-b027-dfff29076455 - - - - - -] Deprecated: Option "auth_uri" from group "keystone_authtoken" is deprecated. Use option "www_authenticate_uri" from group "keystone_authtoken". WSGI app 0 (mountpoint='') ready in 8 seconds on interpreter 0x7f85b6a5b668 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-07 23:59:35.418 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f5432bd5-056a-4245-8d96-872acd75f375 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 3/4] 199.19.213.179 () {44 vars in 928 bytes} [Thu May 7 23:59:34 2026] GET /v2.0/networks/public => generated 108 bytes in 819 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: 2/5] 199.19.213.179 () {44 vars in 950 bytes} [Thu May 7 23:59:35 2026] GET /v2.0/networks?name=public => generated 15 bytes in 360 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 23:59:36.164 7 WARNING neutron.services.revisions.revision_plugin [None req-b1ae390f-84bf-46df-8dcd-39625ce24f6e 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Could not find related network for resource to bump revision. 2026-05-07 23:59:36.193 7 INFO neutron.db.segments_db [None req-b1ae390f-84bf-46df-8dcd-39625ce24f6e 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 965ff380-fd32-48c4-9f61-fea681c932ce of type flat for network c46c6228-4493-4082-bcb1-b429f073da30 2026-05-07 23:59:36.244 7 INFO neutron.pecan_wsgi.hooks.translation [None req-b1ae390f-84bf-46df-8dcd-39625ce24f6e 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 4/6] 199.19.213.179 () {48 vars in 968 bytes} [Thu May 7 23:59:35 2026] POST /v2.0/networks => generated 124 bytes in 471 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 23:59:42.443 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a5a38b1-d2e1-42a1-9f26-c86fb6a510ca 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 3/7] 199.19.213.179 () {44 vars in 928 bytes} [Thu May 7 23:59:42 2026] GET /v2.0/networks/public => generated 108 bytes in 375 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 5/8] 199.19.213.179 () {44 vars in 950 bytes} [Thu May 7 23:59:42 2026] GET /v2.0/networks?name=public => generated 15 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 23:59:42.687 8 WARNING neutron.services.revisions.revision_plugin [None req-366f7083-ebbe-4b22-b3b9-94b45f48323b 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Could not find related network for resource to bump revision. 2026-05-07 23:59:42.710 8 INFO neutron.db.segments_db [None req-366f7083-ebbe-4b22-b3b9-94b45f48323b 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 8630d054-a7e0-476d-8cbf-ac2d85270554 of type flat for network 64b6f6cb-68f7-4f13-a3c1-eb56170f1f0a 2026-05-07 23:59:42.758 8 INFO neutron.pecan_wsgi.hooks.translation [None req-366f7083-ebbe-4b22-b3b9-94b45f48323b 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 4/9] 199.19.213.179 () {48 vars in 968 bytes} [Thu May 7 23:59:42 2026] POST /v2.0/networks => generated 124 bytes in 298 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 23:59:48.647 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0f7a51b6-c7e1-4d0a-bf5a-f63ab6f68f7b 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 6/10] 199.19.213.179 () {44 vars in 928 bytes} [Thu May 7 23:59:48 2026] GET /v2.0/networks/public => generated 108 bytes in 48 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 5/11] 199.19.213.179 () {44 vars in 950 bytes} [Thu May 7 23:59:48 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-07 23:59:48.721 7 WARNING neutron.services.revisions.revision_plugin [None req-3b946672-179e-4e3f-9c14-741031b369c2 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Could not find related network for resource to bump revision. 2026-05-07 23:59:48.734 7 INFO neutron.db.segments_db [None req-3b946672-179e-4e3f-9c14-741031b369c2 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 9dcda868-8456-4514-849d-fa46e9e2c77b of type flat for network bf963395-3d43-46fe-a6d1-3fe96cc0290d 2026-05-07 23:59:48.758 7 INFO neutron.pecan_wsgi.hooks.translation [None req-3b946672-179e-4e3f-9c14-741031b369c2 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 7/12] 199.19.213.179 () {48 vars in 968 bytes} [Thu May 7 23:59:48 2026] POST /v2.0/networks => generated 124 bytes in 94 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-07 23:59:54.596 7 INFO neutron.pecan_wsgi.hooks.translation [None req-176f1c7f-a67d-4b3b-8e74-d6c7ac0bc5cb 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 8/14] 199.19.213.179 () {44 vars in 928 bytes} [Thu May 7 23:59:54 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 7/15] 199.19.213.179 () {44 vars in 950 bytes} [Thu May 7 23:59:54 2026] GET /v2.0/networks?name=public => generated 15 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-07 23:59:54.666 7 WARNING neutron.services.revisions.revision_plugin [None req-288702c1-798d-481c-a87d-09a2d80358e1 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Could not find related network for resource to bump revision. 2026-05-07 23:59:54.686 7 INFO neutron.db.segments_db [None req-288702c1-798d-481c-a87d-09a2d80358e1 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 845c8537-092a-441a-9080-f5dc3779deb8 of type flat for network b050e33c-ebb1-4960-98c2-982205a374cf 2026-05-07 23:59:54.711 7 INFO neutron.pecan_wsgi.hooks.translation [None req-288702c1-798d-481c-a87d-09a2d80358e1 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] POST failed (client error): The resource could not be found. [pid: 7|app: 0|req: 9/16] 199.19.213.179 () {48 vars in 968 bytes} [Thu May 7 23:59:54 2026] POST /v2.0/networks => generated 124 bytes in 103 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:00:00.629 8 INFO neutron.pecan_wsgi.hooks.translation [None req-01b1494f-018a-46a5-8a0c-3c5dbf018c1a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 8/17] 199.19.213.179 () {44 vars in 928 bytes} [Fri May 8 00:00:00 2026] GET /v2.0/networks/public => generated 108 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 10/18] 199.19.213.179 () {44 vars in 950 bytes} [Fri May 8 00:00:00 2026] GET /v2.0/networks?name=public => generated 15 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:00:00.704 8 WARNING neutron.services.revisions.revision_plugin [None req-2c2fe780-9e0d-4e1a-8968-81cb027f3991 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Could not find related network for resource to bump revision. 2026-05-08 00:00:00.723 8 INFO neutron.db.segments_db [None req-2c2fe780-9e0d-4e1a-8968-81cb027f3991 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 446fbdad-bd68-423f-9251-2c1f73bdf959 of type flat for network 6c0b3214-41a6-4c15-8bfe-3c531950c420 2026-05-08 00:00:00.750 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2c2fe780-9e0d-4e1a-8968-81cb027f3991 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 9/19] 199.19.213.179 () {48 vars in 968 bytes} [Fri May 8 00:00:00 2026] POST /v2.0/networks => generated 124 bytes in 121 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:00:06.647 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ec7483ea-ddd7-4730-9f60-3b48abf06dfc 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 10/21] 199.19.213.179 () {44 vars in 928 bytes} [Fri May 8 00:00:06 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: 12/22] 199.19.213.179 () {44 vars in 950 bytes} [Fri May 8 00:00:06 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-08 00:00:06.713 8 WARNING neutron.services.revisions.revision_plugin [None req-8a7532a5-4cb0-4912-91d3-a2b39790950f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Could not find related network for resource to bump revision. 2026-05-08 00:00:06.727 8 INFO neutron.db.segments_db [None req-8a7532a5-4cb0-4912-91d3-a2b39790950f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 11479d55-0aa1-4d3a-9113-e98f6e5c0389 of type flat for network 20481ee6-89ae-4fd3-9967-1bf58d0d6171 2026-05-08 00:00:06.746 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8a7532a5-4cb0-4912-91d3-a2b39790950f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] POST failed (client error): The resource could not be found. [pid: 8|app: 0|req: 11/23] 199.19.213.179 () {48 vars in 968 bytes} [Fri May 8 00:00:06 2026] POST /v2.0/networks => generated 124 bytes in 86 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:00:12.634 7 INFO neutron.pecan_wsgi.hooks.translation [None req-34caad20-d16f-4cd6-969c-74e54d0edff5 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 13/24] 199.19.213.179 () {44 vars in 928 bytes} [Fri May 8 00:00:12 2026] GET /v2.0/networks/public => generated 108 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 12/25] 199.19.213.179 () {44 vars in 950 bytes} [Fri May 8 00:00:12 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-08 00:00:12.707 7 WARNING neutron.services.revisions.revision_plugin [None req-d3f60a1e-e034-422b-b79f-7769d58b7aed 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Could not find related network for resource to bump revision. 2026-05-08 00:00:12.728 7 INFO neutron.db.segments_db [None req-d3f60a1e-e034-422b-b79f-7769d58b7aed 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 2459c973-02c5-4460-989f-bac17d5f44b2 of type flat for network 2eb7a8ad-e559-4627-8fb7-38efd842a8a9 [pid: 7|app: 0|req: 14/26] 199.19.213.179 () {48 vars in 968 bytes} [Fri May 8 00:00:12 2026] POST /v2.0/networks => generated 706 bytes in 225 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:00:13.954 8 INFO neutron.pecan_wsgi.hooks.translation [None req-afcbb464-f879-4ee0-aedb-7fe5e7e90d01 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 13/27] 199.19.213.179 () {44 vars in 928 bytes} [Fri May 8 00:00:13 2026] GET /v2.0/networks/public => generated 108 bytes in 85 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 15/28] 199.19.213.179 () {44 vars in 950 bytes} [Fri May 8 00:00:13 2026] GET /v2.0/networks?name=public => generated 709 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:00:14.035 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8dd3f0d-5669-41ff-8fd2-8b86d7dee490 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 14/29] 199.19.213.179 () {44 vars in 1035 bytes} [Fri May 8 00:00:13 2026] GET /v2.0/subnets/public-subnet?network_id=2eb7a8ad-e559-4627-8fb7-38efd842a8a9 => generated 113 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 16/30] 199.19.213.179 () {44 vars in 1058 bytes} [Fri May 8 00:00:14 2026] GET /v2.0/subnets?name=public-subnet&network_id=2eb7a8ad-e559-4627-8fb7-38efd842a8a9 => generated 14 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 15/31] 199.19.213.179 () {48 vars in 966 bytes} [Fri May 8 00:00:14 2026] POST /v2.0/subnets => generated 664 bytes in 358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:05:05.198 8 INFO neutron.pecan_wsgi.hooks.translation [None req-30125b82-84ee-46db-a7f4-e77143b3440f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 34/69] 199.19.213.179 () {44 vars in 938 bytes} [Fri May 8 00:05:05 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 120 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 36/70] 199.19.213.179 () {44 vars in 960 bytes} [Fri May 8 00:05:05 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 15 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:05:05.289 8 INFO neutron.db.segments_db [None req-2e7f9439-4455-4cb4-bd1c-549cc3f736db 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment e4d9a8c6-d8a9-4ecc-830b-e3ccf0614c00 of type vxlan for network 971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 [pid: 8|app: 0|req: 35/73] 199.19.213.179 () {48 vars in 967 bytes} [Fri May 8 00:05:05 2026] POST /v2.0/networks => generated 706 bytes in 181 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:05:06.319 7 INFO neutron.pecan_wsgi.hooks.translation [None req-5fa64900-1071-4210-b860-804742517a2c 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 39/74] 199.19.213.179 () {44 vars in 938 bytes} [Fri May 8 00:05:06 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 57 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 36/75] 199.19.213.179 () {44 vars in 960 bytes} [Fri May 8 00:05:06 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 690 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:05:06.386 7 INFO neutron.pecan_wsgi.hooks.translation [None req-9778495f-d6a5-4399-b557-ca25a673c8d9 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 40/76] 199.19.213.179 () {44 vars in 1037 bytes} [Fri May 8 00:05:06 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => generated 114 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 37/77] 199.19.213.179 () {44 vars in 1060 bytes} [Fri May 8 00:05:06 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => 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: 41/78] 199.19.213.179 () {48 vars in 966 bytes} [Fri May 8 00:05:06 2026] POST /v2.0/subnets => generated 651 bytes in 235 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:05:07.833 8 INFO neutron.api.v2.resource [None req-89489f65-bb30-4e33-84ca-46a01d687480 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 38/79] 199.19.213.179 () {44 vars in 972 bytes} [Fri May 8 00:05:07 2026] GET /v2.0/security-groups/lb-health-mgr-sec-grp => generated 131 bytes in 58 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 42/80] 199.19.213.179 () {44 vars in 994 bytes} [Fri May 8 00:05:07 2026] GET /v2.0/security-groups?name=lb-health-mgr-sec-grp => generated 23 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 39/81] 199.19.213.179 () {48 vars in 981 bytes} [Fri May 8 00:05:07 2026] POST /v2.0/security-groups => generated 1616 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 43/82] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:09 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 1616 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 40/83] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:09 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 1616 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 44/84] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:09 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 1616 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 41/85] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:05:09 2026] POST /v2.0/security-group-rules => generated 601 bytes in 98 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 45/86] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:10 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 2230 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 42/87] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:10 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 2230 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 46/88] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:10 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 2230 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 43/89] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:05:10 2026] POST /v2.0/security-group-rules => generated 603 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 47/90] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:11 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 2846 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 44/91] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:11 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 48/92] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:11 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 2846 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 45/93] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:05:11 2026] POST /v2.0/security-group-rules => generated 603 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 49/94] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:12 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 3462 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 46/95] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:12 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 3462 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 50/96] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:12 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 3462 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 47/97] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:05:12 2026] POST /v2.0/security-group-rules => generated 603 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 51/98] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:13 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4078 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 48/99] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:13 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4078 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 52/100] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:13 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4078 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 49/101] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:05:13 2026] POST /v2.0/security-group-rules => generated 603 bytes in 105 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 53/102] 199.19.213.179 () {44 vars in 988 bytes} [Fri May 8 00:05:14 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => generated 731 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:05:14.657 8 INFO neutron.pecan_wsgi.hooks.translation [None req-daa88873-668b-40e4-b497-8f68404e2ac1 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 50/103] 199.19.213.179 () {44 vars in 1077 bytes} [Fri May 8 00:05:14 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => generated 132 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 54/104] 199.19.213.179 () {44 vars in 1100 bytes} [Fri May 8 00:05:14 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => 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: 51/105] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:14 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => 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: 55/106] 199.19.213.179 () {48 vars in 962 bytes} [Fri May 8 00:05:14 2026] POST /v2.0/ports => generated 1096 bytes in 476 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 00:05:22.615 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f040c897-d199-4330-9dc8-127d9966d93c 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 53/109] 199.19.213.179 () {44 vars in 980 bytes} [Fri May 8 00:05:22 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 45 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: unknown. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 57/110] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:22 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1099 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 54/111] 199.19.213.179 () {48 vars in 1032 bytes} [Fri May 8 00:05:22 2026] PUT /v2.0/ports/68d149e2-bcc6-4358-81c3-83025ffbc87e => generated 1245 bytes in 739 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 58/112] 199.19.213.179 () {44 vars in 921 bytes} [Fri May 8 00:05:24 2026] GET /v2.0/ports => generated 3726 bytes in 83 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-08 00:05:25.956 8 INFO neutron.api.v2.resource [None req-f4a32ff1-734a-497a-a298-1d0fb320ff2e 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 55/113] 199.19.213.179 () {44 vars in 960 bytes} [Fri May 8 00:05:25 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 35 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 59/114] 199.19.213.179 () {44 vars in 982 bytes} [Fri May 8 00:05:25 2026] GET /v2.0/security-groups?name=lb-mgmt-sec-grp => generated 23 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 56/115] 199.19.213.179 () {48 vars in 981 bytes} [Fri May 8 00:05:25 2026] POST /v2.0/security-groups => generated 1610 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 60/116] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:26 2026] GET /v2.0/security-groups/b80b4d69-de8b-4f42-8f73-dc8c66d759e5 => generated 1610 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 57/117] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:27 2026] GET /v2.0/security-groups/b80b4d69-de8b-4f42-8f73-dc8c66d759e5 => generated 1610 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 61/118] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:27 2026] GET /v2.0/security-groups/b80b4d69-de8b-4f42-8f73-dc8c66d759e5 => generated 1610 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 58/119] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:05:27 2026] POST /v2.0/security-group-rules => generated 621 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 62/120] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:28 2026] GET /v2.0/security-groups/b80b4d69-de8b-4f42-8f73-dc8c66d759e5 => generated 2244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 59/121] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:28 2026] GET /v2.0/security-groups/b80b4d69-de8b-4f42-8f73-dc8c66d759e5 => generated 2244 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 63/122] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:05:28 2026] GET /v2.0/security-groups/b80b4d69-de8b-4f42-8f73-dc8c66d759e5 => generated 2244 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 60/123] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:05:28 2026] POST /v2.0/security-group-rules => generated 625 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 69/134] 199.19.213.179 () {44 vars in 976 bytes} [Fri May 8 00:06:41 2026] GET /v2.0/quotas/8724713e68e4483aa536cc3308e63f12 => 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: 66/135] 199.19.213.179 () {48 vars in 1028 bytes} [Fri May 8 00:06:41 2026] PUT /v2.0/quotas/8724713e68e4483aa536cc3308e63f12 => 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-08 00:09:02.352 7 INFO neutron.pecan_wsgi.hooks.translation [None req-2f924dc7-f877-4664-8b55-0c6688f95f02 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 79/154] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:09:02 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 192 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/155] 199.19.213.179 () {30 vars in 763 bytes} [Fri May 8 00:09:02 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:09:04.171 7 INFO neutron.pecan_wsgi.hooks.translation [None req-7d3275ca-b661-4dc9-86e5-b67557a8fcf5 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 80/156] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:09:04 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 50 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 77/157] 199.19.213.179 () {30 vars in 763 bytes} [Fri May 8 00:09:04 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1248 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:16:15.191 7 INFO neutron.api.v2.resource [None req-06201161-d03c-407f-9430-24e599175ed9 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 110/216] 199.19.213.179 () {44 vars in 1075 bytes} [Fri May 8 00:16:15 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => 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: 107/217] 199.19.213.179 () {44 vars in 1098 bytes} [Fri May 8 00:16:15 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 23 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 111/218] 199.19.213.179 () {48 vars in 982 bytes} [Fri May 8 00:16:15 2026] POST /v2.0/security-groups => generated 1624 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 108/219] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:16:16 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 1624 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 112/220] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:16:16 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74 => generated 1624 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 109/221] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:16:16 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 1624 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 113/222] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:16:16 2026] POST /v2.0/security-group-rules => generated 597 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 110/223] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:16:17 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => 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: 114/224] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:16:17 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74 => generated 2234 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 111/225] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:16:17 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 2234 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 115/226] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:16:17 2026] POST /v2.0/security-group-rules => generated 599 bytes in 86 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 112/227] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:16:18 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 2846 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 116/228] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:16:18 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74 => generated 2846 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 113/229] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:16:18 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 2846 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 117/230] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:16:19 2026] POST /v2.0/security-group-rules => generated 601 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 114/231] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:16:20 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 3460 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 118/232] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:16:20 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74 => generated 3460 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 115/233] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:16:20 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 3460 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 119/234] 199.19.213.179 () {48 vars in 992 bytes} [Fri May 8 00:16:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 97 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 130/255] 199.19.213.179 () {30 vars in 740 bytes} [Fri May 8 00:18:35 2026] GET /v2.0/networks?tenant_id=0740cfdcd21b4387b30ee0a2478cbe57&shared=False => generated 15 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:18:35.980 8 INFO neutron.db.segments_db [None req-127b2d4a-cab7-43df-ae97-7a7c3197c70f 7ada27a9ff6d4b82b170a4415e983930 0740cfdcd21b4387b30ee0a2478cbe57 - - 689158f8db774cadbe023e8d7480d3db 689158f8db774cadbe023e8d7480d3db] Added segment 66d7e832-01e9-4c05-9fa9-b2dac90300ac of type vxlan for network e528d554-7301-47f8-a2ec-1a6f2b1c866b [pid: 8|app: 0|req: 126/256] 199.19.213.179 () {34 vars in 682 bytes} [Fri May 8 00:18:35 2026] POST /v2.0/networks => generated 717 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 131/257] 199.19.213.179 () {30 vars in 722 bytes} [Fri May 8 00:18:36 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 127/258] 199.19.213.179 () {30 vars in 633 bytes} [Fri May 8 00:18:36 2026] GET /v2.0/extensions => generated 21537 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 132/259] 199.19.213.179 () {34 vars in 677 bytes} [Fri May 8 00:18:36 2026] POST /v2.0/ports => generated 999 bytes in 336 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 128/260] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:18:36 2026] GET /v2.0/networks/e528d554-7301-47f8-a2ec-1a6f2b1c866b => generated 704 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 133/261] 199.19.213.179 () {30 vars in 722 bytes} [Fri May 8 00:18:38 2026] GET /v2.0/ports?device_id=manila-share&binding%3Ahost_id=instance => generated 1004 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 129/262] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:18:38 2026] GET /v2.0/networks/e528d554-7301-47f8-a2ec-1a6f2b1c866b => generated 704 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 135/265] 199.19.213.179 () {44 vars in 976 bytes} [Fri May 8 00:18:51 2026] GET /v2.0/quotas/0740cfdcd21b4387b30ee0a2478cbe57 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 131/266] 199.19.213.179 () {48 vars in 1028 bytes} [Fri May 8 00:18:52 2026] PUT /v2.0/quotas/0740cfdcd21b4387b30ee0a2478cbe57 => generated 291 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:29:50.131 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a5ed6bc1-3507-493f-a5c6-0efc77223059 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 175/353] 199.19.213.179 () {44 vars in 928 bytes} [Fri May 8 00:29:49 2026] GET /v2.0/networks/public => generated 108 bytes in 134 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 179/354] 199.19.213.179 () {44 vars in 950 bytes} [Fri May 8 00:29:50 2026] GET /v2.0/networks?name=public => generated 753 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:29:51.235 8 INFO neutron.pecan_wsgi.hooks.translation [None req-f88b593c-0eb0-4426-973c-668d2f744acb 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 177/357] 199.19.213.179 () {44 vars in 928 bytes} [Fri May 8 00:29:51 2026] GET /v2.0/networks/public => generated 108 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 181/358] 199.19.213.179 () {44 vars in 950 bytes} [Fri May 8 00:29:51 2026] GET /v2.0/networks?name=public => generated 753 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:29:51.305 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9fde5d41-3187-43e1-9e21-52d950ae4ae8 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 178/359] 199.19.213.179 () {44 vars in 1035 bytes} [Fri May 8 00:29:51 2026] GET /v2.0/subnets/public-subnet?network_id=2eb7a8ad-e559-4627-8fb7-38efd842a8a9 => generated 113 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 182/360] 199.19.213.179 () {44 vars in 1058 bytes} [Fri May 8 00:29:51 2026] GET /v2.0/subnets?name=public-subnet&network_id=2eb7a8ad-e559-4627-8fb7-38efd842a8a9 => generated 667 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:30:18.179 7 INFO neutron.pecan_wsgi.hooks.translation [None req-082f6c4d-6018-4e3a-867a-cdac4b89cbc4 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 184/363] 199.19.213.179 () {44 vars in 938 bytes} [Fri May 8 00:30:18 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 49 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 180/364] 199.19.213.179 () {44 vars in 960 bytes} [Fri May 8 00:30:18 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:30:19.154 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e7f2e96d-71bb-4c75-8e94-71a597dcffcb 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 185/365] 199.19.213.179 () {44 vars in 938 bytes} [Fri May 8 00:30:19 2026] GET /v2.0/networks/lb-mgmt-net => generated 113 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 181/366] 199.19.213.179 () {44 vars in 960 bytes} [Fri May 8 00:30:19 2026] GET /v2.0/networks?name=lb-mgmt-net => generated 734 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:30:19.223 7 INFO neutron.pecan_wsgi.hooks.translation [None req-0052a31e-0c3c-4eda-ae02-8a4333eb3a50 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 186/367] 199.19.213.179 () {44 vars in 1037 bytes} [Fri May 8 00:30:19 2026] GET /v2.0/subnets/lb-mgmt-subnet?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => 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: 182/368] 199.19.213.179 () {44 vars in 1060 bytes} [Fri May 8 00:30:19 2026] GET /v2.0/subnets?name=lb-mgmt-subnet&network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:30:20.382 8 INFO neutron.api.v2.resource [None req-224a8dd1-5a1d-4350-b836-037ae1ea539e 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 184/371] 199.19.213.179 () {44 vars in 972 bytes} [Fri May 8 00:30:20 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: 7|app: 0|req: 188/372] 199.19.213.179 () {44 vars in 994 bytes} [Fri May 8 00:30:20 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: 8|app: 0|req: 185/373] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:21 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4694 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 189/374] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:21 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4694 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 186/375] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:30:21 2026] GET /v2.0/security-group-rules/52a34015-910d-43b7-a503-4ddca14579a0 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 190/376] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:22 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 187/377] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:22 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4694 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 191/378] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:30:22 2026] GET /v2.0/security-group-rules/a31e16a2-0c6a-462b-9dce-7f375af72de9 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 188/379] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:23 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4694 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 192/380] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:23 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 189/381] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:30:23 2026] GET /v2.0/security-group-rules/7b831c0c-5008-4e95-a509-248f1ef05599 => generated 603 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 193/382] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:24 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4694 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 190/383] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:24 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4694 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 194/384] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:30:24 2026] GET /v2.0/security-group-rules/cd0f33d0-1393-4826-a358-b49f6f25106d => 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: 191/385] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:25 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4694 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 195/386] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:25 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => 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: 192/387] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:30:25 2026] GET /v2.0/security-group-rules/1dfd2002-84f3-4ef2-849a-b1a46860224f => generated 603 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 196/388] 199.19.213.179 () {44 vars in 988 bytes} [Fri May 8 00:30:26 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => generated 731 bytes in 163 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:30:26.727 8 INFO neutron.pecan_wsgi.hooks.translation [None req-7123cb62-e89d-491c-ae6d-2c07e635dd64 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 193/389] 199.19.213.179 () {44 vars in 1077 bytes} [Fri May 8 00:30:26 2026] GET /v2.0/ports/octavia-health-manager-port-instance?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => generated 132 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 197/390] 199.19.213.179 () {44 vars in 1100 bytes} [Fri May 8 00:30:26 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance&network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => generated 1250 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 194/391] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:26 2026] GET /v2.0/security-groups/d32e4b11-29cc-4045-a376-28f932482386 => generated 4694 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:30:34.801 7 INFO neutron.pecan_wsgi.hooks.translation [None req-628254df-5050-4f84-9776-f37fd0043ffc 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 198/392] 199.19.213.179 () {44 vars in 980 bytes} [Fri May 8 00:30:34 2026] GET /v2.0/ports/octavia-health-manager-port-instance => generated 132 bytes in 56 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 195/393] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:34 2026] GET /v2.0/ports?name=octavia-health-manager-port-instance => generated 1250 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 200/396] 199.19.213.179 () {44 vars in 921 bytes} [Fri May 8 00:30:36 2026] GET /v2.0/ports => generated 4721 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:30:37.406 8 INFO neutron.api.v2.resource [None req-6b4fed09-55d6-4f2d-8830-2970ffcf8c56 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 197/397] 199.19.213.179 () {44 vars in 960 bytes} [Fri May 8 00:30:37 2026] GET /v2.0/security-groups/lb-mgmt-sec-grp => generated 125 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 201/398] 199.19.213.179 () {44 vars in 982 bytes} [Fri May 8 00:30:37 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: 8|app: 0|req: 198/399] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:38 2026] GET /v2.0/security-groups/b80b4d69-de8b-4f42-8f73-dc8c66d759e5 => generated 2882 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 202/400] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:38 2026] GET /v2.0/security-groups/b80b4d69-de8b-4f42-8f73-dc8c66d759e5 => generated 2882 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 199/401] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:30:38 2026] GET /v2.0/security-group-rules/e6428b5d-73e6-45f2-bb80-bdbd78c0936c => generated 621 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 203/402] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:39 2026] GET /v2.0/security-groups/b80b4d69-de8b-4f42-8f73-dc8c66d759e5 => 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: 200/403] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:30:39 2026] GET /v2.0/security-groups/b80b4d69-de8b-4f42-8f73-dc8c66d759e5 => generated 2882 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 204/404] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:30:39 2026] GET /v2.0/security-group-rules/25978f13-26de-43c8-bac6-7ca4740ccfa2 => generated 625 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 202/407] 199.19.213.179 () {44 vars in 976 bytes} [Fri May 8 00:30:50 2026] GET /v2.0/quotas/8724713e68e4483aa536cc3308e63f12 => generated 291 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:31:42.859 7 INFO neutron.api.v2.resource [None req-69c34e61-b023-4169-8e20-d114b797c057 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 209/414] 199.19.213.179 () {44 vars in 1075 bytes} [Fri May 8 00:31:42 2026] GET /v2.0/security-groups/manila-service-security-group?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 139 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 206/415] 199.19.213.179 () {44 vars in 1098 bytes} [Fri May 8 00:31:42 2026] GET /v2.0/security-groups?name=manila-service-security-group&project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 4072 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 210/416] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:31:43 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 4075 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 207/417] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:31:43 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74 => generated 4075 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 211/418] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:31:43 2026] GET /v2.0/security-group-rules/48139ae1-cd0f-49f5-a850-e6c15261a5a8 => generated 597 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 208/419] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:31:44 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 4075 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 212/420] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:31:44 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74 => generated 4075 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 209/421] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:31:44 2026] GET /v2.0/security-group-rules/19c36f6c-dd93-4aa1-8a1a-bb1fe3a95d54 => generated 599 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 213/422] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:31:45 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 4075 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 210/423] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:31:45 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74 => 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: 214/424] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:31:45 2026] GET /v2.0/security-group-rules/148533f2-d574-44b4-816d-1afcb169e6f8 => 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: 211/425] 199.19.213.179 () {44 vars in 1089 bytes} [Fri May 8 00:31:46 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74?project_id=0740cfdcd21b4387b30ee0a2478cbe57 => generated 4075 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 215/426] 199.19.213.179 () {44 vars in 1002 bytes} [Fri May 8 00:31:46 2026] GET /v2.0/security-groups/d1083dbc-e03e-4a0b-840b-97e8f26ebe74 => 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: 212/427] 199.19.213.179 () {44 vars in 1012 bytes} [Fri May 8 00:31:47 2026] GET /v2.0/security-group-rules/498a52ed-8dba-4230-ad26-e6ea2353bdd7 => generated 602 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 214/430] 199.19.213.179 () {44 vars in 976 bytes} [Fri May 8 00:31:54 2026] GET /v2.0/quotas/0740cfdcd21b4387b30ee0a2478cbe57 => generated 291 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 218/437] 199.19.213.179 () {44 vars in 950 bytes} [Fri May 8 00:32:43 2026] GET /v2.0/networks?name=public => generated 753 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 223/444] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:33:22 2026] GET /v2.0/networks => generated 2166 bytes in 143 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 222/445] 10.0.0.129 () {32 vars in 655 bytes} [Fri May 8 00:33:23 2026] GET /v2.0/floatingips => 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: 224/446] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:33:23 2026] GET /v2.0/routers => generated 15 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 223/447] 10.0.0.129 () {32 vars in 643 bytes} [Fri May 8 00:33:23 2026] GET /v2.0/ports => generated 4721 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 225/448] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:33:23 2026] GET /v2.0/subnets => generated 1308 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 224/449] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:33:23 2026] GET /v2.0/networks => generated 2166 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 226/450] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:33:23 2026] GET /v2.0/security-groups => generated 17397 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 225/451] 10.0.0.129 () {32 vars in 655 bytes} [Fri May 8 00:33:23 2026] GET /v2.0/subnetpools => generated 19 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:33:34.502 7 INFO neutron.db.segments_db [None req-2c7efffc-43b0-4786-b7a4-b7f4e5ea302a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 5c2b259b-ca9f-4a84-b32f-f3a5085080cf of type vxlan for network 311e5fb0-502b-4103-9afc-62c81e945859 [pid: 7|app: 0|req: 227/452] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:33:34 2026] POST /v2.0/networks => generated 752 bytes in 393 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:33:34.629 8 INFO neutron.db.segments_db [None req-b8f175b6-0cd1-4603-bb3c-b1f85e321ecb 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 847f0973-3942-42bc-95a9-60a2e5a0257c of type vxlan for network 17e1a98f-75aa-417a-9a77-02109c8752d2 [pid: 8|app: 0|req: 226/453] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:33:34 2026] POST /v2.0/networks => generated 737 bytes in 306 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 228/454] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:33:34 2026] POST /v2.0/subnets => generated 699 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:33:34.797 7 INFO neutron.db.segments_db [None req-e3c5c655-7b23-40ec-a4be-410593d83806 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 79bb2491-7fae-4a2f-a634-8e80c4ca01c6 of type vxlan for network 44baf9a9-5d89-43ff-8397-1b959103208a [pid: 8|app: 0|req: 227/455] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:33:34 2026] POST /v2.0/subnets => generated 684 bytes in 186 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:33:35.045 7 INFO neutron.db.l3_hamode_db [None req-e3c5c655-7b23-40ec-a4be-410593d83806 6fdccd6c81e24a769dd9c9039614b724 d95df8f3f1804312a29507c8ee462bb6 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 228/456] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:33:34 2026] GET /v2.0/security-groups?tenant_id=65fa950f34cc4540a465945665c831c0&name=default => generated 2921 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:33:35.176 8 INFO neutron.db.segments_db [None req-e92aa9c9-da0e-4571-8dcb-d0bbd32dbcd2 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 172ccede-ffdb-41f9-a930-12d8971e5e65 of type vxlan for network be29ee55-fbac-4d8b-be47-18e85eee6a4d 2026-05-08 00:33:35.361 8 INFO neutron.db.l3_hamode_db [None req-e92aa9c9-da0e-4571-8dcb-d0bbd32dbcd2 6fdccd6c81e24a769dd9c9039614b724 20ffc1665066486094f63306286a5b75 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:33:35.935 7 INFO neutron.db.l3_hamode_db [None req-e3c5c655-7b23-40ec-a4be-410593d83806 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:33:36.208 8 INFO neutron.db.l3_hamode_db [None req-e92aa9c9-da0e-4571-8dcb-d0bbd32dbcd2 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 229/457] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:33:34 2026] POST /v2.0/routers => generated 739 bytes in 2426 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 230/458] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:33:37 2026] DELETE /v2.0/security-groups/c669005a-d957-4cae-b87e-ff78c95fc90f => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 229/461] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:33:35 2026] POST /v2.0/routers => generated 724 bytes in 2284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 233/462] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:33:37 2026] GET /v2.0/security-groups?tenant_id=09baec5c59764742a32512c74a421e31&name=default => generated 2921 bytes in 421 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 230/463] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:33:37 2026] PUT /v2.0/routers/f54ba04f-de16-4297-90dd-598345fa144a/add_router_interface => generated 309 bytes in 1092 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 231/464] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:33:38 2026] DELETE /v2.0/security-groups/d66e3b53-262d-4d37-8b6c-104e004f0c28 => 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: 234/465] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:33:37 2026] PUT /v2.0/routers/36cf7373-8e43-4c66-a794-2053bd71e417/add_router_interface => generated 309 bytes in 1192 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 232/466] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:33:38 2026] GET /v2.0/security-groups?tenant_id=562388ab62de43c59f55c11849f80097&name=default => generated 2925 bytes in 135 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 235/467] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:33:38 2026] DELETE /v2.0/security-groups/5eaf6a20-80da-4994-ab7a-bd5f5285ed3a => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:33:39.260 8 INFO neutron.db.segments_db [None req-a6d6b5dd-791d-4b43-9fd6-fc8462c96e17 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment de05427f-09ec-43f0-a492-736df3982b13 of type vxlan for network 33ea5548-1951-4009-a4c1-c5d214c51a17 [pid: 7|app: 0|req: 236/468] 10.0.0.129 () {34 vars in 685 bytes} [Fri May 8 00:33:39 2026] POST /v2.0/security-groups => generated 1660 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 233/469] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:33:38 2026] POST /v2.0/networks => generated 748 bytes in 355 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 237/470] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:33:39 2026] POST /v2.0/security-group-rules => generated 597 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 238/471] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:33:39 2026] POST /v2.0/security-group-rules => generated 602 bytes in 96 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 234/472] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:33:39 2026] POST /v2.0/subnets => generated 695 bytes in 196 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:33:39.604 8 INFO neutron.db.segments_db [None req-80a8e938-e3eb-46a8-a161-c58715cacbf2 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 8cb87d2f-4892-42b5-813a-0fd3ebdabbf7 of type vxlan for network 5d71c906-4dd8-43d3-9414-fa6b3745c662 [pid: 7|app: 0|req: 239/473] 10.0.0.129 () {34 vars in 685 bytes} [Fri May 8 00:33:39 2026] POST /v2.0/security-groups => generated 1660 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 00:33:39.850 8 INFO neutron.db.l3_hamode_db [None req-80a8e938-e3eb-46a8-a161-c58715cacbf2 6fdccd6c81e24a769dd9c9039614b724 5dce4db13855414e8777f87cc723628f - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 240/474] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:33:39 2026] POST /v2.0/floatingips => generated 552 bytes in 602 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 241/475] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:33:40 2026] POST /v2.0/security-group-rules => generated 597 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 242/476] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:33:40 2026] POST /v2.0/security-group-rules => generated 602 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:33:40.600 8 INFO neutron.db.l3_hamode_db [None req-80a8e938-e3eb-46a8-a161-c58715cacbf2 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 243/477] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:33:40 2026] POST /v2.0/floatingips => generated 552 bytes in 569 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 244/478] 10.0.0.179 () {34 vars in 1100 bytes} [Fri May 8 00:33:41 2026] GET /v2.0/security-groups?name=tempest-securitygroup--1032283362&fields=id&tenant_id=d95df8f3f1804312a29507c8ee462bb6 => generated 69 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 245/479] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:33:41 2026] GET /v2.0/networks?id=311e5fb0-502b-4103-9afc-62c81e945859 => generated 684 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 235/480] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:33:39 2026] POST /v2.0/routers => generated 735 bytes in 1907 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 246/481] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:33:41 2026] GET /v2.0/quotas/d95df8f3f1804312a29507c8ee462bb6 => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 247/482] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:33:41 2026] GET /v2.0/ports?tenant_id=d95df8f3f1804312a29507c8ee462bb6&fields=id => generated 103 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 248/483] 10.0.0.179 () {34 vars in 907 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/extensions => generated 21537 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 249/484] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?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: 250/485] 10.0.0.179 () {34 vars in 1098 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/security-groups?name=tempest-securitygroup--241613018&fields=id&tenant_id=20ffc1665066486094f63306286a5b75 => generated 69 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 251/486] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 252/487] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/networks?id=17e1a98f-75aa-417a-9a77-02109c8752d2 => generated 669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 253/488] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/quotas/20ffc1665066486094f63306286a5b75 => generated 292 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 254/489] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/ports?tenant_id=20ffc1665066486094f63306286a5b75&fields=id => generated 57 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 255/490] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 236/491] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:33:41 2026] PUT /v2.0/routers/a1749353-9daa-49e4-951c-544698fd44bb/add_router_interface => generated 309 bytes in 1095 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 256/492] 10.0.0.179 () {34 vars in 907 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/extensions => generated 21537 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 237/493] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/networks/17e1a98f-75aa-417a-9a77-02109c8752d2?fields=segments => generated 14 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 257/494] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:33:42 2026] GET /v2.0/networks/17e1a98f-75aa-417a-9a77-02109c8752d2?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: 238/495] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:43 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 12 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 258/496] 10.0.0.179 () {38 vars in 971 bytes} [Fri May 8 00:33:43 2026] POST /v2.0/security-groups => generated 1684 bytes in 129 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 239/497] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:43 2026] GET /v2.0/security-groups/0bcebf36-e6ed-4f6f-a1dd-6407ca082b99 => generated 1684 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 240/498] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:43 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => 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: 259/499] 10.0.0.179 () {38 vars in 981 bytes} [Fri May 8 00:33:43 2026] POST /v2.0/security-group-rules => generated 614 bytes in 125 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 241/500] 10.0.0.179 () {38 vars in 971 bytes} [Fri May 8 00:33:43 2026] POST /v2.0/security-groups => generated 1685 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 260/501] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:43 2026] GET /v2.0/security-groups/50652dac-23ff-4355-898f-a40455c9f355 => generated 1685 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 242/502] 10.0.0.179 () {38 vars in 981 bytes} [Fri May 8 00:33:43 2026] POST /v2.0/security-group-rules => generated 614 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 261/503] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:43 2026] GET /v2.0/security-groups/50652dac-23ff-4355-898f-a40455c9f355 => generated 2310 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 243/504] 10.0.0.179 () {38 vars in 981 bytes} [Fri May 8 00:33:43 2026] POST /v2.0/security-group-rules => generated 619 bytes in 101 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 262/505] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:44 2026] GET /v2.0/security-groups/50652dac-23ff-4355-898f-a40455c9f355 => generated 2940 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 244/506] 10.0.0.179 () {34 vars in 1001 bytes} [Fri May 8 00:33:44 2026] GET /v2.0/security-group-rules/e2211df0-6ff5-40c8-9bf0-a0f8bd0b21f7 => generated 616 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 263/507] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:44 2026] GET /v2.0/security-groups/50652dac-23ff-4355-898f-a40455c9f355 => generated 2940 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 264/508] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:44 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => 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: 245/509] 10.0.0.179 () {36 vars in 1023 bytes} [Fri May 8 00:33:44 2026] DELETE /v2.0/security-group-rules/e2211df0-6ff5-40c8-9bf0-a0f8bd0b21f7 => 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: 265/510] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:44 2026] GET /v2.0/security-groups/50652dac-23ff-4355-898f-a40455c9f355 => generated 2310 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 246/511] 10.0.0.179 () {36 vars in 1013 bytes} [Fri May 8 00:33:44 2026] DELETE /v2.0/security-groups/50652dac-23ff-4355-898f-a40455c9f355 => 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: 266/512] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:44 2026] GET /v2.0/security-groups/0bcebf36-e6ed-4f6f-a1dd-6407ca082b99 => generated 2309 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 247/513] 10.0.0.179 () {36 vars in 1013 bytes} [Fri May 8 00:33:44 2026] DELETE /v2.0/security-groups/0bcebf36-e6ed-4f6f-a1dd-6407ca082b99 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 248/514] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:44 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => 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: 249/515] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:45 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 12 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:33:45.401 7 INFO neutron_taas.services.taas.taas_plugin [None req-b238c0c2-c62a-4267-b113-5a65844aebee 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 9f5d9e15-cf84-4024-a7d0-a6bdae3122bb 2026-05-08 00:33:45.409 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b238c0c2-c62a-4267-b113-5a65844aebee 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 9f5d9e15-cf84-4024-a7d0-a6bdae3122bb [pid: 8|app: 0|req: 250/516] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:33:45 2026] GET /v2.0/security-groups?tenant_id=53d6cd1384ce4a1a89620a3704795756&name=default => generated 2925 bytes in 332 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 251/517] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:45 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => 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: 267/518] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:33:44 2026] PUT /v2.0/routers/a1749353-9daa-49e4-951c-544698fd44bb/remove_router_interface => generated 309 bytes in 1381 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 252/519] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:33:45 2026] DELETE /v2.0/security-groups/ff76a612-0aa4-4c8e-9403-9b71532b3879 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:33:46.247 7 INFO neutron_taas.services.taas.taas_plugin [None req-d343de48-e708-4dfd-82e6-d3ba5eb0384f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: f3e98d1b-7edd-4914-8456-842a032b2aaa 2026-05-08 00:33:46.251 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d343de48-e708-4dfd-82e6-d3ba5eb0384f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: f3e98d1b-7edd-4914-8456-842a032b2aaa [pid: 8|app: 0|req: 253/520] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:33:46 2026] GET /v2.0/security-groups?tenant_id=a2dbc488d86f45aa81a8aa6af1ccfb5f&name=default => generated 2925 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 254/521] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:33:46 2026] DELETE /v2.0/security-groups/1b966b9a-af99-44c7-80b4-5ee7cb37a412 => 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: 255/522] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:46 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:33:46.522 7 INFO neutron_taas.services.taas.taas_plugin [None req-d343de48-e708-4dfd-82e6-d3ba5eb0384f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: fb3b77e4-3152-4f22-b245-08af3131fce0 2026-05-08 00:33:46.525 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d343de48-e708-4dfd-82e6-d3ba5eb0384f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: fb3b77e4-3152-4f22-b245-08af3131fce0 2026-05-08 00:33:46.620 7 WARNING neutron.plugins.ml2.ovo_rpc [None req-d343de48-e708-4dfd-82e6-d3ba5eb0384f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - 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-08 00:33:47.006 7 INFO neutron.db.l3_hamode_db [None req-d343de48-e708-4dfd-82e6-d3ba5eb0384f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network 5d71c906-4dd8-43d3-9414-fa6b3745c662 was deleted as no HA routers are present in tenant 5dce4db13855414e8777f87cc723628f. [pid: 7|app: 0|req: 268/523] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:33:46 2026] DELETE /v2.0/routers/a1749353-9daa-49e4-951c-544698fd44bb => generated 0 bytes in 1003 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 269/524] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:47 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => 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: 256/525] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:33:47 2026] DELETE /v2.0/subnets/c28b8b06-91b3-45e2-9f17-2fccf76502f9 => 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: 270/526] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:33:47 2026] DELETE /v2.0/networks/33ea5548-1951-4009-a4c1-c5d214c51a17 => generated 0 bytes in 115 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 271/527] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:33:47 2026] GET /v2.0/security-groups?tenant_id=5dce4db13855414e8777f87cc723628f&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:33:47.487 7 INFO neutron.services.segments.plugin [-] Segment 8cb87d2f-4892-42b5-813a-0fd3ebdabbf7 resource provider aggregate not found 2026-05-08 00:33:47.516 7 INFO neutron.services.segments.plugin [-] Segment 8cb87d2f-4892-42b5-813a-0fd3ebdabbf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cb87d2f-4892-42b5-813a-0fd3ebdabbf7 found for delete ", "request_id": "req-b51ceacb-b984-4e32-83ec-cfbd36ebde27"}]} [pid: 7|app: 0|req: 272/528] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:33:47 2026] DELETE /v2.0/security-groups/be98183e-b62e-44a7-bac7-74d2c156cbf7 => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:33:47.541 7 INFO neutron.services.segments.plugin [-] Segment 8cb87d2f-4892-42b5-813a-0fd3ebdabbf7 resource provider aggregate not found 2026-05-08 00:33:47.563 7 INFO neutron.services.segments.plugin [-] Segment 8cb87d2f-4892-42b5-813a-0fd3ebdabbf7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8cb87d2f-4892-42b5-813a-0fd3ebdabbf7 found for delete ", "request_id": "req-3a8218d5-ec39-4f76-b191-cdcea97866d7"}]} [pid: 7|app: 0|req: 273/529] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:47 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 257/530] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:33:47 2026] GET /v2.0/networks?id=311e5fb0-502b-4103-9afc-62c81e945859 => generated 684 bytes in 355 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 274/531] 199.19.213.179 () {34 vars in 911 bytes} [Fri May 8 00:33:47 2026] GET /v2.0/extensions => generated 21537 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 258/532] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:33:47 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=d95df8f3f1804312a29507c8ee462bb6 => generated 181 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 275/533] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:33:47 2026] POST /v2.0/ports => generated 954 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 259/534] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:48 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 957 bytes in 328 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: 276/535] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:48 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 277/536] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:48 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => 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: 260/537] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:33:48 2026] PUT /v2.0/ports/29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 1235 bytes in 564 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 278/538] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:33:49 2026] GET /v2.0/networks?id=17e1a98f-75aa-417a-9a77-02109c8752d2 => generated 669 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 261/539] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:33:49 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=20ffc1665066486094f63306286a5b75 => generated 180 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:33:49.537 7 INFO neutron.services.segments.plugin [-] Segment de05427f-09ec-43f0-a492-736df3982b13 resource provider aggregate not found 2026-05-08 00:33:49.560 7 INFO neutron.services.segments.plugin [-] Segment de05427f-09ec-43f0-a492-736df3982b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de05427f-09ec-43f0-a492-736df3982b13 found for delete ", "request_id": "req-af5ec4c9-059a-4070-81c1-3bf34daf8fba"}]} 2026-05-08 00:33:49.588 8 INFO neutron.db.segments_db [None req-d1e4c888-7720-4867-baee-366ba63c76ee 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment bc5d5aa5-3fce-47c0-9f82-6ad76116a7ba of type vxlan for network b1c220a5-efbf-4482-a0e4-98431957aac5 2026-05-08 00:33:49.589 7 INFO neutron.services.segments.plugin [-] Segment de05427f-09ec-43f0-a492-736df3982b13 resource provider aggregate not found [pid: 7|app: 0|req: 279/540] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:33:49 2026] POST /v2.0/ports => generated 954 bytes in 419 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-08 00:33:49.627 7 INFO neutron.services.segments.plugin [-] Segment de05427f-09ec-43f0-a492-736df3982b13 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid de05427f-09ec-43f0-a492-736df3982b13 found for delete ", "request_id": "req-ccebf6a8-a4a0-49d8-9ecc-c6268079f65f"}]} 2026-05-08 00:33:49.650 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8dc76cfb-369b-456e-8e98-91fc7a65b1fd'] response: {'name': 'network-changed', 'server_uuid': '34ff7d9a-1678-4bd2-a6ea-c7977e4f0490', 'tag': '29727a66-1bc2-42f5-87f3-aa169a3046f1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 280/541] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:49 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 969 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 262/542] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:33:49 2026] POST /v2.0/networks => generated 744 bytes in 389 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 263/543] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:49 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 264/544] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:33:49 2026] POST /v2.0/subnets => generated 691 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 281/545] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:33:49 2026] PUT /v2.0/ports/a6c79871-4dd1-4aea-aa2c-b1f3488051d1 => generated 1235 bytes in 342 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: 265/546] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:49 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:33:50.048 7 INFO neutron.db.segments_db [None req-d1677afc-3736-43ec-8acc-f0bbf06e271d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment d6b5db51-b8ef-4f77-a156-5d1eed6c9d3a of type vxlan for network 1e81a3b1-5e87-46e0-ac82-3b93971041bb [pid: 8|app: 0|req: 266/547] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:50 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&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: 267/548] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:33:50 2026] GET /v2.0/ports?tenant_id=d95df8f3f1804312a29507c8ee462bb6&device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 1238 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 268/549] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:33:50 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 19 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 269/550] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:33:50 2026] GET /v2.0/subnets?id=a31b4e02-f7fa-4e0e-abae-ef97365606e5 => generated 702 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 270/551] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:33:50 2026] GET /v2.0/ports?network_id=311e5fb0-502b-4103-9afc-62c81e945859&device_owner=network%3Adhcp => generated 1244 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:33:50.320 7 INFO neutron.db.l3_hamode_db [None req-d1677afc-3736-43ec-8acc-f0bbf06e271d 6fdccd6c81e24a769dd9c9039614b724 407b44118fc048089b396887bf8f69fa - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 271/552] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:33:50 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?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: 274/555] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:33:50 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:33:50.494 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-df2cbbd8-d3ff-4832-a9f0-c46aa21eba37'] response: {'name': 'network-changed', 'server_uuid': '553fe281-8331-4fd2-83f9-757771d4b837', 'tag': 'a6c79871-4dd1-4aea-aa2c-b1f3488051d1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 275/556] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:50 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 276/557] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:50 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 277/558] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/ports?tenant_id=20ffc1665066486094f63306286a5b75&device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 1238 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 278/559] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/networks?tenant_id=20ffc1665066486094f63306286a5b75&shared=False => generated 765 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:33:51.115 7 INFO neutron.db.l3_hamode_db [None req-d1677afc-3736-43ec-8acc-f0bbf06e271d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 279/560] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 280/561] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => 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: 281/562] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&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: 282/563] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/ports?tenant_id=d95df8f3f1804312a29507c8ee462bb6&device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 1238 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 283/564] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/networks?id=311e5fb0-502b-4103-9afc-62c81e945859 => generated 780 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 284/565] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=29727a66-1bc2-42f5-87f3-aa169a3046f1 => 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: 285/566] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/subnets?id=a31b4e02-f7fa-4e0e-abae-ef97365606e5 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 286/567] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/ports?network_id=311e5fb0-502b-4103-9afc-62c81e945859&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 287/568] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 288/569] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?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: 289/570] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:51 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => 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: 290/571] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:52 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 282/572] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:33:49 2026] POST /v2.0/routers => generated 731 bytes in 2066 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 283/573] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:33:52 2026] GET /v2.0/ports?tenant_id=20ffc1665066486094f63306286a5b75&device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 1238 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 284/574] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:33:52 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a6c79871-4dd1-4aea-aa2c-b1f3488051d1 => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 285/575] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:33:52 2026] GET /v2.0/subnets?id=bb111633-78cf-4368-b7ad-81b3780e76dd => generated 687 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 286/576] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:52 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 969 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 287/577] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:33:52 2026] GET /v2.0/ports?network_id=17e1a98f-75aa-417a-9a77-02109c8752d2&device_owner=network%3Adhcp => generated 1244 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 288/578] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:52 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 289/579] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:33:52 2026] GET /v2.0/networks/17e1a98f-75aa-417a-9a77-02109c8752d2?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: 290/580] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:33:52 2026] GET /v2.0/networks/17e1a98f-75aa-417a-9a77-02109c8752d2?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 291/581] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:33:52 2026] PUT /v2.0/routers/77af8d99-0495-4426-a093-336b222bb2e4/add_router_interface => generated 309 bytes in 1109 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 292/582] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:53 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 969 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 293/583] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:53 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 291/584] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:33:53 2026] GET /v2.0/security-groups?tenant_id=8572f2694369496193299f6a21bce09d&name=default => generated 2925 bytes in 309 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 294/585] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:33:53 2026] DELETE /v2.0/security-groups/018269fd-301c-44c4-b776-52d5bc41acf4 => 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: 292/586] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:53 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 969 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 293/587] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:53 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 295/588] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:33:53 2026] GET /v2.0/security-groups?tenant_id=ec01f16e38b94d379e5d8efdbf3d581f&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 294/589] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:33:53 2026] DELETE /v2.0/security-groups/81cb789e-dded-4bd0-b2f9-b1a279d754e3 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 296/590] 10.0.0.179 () {38 vars in 971 bytes} [Fri May 8 00:33:53 2026] POST /v2.0/security-groups => generated 1682 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 295/591] 10.0.0.179 () {38 vars in 971 bytes} [Fri May 8 00:33:54 2026] POST /v2.0/security-groups => generated 1680 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 297/592] 10.0.0.179 () {38 vars in 971 bytes} [Fri May 8 00:33:54 2026] POST /v2.0/security-groups => generated 1682 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 298/593] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/security-groups?tenant_id=407b44118fc048089b396887bf8f69fa => generated 7909 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 296/594] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 969 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 299/595] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/security-groups/04cfd1bf-861f-471a-ae79-be6548188d7b => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 297/596] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&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: 300/597] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/security-groups/04cfd1bf-861f-471a-ae79-be6548188d7b => generated 2922 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 298/598] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/security-groups/963e4136-a729-40fa-bfe7-d71f97c870e9 => generated 1682 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 301/599] 10.0.0.179 () {36 vars in 1013 bytes} [Fri May 8 00:33:54 2026] DELETE /v2.0/security-groups/963e4136-a729-40fa-bfe7-d71f97c870e9 => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:33:54.673 7 INFO neutron.api.v2.resource [req-ad773654-6afd-470f-b09b-6a8e9baa2557 req-4c4f11d5-0335-4138-948b-40d5c6d61d7e b488ce01155d4a639145bb5f8838c8a7 407b44118fc048089b396887bf8f69fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 299/600] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/security-groups/963e4136-a729-40fa-bfe7-d71f97c870e9 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 302/601] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/security-groups/df275962-8f98-4e32-b6d2-c1140d426cd0 => generated 1680 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 303/602] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 300/603] 10.0.0.179 () {36 vars in 1013 bytes} [Fri May 8 00:33:54 2026] DELETE /v2.0/security-groups/df275962-8f98-4e32-b6d2-c1140d426cd0 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 304/604] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:33:54.901 7 INFO neutron.api.v2.resource [req-65a2e8db-d9db-41dd-94d7-f832e996de5a req-f7f2c6ad-2d27-49d6-831a-8f4dce01a827 b488ce01155d4a639145bb5f8838c8a7 407b44118fc048089b396887bf8f69fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 301/605] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/security-groups/df275962-8f98-4e32-b6d2-c1140d426cd0 => generated 146 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 305/606] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:54 2026] GET /v2.0/security-groups/0e69bd35-6b79-49a1-8ece-85e15f62de18 => generated 1682 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 302/607] 10.0.0.179 () {36 vars in 1013 bytes} [Fri May 8 00:33:54 2026] DELETE /v2.0/security-groups/0e69bd35-6b79-49a1-8ece-85e15f62de18 => generated 0 bytes in 122 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:33:55.128 8 INFO neutron.api.v2.resource [req-5086a71b-bc0f-43be-92fb-7e12df5e98ee req-05bdf3a3-9805-41f5-a84f-7f6afcf20208 b488ce01155d4a639145bb5f8838c8a7 407b44118fc048089b396887bf8f69fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 306/608] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:55 2026] GET /v2.0/security-groups/0e69bd35-6b79-49a1-8ece-85e15f62de18 => generated 146 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 303/609] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:33:55 2026] GET /v2.0/security-groups?tenant_id=407b44118fc048089b396887bf8f69fa => generated 2925 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 307/610] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:55 2026] GET /v2.0/security-groups/04cfd1bf-861f-471a-ae79-be6548188d7b => generated 2922 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 304/611] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:55 2026] GET /v2.0/security-groups/04cfd1bf-861f-471a-ae79-be6548188d7b => generated 2922 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:33:55.335 8 INFO neutron.api.v2.resource [req-dd374b0a-e701-4b48-beb0-c1e4eba8791a req-785aeb90-88b6-4a11-aae2-6ad5246ad1cf b488ce01155d4a639145bb5f8838c8a7 407b44118fc048089b396887bf8f69fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 308/612] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:55 2026] GET /v2.0/security-groups/0e69bd35-6b79-49a1-8ece-85e15f62de18 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:33:55.371 7 INFO neutron.api.v2.resource [req-3cba3109-98f0-465c-ae62-ba7880adbd21 req-83d5ef74-5524-4079-95d5-d6b9212d09d2 b488ce01155d4a639145bb5f8838c8a7 407b44118fc048089b396887bf8f69fa - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 305/613] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:55 2026] GET /v2.0/security-groups/df275962-8f98-4e32-b6d2-c1140d426cd0 => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:33:55.425 8 INFO neutron.api.v2.resource [req-0224d3e2-b2f7-44e4-b4f5-1477aef7aa05 req-b203ff1f-0259-4e09-b2c6-98c97c65e563 b488ce01155d4a639145bb5f8838c8a7 407b44118fc048089b396887bf8f69fa - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 309/614] 10.0.0.179 () {34 vars in 991 bytes} [Fri May 8 00:33:55 2026] GET /v2.0/security-groups/963e4136-a729-40fa-bfe7-d71f97c870e9 => generated 146 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 310/615] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:55 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 969 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 311/616] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:55 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&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-08 00:33:55.835 7 INFO neutron_taas.services.taas.taas_plugin [None req-f5d28785-ef60-4c75-a01f-087e58038ec8 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: a8553ba5-6199-4d3e-a09a-a1d468360125 2026-05-08 00:33:55.838 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f5d28785-ef60-4c75-a01f-087e58038ec8 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: a8553ba5-6199-4d3e-a09a-a1d468360125 [pid: 8|app: 0|req: 312/617] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:55 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 313/618] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:56 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 306/619] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:33:55 2026] PUT /v2.0/routers/77af8d99-0495-4426-a093-336b222bb2e4/remove_router_interface => generated 309 bytes in 936 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:33:56.596 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b2b6108-c9a2-4b4c-bd30-c34575c343f0 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 9a8bf437-126b-40ac-95a1-a3a634d528ae 2026-05-08 00:33:56.605 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b2b6108-c9a2-4b4c-bd30-c34575c343f0 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 9a8bf437-126b-40ac-95a1-a3a634d528ae [pid: 7|app: 0|req: 307/620] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:56 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 308/621] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:56 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:33:56.934 8 INFO neutron_taas.services.taas.taas_plugin [None req-3b2b6108-c9a2-4b4c-bd30-c34575c343f0 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 5d1c484a-76c5-48e8-8135-bfd93675560b 2026-05-08 00:33:56.936 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3b2b6108-c9a2-4b4c-bd30-c34575c343f0 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 5d1c484a-76c5-48e8-8135-bfd93675560b 2026-05-08 00:33:57.030 8 WARNING neutron.plugins.ml2.ovo_rpc [None req-3b2b6108-c9a2-4b4c-bd30-c34575c343f0 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] This handler is supposed to handle AFTER events, as in 'AFTER it's committed', not BEFORE. Offending resource event: port, after_delete. Location: File "/var/lib/openstack/lib/python3.12/site-packages/paste/urlmap.py", line 211, in __call__ return app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/base.py", line 152, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/request_id.py", line 69, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_middleware/catch_errors.py", line 45, in __call__ response = req.get_response(self.application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/auth_token/__init__.py", line 341, in __call__ response = req.get_response(self._app) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/keystonemiddleware/audit/__init__.py", line 159, in __call__ response = req.get_response(self._application) File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1313, in send status, headers, app_iter = self.call_application( File "/var/lib/openstack/lib/python3.12/site-packages/webob/request.py", line 1278, in call_application app_iter = application(self.environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/routes/middleware.py", line 153, in __call__ response = self.app(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 143, in __call__ return resp(environ, start_response) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 129, in __call__ resp = self.call_func(req, *args, **kw) File "/var/lib/openstack/lib/python3.12/site-packages/webob/dec.py", line 193, in call_func return self.func(req, *args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/resource.py", line 97, in resource result = method(request=request, **args) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 576, in delete return self._delete(request, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/api/v2/base.py", line 603, in _delete obj_deleter(request.context, id, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 2245, in delete_router super().delete_router(context, id) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 223, in wrapped return f_with_retry(*args, **kwargs, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 135, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/oslo_db/api.py", line 142, in wrapper return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 181, in wrapped return f(*dup_args, **dup_kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/db/l3_db.py", line 646, in delete_router self._core_plugin.delete_port(context.elevated(), rp_id, File "/var/lib/openstack/lib/python3.12/site-packages/neutron/common/utils.py", line 717, in inner return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/api.py", line 221, in wrapped return f(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2285, in delete_port self._post_delete_port( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/plugin.py", line 2290, in _post_delete_port registry.publish(resources.PORT, events.AFTER_DELETE, self, File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/registry.py", line 56, in publish _get_callback_manager().publish(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/db/utils.py", line 104, in _wrapped return function(*args, **kwargs) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 157, in publish errors = self._notify_loop(resource, event, trigger, payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron_lib/callbacks/manager.py", line 189, in _notify_loop callback.method(resource, event, trigger, payload=payload) File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 76, in handle_event if self._is_session_semantic_violated( File "/var/lib/openstack/lib/python3.12/site-packages/neutron/plugins/ml2/ovo_rpc.py", line 60, in _is_session_semantic_violated stack = traceback.extract_stack() [pid: 7|app: 0|req: 309/622] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:57 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 969 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 310/623] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:57 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:33:57.430 8 INFO neutron.db.l3_hamode_db [None req-3b2b6108-c9a2-4b4c-bd30-c34575c343f0 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network 1e81a3b1-5e87-46e0-ac82-3b93971041bb was deleted as no HA routers are present in tenant 407b44118fc048089b396887bf8f69fa. [pid: 8|app: 0|req: 314/624] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:33:56 2026] DELETE /v2.0/routers/77af8d99-0495-4426-a093-336b222bb2e4 => generated 0 bytes in 1059 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 311/625] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:33:57 2026] DELETE /v2.0/subnets/99400256-1bbd-4577-acfb-e1f0a9c9ed88 => generated 0 bytes in 177 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 315/626] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:33:57 2026] DELETE /v2.0/networks/b1c220a5-efbf-4482-a0e4-98431957aac5 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 312/627] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:57 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 316/628] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:57 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&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: 313/629] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:33:58 2026] GET /v2.0/security-groups?tenant_id=407b44118fc048089b396887bf8f69fa&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:33:58.106 8 INFO neutron.services.segments.plugin [-] Segment d6b5db51-b8ef-4f77-a156-5d1eed6c9d3a resource provider aggregate not found 2026-05-08 00:33:58.107 8 INFO neutron.services.segments.plugin [-] Segment d6b5db51-b8ef-4f77-a156-5d1eed6c9d3a resource provider aggregate not found 2026-05-08 00:33:58.138 8 INFO neutron.services.segments.plugin [-] Segment d6b5db51-b8ef-4f77-a156-5d1eed6c9d3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6b5db51-b8ef-4f77-a156-5d1eed6c9d3a found for delete ", "request_id": "req-54c7c590-1772-437b-bdd5-7f61a46bf8d8"}]} 2026-05-08 00:33:58.138 8 INFO neutron.services.segments.plugin [-] Segment d6b5db51-b8ef-4f77-a156-5d1eed6c9d3a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d6b5db51-b8ef-4f77-a156-5d1eed6c9d3a found for delete ", "request_id": "req-98143019-70b7-48db-b0e9-2f71d12d5a7e"}]} [pid: 8|app: 0|req: 317/630] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:33:58 2026] DELETE /v2.0/security-groups/04cfd1bf-861f-471a-ae79-be6548188d7b => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 314/631] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:58 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 971 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 318/632] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:58 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&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: 315/633] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:33:58 2026] GET /v2.0/security-groups?tenant_id=4037dd965b7f43c59f33d07c5ec21a09&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 319/634] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:33:58 2026] DELETE /v2.0/security-groups/6e88ecab-1248-4174-8406-26086058a078 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 316/635] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:59 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => 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: 320/636] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:59 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&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: 317/637] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:59 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 971 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 321/638] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:33:59 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&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: 318/639] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:33:59 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 971 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:00.169 8 INFO neutron.services.segments.plugin [-] Segment bc5d5aa5-3fce-47c0-9f82-6ad76116a7ba resource provider aggregate not found 2026-05-08 00:34:00.177 8 INFO neutron.services.segments.plugin [-] Segment bc5d5aa5-3fce-47c0-9f82-6ad76116a7ba resource provider aggregate not found 2026-05-08 00:34:00.195 8 INFO neutron.services.segments.plugin [-] Segment bc5d5aa5-3fce-47c0-9f82-6ad76116a7ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc5d5aa5-3fce-47c0-9f82-6ad76116a7ba found for delete ", "request_id": "req-1c05a1b5-3bcd-4648-8279-3067fd8286c4"}]} 2026-05-08 00:34:00.200 8 INFO neutron.db.l3_db [None req-ab33a5e7-d8ee-4689-bcab-1f61b7cbd8e6 5acee58cc4cf41838c1f5937f46d73b2 20ffc1665066486094f63306286a5b75 - - default default] Floating IP 595ef6df-a9e4-4281-96d4-4e50da60049b associated. External IP: 10.96.250.219, port: a6c79871-4dd1-4aea-aa2c-b1f3488051d1. 2026-05-08 00:34:00.206 8 INFO neutron.services.segments.plugin [-] Segment bc5d5aa5-3fce-47c0-9f82-6ad76116a7ba resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bc5d5aa5-3fce-47c0-9f82-6ad76116a7ba found for delete ", "request_id": "req-ed51178d-0af3-44b0-8c26-31555ca7cdec"}]} 2026-05-08 00:34:00.396 7 INFO neutron.db.segments_db [None req-c8f9c1ad-385b-4b87-8d28-0fa51988cf53 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment c7d00a10-7b82-4163-bfe9-d42e17013c54 of type vxlan for network 0108a72d-7fce-4425-9160-ec07678a585c [pid: 7|app: 0|req: 319/640] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:33:59 2026] POST /v2.0/networks => generated 748 bytes in 518 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 320/641] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:00 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 971 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 322/642] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:33:59 2026] PUT /v2.0/floatingips/595ef6df-a9e4-4281-96d4-4e50da60049b => generated 855 bytes in 867 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 323/643] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:00 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&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-08 00:34:00.654 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6e84ef23-bedc-4fb8-9919-eef8cf29e4a2'] response: {'name': 'network-changed', 'server_uuid': '553fe281-8331-4fd2-83f9-757771d4b837', 'tag': 'a6c79871-4dd1-4aea-aa2c-b1f3488051d1', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 324/644] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:00 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => 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: 325/645] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:00 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&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: 321/646] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:00 2026] POST /v2.0/subnets => generated 695 bytes in 201 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:34:00.818 8 INFO neutron.db.segments_db [None req-d7782c93-f85c-4623-a9ac-20e2db624a6b 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment ff5287f7-f844-4aa1-ab72-8fb1c186d02c of type vxlan for network eb9504b7-d044-4dee-8c43-4c237c8714c2 2026-05-08 00:34:01.041 8 INFO neutron.db.l3_hamode_db [None req-d7782c93-f85c-4623-a9ac-20e2db624a6b 6fdccd6c81e24a769dd9c9039614b724 595a7e3ef9fe42219ac59fccb702e60d - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:34:01.155 7 INFO neutron.db.segments_db [None req-125ca573-c994-4107-a0bf-dce9478622a9 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Added segment bcac3fc2-a619-47f5-b788-92cc0d798dcc of type vxlan for network 9434790b-600f-4399-880e-919e26955395 [pid: 7|app: 0|req: 322/647] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:34:00 2026] POST /v2.0/networks => generated 649 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 323/648] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:01 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 971 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 324/649] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:01 2026] GET /v2.0/ports?tenant_id=20ffc1665066486094f63306286a5b75&device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 1240 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 325/650] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:01 2026] POST /v2.0/subnets => generated 627 bytes in 320 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 326/651] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:01 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 327/652] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:01 2026] GET /v2.0/networks?id=17e1a98f-75aa-417a-9a77-02109c8752d2 => generated 765 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 328/653] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:01 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 971 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:01.931 7 INFO neutron.db.segments_db [None req-d6b9a222-81f5-482e-b563-a3b1343392d3 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Added segment 9d5f7b6b-a871-4d5a-a2f1-360a3de53ccb of type vxlan for network 647681b3-841c-4e1a-8164-14498863ee19 2026-05-08 00:34:02.180 7 INFO neutron.db.l3_hamode_db [None req-d6b9a222-81f5-482e-b563-a3b1343392d3 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:34:02.252 8 INFO neutron.db.l3_hamode_db [None req-d7782c93-f85c-4623-a9ac-20e2db624a6b 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 326/654] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:00 2026] POST /v2.0/routers => generated 735 bytes in 2358 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 327/655] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:03 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=a6c79871-4dd1-4aea-aa2c-b1f3488051d1 => generated 858 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 328/656] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:03 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:03.297 7 INFO neutron.db.l3_hamode_db [None req-d6b9a222-81f5-482e-b563-a3b1343392d3 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 329/657] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:03 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 971 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 329/658] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:01 2026] POST /v2.0/routers => generated 695 bytes in 2245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 330/659] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:04 2026] GET /v2.0/subnets?id=bb111633-78cf-4368-b7ad-81b3780e76dd => generated 687 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 331/660] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:04 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 332/661] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:04 2026] GET /v2.0/security-groups?id=b44658c6-e8c8-4b53-a9b9-ccb4f190a978&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: 333/662] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:34:04 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 971 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 330/663] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:34:03 2026] PUT /v2.0/routers/94e8bd68-aff4-4909-ac97-fca2875af138/add_router_interface => generated 309 bytes in 1191 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 331/664] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:04 2026] GET /v2.0/ports?network_id=17e1a98f-75aa-417a-9a77-02109c8752d2&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:34:04.895 8 INFO neutron.db.l3_db [None req-a0db1af2-c626-4f94-a17a-14e4f55f8fd7 8fe706b5a94a47649033259cc834ea20 d95df8f3f1804312a29507c8ee462bb6 - - default default] Floating IP 296d9797-034f-4b50-81a6-a33db08a0260 associated. External IP: 10.96.250.203, port: 29727a66-1bc2-42f5-87f3-aa169a3046f1. [pid: 8|app: 0|req: 332/665] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:34:04 2026] PUT /v2.0/floatingips/296d9797-034f-4b50-81a6-a33db08a0260 => generated 855 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:05.272 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-91d280c8-5548-45ce-91cc-fe96d6acdd94'] response: {'name': 'network-changed', 'server_uuid': '34ff7d9a-1678-4bd2-a6ea-c7977e4f0490', 'tag': '29727a66-1bc2-42f5-87f3-aa169a3046f1', 'status': 'completed', 'code': 200} 2026-05-08 00:34:05.379 8 INFO neutron_taas.services.taas.taas_plugin [req-5254165b-12eb-4386-941e-a67d3c1dea6d req-661b5390-af2a-413b-a344-df2e2aa2fa92 5acee58cc4cf41838c1f5937f46d73b2 20ffc1665066486094f63306286a5b75 - - default default] TaaS: Handle Delete Port: a6c79871-4dd1-4aea-aa2c-b1f3488051d1 2026-05-08 00:34:05.383 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-5254165b-12eb-4386-941e-a67d3c1dea6d req-661b5390-af2a-413b-a344-df2e2aa2fa92 5acee58cc4cf41838c1f5937f46d73b2 20ffc1665066486094f63306286a5b75 - - default default] Tap Mirror: Handle Delete Port: a6c79871-4dd1-4aea-aa2c-b1f3488051d1 2026-05-08 00:34:05.601 8 INFO neutron.db.l3_db [req-5254165b-12eb-4386-941e-a67d3c1dea6d req-661b5390-af2a-413b-a344-df2e2aa2fa92 5acee58cc4cf41838c1f5937f46d73b2 20ffc1665066486094f63306286a5b75 - - default default] Floating IP 595ef6df-a9e4-4281-96d4-4e50da60049b disassociated. External IP: 10.96.250.219, port: a6c79871-4dd1-4aea-aa2c-b1f3488051d1. [pid: 7|app: 0|req: 334/666] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:34:04 2026] PUT /v2.0/routers/1622c103-3752-44bf-b542-296edd8ac654/add_router_interface => generated 309 bytes in 1411 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 335/667] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:05 2026] GET /v2.0/networks/17e1a98f-75aa-417a-9a77-02109c8752d2?fields=segments => generated 14 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 336/668] 10.0.0.129 () {34 vars in 685 bytes} [Fri May 8 00:34:05 2026] POST /v2.0/security-groups => generated 1660 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 337/669] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:05 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 971 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 338/670] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:05 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => 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: 333/673] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:34:05 2026] DELETE /v2.0/ports/a6c79871-4dd1-4aea-aa2c-b1f3488051d1 => generated 0 bytes in 798 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 334/674] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:06 2026] GET /v2.0/networks/17e1a98f-75aa-417a-9a77-02109c8752d2?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: 335/675] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:06 2026] GET /v2.0/ports?tenant_id=d95df8f3f1804312a29507c8ee462bb6&device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 336/676] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:34:06 2026] POST /v2.0/security-group-rules => generated 597 bytes in 141 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 337/677] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:06 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 338/678] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:06 2026] GET /v2.0/networks?id=311e5fb0-502b-4103-9afc-62c81e945859 => generated 780 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 341/679] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:34:06 2026] POST /v2.0/ports => generated 958 bytes in 304 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 342/680] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 858 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 339/681] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:34: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: 340/682] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:06 2026] GET /v2.0/subnets?id=a31b4e02-f7fa-4e0e-abae-ef97365606e5 => generated 702 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 343/683] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:34:06 2026] POST /v2.0/ports => generated 955 bytes in 374 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: 344/684] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:06 2026] GET /v2.0/ports?network_id=311e5fb0-502b-4103-9afc-62c81e945859&device_owner=network%3Adhcp => generated 1244 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 341/685] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:34:06 2026] POST /v2.0/floatingips => generated 552 bytes in 488 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 342/686] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:06 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?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: 343/687] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:06 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 344/688] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:07 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:07.309 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e23268f0-d9d2-4dc2-b610-bb4ecf07c700'] response: {'server_uuid': '553fe281-8331-4fd2-83f9-757771d4b837', 'name': 'network-vif-deleted', 'tag': 'a6c79871-4dd1-4aea-aa2c-b1f3488051d1', 'status': 'completed', 'code': 200} 2026-05-08 00:34:07.677 7 INFO neutron.db.l3_db [None req-6e792ca8-2edc-4480-abe1-260d1ca5ffbe 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Floating IP a0ecb9ca-b20f-4f4f-b547-534877a8c5c7 associated. External IP: 10.96.250.213, port: 31d1ba34-eb89-499b-b40a-422c865c1f8f. [pid: 7|app: 0|req: 345/689] 10.0.0.129 () {34 vars in 677 bytes} [Fri May 8 00:34:06 2026] POST /v2.0/floatingips => generated 842 bytes in 1247 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:34:08.156 8 INFO neutron.db.l3_db [None req-426b5c89-a73e-4a44-8305-81ef428d8b7d 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Floating IP a0ecb9ca-b20f-4f4f-b547-534877a8c5c7 disassociated. External IP: 10.96.250.213, port: 31d1ba34-eb89-499b-b40a-422c865c1f8f. [pid: 7|app: 0|req: 346/690] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:08 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => 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: 345/691] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:34:08 2026] PUT /v2.0/floatingips/a0ecb9ca-b20f-4f4f-b547-534877a8c5c7 => generated 552 bytes in 400 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:08.585 7 INFO neutron_taas.services.taas.taas_plugin [None req-2f1360b6-9f47-410f-af00-2599129a00a4 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] TaaS: Handle Delete Port: 32598e37-92e7-4e2a-9bbe-2c38746b0ea1 2026-05-08 00:34:08.588 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2f1360b6-9f47-410f-af00-2599129a00a4 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Tap Mirror: Handle Delete Port: 32598e37-92e7-4e2a-9bbe-2c38746b0ea1 [pid: 7|app: 0|req: 347/692] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:34:08 2026] DELETE /v2.0/floatingips/a0ecb9ca-b20f-4f4f-b547-534877a8c5c7 => generated 0 bytes in 316 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 348/693] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:09 2026] GET /v2.0/ports?device_id=553fe281-8331-4fd2-83f9-757771d4b837 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:09.622 8 INFO neutron.db.l3_db [None req-6990e5d2-80c4-4ddf-afdf-67b6ac55306e 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Floating IP e03e396a-b622-492f-ab42-7ea7afa1d80e associated. External IP: 10.96.250.213, port: e1091969-b433-496c-b825-96dfab223a3e. [pid: 8|app: 0|req: 346/694] 10.0.0.129 () {34 vars in 677 bytes} [Fri May 8 00:34:08 2026] POST /v2.0/floatingips => generated 842 bytes in 1221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 349/695] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:34:10 2026] GET /v2.0/floatingips/e03e396a-b622-492f-ab42-7ea7afa1d80e => generated 842 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 347/696] 10.0.0.129 () {32 vars in 655 bytes} [Fri May 8 00:34:10 2026] GET /v2.0/floatingips => generated 845 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 348/697] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:10 2026] DELETE /v2.0/security-groups/b44658c6-e8c8-4b53-a9b9-ccb4f190a978 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:34:10.534 8 INFO neutron.api.v2.resource [None req-e6f67fb9-a888-4583-b93d-30224ce02d15 5acee58cc4cf41838c1f5937f46d73b2 20ffc1665066486094f63306286a5b75 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 349/698] 10.0.0.129 () {32 vars in 737 bytes} [Fri May 8 00:34:10 2026] GET /v2.0/security-groups/b44658c6-e8c8-4b53-a9b9-ccb4f190a978 => generated 146 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:34:10.600 7 INFO neutron.db.l3_db [None req-ee94a6e1-5976-4c33-a633-c766c4870107 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Floating IP e03e396a-b622-492f-ab42-7ea7afa1d80e associated. External IP: 10.96.250.213, port: e1091969-b433-496c-b825-96dfab223a3e. 2026-05-08 00:34:10.658 8 INFO neutron_taas.services.taas.taas_plugin [None req-3a4694e2-1142-421f-8fa5-6368e3952128 5acee58cc4cf41838c1f5937f46d73b2 20ffc1665066486094f63306286a5b75 - - default default] TaaS: Handle Delete Port: 8edac75d-a6e1-473d-be75-2b6a41d5c2ab 2026-05-08 00:34:10.661 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3a4694e2-1142-421f-8fa5-6368e3952128 5acee58cc4cf41838c1f5937f46d73b2 20ffc1665066486094f63306286a5b75 - - default default] Tap Mirror: Handle Delete Port: 8edac75d-a6e1-473d-be75-2b6a41d5c2ab [pid: 8|app: 0|req: 350/699] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:34:10 2026] DELETE /v2.0/floatingips/595ef6df-a9e4-4281-96d4-4e50da60049b => generated 0 bytes in 282 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 350/700] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:34:10 2026] PUT /v2.0/floatingips/e03e396a-b622-492f-ab42-7ea7afa1d80e => generated 842 bytes in 1108 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:11.299 8 INFO neutron_taas.services.taas.taas_plugin [None req-a59e4560-91cd-4cf5-9c07-db7d43807e83 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 821bd971-5dd8-4e12-81ac-25a2e64f903a 2026-05-08 00:34:11.303 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a59e4560-91cd-4cf5-9c07-db7d43807e83 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 821bd971-5dd8-4e12-81ac-25a2e64f903a 2026-05-08 00:34:11.411 7 INFO neutron.db.l3_db [None req-4b4598a7-a560-417e-90e7-ae0e94275b36 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Floating IP e03e396a-b622-492f-ab42-7ea7afa1d80e disassociated. External IP: 10.96.250.213, port: 31d1ba34-eb89-499b-b40a-422c865c1f8f. [pid: 7|app: 0|req: 351/701] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:34:11 2026] PUT /v2.0/floatingips/e03e396a-b622-492f-ab42-7ea7afa1d80e => generated 552 bytes in 452 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 352/702] 10.0.0.179 () {34 vars in 1098 bytes} [Fri May 8 00:34:11 2026] GET /v2.0/security-groups?name=tempest-securitygroup--384339924&fields=id&tenant_id=595a7e3ef9fe42219ac59fccb702e60d => generated 69 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:11.861 7 INFO neutron_taas.services.taas.taas_plugin [None req-7cbe9eda-9e5a-49dc-88e7-ca682fa58bdb 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] TaaS: Handle Delete Port: b127e9cf-c243-4054-b955-7d67be7add1a 2026-05-08 00:34:11.864 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7cbe9eda-9e5a-49dc-88e7-ca682fa58bdb 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Tap Mirror: Handle Delete Port: b127e9cf-c243-4054-b955-7d67be7add1a [pid: 8|app: 0|req: 351/703] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:34:10 2026] PUT /v2.0/routers/36cf7373-8e43-4c66-a794-2053bd71e417/remove_router_interface => generated 309 bytes in 1049 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 352/704] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:34:11 2026] GET /v2.0/networks?id=0108a72d-7fce-4425-9160-ec07678a585c => generated 680 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 353/705] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:34:11 2026] DELETE /v2.0/floatingips/e03e396a-b622-492f-ab42-7ea7afa1d80e => generated 0 bytes in 271 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 353/706] 10.0.0.21 () {34 vars in 989 bytes} [Fri May 8 00:34:11 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 1240 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 354/707] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:34:12 2026] GET /v2.0/quotas/595a7e3ef9fe42219ac59fccb702e60d => generated 292 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:12.057 8 INFO neutron.api.v2.resource [None req-bb193e60-ff5d-4bf8-aea0-e2d92f9943bf 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 355/708] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:34:12 2026] DELETE /v2.0/floatingips/e03e396a-b622-492f-ab42-7ea7afa1d80e => generated 144 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 356/709] 10.0.0.21 () {34 vars in 1039 bytes} [Fri May 8 00:34:12 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:12.222 7 INFO neutron_taas.services.taas.taas_plugin [None req-da13a1b8-35dd-475e-a591-a15f0502aa27 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 619f9a02-77b1-42a6-a8c1-279886b4dcd6 2026-05-08 00:34:12.226 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da13a1b8-35dd-475e-a591-a15f0502aa27 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 619f9a02-77b1-42a6-a8c1-279886b4dcd6 2026-05-08 00:34:12.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-da13a1b8-35dd-475e-a591-a15f0502aa27 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 10b8e12a-2f52-4674-a590-029b2b9ace57 2026-05-08 00:34:12.514 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-da13a1b8-35dd-475e-a591-a15f0502aa27 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 10b8e12a-2f52-4674-a590-029b2b9ace57 [pid: 8|app: 0|req: 357/710] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:34:12 2026] GET /v2.0/ports?tenant_id=595a7e3ef9fe42219ac59fccb702e60d&fields=id => generated 103 bytes in 425 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:12.676 8 INFO neutron_taas.services.taas.taas_plugin [None req-e2ce5f11-842d-4d00-b840-38932eb6105f 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] TaaS: Handle Delete Port: 31d1ba34-eb89-499b-b40a-422c865c1f8f 2026-05-08 00:34:12.682 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2ce5f11-842d-4d00-b840-38932eb6105f 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Tap Mirror: Handle Delete Port: 31d1ba34-eb89-499b-b40a-422c865c1f8f [pid: 8|app: 0|req: 358/711] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:34:12 2026] DELETE /v2.0/ports/31d1ba34-eb89-499b-b40a-422c865c1f8f => generated 0 bytes in 326 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:34:12.862 7 INFO neutron.services.segments.plugin [-] Segment 172ccede-ffdb-41f9-a930-12d8971e5e65 resource provider aggregate not found 2026-05-08 00:34:12.872 7 INFO neutron.services.segments.plugin [-] Segment 172ccede-ffdb-41f9-a930-12d8971e5e65 resource provider aggregate not found 2026-05-08 00:34:12.882 7 INFO neutron.db.l3_hamode_db [None req-da13a1b8-35dd-475e-a591-a15f0502aa27 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network be29ee55-fbac-4d8b-be47-18e85eee6a4d was deleted as no HA routers are present in tenant 20ffc1665066486094f63306286a5b75. 2026-05-08 00:34:12.886 7 INFO neutron.services.segments.plugin [-] Segment 172ccede-ffdb-41f9-a930-12d8971e5e65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 172ccede-ffdb-41f9-a930-12d8971e5e65 found for delete ", "request_id": "req-c5bf71dd-eccb-4d80-946d-c558a7873071"}]} [pid: 7|app: 0|req: 354/712] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:12 2026] DELETE /v2.0/routers/36cf7373-8e43-4c66-a794-2053bd71e417 => generated 0 bytes in 859 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:34:12.891 7 INFO neutron.services.segments.plugin [-] Segment 172ccede-ffdb-41f9-a930-12d8971e5e65 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 172ccede-ffdb-41f9-a930-12d8971e5e65 found for delete ", "request_id": "req-566798a1-9802-4862-b019-53026862e48b"}]} [pid: 8|app: 0|req: 359/713] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:34:12 2026] GET /v2.0/networks/0108a72d-7fce-4425-9160-ec07678a585c?fields=segments => generated 14 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:13.000 7 INFO neutron_taas.services.taas.taas_plugin [None req-9f14a702-1a70-4609-9adc-31f339a0956a 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] TaaS: Handle Delete Port: e1091969-b433-496c-b825-96dfab223a3e 2026-05-08 00:34:13.006 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9f14a702-1a70-4609-9adc-31f339a0956a 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Tap Mirror: Handle Delete Port: e1091969-b433-496c-b825-96dfab223a3e [pid: 8|app: 0|req: 360/714] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:12 2026] DELETE /v2.0/subnets/bb111633-78cf-4368-b7ad-81b3780e76dd => generated 0 bytes in 169 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 361/715] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:34:13 2026] GET /v2.0/networks/0108a72d-7fce-4425-9160-ec07678a585c?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: 355/716] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:34:12 2026] DELETE /v2.0/ports/e1091969-b433-496c-b825-96dfab223a3e => generated 0 bytes in 244 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 356/717] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:34:13 2026] GET /v2.0/ports?device_id=1622c103-3752-44bf-b542-296edd8ac654 => generated 958 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:13.201 8 INFO neutron_taas.services.taas.taas_plugin [None req-358d34e8-5180-41a8-aa7f-1a152e5ce825 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 2918895f-cc21-4666-86dc-4a18cc082d8b 2026-05-08 00:34:13.206 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-358d34e8-5180-41a8-aa7f-1a152e5ce825 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 2918895f-cc21-4666-86dc-4a18cc082d8b 2026-05-08 00:34:13.391 8 INFO neutron.services.segments.plugin [-] Segment 847f0973-3942-42bc-95a9-60a2e5a0257c resource provider aggregate not found 2026-05-08 00:34:13.401 8 INFO neutron.services.segments.plugin [-] Segment 847f0973-3942-42bc-95a9-60a2e5a0257c resource provider aggregate not found 2026-05-08 00:34:13.417 8 INFO neutron.services.segments.plugin [-] Segment 847f0973-3942-42bc-95a9-60a2e5a0257c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 847f0973-3942-42bc-95a9-60a2e5a0257c found for delete ", "request_id": "req-b74b6438-08ba-47bf-910c-277edc429cc2"}]} 2026-05-08 00:34:13.420 8 INFO neutron.services.segments.plugin [-] Segment 847f0973-3942-42bc-95a9-60a2e5a0257c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 847f0973-3942-42bc-95a9-60a2e5a0257c found for delete ", "request_id": "req-9f241785-01b0-4526-be38-9272eeb1244b"}]} [pid: 8|app: 0|req: 362/718] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:13 2026] DELETE /v2.0/networks/17e1a98f-75aa-417a-9a77-02109c8752d2 => generated 0 bytes in 327 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:34:13.487 7 INFO neutron_taas.services.taas.taas_plugin [None req-cd8b1e84-1921-48ac-b58a-b582010c31e6 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] TaaS: Handle Delete Port: 76aca6cf-496b-42fb-8b73-bc25ebc9add0 [pid: 8|app: 0|req: 363/719] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:13 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:13.490 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-cd8b1e84-1921-48ac-b58a-b582010c31e6 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Tap Mirror: Handle Delete Port: 76aca6cf-496b-42fb-8b73-bc25ebc9add0 [pid: 8|app: 0|req: 364/720] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:13 2026] GET /v2.0/security-groups?tenant_id=20ffc1665066486094f63306286a5b75&name=default => generated 2921 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 365/721] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:13 2026] DELETE /v2.0/security-groups/18da85a4-1a98-4c28-a072-a14c47752068 => 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: 357/722] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:34:13 2026] PUT /v2.0/routers/1622c103-3752-44bf-b542-296edd8ac654/remove_router_interface => generated 309 bytes in 787 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:14.175 8 INFO neutron_taas.services.taas.taas_plugin [None req-9de6c3ca-1abb-4b03-8f23-0951ec78abad 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] TaaS: Handle Delete Port: f2cdf9ac-5f31-4baf-856b-9743ca16c7ec 2026-05-08 00:34:14.178 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9de6c3ca-1abb-4b03-8f23-0951ec78abad 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Tap Mirror: Handle Delete Port: f2cdf9ac-5f31-4baf-856b-9743ca16c7ec 2026-05-08 00:34:14.423 8 INFO neutron_taas.services.taas.taas_plugin [None req-9de6c3ca-1abb-4b03-8f23-0951ec78abad 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] TaaS: Handle Delete Port: c31c69e4-4c4f-4db3-8c4a-61220e87acfa 2026-05-08 00:34:14.426 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9de6c3ca-1abb-4b03-8f23-0951ec78abad 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] Tap Mirror: Handle Delete Port: c31c69e4-4c4f-4db3-8c4a-61220e87acfa [pid: 7|app: 0|req: 358/723] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:14 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:14.811 8 INFO neutron.db.l3_hamode_db [None req-9de6c3ca-1abb-4b03-8f23-0951ec78abad 24e550cbbbb444eeb90ccc025a536ad0 449db623e7314726aec4162b47cddc2e - - default default] HA network 647681b3-841c-4e1a-8164-14498863ee19 was deleted as no HA routers are present in tenant 449db623e7314726aec4162b47cddc2e. [pid: 8|app: 0|req: 366/724] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:13 2026] DELETE /v2.0/routers/1622c103-3752-44bf-b542-296edd8ac654 => generated 0 bytes in 849 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 359/725] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:14 2026] DELETE /v2.0/subnets/4457d32a-c513-4718-8519-cdfbd98988a1 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 367/726] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:14 2026] DELETE /v2.0/networks/9434790b-600f-4399-880e-919e26955395 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:34:15.439 8 INFO neutron.services.segments.plugin [-] Segment 9d5f7b6b-a871-4d5a-a2f1-360a3de53ccb resource provider aggregate not found 2026-05-08 00:34:15.447 8 INFO neutron.services.segments.plugin [-] Segment 9d5f7b6b-a871-4d5a-a2f1-360a3de53ccb resource provider aggregate not found 2026-05-08 00:34:15.453 8 INFO neutron.services.segments.plugin [-] Segment 9d5f7b6b-a871-4d5a-a2f1-360a3de53ccb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d5f7b6b-a871-4d5a-a2f1-360a3de53ccb found for delete ", "request_id": "req-e6b948f3-fd52-47b6-a4d0-3edd79b13049"}]} 2026-05-08 00:34:15.479 8 INFO neutron.services.segments.plugin [-] Segment 9d5f7b6b-a871-4d5a-a2f1-360a3de53ccb resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9d5f7b6b-a871-4d5a-a2f1-360a3de53ccb found for delete ", "request_id": "req-df0a99c5-c1dc-4450-a8bc-586bd369a1b3"}]} 2026-05-08 00:34:15.483 8 INFO neutron.services.segments.plugin [-] Segment bcac3fc2-a619-47f5-b788-92cc0d798dcc resource provider aggregate not found 2026-05-08 00:34:15.492 8 INFO neutron.services.segments.plugin [-] Segment bcac3fc2-a619-47f5-b788-92cc0d798dcc resource provider aggregate not found 2026-05-08 00:34:15.503 8 INFO neutron.services.segments.plugin [-] Segment bcac3fc2-a619-47f5-b788-92cc0d798dcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcac3fc2-a619-47f5-b788-92cc0d798dcc found for delete ", "request_id": "req-ec897b63-f89c-470d-8111-c080414e829f"}]} 2026-05-08 00:34:15.507 8 INFO neutron.services.segments.plugin [-] Segment bcac3fc2-a619-47f5-b788-92cc0d798dcc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bcac3fc2-a619-47f5-b788-92cc0d798dcc found for delete ", "request_id": "req-5c6d1d8d-bf66-4363-87c3-ef0ed251ccd5"}]} [pid: 8|app: 0|req: 368/727] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:15 2026] GET /v2.0/security-groups?tenant_id=449db623e7314726aec4162b47cddc2e&name=default => generated 2925 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 369/728] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:15 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 12 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:15.723 7 INFO neutron.db.segments_db [None req-1d7430f7-500a-4a6a-8cf8-f1cc3aae76d6 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 021c4d96-b3af-4585-b06f-87b99fb2fb4d of type vxlan for network 38825604-df79-4531-a310-958a977a9506 [pid: 8|app: 0|req: 370/729] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:15 2026] DELETE /v2.0/security-groups/5f592799-1289-4264-9b8a-2be9d706a2a8 => 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: 360/730] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:34:15 2026] POST /v2.0/networks => generated 744 bytes in 405 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 371/731] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:15 2026] POST /v2.0/subnets => generated 691 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:34:16.052 7 INFO neutron.db.segments_db [None req-4271b6f4-55f1-4eec-8922-bf0d333c81ef 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 0db0e2f1-f69f-48e0-8196-cc80489333e0 of type vxlan for network 82bef615-734d-448b-ab31-c3244ea28e7b 2026-05-08 00:34:16.275 7 INFO neutron.db.l3_hamode_db [None req-4271b6f4-55f1-4eec-8922-bf0d333c81ef 6fdccd6c81e24a769dd9c9039614b724 024804ba44784e719159d73ce193444b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 372/732] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:16 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 12 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:17.444 7 INFO neutron.db.l3_hamode_db [None req-4271b6f4-55f1-4eec-8922-bf0d333c81ef 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:34:17.792 8 INFO neutron.db.segments_db [None req-27193ca6-9c8d-4d91-b0da-1657c00e85df 38edd4eb113f4876b9eda2be9aa3bf1d 9ea2be6f32564d4b807320bd9ffd6638 - - default default] Added segment 600083b0-dc6f-4c07-85b1-851d9d4fdea4 of type vxlan for network 0bb1c346-4196-47a3-b19c-8e5b2f322914 2026-05-08 00:34:17.853 8 INFO neutron.db.segments_db [None req-27193ca6-9c8d-4d91-b0da-1657c00e85df 38edd4eb113f4876b9eda2be9aa3bf1d 9ea2be6f32564d4b807320bd9ffd6638 - - default default] Added segment 4e28a47e-6221-4e5e-bc90-e5c2c020a4bc of type vxlan for network 5ac13af7-c708-42b6-846c-f20a98a66dbb [pid: 8|app: 0|req: 373/733] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:34:17 2026] POST /v2.0/networks => generated 1245 bytes in 456 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 374/734] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:17 2026] GET /v2.0/networks?id=0108a72d-7fce-4425-9160-ec07678a585c => generated 680 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 375/735] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:18 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => 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: 376/736] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:34:18 2026] GET /v2.0/networks => generated 1844 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 377/737] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:34:18 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=595a7e3ef9fe42219ac59fccb702e60d => generated 180 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:18.210 8 INFO neutron.services.segments.plugin [-] Segment 600083b0-dc6f-4c07-85b1-851d9d4fdea4 resource provider aggregate not found 2026-05-08 00:34:18.220 8 INFO neutron.services.segments.plugin [-] Segment 600083b0-dc6f-4c07-85b1-851d9d4fdea4 resource provider aggregate not found 2026-05-08 00:34:18.237 8 INFO neutron.services.segments.plugin [-] Segment 600083b0-dc6f-4c07-85b1-851d9d4fdea4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 600083b0-dc6f-4c07-85b1-851d9d4fdea4 found for delete ", "request_id": "req-72add5ad-d7f3-470d-92d8-b7eebf0e5e97"}]} 2026-05-08 00:34:18.239 8 INFO neutron.services.segments.plugin [-] Segment 600083b0-dc6f-4c07-85b1-851d9d4fdea4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 600083b0-dc6f-4c07-85b1-851d9d4fdea4 found for delete ", "request_id": "req-147a1434-09be-4d34-973d-37f40a672073"}]} [pid: 8|app: 0|req: 378/738] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:18 2026] DELETE /v2.0/networks/0bb1c346-4196-47a3-b19c-8e5b2f322914 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 361/739] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:16 2026] POST /v2.0/routers => generated 731 bytes in 2279 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:34:18.383 7 INFO neutron.services.segments.plugin [-] Segment 4e28a47e-6221-4e5e-bc90-e5c2c020a4bc resource provider aggregate not found 2026-05-08 00:34:18.388 7 INFO neutron.services.segments.plugin [-] Segment 4e28a47e-6221-4e5e-bc90-e5c2c020a4bc resource provider aggregate not found 2026-05-08 00:34:18.405 7 INFO neutron.services.segments.plugin [-] Segment 4e28a47e-6221-4e5e-bc90-e5c2c020a4bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e28a47e-6221-4e5e-bc90-e5c2c020a4bc found for delete ", "request_id": "req-7ed46d12-930e-4b9b-be4e-db0cfd750dd9"}]} 2026-05-08 00:34:18.405 7 INFO neutron.services.segments.plugin [-] Segment 4e28a47e-6221-4e5e-bc90-e5c2c020a4bc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4e28a47e-6221-4e5e-bc90-e5c2c020a4bc found for delete ", "request_id": "req-1c681c68-9c42-473d-a243-4bbd9b541f3d"}]} [pid: 7|app: 0|req: 362/740] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:18 2026] DELETE /v2.0/networks/5ac13af7-c708-42b6-846c-f20a98a66dbb => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 379/741] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:34:18 2026] POST /v2.0/ports => generated 958 bytes in 374 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: 380/742] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:34:18 2026] GET /v2.0/networks => generated 651 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 381/743] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:34:18 2026] PUT /v2.0/ports/df8722f8-4c52-4b93-89df-d2d7cb67fcc7 => generated 1239 bytes in 399 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-08 00:34:19.099 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e7278897-b2c3-4b35-9642-ee3572ecdaa0'] response: {'name': 'network-changed', 'server_uuid': '949dafbf-2279-49ab-aeca-710a851b6ea5', 'tag': 'df8722f8-4c52-4b93-89df-d2d7cb67fcc7', 'status': 'completed', 'code': 200} 2026-05-08 00:34:19.125 8 INFO neutron.db.segments_db [None req-6b119fd9-a905-4651-8469-c8262e2ea62e 38edd4eb113f4876b9eda2be9aa3bf1d 9ea2be6f32564d4b807320bd9ffd6638 - - default default] Added segment e0c50201-5af7-4745-8f9f-612319a31605 of type vxlan for network 601a54aa-ed6a-4c43-bc0c-76d7048fdb0c [pid: 8|app: 0|req: 382/744] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:34:19 2026] POST /v2.0/networks => generated 653 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 383/745] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:19 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 973 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:19.300 8 INFO neutron.db.segments_db [None req-8f269703-2ba2-4bef-9bc3-67d4625c6e98 38edd4eb113f4876b9eda2be9aa3bf1d 9ea2be6f32564d4b807320bd9ffd6638 - - default default] Added segment bdd01502-1b0b-409c-b986-b8a8216c82c6 of type vxlan for network 857f88b8-09fc-486b-8feb-17cf4c7b2547 [pid: 7|app: 0|req: 363/746] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:34:18 2026] PUT /v2.0/routers/9881e5fe-8a84-431e-a858-0fc312a75b45/add_router_interface => generated 309 bytes in 1002 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 384/747] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:34:19 2026] POST /v2.0/networks => generated 653 bytes in 170 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 364/748] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:19 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 365/749] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:19 2026] GET /v2.0/ports?tenant_id=595a7e3ef9fe42219ac59fccb702e60d&device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 1242 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 366/750] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:34:19 2026] GET /v2.0/networks?tenant_id=595a7e3ef9fe42219ac59fccb702e60d&shared=False => generated 776 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 367/751] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:34:19 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: 8|app: 0|req: 385/752] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:34:19 2026] POST /v2.0/ports => generated 1505 bytes in 620 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: 386/753] 10.0.0.129 () {32 vars in 643 bytes} [Fri May 8 00:34:20 2026] GET /v2.0/ports => generated 1505 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 368/754] 10.0.0.129 () {34 vars in 685 bytes} [Fri May 8 00:34:20 2026] POST /v2.0/security-groups => generated 1660 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 00:34:20.212 8 INFO neutron_taas.services.taas.taas_plugin [None req-978e109b-ca12-4a28-bc17-46b19e36be49 38edd4eb113f4876b9eda2be9aa3bf1d 9ea2be6f32564d4b807320bd9ffd6638 - - default default] TaaS: Handle Delete Port: a1c3afcb-3fea-40b9-bc91-c4160018ee66 2026-05-08 00:34:20.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-978e109b-ca12-4a28-bc17-46b19e36be49 38edd4eb113f4876b9eda2be9aa3bf1d 9ea2be6f32564d4b807320bd9ffd6638 - - default default] Tap Mirror: Handle Delete Port: a1c3afcb-3fea-40b9-bc91-c4160018ee66 [pid: 7|app: 0|req: 369/755] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:34:20 2026] POST /v2.0/security-group-rules => generated 597 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 387/756] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:34:20 2026] DELETE /v2.0/ports/a1c3afcb-3fea-40b9-bc91-c4160018ee66 => generated 0 bytes in 171 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 370/757] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:34:20 2026] POST /v2.0/security-group-rules => generated 602 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:34:20.382 8 INFO neutron_taas.services.taas.taas_plugin [None req-13fee122-5d51-4f86-81ea-fb3c6c339ec9 38edd4eb113f4876b9eda2be9aa3bf1d 9ea2be6f32564d4b807320bd9ffd6638 - - default default] TaaS: Handle Delete Port: 2536a7c6-a8c9-43b6-8bc1-e59b89b6e743 2026-05-08 00:34:20.385 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13fee122-5d51-4f86-81ea-fb3c6c339ec9 38edd4eb113f4876b9eda2be9aa3bf1d 9ea2be6f32564d4b807320bd9ffd6638 - - default default] Tap Mirror: Handle Delete Port: 2536a7c6-a8c9-43b6-8bc1-e59b89b6e743 [pid: 8|app: 0|req: 388/760] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:34:20 2026] DELETE /v2.0/ports/2536a7c6-a8c9-43b6-8bc1-e59b89b6e743 => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 389/761] 10.0.0.129 () {32 vars in 643 bytes} [Fri May 8 00:34:20 2026] GET /v2.0/ports => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:20.575 8 INFO neutron.db.segments_db [None req-d80ef4e4-08df-483e-a651-1b4256159e9f 38edd4eb113f4876b9eda2be9aa3bf1d 9ea2be6f32564d4b807320bd9ffd6638 - - default default] Added segment d502d5fb-45ac-44a4-b568-a6b6430f516c of type vxlan for network 82a04aa6-a0e6-48d8-9941-788ae1a0f5bf [pid: 8|app: 0|req: 390/762] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:34:20 2026] POST /v2.0/networks => generated 652 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 391/763] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:20 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 973 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:20.749 8 INFO neutron.db.segments_db [None req-19b3eff4-a7ec-4160-a152-2ad39ce1810f 38edd4eb113f4876b9eda2be9aa3bf1d 9ea2be6f32564d4b807320bd9ffd6638 - - default default] Added segment 0a931341-c7a3-4504-8a11-9da3073b3ec5 of type vxlan for network fc49fa92-fb91-4ce1-a996-b73a3dacb26e [pid: 8|app: 0|req: 392/764] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:34:20 2026] POST /v2.0/networks => generated 654 bytes in 176 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 393/765] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:20 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 394/766] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:20 2026] GET /v2.0/ports?tenant_id=595a7e3ef9fe42219ac59fccb702e60d&device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 1242 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 373/767] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:34:20 2026] POST /v2.0/floatingips => generated 552 bytes in 610 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 395/768] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:34:20 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=df8722f8-4c52-4b93-89df-d2d7cb67fcc7 => 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: 374/769] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:20 2026] GET /v2.0/subnets?id=14012c64-2101-42c3-9c3a-84f99ba587fc => generated 698 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 396/770] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/ports?network_id=0108a72d-7fce-4425-9160-ec07678a585c&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: 375/771] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/networks/0108a72d-7fce-4425-9160-ec07678a585c?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: 397/772] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/networks/0108a72d-7fce-4425-9160-ec07678a585c?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: 398/773] 10.0.0.179 () {34 vars in 1098 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/security-groups?name=tempest-securitygroup--373775567&fields=id&tenant_id=024804ba44784e719159d73ce193444b => generated 69 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 399/774] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/networks?id=38825604-df79-4531-a310-958a977a9506 => generated 676 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 400/775] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/quotas/024804ba44784e719159d73ce193444b => generated 292 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 401/776] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/ports?tenant_id=024804ba44784e719159d73ce193444b&fields=id => generated 103 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 402/777] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/networks/38825604-df79-4531-a310-958a977a9506?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: 403/778] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/networks/38825604-df79-4531-a310-958a977a9506?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: 404/779] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 376/780] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:21 2026] POST /v2.0/subnets => generated 1323 bytes in 554 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 405/781] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/subnets => generated 1959 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 406/782] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:21 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 973 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 407/783] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:22 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&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: 377/784] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:21 2026] DELETE /v2.0/subnets/1c8bd82b-6405-4c20-9a89-099f0655a709 => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 408/785] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:22 2026] DELETE /v2.0/subnets/6501f4ac-2e12-4ef1-9ea9-0c7a57bc9faa => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 378/786] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:34:22 2026] GET /v2.0/subnets => generated 649 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:22.431 8 INFO neutron.services.segments.plugin [-] Segment 0a931341-c7a3-4504-8a11-9da3073b3ec5 resource provider aggregate not found 2026-05-08 00:34:22.440 8 INFO neutron.services.segments.plugin [-] Segment 0a931341-c7a3-4504-8a11-9da3073b3ec5 resource provider aggregate not found 2026-05-08 00:34:22.453 8 INFO neutron.services.segments.plugin [-] Segment 0a931341-c7a3-4504-8a11-9da3073b3ec5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a931341-c7a3-4504-8a11-9da3073b3ec5 found for delete ", "request_id": "req-8c03c230-0cbb-49c5-821b-788af308c475"}]} [pid: 8|app: 0|req: 409/787] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:22 2026] DELETE /v2.0/networks/fc49fa92-fb91-4ce1-a996-b73a3dacb26e => generated 0 bytes in 120 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:34:22.468 8 INFO neutron.services.segments.plugin [-] Segment 0a931341-c7a3-4504-8a11-9da3073b3ec5 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0a931341-c7a3-4504-8a11-9da3073b3ec5 found for delete ", "request_id": "req-c38ae716-cc32-4722-bb03-4558b560dcee"}]} 2026-05-08 00:34:22.584 7 INFO neutron.services.segments.plugin [-] Segment d502d5fb-45ac-44a4-b568-a6b6430f516c resource provider aggregate not found 2026-05-08 00:34:22.592 7 INFO neutron.services.segments.plugin [-] Segment d502d5fb-45ac-44a4-b568-a6b6430f516c resource provider aggregate not found 2026-05-08 00:34:22.603 7 INFO neutron.services.segments.plugin [-] Segment d502d5fb-45ac-44a4-b568-a6b6430f516c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d502d5fb-45ac-44a4-b568-a6b6430f516c found for delete ", "request_id": "req-dae8b35f-d822-4cc6-aaeb-0a936b42ada8"}]} 2026-05-08 00:34:22.618 7 INFO neutron.services.segments.plugin [-] Segment d502d5fb-45ac-44a4-b568-a6b6430f516c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d502d5fb-45ac-44a4-b568-a6b6430f516c found for delete ", "request_id": "req-a6f61884-3ff3-46a4-8f91-b27e1cf0935e"}]} [pid: 7|app: 0|req: 379/788] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:22 2026] DELETE /v2.0/networks/82a04aa6-a0e6-48d8-9941-788ae1a0f5bf => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 410/789] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:22 2026] DELETE /v2.0/networks/857f88b8-09fc-486b-8feb-17cf4c7b2547 => 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: 380/790] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:22 2026] DELETE /v2.0/networks/601a54aa-ed6a-4c43-bc0c-76d7048fdb0c => 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: 411/791] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:22 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 381/792] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:23 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 973 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 412/793] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:23 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&fields=id&fields=name => generated 113 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 382/794] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:23 2026] GET /v2.0/security-groups?tenant_id=9ea2be6f32564d4b807320bd9ffd6638&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 413/795] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:23 2026] DELETE /v2.0/security-groups/10698235-63a9-4d10-8848-d9b82e5e4d9b => 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: 383/796] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:24 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:24.491 8 INFO neutron.services.segments.plugin [-] Segment bdd01502-1b0b-409c-b986-b8a8216c82c6 resource provider aggregate not found 2026-05-08 00:34:24.501 8 INFO neutron.services.segments.plugin [-] Segment bdd01502-1b0b-409c-b986-b8a8216c82c6 resource provider aggregate not found 2026-05-08 00:34:24.522 8 INFO neutron.services.segments.plugin [-] Segment bdd01502-1b0b-409c-b986-b8a8216c82c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd01502-1b0b-409c-b986-b8a8216c82c6 found for delete ", "request_id": "req-e625ea1b-f0d8-44de-a56a-b457f157f2df"}]} 2026-05-08 00:34:24.531 8 INFO neutron.services.segments.plugin [-] Segment bdd01502-1b0b-409c-b986-b8a8216c82c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid bdd01502-1b0b-409c-b986-b8a8216c82c6 found for delete ", "request_id": "req-c9c73575-9895-4ec2-9197-f2af1e327dda"}]} 2026-05-08 00:34:24.624 7 INFO neutron.services.segments.plugin [-] Segment e0c50201-5af7-4745-8f9f-612319a31605 resource provider aggregate not found 2026-05-08 00:34:24.637 7 INFO neutron.services.segments.plugin [-] Segment e0c50201-5af7-4745-8f9f-612319a31605 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0c50201-5af7-4745-8f9f-612319a31605 found for delete ", "request_id": "req-cef5609e-dee9-45f9-aca6-2f8334ce79e1"}]} 2026-05-08 00:34:24.639 7 INFO neutron.services.segments.plugin [-] Segment e0c50201-5af7-4745-8f9f-612319a31605 resource provider aggregate not found 2026-05-08 00:34:24.658 7 INFO neutron.services.segments.plugin [-] Segment e0c50201-5af7-4745-8f9f-612319a31605 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0c50201-5af7-4745-8f9f-612319a31605 found for delete ", "request_id": "req-b4660818-9ae1-45c4-812c-7438ddf45b02"}]} [pid: 8|app: 0|req: 414/797] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:25 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 384/798] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:25 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 973 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 415/799] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:25 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&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-08 00:34:25.850 7 INFO neutron.db.segments_db [None req-252375a8-9f62-498d-b735-70f8d0bb82df 0597aef7ae484b6788c875f88b7114b9 dc71f00f71984d4081b619873e1133a0 - - default default] Added segment 1b3429ac-a7b0-458d-9081-0ccd75bd841f of type vxlan for network 159d917d-6998-4eb7-9449-316165da017a [pid: 7|app: 0|req: 385/800] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:34:25 2026] POST /v2.0/networks => generated 648 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 416/801] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:26 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 417/802] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:26 2026] GET /v2.0/networks?id=38825604-df79-4531-a310-958a977a9506 => 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: 418/803] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:34:26 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=024804ba44784e719159d73ce193444b => generated 180 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 386/804] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:26 2026] POST /v2.0/subnets => generated 673 bytes in 264 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 387/805] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:26 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 973 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:26.720 7 INFO neutron.db.segments_db [None req-a386ffdb-0a46-42cc-b4b0-446d6caad4dc 0597aef7ae484b6788c875f88b7114b9 dc71f00f71984d4081b619873e1133a0 - - default default] Added segment 1340a5a5-0414-4982-883d-75ca5c28bd09 of type vxlan for network 99e0131a-65e6-4b1c-b3ca-ec897e228391 [pid: 7|app: 0|req: 388/806] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:34:26 2026] POST /v2.0/networks => generated 648 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 389/807] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:26 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&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: 419/808] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:34:26 2026] POST /v2.0/ports => generated 954 bytes in 413 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: 390/809] 10.0.0.129 () {34 vars in 743 bytes} [Fri May 8 00:34:26 2026] PUT /v2.0/networks/99e0131a-65e6-4b1c-b3ca-ec897e228391 => generated 592 bytes in 204 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 391/810] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:27 2026] POST /v2.0/subnets => generated 646 bytes in 230 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 392/811] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:27 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 969 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 420/812] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:34:26 2026] PUT /v2.0/ports/aff93345-fef4-4dc3-a06f-ffa8c87f60bb => generated 1235 bytes in 470 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: 421/813] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:27 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&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-08 00:34:27.437 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-543dc198-d798-4efb-921e-2508fad7db48'] response: {'name': 'network-changed', 'server_uuid': 'a3fbcc4a-8808-4ebe-aae9-73ae12444668', 'tag': 'aff93345-fef4-4dc3-a06f-ffa8c87f60bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 393/814] 10.0.0.129 () {34 vars in 741 bytes} [Fri May 8 00:34:27 2026] PUT /v2.0/subnets/727491d4-ee12-4338-994e-59f1e65e9fc0 => generated 656 bytes in 155 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:27.728 8 INFO neutron.services.segments.plugin [-] Segment 1340a5a5-0414-4982-883d-75ca5c28bd09 resource provider aggregate not found 2026-05-08 00:34:27.735 8 INFO neutron.services.segments.plugin [-] Segment 1340a5a5-0414-4982-883d-75ca5c28bd09 resource provider aggregate not found 2026-05-08 00:34:27.753 8 INFO neutron.services.segments.plugin [-] Segment 1340a5a5-0414-4982-883d-75ca5c28bd09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1340a5a5-0414-4982-883d-75ca5c28bd09 found for delete ", "request_id": "req-3ebfebf0-2d1b-44fd-b2b6-67b4ac2ac61e"}]} 2026-05-08 00:34:27.756 8 INFO neutron.services.segments.plugin [-] Segment 1340a5a5-0414-4982-883d-75ca5c28bd09 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1340a5a5-0414-4982-883d-75ca5c28bd09 found for delete ", "request_id": "req-f1990bf9-b87f-475e-9fe7-7c2fb0e7cf75"}]} [pid: 8|app: 0|req: 422/815] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:27 2026] DELETE /v2.0/networks/99e0131a-65e6-4b1c-b3ca-ec897e228391 => generated 0 bytes in 224 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:34:27.782 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d9f8a7ad-562a-427c-bcfe-cd150eb572db 0597aef7ae484b6788c875f88b7114b9 dc71f00f71984d4081b619873e1133a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 394/816] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:27 2026] DELETE /v2.0/networks/99e0131a-65e6-4b1c-b3ca-ec897e228391 => generated 138 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 423/817] 10.0.0.129 () {32 vars in 694 bytes} [Fri May 8 00:34:27 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 395/818] 10.0.0.129 () {32 vars in 742 bytes} [Fri May 8 00:34:27 2026] GET /v2.0/subnets?network_id=2eb7a8ad-e559-4627-8fb7-38efd842a8a9 => generated 649 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 424/819] 10.0.0.129 () {32 vars in 653 bytes} [Fri May 8 00:34:27 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: 425/820] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:27 2026] GET /v2.0/ports?tenant_id=024804ba44784e719159d73ce193444b&device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 396/821] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:34:27 2026] GET /v2.0/networks => generated 1313 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 426/822] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:27 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 975 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 397/823] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:34:27 2026] GET /v2.0/networks?tenant_id=024804ba44784e719159d73ce193444b&shared=False => generated 772 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 427/824] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:34:28 2026] GET /v2.0/subnets => generated 1312 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 398/825] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:28 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 428/826] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:34:28 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 399/827] 10.0.0.129 () {32 vars in 723 bytes} [Fri May 8 00:34:28 2026] GET /v2.0/networks/159d917d-6998-4eb7-9449-316165da017a => generated 673 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 429/828] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:34:28 2026] GET /v2.0/subnets/b815b256-5f93-44a6-98ac-ccf87b4f2cdf => generated 673 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:28.190 7 INFO neutron.pecan_wsgi.hooks.translation [None req-dfe07e18-7eb9-495f-94d7-2b97c91cca4e 0597aef7ae484b6788c875f88b7114b9 dc71f00f71984d4081b619873e1133a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 400/829] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:28 2026] DELETE /v2.0/subnets/727491d4-ee12-4338-994e-59f1e65e9fc0 => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:34:28.210 8 INFO neutron.pecan_wsgi.hooks.translation [None req-4086ce9d-8f52-40f3-ad1a-da1948fc1250 0597aef7ae484b6788c875f88b7114b9 dc71f00f71984d4081b619873e1133a0 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 430/830] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:28 2026] DELETE /v2.0/networks/99e0131a-65e6-4b1c-b3ca-ec897e228391 => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 401/831] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:28 2026] DELETE /v2.0/subnets/b815b256-5f93-44a6-98ac-ccf87b4f2cdf => 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: 431/832] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:28 2026] DELETE /v2.0/networks/159d917d-6998-4eb7-9449-316165da017a => 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: 402/833] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:28 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 432/834] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:28 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&fields=id&fields=name => generated 113 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 403/835] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/security-groups?tenant_id=dc71f00f71984d4081b619873e1133a0&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 433/836] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/ports?tenant_id=024804ba44784e719159d73ce193444b&device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 1238 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 404/837] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 975 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 405/838] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=aff93345-fef4-4dc3-a06f-ffa8c87f60bb => 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: 434/839] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:29 2026] DELETE /v2.0/security-groups/da51ff76-716e-4e82-ad51-6d10af25c83e => 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: 406/840] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&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: 435/841] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/subnets?id=da8fc500-08a2-4517-a1e9-2f17a079932c => generated 694 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 407/842] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/ports?network_id=38825604-df79-4531-a310-958a977a9506&device_owner=network%3Adhcp => generated 1244 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 436/843] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/networks/38825604-df79-4531-a310-958a977a9506?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: 408/844] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 975 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 437/845] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/networks/38825604-df79-4531-a310-958a977a9506?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: 438/846] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 439/847] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:29 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&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-08 00:34:29.772 8 INFO neutron.services.segments.plugin [-] Segment 1b3429ac-a7b0-458d-9081-0ccd75bd841f resource provider aggregate not found 2026-05-08 00:34:29.775 8 INFO neutron.services.segments.plugin [-] Segment 1b3429ac-a7b0-458d-9081-0ccd75bd841f resource provider aggregate not found 2026-05-08 00:34:29.791 8 INFO neutron.services.segments.plugin [-] Segment 1b3429ac-a7b0-458d-9081-0ccd75bd841f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b3429ac-a7b0-458d-9081-0ccd75bd841f found for delete ", "request_id": "req-28348994-c847-4255-b605-191240fa45cc"}]} 2026-05-08 00:34:29.805 8 INFO neutron.services.segments.plugin [-] Segment 1b3429ac-a7b0-458d-9081-0ccd75bd841f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1b3429ac-a7b0-458d-9081-0ccd75bd841f found for delete ", "request_id": "req-44d8dd73-ef7e-471e-99b6-a7a1ecd30b8d"}]} 2026-05-08 00:34:29.829 7 INFO neutron.db.l3_db [None req-c0b9bf83-a6eb-473d-a452-457c871fd09f e72a98dd854a4f0b8cd1e3d742c050c2 595a7e3ef9fe42219ac59fccb702e60d - - default default] Floating IP 7cb82273-99f0-485d-8b4c-d19d50dce310 associated. External IP: 10.96.250.211, port: df8722f8-4c52-4b93-89df-d2d7cb67fcc7. [pid: 7|app: 0|req: 409/848] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:34:29 2026] PUT /v2.0/floatingips/7cb82273-99f0-485d-8b4c-d19d50dce310 => generated 856 bytes in 690 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:30.203 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-19b84f04-8958-4122-9c69-7fa01d22954f'] response: {'name': 'network-changed', 'server_uuid': '949dafbf-2279-49ab-aeca-710a851b6ea5', 'tag': 'df8722f8-4c52-4b93-89df-d2d7cb67fcc7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 440/849] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 975 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 410/850] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&fields=id&fields=name => generated 113 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 441/851] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/ports?tenant_id=595a7e3ef9fe42219ac59fccb702e60d&device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 1244 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 411/852] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/networks?id=0108a72d-7fce-4425-9160-ec07678a585c => generated 776 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 442/853] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 969 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 412/854] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.10&port_id=df8722f8-4c52-4b93-89df-d2d7cb67fcc7 => generated 859 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 443/855] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 413/856] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/subnets?id=14012c64-2101-42c3-9c3a-84f99ba587fc => generated 698 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 444/857] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => 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: 445/859] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 414/859] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:30 2026] GET /v2.0/ports?network_id=0108a72d-7fce-4425-9160-ec07678a585c&device_owner=network%3Adhcp => generated 1244 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 446/860] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:31 2026] GET /v2.0/networks/0108a72d-7fce-4425-9160-ec07678a585c?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: 415/861] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:31 2026] GET /v2.0/networks/0108a72d-7fce-4425-9160-ec07678a585c?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 447/862] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:34:31 2026] POST /v2.0/security-groups => generated 1624 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 416/863] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:34:31 2026] GET /v2.0/security-groups => generated 4529 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 448/864] 10.0.0.129 () {34 vars in 758 bytes} [Fri May 8 00:34:31 2026] PUT /v2.0/security-groups/a3ec5012-e869-47ca-9f58-11b1da271588 => generated 1662 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 417/865] 10.0.0.129 () {32 vars in 737 bytes} [Fri May 8 00:34:31 2026] GET /v2.0/security-groups/a3ec5012-e869-47ca-9f58-11b1da271588 => generated 1662 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 449/866] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:31 2026] DELETE /v2.0/security-groups/a3ec5012-e869-47ca-9f58-11b1da271588 => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 418/867] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:34:31 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-08 00:34:31.853 8 INFO neutron.api.v2.resource [None req-eda125d4-7d86-4280-bedc-95a40ce8d4c3 9913775fb6a6457f94d654fc73a25738 894ccf7924324aaaaad7e385260a5937 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 450/868] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:31 2026] DELETE /v2.0/security-groups/a3ec5012-e869-47ca-9f58-11b1da271588 => 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: 419/869] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:34:31 2026] POST /v2.0/security-groups => generated 1625 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 451/870] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:34:31 2026] POST /v2.0/security-group-rules => generated 601 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 420/871] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => 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: 452/872] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-group-rules/a198636b-eab3-43ca-a400-53416f05ff81 => generated 601 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 421/873] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&fields=id&fields=name => generated 113 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 422/874] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 453/875] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 423/876] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 454/877] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:34:32 2026] DELETE /v2.0/security-group-rules/a198636b-eab3-43ca-a400-53416f05ff81 => 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: 424/878] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 455/879] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:34:32 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: 7|app: 0|req: 425/880] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-group-rules/b8caaaa0-d9f6-4de8-b921-caa52280833c => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 456/881] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 426/882] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:34:32 2026] DELETE /v2.0/security-group-rules/b8caaaa0-d9f6-4de8-b921-caa52280833c => 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: 457/883] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:34:32.740 7 INFO neutron.db.securitygroups_db [None req-64c7c722-fb77-4b94-b560-e63d0a0ab169 9913775fb6a6457f94d654fc73a25738 894ccf7924324aaaaad7e385260a5937 - - default default] Project 894ccf7924324aaaaad7e385260a5937 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: 427/884] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:34:32 2026] POST /v2.0/security-group-rules => generated 607 bytes in 119 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 458/885] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-group-rules/dc1be7fe-1099-496b-8f71-95ff63f5adcf => generated 607 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 428/886] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-group-rules => generated 4144 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 459/887] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:34:32 2026] DELETE /v2.0/security-group-rules/dc1be7fe-1099-496b-8f71-95ff63f5adcf => 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: 429/888] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:34:32 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 460/889] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:33 2026] DELETE /v2.0/security-groups/09356672-100e-44c7-b0be-aec15d2f65c1 => generated 0 bytes in 71 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 430/890] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:34:33 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) [pid: 8|app: 0|req: 461/891] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:34:33 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: 431/892] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:33 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 975 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 462/893] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:33 2026] GET /v2.0/security-groups?id=61e941e0-9f64-4b26-9492-f0475a512dc9&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: 7|app: 0|req: 432/894] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:33 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 463/895] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:33 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 433/896] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:34:33 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 975 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:33.704 8 INFO neutron_taas.services.taas.taas_plugin [req-cfd5212d-7950-4f3f-b72e-0a2b531496c3 req-11b42027-398e-4af3-b253-7eebfbf44c95 e72a98dd854a4f0b8cd1e3d742c050c2 595a7e3ef9fe42219ac59fccb702e60d - - default default] TaaS: Handle Delete Port: df8722f8-4c52-4b93-89df-d2d7cb67fcc7 2026-05-08 00:34:33.706 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-cfd5212d-7950-4f3f-b72e-0a2b531496c3 req-11b42027-398e-4af3-b253-7eebfbf44c95 e72a98dd854a4f0b8cd1e3d742c050c2 595a7e3ef9fe42219ac59fccb702e60d - - default default] Tap Mirror: Handle Delete Port: df8722f8-4c52-4b93-89df-d2d7cb67fcc7 2026-05-08 00:34:33.838 8 INFO neutron.db.l3_db [req-cfd5212d-7950-4f3f-b72e-0a2b531496c3 req-11b42027-398e-4af3-b253-7eebfbf44c95 e72a98dd854a4f0b8cd1e3d742c050c2 595a7e3ef9fe42219ac59fccb702e60d - - default default] Floating IP 7cb82273-99f0-485d-8b4c-d19d50dce310 disassociated. External IP: 10.96.250.211, port: df8722f8-4c52-4b93-89df-d2d7cb67fcc7. [pid: 7|app: 0|req: 434/897] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:33 2026] GET /v2.0/security-groups?tenant_id=894ccf7924324aaaaad7e385260a5937&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 435/898] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:33 2026] DELETE /v2.0/security-groups/35385fc4-a231-4c8a-8ae1-162c63e48208 => 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: 464/899] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:34:33 2026] DELETE /v2.0/ports/df8722f8-4c52-4b93-89df-d2d7cb67fcc7 => generated 0 bytes in 631 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:34:34.240 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-17c4f22f-f3ef-4e2f-b4fe-fdc975b240ec'] response: {'server_uuid': '949dafbf-2279-49ab-aeca-710a851b6ea5', 'name': 'network-vif-deleted', 'tag': 'df8722f8-4c52-4b93-89df-d2d7cb67fcc7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 436/900] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:34 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => 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: 465/901] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:34 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 971 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 437/902] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:34 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&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: 466/903] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:34 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 971 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 438/904] 10.0.0.179 () {34 vars in 971 bytes} [Fri May 8 00:34:34 2026] GET /v2.0/ports/29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 968 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 468/907] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:35 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => 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: 440/908] 199.19.213.179 () {34 vars in 1000 bytes} [Fri May 8 00:34:35 2026] GET /v2.0/subnets?network_id=311e5fb0-502b-4103-9afc-62c81e945859 => generated 684 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 469/909] 199.19.213.179 () {34 vars in 1146 bytes} [Fri May 8 00:34:35 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490&device_owner=compute%3Anova&network_id=311e5fb0-502b-4103-9afc-62c81e945859 => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 470/910] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:35 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 471/911] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:35 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 472/912] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:35 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 971 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 441/913] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:34:35 2026] PUT /v2.0/ports/29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 1145 bytes in 656 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:34:36.328 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-bcd666df-4ac9-44d2-b7e5-c3fd53df8c93'] response: {'name': 'network-changed', 'server_uuid': '34ff7d9a-1678-4bd2-a6ea-c7977e4f0490', 'tag': '29727a66-1bc2-42f5-87f3-aa169a3046f1', 'status': 'completed', 'code': 200} 2026-05-08 00:34:36.351 8 INFO neutron.db.l3_db [None req-55286b6f-e3c8-42e2-a725-39baabcb767d ffc1e439d46b476ba62d152cf545e820 024804ba44784e719159d73ce193444b - - default default] Floating IP c35c9954-dce8-4565-bcc7-545ae0be4841 associated. External IP: 10.96.250.217, port: aff93345-fef4-4dc3-a06f-ffa8c87f60bb. /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 442/914] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:36 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 473/915] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:34:35 2026] PUT /v2.0/floatingips/c35c9954-dce8-4565-bcc7-545ae0be4841 => generated 855 bytes in 808 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:36.750 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3706e950-bfee-4946-a3b7-9841d7d524e3'] response: {'name': 'network-changed', 'server_uuid': 'a3fbcc4a-8808-4ebe-aae9-73ae12444668', 'tag': 'aff93345-fef4-4dc3-a06f-ffa8c87f60bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 443/916] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:36 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 444/917] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:36 2026] GET /v2.0/ports?tenant_id=d95df8f3f1804312a29507c8ee462bb6&device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 1417 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 474/918] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:36 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&fields=id&fields=name => generated 113 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 445/919] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:36 2026] GET /v2.0/networks?id=311e5fb0-502b-4103-9afc-62c81e945859 => generated 780 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 475/920] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 860 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 446/921] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=29727a66-1bc2-42f5-87f3-aa169a3046f1 => 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: 476/922] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:36 2026] GET /v2.0/subnets?id=a31b4e02-f7fa-4e0e-abae-ef97365606e5 => generated 702 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 447/923] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/ports?network_id=311e5fb0-502b-4103-9afc-62c81e945859&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 477/924] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 448/925] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?fields=segments => generated 14 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 478/926] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 449/927] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?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: 479/928] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/ports?tenant_id=024804ba44784e719159d73ce193444b&device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 450/929] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/networks?id=38825604-df79-4531-a310-958a977a9506 => generated 772 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 480/930] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.8&port_id=aff93345-fef4-4dc3-a06f-ffa8c87f60bb => generated 858 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 451/931] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/subnets?id=da8fc500-08a2-4517-a1e9-2f17a079932c => 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: 481/932] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/ports?network_id=38825604-df79-4531-a310-958a977a9506&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 452/933] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/networks/38825604-df79-4531-a310-958a977a9506?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: 482/934] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/networks/38825604-df79-4531-a310-958a977a9506?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: 453/935] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/ports?device_id=949dafbf-2279-49ab-aeca-710a851b6ea5 => generated 12 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 483/936] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:37 2026] GET /v2.0/security-groups?tenant_id=c90bb4b85eb04ba5b353338f3976fd84&name=default => generated 2925 bytes in 316 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 454/937] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:38 2026] DELETE /v2.0/security-groups/b5fad099-594c-4cb9-867d-21b1843b1be4 => 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: 484/938] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 1148 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 455/939] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 485/940] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/ports?tenant_id=d95df8f3f1804312a29507c8ee462bb6&device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 1417 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 456/941] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 486/942] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&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: 457/943] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/networks?id=311e5fb0-502b-4103-9afc-62c81e945859 => generated 780 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 487/944] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 860 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 458/945] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.7&port_id=29727a66-1bc2-42f5-87f3-aa169a3046f1 => 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: 488/946] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/subnets?id=a31b4e02-f7fa-4e0e-abae-ef97365606e5 => generated 702 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 459/947] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/ports?network_id=311e5fb0-502b-4103-9afc-62c81e945859&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: 489/948] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?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: 460/949] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 490/950] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:38 2026] DELETE /v2.0/security-groups/61e941e0-9f64-4b26-9492-f0475a512dc9 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:34:38.979 7 INFO neutron.api.v2.resource [None req-92966876-e572-4d72-a163-896d33d0702b e72a98dd854a4f0b8cd1e3d742c050c2 595a7e3ef9fe42219ac59fccb702e60d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 461/951] 10.0.0.129 () {32 vars in 737 bytes} [Fri May 8 00:34:38 2026] GET /v2.0/security-groups/61e941e0-9f64-4b26-9492-f0475a512dc9 => generated 146 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:34:39.092 8 INFO neutron_taas.services.taas.taas_plugin [None req-6f15b687-7c8a-4f9b-a52c-314f9ee73bb8 e72a98dd854a4f0b8cd1e3d742c050c2 595a7e3ef9fe42219ac59fccb702e60d - - default default] TaaS: Handle Delete Port: 217cb814-8756-440a-ade6-309d0fdb32dd 2026-05-08 00:34:39.094 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6f15b687-7c8a-4f9b-a52c-314f9ee73bb8 e72a98dd854a4f0b8cd1e3d742c050c2 595a7e3ef9fe42219ac59fccb702e60d - - default default] Tap Mirror: Handle Delete Port: 217cb814-8756-440a-ade6-309d0fdb32dd [pid: 7|app: 0|req: 462/952] 199.19.213.179 () {34 vars in 1118 bytes} [Fri May 8 00:34:39 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490&device_owner=compute%3Anova&fixed_ips=ip_address%3D10.100.0.7 => generated 1148 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 491/953] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:34:38 2026] DELETE /v2.0/floatingips/7cb82273-99f0-485d-8b4c-d19d50dce310 => generated 0 bytes in 250 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:34:39.625 8 INFO neutron_taas.services.taas.taas_plugin [None req-6fb54671-b91f-4eda-abba-1a3d16818251 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: da887a81-f1da-4c6f-b203-b8223b52a81d 2026-05-08 00:34:39.628 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6fb54671-b91f-4eda-abba-1a3d16818251 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: da887a81-f1da-4c6f-b203-b8223b52a81d [pid: 7|app: 0|req: 463/954] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:34:39 2026] PUT /v2.0/ports/29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 968 bytes in 497 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-08 00:34:39.773 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-021cf6ac-2fac-40f0-8249-72e9c17cdc18'] response: {'name': 'network-changed', 'server_uuid': '34ff7d9a-1678-4bd2-a6ea-c7977e4f0490', 'tag': '29727a66-1bc2-42f5-87f3-aa169a3046f1', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 464/955] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:39 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 971 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 465/956] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:34:39 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 466/957] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:39 2026] GET /v2.0/security-groups?id=8cf2c391-0ffb-4ac0-b50f-2c2883e0d785&fields=id&fields=name => generated 113 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:39.978 7 INFO neutron_taas.services.taas.taas_plugin [req-d3247dc1-dba3-4083-b7fa-3abfe7778bc6 req-4be82a88-865c-468d-a078-59f8247d0d9f ffc1e439d46b476ba62d152cf545e820 024804ba44784e719159d73ce193444b - - default default] TaaS: Handle Delete Port: aff93345-fef4-4dc3-a06f-ffa8c87f60bb 2026-05-08 00:34:39.982 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d3247dc1-dba3-4083-b7fa-3abfe7778bc6 req-4be82a88-865c-468d-a078-59f8247d0d9f ffc1e439d46b476ba62d152cf545e820 024804ba44784e719159d73ce193444b - - default default] Tap Mirror: Handle Delete Port: aff93345-fef4-4dc3-a06f-ffa8c87f60bb 2026-05-08 00:34:40.150 7 INFO neutron.db.l3_db [req-d3247dc1-dba3-4083-b7fa-3abfe7778bc6 req-4be82a88-865c-468d-a078-59f8247d0d9f ffc1e439d46b476ba62d152cf545e820 024804ba44784e719159d73ce193444b - - default default] Floating IP c35c9954-dce8-4565-bcc7-545ae0be4841 disassociated. External IP: 10.96.250.217, port: aff93345-fef4-4dc3-a06f-ffa8c87f60bb. [pid: 8|app: 0|req: 492/958] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:34:39 2026] PUT /v2.0/routers/94e8bd68-aff4-4909-ac97-fca2875af138/remove_router_interface => generated 309 bytes in 972 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:40.436 8 INFO neutron_taas.services.taas.taas_plugin [None req-51d8968d-a657-4e8a-923d-1b689a2ea40a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 8609742b-6a7f-4762-ae64-9ca36bc55d43 2026-05-08 00:34:40.438 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51d8968d-a657-4e8a-923d-1b689a2ea40a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 8609742b-6a7f-4762-ae64-9ca36bc55d43 [pid: 7|app: 0|req: 467/959] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:34:39 2026] DELETE /v2.0/ports/aff93345-fef4-4dc3-a06f-ffa8c87f60bb => generated 0 bytes in 650 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 468/960] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:40 2026] GET /v2.0/ports?tenant_id=d95df8f3f1804312a29507c8ee462bb6&device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 1240 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 469/961] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:40 2026] GET /v2.0/networks?id=311e5fb0-502b-4103-9afc-62c81e945859 => generated 780 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 470/962] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:40 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 860 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 471/963] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:40 2026] GET /v2.0/subnets?id=a31b4e02-f7fa-4e0e-abae-ef97365606e5 => generated 702 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 472/964] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:40 2026] GET /v2.0/ports?network_id=311e5fb0-502b-4103-9afc-62c81e945859&device_owner=network%3Adhcp => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:34:40.757 8 INFO neutron_taas.services.taas.taas_plugin [None req-51d8968d-a657-4e8a-923d-1b689a2ea40a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 0cc7c776-8dea-4183-8945-e4fd5989832a 2026-05-08 00:34:40.760 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51d8968d-a657-4e8a-923d-1b689a2ea40a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 0cc7c776-8dea-4183-8945-e4fd5989832a [pid: 7|app: 0|req: 473/965] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:40 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?fields=segments => generated 14 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 474/966] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:40 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?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: 7|app: 0|req: 475/967] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:40 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:41.125 8 INFO neutron.services.segments.plugin [-] Segment ff5287f7-f844-4aa1-ab72-8fb1c186d02c resource provider aggregate not found 2026-05-08 00:34:41.133 8 INFO neutron.services.segments.plugin [-] Segment ff5287f7-f844-4aa1-ab72-8fb1c186d02c resource provider aggregate not found 2026-05-08 00:34:41.150 8 INFO neutron.services.segments.plugin [-] Segment ff5287f7-f844-4aa1-ab72-8fb1c186d02c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff5287f7-f844-4aa1-ab72-8fb1c186d02c found for delete ", "request_id": "req-e6c5f973-29dc-4fbc-99af-a7b4cfd6be73"}]} 2026-05-08 00:34:41.152 8 INFO neutron.services.segments.plugin [-] Segment ff5287f7-f844-4aa1-ab72-8fb1c186d02c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ff5287f7-f844-4aa1-ab72-8fb1c186d02c found for delete ", "request_id": "req-e4c4905a-e28a-420c-8edc-07c7d5ae78bd"}]} 2026-05-08 00:34:41.162 8 INFO neutron.db.l3_hamode_db [None req-51d8968d-a657-4e8a-923d-1b689a2ea40a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network eb9504b7-d044-4dee-8c43-4c237c8714c2 was deleted as no HA routers are present in tenant 595a7e3ef9fe42219ac59fccb702e60d. [pid: 8|app: 0|req: 493/968] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:40 2026] DELETE /v2.0/routers/94e8bd68-aff4-4909-ac97-fca2875af138 => generated 0 bytes in 944 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 476/969] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:41 2026] DELETE /v2.0/subnets/14012c64-2101-42c3-9c3a-84f99ba587fc => generated 0 bytes in 199 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 494/970] 10.0.0.204 () {32 vars in 802 bytes} [Fri May 8 00:34:41 2026] GET /v2.0/extensions => generated 21537 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) 2026-05-08 00:34:41.491 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a9d9dc7-6238-40af-9c82-88372ffbdf7f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 0a8fdc0a-4861-4f55-a0bb-6fe49d1d7a69 2026-05-08 00:34:41.493 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a9d9dc7-6238-40af-9c82-88372ffbdf7f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 0a8fdc0a-4861-4f55-a0bb-6fe49d1d7a69 2026-05-08 00:34:41.736 7 INFO neutron.services.segments.plugin [-] Segment c7d00a10-7b82-4163-bfe9-d42e17013c54 resource provider aggregate not found 2026-05-08 00:34:41.745 7 INFO neutron.services.segments.plugin [-] Segment c7d00a10-7b82-4163-bfe9-d42e17013c54 resource provider aggregate not found [pid: 7|app: 0|req: 477/971] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:41 2026] DELETE /v2.0/networks/0108a72d-7fce-4425-9160-ec07678a585c => generated 0 bytes in 384 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:34:41.768 7 INFO neutron.services.segments.plugin [-] Segment c7d00a10-7b82-4163-bfe9-d42e17013c54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7d00a10-7b82-4163-bfe9-d42e17013c54 found for delete ", "request_id": "req-37cb5e15-5fb4-4cca-a0a4-81c193c13d64"}]} 2026-05-08 00:34:41.778 7 INFO neutron.services.segments.plugin [-] Segment c7d00a10-7b82-4163-bfe9-d42e17013c54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7d00a10-7b82-4163-bfe9-d42e17013c54 found for delete ", "request_id": "req-4787eecd-989e-4565-99f9-5af22e36b1e1"}]} [pid: 8|app: 0|req: 495/972] 10.0.0.204 () {30 vars in 724 bytes} [Fri May 8 00:34:41 2026] GET /v2.0/quotas/ee132b4888e14063ae5a18deb2d22acc/details => generated 847 bytes in 133 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:41.850 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c27c725d-e8f9-4acf-a330-1594d019cd8a'] response: {'server_uuid': 'a3fbcc4a-8808-4ebe-aae9-73ae12444668', 'name': 'network-vif-deleted', 'tag': 'aff93345-fef4-4dc3-a06f-ffa8c87f60bb', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 478/973] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:41 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 971 bytes in 99 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 496/974] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:41 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&fields=id&fields=name => generated 114 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 479/975] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:41 2026] GET /v2.0/ports?tenant_id=d95df8f3f1804312a29507c8ee462bb6&device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => 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: 497/976] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:41 2026] GET /v2.0/networks?id=311e5fb0-502b-4103-9afc-62c81e945859 => generated 780 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 498/977] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:42 2026] GET /v2.0/security-groups?tenant_id=595a7e3ef9fe42219ac59fccb702e60d&name=default => generated 2925 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 480/978] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:42 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.4&port_id=29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 860 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 499/979] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:42 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 500/980] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:42 2026] GET /v2.0/subnets?id=a31b4e02-f7fa-4e0e-abae-ef97365606e5 => generated 702 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 501/981] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:42 2026] GET /v2.0/ports?network_id=311e5fb0-502b-4103-9afc-62c81e945859&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: 481/982] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:42 2026] DELETE /v2.0/security-groups/2c12c34c-70e8-4219-9185-0b033afcd3e2 => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 502/983] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:42 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?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: 482/984] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:42 2026] GET /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 503/985] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:42 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 971 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 483/986] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:43 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&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: 504/987] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:43 2026] GET /v2.0/ports?device_id=a3fbcc4a-8808-4ebe-aae9-73ae12444668 => 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: 505/988] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:34:44 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:44.291 7 INFO neutron.db.segments_db [None req-f854800c-df6b-46cf-9f16-12170519ec46 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 142db149-b8a5-4a93-96d0-905dd52c68de of type vxlan for network 2293b8e7-f85f-43ba-afb0-c13650541eb6 2026-05-08 00:34:44.296 8 INFO neutron_taas.services.taas.taas_plugin [req-762bda12-e6e7-4d87-821c-96429314dbea req-de13161c-0962-4a46-873d-491d150b6d16 8fe706b5a94a47649033259cc834ea20 d95df8f3f1804312a29507c8ee462bb6 - - default default] TaaS: Handle Delete Port: 29727a66-1bc2-42f5-87f3-aa169a3046f1 2026-05-08 00:34:44.299 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-762bda12-e6e7-4d87-821c-96429314dbea req-de13161c-0962-4a46-873d-491d150b6d16 8fe706b5a94a47649033259cc834ea20 d95df8f3f1804312a29507c8ee462bb6 - - default default] Tap Mirror: Handle Delete Port: 29727a66-1bc2-42f5-87f3-aa169a3046f1 [pid: 7|app: 0|req: 484/989] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:34:43 2026] POST /v2.0/networks => generated 744 bytes in 415 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:34:44.388 8 INFO neutron.db.l3_db [req-762bda12-e6e7-4d87-821c-96429314dbea req-de13161c-0962-4a46-873d-491d150b6d16 8fe706b5a94a47649033259cc834ea20 d95df8f3f1804312a29507c8ee462bb6 - - default default] Floating IP 296d9797-034f-4b50-81a6-a33db08a0260 disassociated. External IP: 10.96.250.203, port: 29727a66-1bc2-42f5-87f3-aa169a3046f1. [pid: 7|app: 0|req: 485/990] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:44 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 971 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 486/991] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:44 2026] DELETE /v2.0/security-groups/8cf2c391-0ffb-4ac0-b50f-2c2883e0d785 => 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: 487/992] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:44 2026] POST /v2.0/subnets => generated 691 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 488/993] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:44 2026] GET /v2.0/security-groups?id=43dc2781-80af-43c5-b75d-fc5d14f3a32a&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-08 00:34:44.744 7 INFO neutron.api.v2.resource [None req-3d844d6f-8957-4324-8fdf-e983ab31b7bf ffc1e439d46b476ba62d152cf545e820 024804ba44784e719159d73ce193444b - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 506/994] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:34:44 2026] DELETE /v2.0/ports/29727a66-1bc2-42f5-87f3-aa169a3046f1 => generated 0 bytes in 572 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 489/995] 10.0.0.129 () {32 vars in 737 bytes} [Fri May 8 00:34:44 2026] GET /v2.0/security-groups/8cf2c391-0ffb-4ac0-b50f-2c2883e0d785 => generated 146 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:34:44.779 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-0f5da0da-1028-4054-9af7-dccd8d52e38b'] response: {'server_uuid': '34ff7d9a-1678-4bd2-a6ea-c7977e4f0490', 'name': 'network-vif-deleted', 'tag': '29727a66-1bc2-42f5-87f3-aa169a3046f1', 'status': 'completed', 'code': 200} 2026-05-08 00:34:44.799 8 INFO neutron.db.segments_db [None req-52aa6008-079a-4700-851d-a3f0d93b8e47 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment b694b691-1c9c-403a-b09f-a6532c51ca79 of type vxlan for network c3cf09fc-820a-4227-929a-9733a6ba0018 2026-05-08 00:34:44.844 7 INFO neutron_taas.services.taas.taas_plugin [None req-f1665d44-b693-4858-8729-aac4f938a362 ffc1e439d46b476ba62d152cf545e820 024804ba44784e719159d73ce193444b - - default default] TaaS: Handle Delete Port: 535bdf69-59b7-4750-b4ec-20796de5e099 2026-05-08 00:34:44.847 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f1665d44-b693-4858-8729-aac4f938a362 ffc1e439d46b476ba62d152cf545e820 024804ba44784e719159d73ce193444b - - default default] Tap Mirror: Handle Delete Port: 535bdf69-59b7-4750-b4ec-20796de5e099 [pid: 7|app: 0|req: 490/996] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:34:44 2026] DELETE /v2.0/floatingips/c35c9954-dce8-4565-bcc7-545ae0be4841 => generated 0 bytes in 227 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 491/997] 10.0.0.204 () {32 vars in 802 bytes} [Fri May 8 00:34:44 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) 2026-05-08 00:34:45.060 8 INFO neutron.db.l3_hamode_db [None req-52aa6008-079a-4700-851d-a3f0d93b8e47 6fdccd6c81e24a769dd9c9039614b724 37a1c5c764d64264ac045a50bebe58f0 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:34:45.302 7 INFO neutron_taas.services.taas.taas_plugin [None req-88a578c0-a830-4b62-8acd-e88a451a0dcc 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: e07fabfa-c238-4f86-bd3c-e0fdfcc42c62 2026-05-08 00:34:45.305 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-88a578c0-a830-4b62-8acd-e88a451a0dcc 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: e07fabfa-c238-4f86-bd3c-e0fdfcc42c62 2026-05-08 00:34:45.795 8 INFO neutron.db.l3_hamode_db [None req-52aa6008-079a-4700-851d-a3f0d93b8e47 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 492/998] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:34:44 2026] PUT /v2.0/routers/9881e5fe-8a84-431e-a858-0fc312a75b45/remove_router_interface => generated 309 bytes in 833 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 493/999] 10.0.0.204 () {30 vars in 724 bytes} [Fri May 8 00:34:45 2026] GET /v2.0/quotas/ee132b4888e14063ae5a18deb2d22acc/details => generated 847 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 494/1000] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:45 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:46.114 7 INFO neutron_taas.services.taas.taas_plugin [None req-dcff8e18-6257-41d3-ab95-830d943db10f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 13335743-1bf4-4a00-bf84-f114366f833c 2026-05-08 00:34:46.118 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcff8e18-6257-41d3-ab95-830d943db10f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 13335743-1bf4-4a00-bf84-f114366f833c 2026-05-08 00:34:46.380 7 INFO neutron_taas.services.taas.taas_plugin [None req-dcff8e18-6257-41d3-ab95-830d943db10f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 5ca0012f-c044-46bc-9513-018ea623261d 2026-05-08 00:34:46.383 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dcff8e18-6257-41d3-ab95-830d943db10f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 5ca0012f-c044-46bc-9513-018ea623261d 2026-05-08 00:34:46.696 7 INFO neutron.services.segments.plugin [-] Segment 0db0e2f1-f69f-48e0-8196-cc80489333e0 resource provider aggregate not found 2026-05-08 00:34:46.704 7 INFO neutron.services.segments.plugin [-] Segment 0db0e2f1-f69f-48e0-8196-cc80489333e0 resource provider aggregate not found 2026-05-08 00:34:46.718 7 INFO neutron.services.segments.plugin [-] Segment 0db0e2f1-f69f-48e0-8196-cc80489333e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0db0e2f1-f69f-48e0-8196-cc80489333e0 found for delete ", "request_id": "req-c4e674ee-899e-421a-bf00-e7d6d9540c93"}]} 2026-05-08 00:34:46.722 7 INFO neutron.services.segments.plugin [-] Segment 0db0e2f1-f69f-48e0-8196-cc80489333e0 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0db0e2f1-f69f-48e0-8196-cc80489333e0 found for delete ", "request_id": "req-b564be6a-eaec-4739-b579-c234d2d7ca7a"}]} 2026-05-08 00:34:46.733 7 INFO neutron.db.l3_hamode_db [None req-dcff8e18-6257-41d3-ab95-830d943db10f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network 82bef615-734d-448b-ab31-c3244ea28e7b was deleted as no HA routers are present in tenant 024804ba44784e719159d73ce193444b. [pid: 7|app: 0|req: 495/1001] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:45 2026] DELETE /v2.0/routers/9881e5fe-8a84-431e-a858-0fc312a75b45 => generated 0 bytes in 816 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 496/1002] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:46 2026] DELETE /v2.0/subnets/da8fc500-08a2-4517-a1e9-2f17a079932c => generated 0 bytes in 147 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 507/1003] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:44 2026] POST /v2.0/routers => generated 731 bytes in 2217 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:34:46.999 7 INFO neutron_taas.services.taas.taas_plugin [None req-db0f079c-8e6b-4233-a50f-8b5c0ff2d51f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 7ffb7f28-6bc1-47bf-a0f5-26253c412762 2026-05-08 00:34:47.002 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-db0f079c-8e6b-4233-a50f-8b5c0ff2d51f 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 7ffb7f28-6bc1-47bf-a0f5-26253c412762 [pid: 7|app: 0|req: 497/1004] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:46 2026] DELETE /v2.0/networks/38825604-df79-4531-a310-958a977a9506 => generated 0 bytes in 287 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 498/1005] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:47 2026] GET /v2.0/ports?device_id=34ff7d9a-1678-4bd2-a6ea-c7977e4f0490 => 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: 499/1006] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:47 2026] GET /v2.0/security-groups?tenant_id=024804ba44784e719159d73ce193444b&name=default => generated 2925 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 500/1007] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:47 2026] DELETE /v2.0/security-groups/d7561667-f620-4580-b220-6fe3c99d27f5 => 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: 508/1008] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:34:46 2026] PUT /v2.0/routers/24f9c23f-5f93-48e7-a79c-56720fe59947/add_router_interface => generated 309 bytes in 1189 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 501/1009] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:48 2026] DELETE /v2.0/security-groups/43dc2781-80af-43c5-b75d-fc5d14f3a32a => generated 0 bytes in 100 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:34:48.401 8 INFO neutron.api.v2.resource [None req-d02a43f8-e40a-46f7-b4ff-f1fd1e627574 8fe706b5a94a47649033259cc834ea20 d95df8f3f1804312a29507c8ee462bb6 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 509/1010] 10.0.0.129 () {32 vars in 737 bytes} [Fri May 8 00:34:48 2026] GET /v2.0/security-groups/43dc2781-80af-43c5-b75d-fc5d14f3a32a => generated 146 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:34:48.506 7 INFO neutron_taas.services.taas.taas_plugin [None req-0d50d50b-285c-444d-af29-aae9c4674336 8fe706b5a94a47649033259cc834ea20 d95df8f3f1804312a29507c8ee462bb6 - - default default] TaaS: Handle Delete Port: a389da1c-82ba-4d24-9610-1127b6119df0 2026-05-08 00:34:48.508 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0d50d50b-285c-444d-af29-aae9c4674336 8fe706b5a94a47649033259cc834ea20 d95df8f3f1804312a29507c8ee462bb6 - - default default] Tap Mirror: Handle Delete Port: a389da1c-82ba-4d24-9610-1127b6119df0 [pid: 7|app: 0|req: 502/1011] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:34:48 2026] DELETE /v2.0/floatingips/296d9797-034f-4b50-81a6-a33db08a0260 => generated 0 bytes in 270 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:34:48.743 7 INFO neutron.services.segments.plugin [-] Segment 021c4d96-b3af-4585-b06f-87b99fb2fb4d resource provider aggregate not found 2026-05-08 00:34:48.747 7 INFO neutron.services.segments.plugin [-] Segment 021c4d96-b3af-4585-b06f-87b99fb2fb4d resource provider aggregate not found 2026-05-08 00:34:48.760 7 INFO neutron.services.segments.plugin [-] Segment 021c4d96-b3af-4585-b06f-87b99fb2fb4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 021c4d96-b3af-4585-b06f-87b99fb2fb4d found for delete ", "request_id": "req-b298204a-294f-4ff0-97a3-7446d49ee69f"}]} 2026-05-08 00:34:48.764 7 INFO neutron.services.segments.plugin [-] Segment 021c4d96-b3af-4585-b06f-87b99fb2fb4d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 021c4d96-b3af-4585-b06f-87b99fb2fb4d found for delete ", "request_id": "req-73ddf71f-4fe0-42c5-bb5e-9c01666264a8"}]} [pid: 7|app: 0|req: 503/1012] 10.0.0.129 () {34 vars in 685 bytes} [Fri May 8 00:34:48 2026] POST /v2.0/security-groups => generated 1660 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 00:34:49.149 8 INFO neutron_taas.services.taas.taas_plugin [None req-1c2caad6-a6d0-4a23-b1c8-dabf3a14ab4d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: ec1c53ee-d0fe-4051-a434-e39d3f327201 2026-05-08 00:34:49.152 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-1c2caad6-a6d0-4a23-b1c8-dabf3a14ab4d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: ec1c53ee-d0fe-4051-a434-e39d3f327201 [pid: 7|app: 0|req: 504/1013] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:48 2026] GET /v2.0/security-groups?tenant_id=ee132b4888e14063ae5a18deb2d22acc&name=default => generated 2925 bytes in 442 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 505/1014] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:34:49 2026] POST /v2.0/security-group-rules => generated 597 bytes in 87 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 506/1015] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:49 2026] DELETE /v2.0/security-groups/c9e16689-7ace-40a7-8250-b1e1af927754 => 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: 507/1016] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:34:49 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 510/1017] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:34:48 2026] PUT /v2.0/routers/f54ba04f-de16-4297-90dd-598345fa144a/remove_router_interface => generated 309 bytes in 983 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:34:49.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-719b0814-3e7a-451d-999e-79e5bb4aec8d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 04712ad7-1493-4996-868a-a8b388d7a58b 2026-05-08 00:34:49.983 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-719b0814-3e7a-451d-999e-79e5bb4aec8d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 04712ad7-1493-4996-868a-a8b388d7a58b 2026-05-08 00:34:50.248 8 INFO neutron_taas.services.taas.taas_plugin [None req-719b0814-3e7a-451d-999e-79e5bb4aec8d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 5ce5fee4-d806-4294-89fb-499ed3f77166 2026-05-08 00:34:50.251 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-719b0814-3e7a-451d-999e-79e5bb4aec8d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 5ce5fee4-d806-4294-89fb-499ed3f77166 [pid: 7|app: 0|req: 508/1018] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:34:49 2026] POST /v2.0/floatingips => generated 552 bytes in 533 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:34:50.605 8 INFO neutron.services.segments.plugin [-] Segment 79bb2491-7fae-4a2f-a634-8e80c4ca01c6 resource provider aggregate not found 2026-05-08 00:34:50.616 8 INFO neutron.services.segments.plugin [-] Segment 79bb2491-7fae-4a2f-a634-8e80c4ca01c6 resource provider aggregate not found 2026-05-08 00:34:50.635 8 INFO neutron.services.segments.plugin [-] Segment 79bb2491-7fae-4a2f-a634-8e80c4ca01c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79bb2491-7fae-4a2f-a634-8e80c4ca01c6 found for delete ", "request_id": "req-22dc3889-525d-47b1-b6bf-dc3600d1900e"}]} 2026-05-08 00:34:50.635 8 INFO neutron.services.segments.plugin [-] Segment 79bb2491-7fae-4a2f-a634-8e80c4ca01c6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 79bb2491-7fae-4a2f-a634-8e80c4ca01c6 found for delete ", "request_id": "req-c503e4fa-1cf3-4487-aa3e-21b6960b6e2c"}]} 2026-05-08 00:34:50.638 8 INFO neutron.db.l3_hamode_db [None req-719b0814-3e7a-451d-999e-79e5bb4aec8d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network 44baf9a9-5d89-43ff-8397-1b959103208a was deleted as no HA routers are present in tenant d95df8f3f1804312a29507c8ee462bb6. [pid: 8|app: 0|req: 511/1021] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:49 2026] DELETE /v2.0/routers/f54ba04f-de16-4297-90dd-598345fa144a => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 512/1022] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:34:50 2026] DELETE /v2.0/subnets/a31b4e02-f7fa-4e0e-abae-ef97365606e5 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 513/1023] 10.0.0.179 () {34 vars in 1098 bytes} [Fri May 8 00:34:50 2026] GET /v2.0/security-groups?name=tempest-securitygroup--539900088&fields=id&tenant_id=37a1c5c764d64264ac045a50bebe58f0 => generated 69 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:50.887 8 INFO neutron_taas.services.taas.taas_plugin [None req-a9f571e2-8f30-45b1-b28b-719de3537621 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 629a34d0-9146-46d7-a2d1-1808f96f51f9 2026-05-08 00:34:50.890 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a9f571e2-8f30-45b1-b28b-719de3537621 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 629a34d0-9146-46d7-a2d1-1808f96f51f9 [pid: 7|app: 0|req: 511/1024] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:50 2026] GET /v2.0/security-groups?tenant_id=36b7b8346b494392af2ac62411a55895&name=default => generated 2925 bytes in 336 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 512/1025] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:34:50 2026] GET /v2.0/networks?id=2293b8e7-f85f-43ba-afb0-c13650541eb6 => generated 676 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 514/1026] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:34:50 2026] DELETE /v2.0/networks/311e5fb0-502b-4103-9afc-62c81e945859 => generated 0 bytes in 260 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 513/1027] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:50 2026] DELETE /v2.0/security-groups/ff151b43-a5eb-427b-b740-9239b1b99ccd => 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: 515/1028] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:34:51 2026] GET /v2.0/quotas/37a1c5c764d64264ac045a50bebe58f0 => 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: 514/1029] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:34:51 2026] GET /v2.0/ports?tenant_id=37a1c5c764d64264ac045a50bebe58f0&fields=id => generated 103 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 516/1030] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:34:51 2026] GET /v2.0/networks/2293b8e7-f85f-43ba-afb0-c13650541eb6?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: 517/1031] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:51 2026] GET /v2.0/security-groups?tenant_id=d95df8f3f1804312a29507c8ee462bb6&name=default => generated 2921 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 515/1032] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:34:51 2026] GET /v2.0/networks/2293b8e7-f85f-43ba-afb0-c13650541eb6?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: 518/1033] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:51 2026] DELETE /v2.0/security-groups/8e685522-9d40-451b-8eea-55448dee8cbe => 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: 516/1034] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:51 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => 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: 519/1035] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:52 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:52.657 8 INFO neutron.services.segments.plugin [-] Segment 5c2b259b-ca9f-4a84-b32f-f3a5085080cf resource provider aggregate not found 2026-05-08 00:34:52.661 8 INFO neutron.services.segments.plugin [-] Segment 5c2b259b-ca9f-4a84-b32f-f3a5085080cf resource provider aggregate not found 2026-05-08 00:34:52.675 8 INFO neutron.services.segments.plugin [-] Segment 5c2b259b-ca9f-4a84-b32f-f3a5085080cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c2b259b-ca9f-4a84-b32f-f3a5085080cf found for delete ", "request_id": "req-32c2ccbc-d052-46c4-8ab5-d2844b1125cf"}]} 2026-05-08 00:34:52.676 8 INFO neutron.services.segments.plugin [-] Segment 5c2b259b-ca9f-4a84-b32f-f3a5085080cf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5c2b259b-ca9f-4a84-b32f-f3a5085080cf found for delete ", "request_id": "req-c95c0ee4-cca1-4455-9921-3725ebf1167b"}]} 2026-05-08 00:34:53.506 7 INFO neutron.db.segments_db [None req-a8ab206e-62a6-4c9b-9281-c23ef7f65fc5 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 83ec4c9c-ee29-46fc-8ebe-ce9ad8072254 of type vxlan for network b202377c-1617-4be0-9067-36a24bca1592 [pid: 8|app: 0|req: 520/1036] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:53 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => 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: 517/1037] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:34:53 2026] POST /v2.0/networks => generated 745 bytes in 458 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 521/1038] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:53 2026] POST /v2.0/subnets => generated 692 bytes in 177 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:34:53.855 7 INFO neutron.db.segments_db [None req-6116d607-e5f2-49fd-9435-89ab5b65883a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 56f71c1d-2ee1-41e5-b210-af84a839f54c of type vxlan for network a34bbbca-71a7-430a-8c34-4235ed527390 2026-05-08 00:34:54.135 7 INFO neutron.db.l3_hamode_db [None req-6116d607-e5f2-49fd-9435-89ab5b65883a 6fdccd6c81e24a769dd9c9039614b724 98b281f2aaca476bac4ec3b820168557 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 522/1039] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:34:53 2026] POST /v2.0/security-groups => generated 1601 bytes in 383 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 523/1040] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:34:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 524/1041] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:34:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 525/1042] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:34:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 100 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 526/1043] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:54 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => 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: 527/1044] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:34:54 2026] POST /v2.0/security-groups => generated 1601 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 528/1045] 10.0.0.129 () {34 vars in 767 bytes} [Fri May 8 00:34:54 2026] PUT /v2.0/security-groups/ba4dc813-03cb-459f-8b0c-3432d9e4e35d/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:34:54.908 7 INFO neutron.db.l3_hamode_db [None req-6116d607-e5f2-49fd-9435-89ab5b65883a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 529/1046] 10.0.0.129 () {34 vars in 767 bytes} [Fri May 8 00:34:54 2026] PUT /v2.0/security-groups/a7999dd1-cfeb-409e-9b53-c0e51bab0dfe/tags => generated 25 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 530/1047] 10.0.0.129 () {34 vars in 767 bytes} [Fri May 8 00:34:54 2026] PUT /v2.0/security-groups/d0fa0946-ca64-4f0d-8c1e-9c104f10bbf5/tags => generated 34 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 531/1048] 10.0.0.129 () {34 vars in 767 bytes} [Fri May 8 00:34:54 2026] PUT /v2.0/security-groups/b3f4cd6c-cc60-4e83-bf5b-797986548780/tags => generated 19 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 532/1049] 10.0.0.129 () {32 vars in 680 bytes} [Fri May 8 00:34:55 2026] GET /v2.0/security-groups?tags=red => generated 4804 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 533/1050] 10.0.0.129 () {32 vars in 694 bytes} [Fri May 8 00:34:55 2026] GET /v2.0/security-groups?tags=red%2Cblue => generated 3218 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 534/1051] 10.0.0.129 () {32 vars in 690 bytes} [Fri May 8 00:34:55 2026] GET /v2.0/security-groups?tags-any=blue => generated 3218 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 535/1052] 10.0.0.129 () {32 vars in 702 bytes} [Fri May 8 00:34:55 2026] GET /v2.0/security-groups?tags-any=red%2Cblue => generated 4804 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 536/1053] 10.0.0.129 () {32 vars in 688 bytes} [Fri May 8 00:34:55 2026] GET /v2.0/security-groups?not-tags=red => generated 6094 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 537/1054] 10.0.0.129 () {32 vars in 702 bytes} [Fri May 8 00:34:55 2026] GET /v2.0/security-groups?not-tags=red%2Cblue => generated 7680 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 538/1055] 10.0.0.129 () {32 vars in 698 bytes} [Fri May 8 00:34:55 2026] GET /v2.0/security-groups?not-tags-any=blue => generated 7680 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 539/1056] 10.0.0.129 () {32 vars in 710 bytes} [Fri May 8 00:34:55 2026] GET /v2.0/security-groups?not-tags-any=red%2Cblue => generated 6094 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 540/1057] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:55 2026] DELETE /v2.0/security-groups/ba4dc813-03cb-459f-8b0c-3432d9e4e35d => generated 0 bytes in 78 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 541/1058] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:55 2026] DELETE /v2.0/security-groups/a7999dd1-cfeb-409e-9b53-c0e51bab0dfe => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 542/1059] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:55 2026] DELETE /v2.0/security-groups/d0fa0946-ca64-4f0d-8c1e-9c104f10bbf5 => 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: 543/1060] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:55 2026] GET /v2.0/security-groups?tenant_id=a113df6e7d27416eba1fcbd13c8ed537&name=default => generated 2925 bytes in 300 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 544/1061] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:55 2026] DELETE /v2.0/security-groups/b3f4cd6c-cc60-4e83-bf5b-797986548780 => 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: 545/1062] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:34:56 2026] GET /v2.0/networks?id=2293b8e7-f85f-43ba-afb0-c13650541eb6 => generated 676 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 518/1063] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:34:53 2026] POST /v2.0/routers => generated 732 bytes in 2315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 546/1064] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:56 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => 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: 519/1065] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:56 2026] DELETE /v2.0/security-groups/4416a82e-e00a-45cb-9369-6cf5762d0f07 => 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: 547/1066] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:56 2026] DELETE /v2.0/security-groups/6ede9389-bbda-4ac6-b611-7df3e1129528 => 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: 548/1067] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:34:56 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=37a1c5c764d64264ac045a50bebe58f0 => generated 180 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 549/1068] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:34:56 2026] POST /v2.0/ports => generated 954 bytes in 404 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: 550/1069] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:56 2026] GET /v2.0/security-groups?tenant_id=9234808608b44617a51169c942a7cdc1&name=default => generated 2925 bytes in 123 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 551/1070] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:34:56 2026] PUT /v2.0/ports/3a2e9a02-46d2-437f-8ae6-2a278e0edef7 => generated 1235 bytes in 419 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-08 00:34:57.260 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d47b6974-bc5e-4f17-823f-e69f7fd73e5c'] response: {'name': 'network-changed', 'server_uuid': '58c7ca47-89c9-4e25-b46c-8911293e12db', 'tag': '3a2e9a02-46d2-437f-8ae6-2a278e0edef7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 552/1071] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:57 2026] DELETE /v2.0/security-groups/498f4883-9ad8-4a13-9cbe-cdcd5f3151ff => 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: 520/1072] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:34:56 2026] PUT /v2.0/routers/7ad4cf3f-7cd0-4ce3-b97c-75d4e7c81209/add_router_interface => generated 309 bytes in 1215 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 521/1073] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:57 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 522/1074] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:57 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 553/1075] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:57 2026] GET /v2.0/security-groups?tenant_id=32219e7e4e7146f5bfbc2eda22f36dc4&name=default => generated 2925 bytes in 307 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 523/1076] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:57 2026] DELETE /v2.0/security-groups/247cb184-f292-4ef7-bbdc-bec2eda3c2be => 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: 554/1077] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:57 2026] GET /v2.0/ports?tenant_id=37a1c5c764d64264ac045a50bebe58f0&device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 1238 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 555/1078] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:34:57 2026] GET /v2.0/networks?tenant_id=37a1c5c764d64264ac045a50bebe58f0&shared=False => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 556/1079] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:34:57 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: 524/1080] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:57 2026] GET /v2.0/security-groups?tenant_id=f89bc1aab5974eb8b704d039c18565aa&name=default => generated 2925 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 557/1081] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:57 2026] DELETE /v2.0/security-groups/8b312467-de0b-4a7d-b77d-6c7c25dc07a4 => 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: 525/1082] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:34:58 2026] GET /v2.0/security-groups?tenant_id=1ce43561b24e4c19adfc3848e6c0d9d7&name=default => generated 2925 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 558/1083] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:34:58 2026] DELETE /v2.0/security-groups/5882be94-5306-4f1e-a5c6-d28461c83263 => 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: 526/1084] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:58 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 969 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 527/1085] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:58 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 559/1086] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:34:58 2026] GET /v2.0/networks?id=b202377c-1617-4be0-9067-36a24bca1592 => generated 677 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 528/1087] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:34:58 2026] GET /v2.0/quotas/98b281f2aaca476bac4ec3b820168557 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 560/1088] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:34:58 2026] GET /v2.0/ports?tenant_id=98b281f2aaca476bac4ec3b820168557&fields=id => generated 103 bytes in 158 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 529/1089] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:34:58 2026] GET /v2.0/networks/b202377c-1617-4be0-9067-36a24bca1592?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 561/1090] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:34:58 2026] GET /v2.0/networks/b202377c-1617-4be0-9067-36a24bca1592?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: 530/1091] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:34:58 2026] GET /v2.0/ports?tenant_id=37a1c5c764d64264ac045a50bebe58f0&device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 562/1092] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:34:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=3a2e9a02-46d2-437f-8ae6-2a278e0edef7 => 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: 531/1093] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:34:59 2026] GET /v2.0/subnets?id=22138138-8081-4f5c-affa-7509160a7a4a => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 532/1094] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:59 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 563/1095] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:34:59 2026] GET /v2.0/ports?network_id=2293b8e7-f85f-43ba-afb0-c13650541eb6&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: 533/1096] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:34:59 2026] GET /v2.0/networks/2293b8e7-f85f-43ba-afb0-c13650541eb6?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: 564/1097] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:34:59 2026] GET /v2.0/networks/2293b8e7-f85f-43ba-afb0-c13650541eb6?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: 534/1098] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:34:59 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 565/1099] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:34:59 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 535/1100] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:00 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => 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: 566/1101] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:00 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 536/1102] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:00 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&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: 567/1103] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:01 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => 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: 537/1104] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:01 2026] GET /v2.0/security-groups?tenant_id=3e883293c02c424bbb6e8da12c9f0bd5&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: 568/1105] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:01 2026] DELETE /v2.0/security-groups/006b6692-7ec2-40ae-90f2-8552fd3fa372 => generated 0 bytes in 180 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 538/1106] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:02 2026] GET /v2.0/security-groups?tenant_id=4feeda4352e740c3bd03dc7ca351f27c&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: 569/1107] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:02 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 539/1108] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:02 2026] DELETE /v2.0/security-groups/73451db3-d8ac-4728-a985-c675977623df => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 540/1109] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:02 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 541/1110] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:02 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:02.501 8 INFO neutron.db.segments_db [None req-ee249384-c965-45d5-b23c-6cd59faaaa65 dd8e32f31fd043e1a7b2fdd5504adc8c 62f13e52f5dd493b81204ea227b7ec84 - - default default] Added segment 7a04f001-d723-4d8b-8a2d-1d42e375e104 of type vxlan for network 41742436-86d0-4b00-a87e-a9865d390bd7 [pid: 8|app: 0|req: 570/1111] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:02 2026] POST /v2.0/networks => generated 632 bytes in 386 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 542/1112] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:35:02 2026] PUT /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 571/1113] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:35:02 2026] GET /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags => generated 25 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 543/1114] 10.0.0.129 () {34 vars in 764 bytes} [Fri May 8 00:35:02 2026] PUT /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags/green => generated 4 bytes in 79 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 572/1115] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:35:02 2026] GET /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags => generated 34 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 544/1116] 10.0.0.129 () {34 vars in 760 bytes} [Fri May 8 00:35:02 2026] PUT /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags/red => generated 4 bytes in 94 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 573/1117] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:35:02 2026] GET /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags => generated 34 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 545/1118] 10.0.0.129 () {34 vars in 782 bytes} [Fri May 8 00:35:03 2026] PUT /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags/black.or.white => generated 4 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 574/1119] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:35:03 2026] GET /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags => generated 52 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 546/1120] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:35:03 2026] PUT /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags => generated 37 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 575/1121] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:35:03 2026] GET /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags => generated 37 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 547/1122] 10.0.0.129 () {32 vars in 741 bytes} [Fri May 8 00:35:03 2026] GET /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags/red => generated 0 bytes in 61 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 576/1123] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:03 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => 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: 548/1124] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:35:03 2026] GET /v2.0/networks?id=b202377c-1617-4be0-9067-36a24bca1592 => generated 677 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:03.468 8 INFO neutron.api.v2.resource [None req-3428270a-e159-4237-9691-68f54efdbe3d dd8e32f31fd043e1a7b2fdd5504adc8c 62f13e52f5dd493b81204ea227b7ec84 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 577/1125] 10.0.0.129 () {32 vars in 745 bytes} [Fri May 8 00:35:03 2026] GET /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags/green => generated 99 bytes in 42 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 549/1126] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:03 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 578/1127] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:03 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => 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: 579/1128] 10.0.0.129 () {32 vars in 744 bytes} [Fri May 8 00:35:03 2026] DELETE /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags/red => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 580/1129] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:35:03 2026] GET /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags => generated 30 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:03.662 8 INFO neutron.api.v2.resource [None req-2e16449c-8932-429c-8f67-90ccb437ec3b dd8e32f31fd043e1a7b2fdd5504adc8c 62f13e52f5dd493b81204ea227b7ec84 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 581/1130] 10.0.0.129 () {32 vars in 748 bytes} [Fri May 8 00:35:03 2026] DELETE /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags/green => generated 99 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 582/1131] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:35:03 2026] DELETE /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 583/1132] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:35:03 2026] GET /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7/tags => generated 12 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 550/1133] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:35:03 2026] POST /v2.0/ports => generated 954 bytes in 378 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-08 00:35:03.923 8 INFO neutron.services.segments.plugin [-] Segment 7a04f001-d723-4d8b-8a2d-1d42e375e104 resource provider aggregate not found 2026-05-08 00:35:03.927 8 INFO neutron.services.segments.plugin [-] Segment 7a04f001-d723-4d8b-8a2d-1d42e375e104 resource provider aggregate not found 2026-05-08 00:35:03.944 8 INFO neutron.services.segments.plugin [-] Segment 7a04f001-d723-4d8b-8a2d-1d42e375e104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a04f001-d723-4d8b-8a2d-1d42e375e104 found for delete ", "request_id": "req-e22bd8fd-7581-44f9-9617-e9a67a0883b0"}]} 2026-05-08 00:35:03.951 8 INFO neutron.services.segments.plugin [-] Segment 7a04f001-d723-4d8b-8a2d-1d42e375e104 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7a04f001-d723-4d8b-8a2d-1d42e375e104 found for delete ", "request_id": "req-f9727cfd-cad4-42a7-b73f-faa6e4861044"}]} [pid: 8|app: 0|req: 584/1134] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:03 2026] DELETE /v2.0/networks/41742436-86d0-4b00-a87e-a9865d390bd7 => generated 0 bytes in 182 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 551/1135] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:35:03 2026] PUT /v2.0/ports/88a5dc61-a3f6-4c06-aa15-923a6af8fc0a => generated 1235 bytes in 543 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:04.467 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7a62f31b-faa9-4605-95d4-452b601cc44c'] response: {'name': 'network-changed', 'server_uuid': '88a030c6-e61e-4bd9-8bca-aeea67799f11', 'tag': '88a5dc61-a3f6-4c06-aa15-923a6af8fc0a', '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: 552/1136] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:04 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 585/1137] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:04 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 969 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 553/1138] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:04 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&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: 586/1139] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:04 2026] GET /v2.0/security-groups?id=862d0a9b-b9cb-4eb6-b54c-bed511351609&fields=id&fields=name => generated 88 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 554/1140] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:04 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:05.103 8 INFO neutron.db.l3_db [None req-fb57a6ee-3d9b-4eba-a19c-478611c338a2 8add230ba03243f38cd410bdfcfb6d4c 37a1c5c764d64264ac045a50bebe58f0 - - default default] Floating IP f15e6334-65cc-4bda-acd8-0e597a16435d associated. External IP: 10.96.250.213, port: 3a2e9a02-46d2-437f-8ae6-2a278e0edef7. [pid: 7|app: 0|req: 555/1141] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:04 2026] GET /v2.0/security-groups?tenant_id=b5cdf6969b0b46f3ae78285f78ee21bf&name=default => generated 2925 bytes in 334 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 556/1142] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:35:05 2026] GET /v2.0/ports?tenant_id=98b281f2aaca476bac4ec3b820168557&device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 1238 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 557/1143] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:05 2026] GET /v2.0/security-groups?tenant_id=32c66d504309430b9266650ea6b801ce&name=default => generated 2925 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 587/1144] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:35:04 2026] PUT /v2.0/floatingips/f15e6334-65cc-4bda-acd8-0e597a16435d => generated 855 bytes in 716 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 588/1145] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:35:05 2026] GET /v2.0/networks?tenant_id=98b281f2aaca476bac4ec3b820168557&shared=False => generated 773 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:05.553 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-3190d351-d444-45c5-ba11-6cccb67ae494'] response: {'name': 'network-changed', 'server_uuid': '58c7ca47-89c9-4e25-b46c-8911293e12db', 'tag': '3a2e9a02-46d2-437f-8ae6-2a278e0edef7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 558/1148] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:05 2026] DELETE /v2.0/security-groups/59fd5349-ec65-4d76-bcb7-f24096e45c6d => generated 0 bytes in 138 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 559/1149] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:35:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 591/1150] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:05 2026] DELETE /v2.0/security-groups/8c31181c-d153-4ad6-b3fc-963bd51c60f9 => 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: 560/1151] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:05 2026] GET /v2.0/security-groups?tenant_id=62f13e52f5dd493b81204ea227b7ec84&name=default => generated 2925 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 561/1152] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:05 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 562/1153] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:05 2026] GET /v2.0/security-groups?id=862d0a9b-b9cb-4eb6-b54c-bed511351609&fields=id&fields=name => generated 88 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 592/1154] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:05 2026] DELETE /v2.0/security-groups/31fe43e0-861f-4497-b94f-c75da3388e10 => generated 0 bytes in 147 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 563/1155] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/ports?tenant_id=37a1c5c764d64264ac045a50bebe58f0&device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 1240 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 593/1156] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/networks?id=2293b8e7-f85f-43ba-afb0-c13650541eb6 => generated 772 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 564/1157] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=3a2e9a02-46d2-437f-8ae6-2a278e0edef7 => generated 858 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 594/1158] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/subnets?id=22138138-8081-4f5c-affa-7509160a7a4a => generated 694 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 565/1159] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/ports?network_id=2293b8e7-f85f-43ba-afb0-c13650541eb6&device_owner=network%3Adhcp => generated 1244 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 595/1160] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/networks/2293b8e7-f85f-43ba-afb0-c13650541eb6?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: 566/1161] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/networks/2293b8e7-f85f-43ba-afb0-c13650541eb6?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: 596/1162] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/ports?tenant_id=98b281f2aaca476bac4ec3b820168557&device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 1238 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 567/1163] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=88a5dc61-a3f6-4c06-aa15-923a6af8fc0a => 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: 597/1164] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/subnets?id=76a6ab46-843d-49d2-b972-0b9d2bc31004 => generated 695 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 568/1165] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/ports?network_id=b202377c-1617-4be0-9067-36a24bca1592&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: 598/1166] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/networks/b202377c-1617-4be0-9067-36a24bca1592?fields=segments => generated 14 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 569/1167] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/networks/b202377c-1617-4be0-9067-36a24bca1592?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: 599/1168] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 570/1169] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:06 2026] GET /v2.0/security-groups?id=862d0a9b-b9cb-4eb6-b54c-bed511351609&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 600/1170] 10.0.0.129 () {32 vars in 653 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions => generated 21537 bytes in 148 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 571/1171] 10.0.0.129 () {32 vars in 681 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/address-group => generated 159 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 601/1172] 10.0.0.129 () {32 vars in 681 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/address-scope => generated 163 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 572/1173] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/router-admin-state-down-before-update => generated 312 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 602/1174] 10.0.0.129 () {32 vars in 665 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/agent => generated 153 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 573/1175] 10.0.0.129 () {32 vars in 699 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/agent-resources-synced => generated 223 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 603/1176] 10.0.0.129 () {32 vars in 697 bytes} [Fri May 8 00:35:07 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: 574/1177] 10.0.0.129 () {32 vars in 701 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/auto-allocated-topology => generated 200 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 604/1178] 10.0.0.129 () {32 vars in 689 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/availability_zone => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 575/1179] 10.0.0.129 () {32 vars in 703 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/availability_zone_filter => generated 220 bytes in 15 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 605/1180] 10.0.0.129 () {32 vars in 693 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/default-subnetpools => generated 211 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 576/1181] 10.0.0.129 () {32 vars in 695 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/dhcp_agent_scheduler => generated 187 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 606/1182] 10.0.0.129 () {32 vars in 685 bytes} [Fri May 8 00:35:07 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: 577/1183] 10.0.0.129 () {32 vars in 687 bytes} [Fri May 8 00:35:07 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: 607/1184] 10.0.0.129 () {32 vars in 661 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/dvr => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 578/1185] 10.0.0.129 () {32 vars in 699 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/empty-string-filtering => generated 219 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 608/1186] 10.0.0.129 () {32 vars in 679 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/external-net => generated 200 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 579/1187] 10.0.0.129 () {32 vars in 683 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/extra_dhcp_opt => generated 304 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 609/1188] 10.0.0.129 () {32 vars in 675 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/extraroute => generated 181 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 580/1189] 10.0.0.129 () {32 vars in 689 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/extraroute-atomic => generated 250 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 610/1190] 10.0.0.129 () {32 vars in 723 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/floating-ip-port-forwarding-detail => generated 271 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 581/1191] 10.0.0.129 () {32 vars in 687 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/fip-port-details => generated 212 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 611/1192] 10.0.0.129 () {32 vars in 669 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/flavors => generated 193 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 582/1193] 10.0.0.129 () {32 vars in 687 bytes} [Fri May 8 00:35:07 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: 612/1194] 10.0.0.129 () {32 vars in 681 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/ip_allocation => generated 162 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 583/1195] 10.0.0.129 () {32 vars in 699 bytes} [Fri May 8 00:35:07 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: 8|app: 0|req: 613/1196] 10.0.0.129 () {32 vars in 679 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/l2_adjacency => generated 178 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 584/1197] 10.0.0.129 () {32 vars in 667 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/router => generated 256 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 614/1198] 10.0.0.129 () {32 vars in 677 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/ext-gw-mode => generated 268 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 585/1199] 10.0.0.129 () {32 vars in 665 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/l3-ha => 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: 615/1200] 10.0.0.129 () {32 vars in 675 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/l3-flavors => 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: 586/1201] 10.0.0.129 () {32 vars in 713 bytes} [Fri May 8 00:35:07 2026] GET /v2.0/extensions/l3-port-ip-change-not-allowed => generated 245 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 616/1202] 10.0.0.129 () {32 vars in 691 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/l3_agent_scheduler => generated 180 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 587/1203] 10.0.0.129 () {32 vars in 683 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/multi-provider => 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: 617/1204] 10.0.0.129 () {32 vars in 669 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/net-mtu => generated 176 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 588/1205] 10.0.0.129 () {32 vars in 687 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/net-mtu-writable => generated 207 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 618/1206] 10.0.0.129 () {32 vars in 705 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/network_availability_zone => generated 200 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 589/1207] 10.0.0.129 () {32 vars in 675 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/network_ha => generated 186 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 619/1208] 10.0.0.129 () {32 vars in 701 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/network-ip-availability => generated 216 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 620/1209] 10.0.0.129 () {32 vars in 675 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/pagination => generated 192 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 621/1210] 10.0.0.129 () {32 vars in 693 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/port-device-profile => generated 189 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 622/1211] 10.0.0.129 () {32 vars in 689 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/port-mac-override => generated 251 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 590/1212] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 969 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 623/1213] 10.0.0.129 () {32 vars in 709 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/port-mac-address-regenerate => generated 209 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 591/1214] 10.0.0.129 () {32 vars in 705 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/port-numa-affinity-policy => 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: 592/1215] 10.0.0.129 () {32 vars in 719 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/port-numa-affinity-policy-socket => generated 240 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 593/1216] 10.0.0.129 () {32 vars in 697 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/port-resource-request => generated 185 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 594/1217] 10.0.0.129 () {32 vars in 711 bytes} [Fri May 8 00:35:08 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: 8|app: 0|req: 624/1218] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/security-groups?id=862d0a9b-b9cb-4eb6-b54c-bed511351609&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: 595/1219] 10.0.0.129 () {32 vars in 669 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/binding => generated 193 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 625/1220] 10.0.0.129 () {32 vars in 687 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/binding-extended => generated 212 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 596/1221] 10.0.0.129 () {32 vars in 681 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/port-security => generated 160 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 626/1222] 10.0.0.129 () {32 vars in 675 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 597/1223] 10.0.0.129 () {32 vars in 671 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/provider => generated 191 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 627/1224] 10.0.0.129 () {32 vars in 661 bytes} [Fri May 8 00:35:08 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: 598/1225] 10.0.0.129 () {32 vars in 699 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/qos-bw-limit-direction => generated 258 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 628/1226] 10.0.0.129 () {32 vars in 699 bytes} [Fri May 8 00:35:08 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: 599/1227] 10.0.0.129 () {32 vars in 677 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/qos-default => generated 183 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 629/1228] 10.0.0.129 () {32 vars in 669 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/qos-fip => generated 178 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 600/1229] 10.0.0.129 () {32 vars in 683 bytes} [Fri May 8 00:35:08 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: 630/1230] 10.0.0.129 () {32 vars in 701 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/qos-port-network-policy => generated 209 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 601/1231] 10.0.0.129 () {32 vars in 685 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/qos-pps-minimum => generated 203 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 631/1232] 10.0.0.129 () {32 vars in 707 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/qos-pps-minimum-rule-alias => generated 277 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 602/1233] 10.0.0.129 () {32 vars in 669 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/qos-pps => generated 195 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 632/1234] 10.0.0.129 () {32 vars in 697 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/qos-rule-type-details => generated 229 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 603/1235] 10.0.0.129 () {32 vars in 695 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/qos-rule-type-filter => generated 373 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 633/1236] 10.0.0.129 () {32 vars in 685 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/qos-rules-alias => generated 254 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 604/1237] 10.0.0.129 () {32 vars in 689 bytes} [Fri May 8 00:35:08 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: 634/1238] 10.0.0.129 () {32 vars in 705 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/quota-check-limit-default => 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: 605/1239] 10.0.0.129 () {32 vars in 667 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/quotas => generated 192 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 635/1240] 10.0.0.129 () {32 vars in 681 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/quota_details => generated 213 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 606/1241] 10.0.0.129 () {32 vars in 681 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/rbac-policies => generated 223 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 636/1242] 10.0.0.129 () {32 vars in 691 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/rbac-address-group => generated 198 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 607/1243] 10.0.0.129 () {32 vars in 691 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/rbac-address-scope => generated 190 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 637/1244] 10.0.0.129 () {32 vars in 695 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/rbac-security-groups => generated 210 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 608/1245] 10.0.0.129 () {32 vars in 685 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/rbac-subnetpool => generated 181 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 638/1246] 10.0.0.129 () {32 vars in 689 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/revision-if-match => generated 247 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 609/1247] 10.0.0.129 () {32 vars in 701 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/standard-attr-revisions => generated 229 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 639/1248] 10.0.0.129 () {32 vars in 703 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/router_availability_zone => generated 197 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 610/1249] 10.0.0.129 () {32 vars in 713 bytes} [Fri May 8 00:35:08 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: 640/1250] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/security-groups-normalized-cidr => 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: 611/1251] 10.0.0.129 () {32 vars in 715 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/port-security-groups-filtering => generated 228 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 641/1252] 10.0.0.129 () {32 vars in 727 bytes} [Fri May 8 00:35:08 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: 612/1253] 10.0.0.129 () {32 vars in 741 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/security-groups-rules-belongs-to-default-sg => generated 314 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 642/1254] 10.0.0.129 () {32 vars in 719 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/security-groups-shared-filtering => generated 241 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 613/1255] 10.0.0.129 () {32 vars in 683 bytes} [Fri May 8 00:35: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: 8|app: 0|req: 643/1256] 10.0.0.129 () {32 vars in 669 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/segment => generated 145 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 614/1257] 10.0.0.129 () {32 vars in 719 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/segments-peer-subnet-host-routes => generated 233 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 644/1258] 10.0.0.129 () {32 vars in 679 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/service-type => generated 221 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 615/1259] 10.0.0.129 () {32 vars in 669 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/sorting => generated 183 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 645/1260] 10.0.0.129 () {32 vars in 697 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/standard-attr-segment => generated 212 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 616/1261] 10.0.0.129 () {32 vars in 705 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/standard-attr-description => generated 214 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 646/1262] 10.0.0.129 () {32 vars in 701 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/stateful-security-group => generated 208 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 617/1263] 10.0.0.129 () {32 vars in 701 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/subnet-external-network => generated 224 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 647/1264] 10.0.0.129 () {32 vars in 683 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/subnet_onboard => 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: 618/1265] 10.0.0.129 () {32 vars in 705 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/subnet-segmentid-writable => generated 227 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 648/1266] 10.0.0.129 () {32 vars in 695 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/subnet-service-types => generated 206 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 619/1267] 10.0.0.129 () {32 vars in 689 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/subnet_allocation => generated 194 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 649/1268] 10.0.0.129 () {32 vars in 697 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/subnetpool-prefix-ops => generated 224 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 620/1269] 10.0.0.129 () {32 vars in 679 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/tag-creation => generated 190 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 650/1270] 10.0.0.129 () {32 vars in 689 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/standard-attr-tag => generated 343 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 621/1271] 10.0.0.129 () {32 vars in 701 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/standard-attr-timestamp => generated 255 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 651/1272] 10.0.0.129 () {32 vars in 665 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/trunk => generated 164 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 622/1273] 10.0.0.129 () {32 vars in 681 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/trunk-details => generated 168 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 652/1274] 10.0.0.129 () {32 vars in 677 bytes} [Fri May 8 00:35:08 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: 623/1275] 10.0.0.129 () {32 vars in 693 bytes} [Fri May 8 00:35:08 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: 653/1276] 10.0.0.129 () {32 vars in 677 bytes} [Fri May 8 00:35:08 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: 624/1277] 10.0.0.129 () {32 vars in 667 bytes} [Fri May 8 00:35:08 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: 654/1278] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/taas => generated 175 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 625/1279] 10.0.0.129 () {32 vars in 675 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/tap-mirror => generated 222 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 655/1280] 10.0.0.129 () {32 vars in 687 bytes} [Fri May 8 00:35:08 2026] GET /v2.0/extensions/taas-vlan-filter => generated 226 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 626/1281] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:09 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 969 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 627/1282] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:09 2026] GET /v2.0/security-groups?tenant_id=025b0edbba724e369eeb2b3549a8943b&name=default => generated 2925 bytes in 221 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:09.564 8 INFO neutron.db.segments_db [None req-8d477822-c279-4ed8-ab65-f67662f22bc9 d7a2a123b5984c5aab42326bdf291627 89349ddfbe064085abfd9e0171a04a5d - - default default] Added segment 63852ef4-8dbd-47c0-b48c-8581cc691687 of type vxlan for network 7aaf576b-2e2b-4b94-b9a2-17b70482c3a6 [pid: 7|app: 0|req: 628/1283] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:09 2026] GET /v2.0/security-groups?id=862d0a9b-b9cb-4eb6-b54c-bed511351609&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: 656/1284] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:09 2026] POST /v2.0/networks => generated 631 bytes in 392 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 629/1285] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:09 2026] DELETE /v2.0/security-groups/c50e43ea-c26a-4f35-a438-969234e2ed37 => 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: 657/1286] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:35:09 2026] POST /v2.0/ports => generated 743 bytes in 369 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 630/1287] 10.0.0.129 () {34 vars in 747 bytes} [Fri May 8 00:35:10 2026] PUT /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags => generated 25 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 658/1288] 10.0.0.129 () {32 vars in 727 bytes} [Fri May 8 00:35:10 2026] GET /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags => generated 25 bytes in 64 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: 631/1289] 10.0.0.129 () {34 vars in 758 bytes} [Fri May 8 00:35:10 2026] PUT /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags/green => generated 4 bytes in 96 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: 659/1290] 10.0.0.129 () {32 vars in 727 bytes} [Fri May 8 00:35:10 2026] GET /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags => generated 34 bytes in 52 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: 632/1291] 10.0.0.129 () {34 vars in 754 bytes} [Fri May 8 00:35:10 2026] PUT /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags/red => generated 4 bytes in 92 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: 660/1292] 10.0.0.129 () {32 vars in 727 bytes} [Fri May 8 00:35:10 2026] GET /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags => generated 34 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 633/1293] 10.0.0.129 () {34 vars in 776 bytes} [Fri May 8 00:35:10 2026] PUT /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags/black.or.white => generated 4 bytes in 114 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, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.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: 661/1294] 10.0.0.129 () {32 vars in 727 bytes} [Fri May 8 00:35:10 2026] GET /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 634/1295] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:10 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 971 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 635/1296] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:10 2026] GET /v2.0/security-groups?id=862d0a9b-b9cb-4eb6-b54c-bed511351609&fields=id&fields=name => generated 88 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 662/1297] 10.0.0.129 () {34 vars in 747 bytes} [Fri May 8 00:35:10 2026] PUT /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/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: 636/1298] 10.0.0.129 () {32 vars in 727 bytes} [Fri May 8 00:35:10 2026] GET /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/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: 8|app: 0|req: 663/1299] 10.0.0.129 () {32 vars in 735 bytes} [Fri May 8 00:35:10 2026] GET /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags/red => generated 0 bytes in 48 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:35:10.907 7 INFO neutron.api.v2.resource [None req-a0e8dd28-1a79-43de-adac-9f4b07760a90 d7a2a123b5984c5aab42326bdf291627 89349ddfbe064085abfd9e0171a04a5d - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 637/1300] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:35:10 2026] GET /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags/green => generated 99 bytes in 56 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: 664/1301] 10.0.0.129 () {32 vars in 738 bytes} [Fri May 8 00:35:10 2026] DELETE /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags/red => generated 0 bytes in 76 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: 638/1302] 10.0.0.129 () {32 vars in 727 bytes} [Fri May 8 00:35:10 2026] GET /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags => generated 30 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:35:11.143 8 INFO neutron.api.v2.resource [None req-b800da71-2db3-4ed8-8898-8633e438ce23 d7a2a123b5984c5aab42326bdf291627 89349ddfbe064085abfd9e0171a04a5d - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 665/1303] 10.0.0.129 () {32 vars in 742 bytes} [Fri May 8 00:35:11 2026] DELETE /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags/green => generated 99 bytes in 67 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: 639/1304] 10.0.0.129 () {32 vars in 730 bytes} [Fri May 8 00:35:11 2026] DELETE /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags => generated 0 bytes in 76 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: 666/1305] 10.0.0.129 () {32 vars in 727 bytes} [Fri May 8 00:35:11 2026] GET /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f/tags => generated 12 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:35:11.464 7 INFO neutron_taas.services.taas.taas_plugin [None req-13e544da-449a-451e-bf2e-b3b7f270a42d d7a2a123b5984c5aab42326bdf291627 89349ddfbe064085abfd9e0171a04a5d - - default default] TaaS: Handle Delete Port: a6238657-b5fe-4c30-a629-4fac327ef66f 2026-05-08 00:35:11.467 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-13e544da-449a-451e-bf2e-b3b7f270a42d d7a2a123b5984c5aab42326bdf291627 89349ddfbe064085abfd9e0171a04a5d - - default default] Tap Mirror: Handle Delete Port: a6238657-b5fe-4c30-a629-4fac327ef66f [pid: 7|app: 0|req: 640/1306] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:11 2026] DELETE /v2.0/ports/a6238657-b5fe-4c30-a629-4fac327ef66f => generated 0 bytes in 248 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:35:11.686 7 INFO neutron.services.segments.plugin [-] Segment 63852ef4-8dbd-47c0-b48c-8581cc691687 resource provider aggregate not found 2026-05-08 00:35:11.694 7 INFO neutron.services.segments.plugin [-] Segment 63852ef4-8dbd-47c0-b48c-8581cc691687 resource provider aggregate not found 2026-05-08 00:35:11.707 7 INFO neutron.services.segments.plugin [-] Segment 63852ef4-8dbd-47c0-b48c-8581cc691687 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63852ef4-8dbd-47c0-b48c-8581cc691687 found for delete ", "request_id": "req-80da47b9-2266-4c8a-a5ad-ae66094f9e10"}]} 2026-05-08 00:35:11.716 7 INFO neutron.services.segments.plugin [-] Segment 63852ef4-8dbd-47c0-b48c-8581cc691687 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 63852ef4-8dbd-47c0-b48c-8581cc691687 found for delete ", "request_id": "req-590ac564-9136-4e73-bbd3-e464e0d7f9f9"}]} [pid: 7|app: 0|req: 641/1307] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:11 2026] DELETE /v2.0/networks/7aaf576b-2e2b-4b94-b9a2-17b70482c3a6 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 642/1308] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:11 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => 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: 643/1309] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:11 2026] GET /v2.0/security-groups?id=862d0a9b-b9cb-4eb6-b54c-bed511351609&fields=id&fields=name => generated 88 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:11.865 8 INFO neutron.db.segments_db [None req-b1deda55-3c42-43cb-a2e0-f6a510d28652 146bba5e96674de5a49e3ed12ef37b89 3c1ab10a64094100867f49962f29aa64 - - default default] Added segment 62546aba-b106-4012-b364-249f2a237b7e of type vxlan for network 0b124daa-500d-492a-96a0-ca37a4169c5d [pid: 8|app: 0|req: 667/1310] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:11 2026] POST /v2.0/networks => generated 643 bytes in 482 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 668/1311] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:12 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 971 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 669/1312] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:12 2026] GET /v2.0/security-groups?id=862d0a9b-b9cb-4eb6-b54c-bed511351609&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: 644/1313] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:11 2026] POST /v2.0/subnets => generated 641 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:12.351 8 INFO neutron.db.segments_db [None req-2e919f13-ab8f-4624-a916-098f2777f72e 146bba5e96674de5a49e3ed12ef37b89 3c1ab10a64094100867f49962f29aa64 - - default default] Added segment e776f16e-b54f-4e20-b5c4-896e0869ea8a of type vxlan for network 2d349e6c-9556-46c9-8ec6-d753c51d5b0f [pid: 8|app: 0|req: 670/1314] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:12 2026] POST /v2.0/networks => generated 644 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 645/1315] 10.0.0.129 () {34 vars in 743 bytes} [Fri May 8 00:35:12 2026] PUT /v2.0/networks/2d349e6c-9556-46c9-8ec6-d753c51d5b0f => generated 592 bytes in 116 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 671/1316] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:12 2026] GET /v2.0/security-groups?tenant_id=2e03ff2f8e0d46998d68518cacc00524&name=default => generated 2925 bytes in 218 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 646/1317] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:12 2026] POST /v2.0/subnets => generated 626 bytes in 240 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 672/1318] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:12 2026] DELETE /v2.0/security-groups/039f1516-5868-4a44-9cba-7ae6fbf366ed => 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: 673/1319] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:12 2026] GET /v2.0/security-groups?tenant_id=89349ddfbe064085abfd9e0171a04a5d&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 647/1320] 10.0.0.129 () {34 vars in 741 bytes} [Fri May 8 00:35:12 2026] PUT /v2.0/subnets/e6ec3de2-d248-44cc-a0ad-d4442447593b => generated 636 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 674/1321] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:12 2026] DELETE /v2.0/security-groups/a7a6dee8-a0cd-4c34-a3d8-2e586e6bf1af => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 648/1322] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:12 2026] DELETE /v2.0/networks/2d349e6c-9556-46c9-8ec6-d753c51d5b0f => generated 0 bytes in 222 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:13.174 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3a6a2021-268f-4a1a-9dfd-232cada23f7a 146bba5e96674de5a49e3ed12ef37b89 3c1ab10a64094100867f49962f29aa64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 675/1323] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:13 2026] DELETE /v2.0/networks/2d349e6c-9556-46c9-8ec6-d753c51d5b0f => generated 138 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 649/1324] 10.0.0.129 () {32 vars in 694 bytes} [Fri May 8 00:35:13 2026] GET /v2.0/networks?router%3Aexternal=True => generated 651 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 676/1325] 10.0.0.129 () {32 vars in 742 bytes} [Fri May 8 00:35:13 2026] GET /v2.0/subnets?network_id=2eb7a8ad-e559-4627-8fb7-38efd842a8a9 => generated 649 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 650/1326] 10.0.0.129 () {32 vars in 653 bytes} [Fri May 8 00:35:13 2026] GET /v2.0/extensions => generated 21537 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 677/1327] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:35:13 2026] GET /v2.0/networks => generated 1308 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 651/1328] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:13 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 678/1329] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:35:13 2026] GET /v2.0/subnets => generated 1280 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 652/1330] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:13 2026] GET /v2.0/security-groups?id=862d0a9b-b9cb-4eb6-b54c-bed511351609&fields=id&fields=name => generated 88 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 679/1331] 10.0.0.129 () {32 vars in 723 bytes} [Fri May 8 00:35:13 2026] GET /v2.0/networks/0b124daa-500d-492a-96a0-ca37a4169c5d => generated 668 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 653/1332] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:35:13 2026] GET /v2.0/subnets/89d30d99-135f-4207-b781-03bcff5c494a => generated 641 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:13.504 8 INFO neutron.pecan_wsgi.hooks.translation [None req-96f2c1f4-157c-4213-86bb-54be0ae2c604 146bba5e96674de5a49e3ed12ef37b89 3c1ab10a64094100867f49962f29aa64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 680/1333] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:13 2026] DELETE /v2.0/subnets/e6ec3de2-d248-44cc-a0ad-d4442447593b => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:13.523 7 INFO neutron.pecan_wsgi.hooks.translation [None req-c2e0d6ed-4327-4942-84a5-1a31cfa34c0e 146bba5e96674de5a49e3ed12ef37b89 3c1ab10a64094100867f49962f29aa64 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 654/1334] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:13 2026] DELETE /v2.0/networks/2d349e6c-9556-46c9-8ec6-d753c51d5b0f => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 681/1335] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:13 2026] DELETE /v2.0/subnets/89d30d99-135f-4207-b781-03bcff5c494a => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:13.726 7 INFO neutron.services.segments.plugin [-] Segment e776f16e-b54f-4e20-b5c4-896e0869ea8a resource provider aggregate not found 2026-05-08 00:35:13.742 7 INFO neutron.services.segments.plugin [-] Segment e776f16e-b54f-4e20-b5c4-896e0869ea8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e776f16e-b54f-4e20-b5c4-896e0869ea8a found for delete ", "request_id": "req-840e1b39-c67d-4762-984a-5553974fdada"}]} 2026-05-08 00:35:13.744 7 INFO neutron.services.segments.plugin [-] Segment e776f16e-b54f-4e20-b5c4-896e0869ea8a resource provider aggregate not found 2026-05-08 00:35:13.769 7 INFO neutron.services.segments.plugin [-] Segment e776f16e-b54f-4e20-b5c4-896e0869ea8a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e776f16e-b54f-4e20-b5c4-896e0869ea8a found for delete ", "request_id": "req-a7346a58-6ca7-4941-b2f3-0f17ee156a38"}]} 2026-05-08 00:35:13.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-51432f93-313c-4fdd-ae92-1ba1e851281e 146bba5e96674de5a49e3ed12ef37b89 3c1ab10a64094100867f49962f29aa64 - - default default] TaaS: Handle Delete Port: 948bbb5a-3699-4ad0-a0ff-b1403743ccc9 2026-05-08 00:35:13.803 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-51432f93-313c-4fdd-ae92-1ba1e851281e 146bba5e96674de5a49e3ed12ef37b89 3c1ab10a64094100867f49962f29aa64 - - default default] Tap Mirror: Handle Delete Port: 948bbb5a-3699-4ad0-a0ff-b1403743ccc9 [pid: 7|app: 0|req: 655/1336] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:13 2026] DELETE /v2.0/networks/0b124daa-500d-492a-96a0-ca37a4169c5d => generated 0 bytes in 319 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 682/1337] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:14 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => 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: 683/1338] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:14 2026] GET /v2.0/security-groups?id=862d0a9b-b9cb-4eb6-b54c-bed511351609&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: 684/1339] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:35:14 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 656/1340] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:14 2026] GET /v2.0/security-groups?tenant_id=3c1ab10a64094100867f49962f29aa64&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:14.765 8 INFO neutron_taas.services.taas.taas_plugin [req-d675b867-61ae-48d3-a908-37f21187cfcd req-6aa51cb2-cfed-4b7b-b010-8504f2662ba6 29df39e366ab42f497c8f9d05f13669a 98b281f2aaca476bac4ec3b820168557 - - default default] TaaS: Handle Delete Port: 88a5dc61-a3f6-4c06-aa15-923a6af8fc0a 2026-05-08 00:35:14.768 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-d675b867-61ae-48d3-a908-37f21187cfcd req-6aa51cb2-cfed-4b7b-b010-8504f2662ba6 29df39e366ab42f497c8f9d05f13669a 98b281f2aaca476bac4ec3b820168557 - - default default] Tap Mirror: Handle Delete Port: 88a5dc61-a3f6-4c06-aa15-923a6af8fc0a [pid: 7|app: 0|req: 657/1341] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:14 2026] DELETE /v2.0/security-groups/67a57ab0-5e2e-4dc0-9505-3a6d978d58a0 => 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: 685/1342] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:35:14 2026] DELETE /v2.0/ports/88a5dc61-a3f6-4c06-aa15-923a6af8fc0a => generated 0 bytes in 283 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:14.986 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-60e0966e-02f2-4d13-83f3-ac5e2f31572e'] response: {'server_uuid': '88a030c6-e61e-4bd9-8bca-aeea67799f11', 'name': 'network-vif-deleted', 'tag': '88a5dc61-a3f6-4c06-aa15-923a6af8fc0a', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 658/1343] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:15 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:15.768 7 INFO neutron.services.segments.plugin [-] Segment 62546aba-b106-4012-b364-249f2a237b7e resource provider aggregate not found 2026-05-08 00:35:15.784 7 INFO neutron.services.segments.plugin [-] Segment 62546aba-b106-4012-b364-249f2a237b7e resource provider aggregate not found 2026-05-08 00:35:15.788 7 INFO neutron.services.segments.plugin [-] Segment 62546aba-b106-4012-b364-249f2a237b7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62546aba-b106-4012-b364-249f2a237b7e found for delete ", "request_id": "req-d34214f7-5683-453a-977c-2039463ddd42"}]} [pid: 8|app: 0|req: 686/1344] 10.0.0.21 () {34 vars in 989 bytes} [Fri May 8 00:35:15 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 1240 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:15.797 7 INFO neutron.services.segments.plugin [-] Segment 62546aba-b106-4012-b364-249f2a237b7e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 62546aba-b106-4012-b364-249f2a237b7e found for delete ", "request_id": "req-ed4f9aa8-b3e7-44b8-9392-b8c075b72075"}]} [pid: 7|app: 0|req: 659/1345] 10.0.0.21 () {34 vars in 1039 bytes} [Fri May 8 00:35:15 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&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-08 00:35:16.427 8 INFO neutron.db.segments_db [None req-91697b22-4dd2-496c-ab45-8876283a6208 8f5b181101f247ddb2bbe6bb46d9e5ef c5b76b3500e94f02ba60e8fbc9cc6d51 - - default default] Added segment 617648e9-c816-498c-8eda-4dc5b5d1adb8 of type vxlan for network c5478c15-5ac7-468c-ac74-d4ff0c7624e4 2026-05-08 00:35:16.617 8 INFO neutron.db.l3_hamode_db [None req-91697b22-4dd2-496c-ab45-8876283a6208 8f5b181101f247ddb2bbe6bb46d9e5ef c5b76b3500e94f02ba60e8fbc9cc6d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:35:16.736 8 INFO neutron.db.l3_hamode_db [None req-91697b22-4dd2-496c-ab45-8876283a6208 8f5b181101f247ddb2bbe6bb46d9e5ef c5b76b3500e94f02ba60e8fbc9cc6d51 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:35:16.736 7 INFO neutron.db.segments_db [None req-2c1319e3-b7ad-4188-a014-75ec816ad681 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Added segment 470085c1-e409-49fd-8c71-72a330eed5e1 of type vxlan for network ac81c3fa-534f-483e-9574-2a1fced21046 [pid: 7|app: 0|req: 660/1346] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:16 2026] POST /v2.0/networks => generated 629 bytes in 284 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 661/1347] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:16 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:16.894 7 INFO neutron.db.segments_db [None req-ccab149b-c402-49fe-b0df-5bb91fc64e66 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Added segment 313c0c44-4ef8-4a63-ba88-87492bbd4993 of type vxlan for network 46356439-b368-467d-97b1-24d06f6ea9d3 [pid: 7|app: 0|req: 662/1348] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:16 2026] POST /v2.0/networks => generated 629 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 663/1349] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:16 2026] POST /v2.0/subnets => generated 626 bytes in 207 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 687/1350] 10.0.0.129 () {34 vars in 668 bytes} [Fri May 8 00:35:16 2026] POST /v2.0/routers => generated 474 bytes in 1126 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 664/1351] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:17 2026] POST /v2.0/subnets => generated 626 bytes in 245 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 688/1352] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:35:17 2026] PUT /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags => generated 25 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:17.501 7 INFO neutron.db.segments_db [None req-5f888f68-aa33-4a5a-b62d-c4c0fbbe98ab 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Added segment 8ff19e54-7032-4f10-9f17-ad0cf87fc742 of type vxlan for network ccdb1736-e987-441d-9c5b-17c13860ba3b [pid: 8|app: 0|req: 689/1353] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:17 2026] GET /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags => generated 25 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 690/1354] 10.0.0.129 () {34 vars in 762 bytes} [Fri May 8 00:35:17 2026] PUT /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags/green => generated 4 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) 2026-05-08 00:35:17.754 7 INFO neutron.db.l3_hamode_db [None req-5f888f68-aa33-4a5a-b62d-c4c0fbbe98ab 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 691/1355] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:17 2026] GET /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags => generated 34 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:17.885 7 INFO neutron.db.l3_hamode_db [None req-5f888f68-aa33-4a5a-b62d-c4c0fbbe98ab 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 692/1356] 10.0.0.129 () {34 vars in 758 bytes} [Fri May 8 00:35:17 2026] PUT /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags/red => generated 4 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 693/1357] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:17 2026] GET /v2.0/ports?device_id=88a030c6-e61e-4bd9-8bca-aeea67799f11 => 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: 694/1358] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:17 2026] GET /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags => generated 34 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 695/1359] 10.0.0.129 () {34 vars in 780 bytes} [Fri May 8 00:35:18 2026] PUT /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags/black.or.white => generated 4 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 696/1360] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:18 2026] GET /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags => generated 52 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 697/1361] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:35:18 2026] PUT /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags => generated 37 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 698/1362] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:18 2026] GET /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags => generated 37 bytes in 81 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 665/1363] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:17 2026] POST /v2.0/routers => generated 507 bytes in 1026 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 699/1364] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:35:18 2026] GET /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags/red => generated 0 bytes in 94 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:35:18.630 8 INFO neutron.api.v2.resource [None req-3e55c00b-8374-41dc-af8f-39eca2cbfedd 8f5b181101f247ddb2bbe6bb46d9e5ef c5b76b3500e94f02ba60e8fbc9cc6d51 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 700/1365] 10.0.0.129 () {32 vars in 743 bytes} [Fri May 8 00:35:18 2026] GET /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags/green => generated 99 bytes in 97 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 701/1366] 10.0.0.129 () {32 vars in 742 bytes} [Fri May 8 00:35:18 2026] DELETE /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags/red => 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: 702/1367] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:18 2026] GET /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags => generated 30 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:18.918 8 INFO neutron.api.v2.resource [None req-36d0c7a8-29a5-4b52-961c-142b1a97be43 8f5b181101f247ddb2bbe6bb46d9e5ef c5b76b3500e94f02ba60e8fbc9cc6d51 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 703/1368] 10.0.0.129 () {32 vars in 746 bytes} [Fri May 8 00:35:18 2026] DELETE /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags/green => generated 99 bytes in 83 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 704/1369] 10.0.0.129 () {32 vars in 734 bytes} [Fri May 8 00:35:18 2026] DELETE /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags => generated 0 bytes in 92 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:35:19.346 8 INFO neutron_taas.services.taas.taas_plugin [None req-818edf23-ea17-4b23-99b4-481c5ec9ace8 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 3c70c059-09ed-41a4-a367-206c2a6422c9 2026-05-08 00:35:19.348 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-818edf23-ea17-4b23-99b4-481c5ec9ace8 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 3c70c059-09ed-41a4-a367-206c2a6422c9 [pid: 7|app: 0|req: 666/1370] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:35:18 2026] PUT /v2.0/routers/91e0ef2b-4d98-4377-b8cd-d836865ec69b/add_router_interface => generated 309 bytes in 1051 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 667/1371] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:19 2026] GET /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783/tags => generated 12 bytes in 105 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 668/1372] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:19 2026] GET /v2.0/ports/47edaf31-12c5-475a-8455-c5689eb2bc51 => generated 955 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 669/1373] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:35:19 2026] GET /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783 => generated 480 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 705/1374] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:35:19 2026] PUT /v2.0/routers/7ad4cf3f-7cd0-4ce3-b97c-75d4e7c81209/remove_router_interface => generated 309 bytes in 855 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 706/1375] 10.0.0.129 () {34 vars in 742 bytes} [Fri May 8 00:35:19 2026] PUT /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783 => generated 480 bytes in 423 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:20.470 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a423af4-899f-48ff-9b38-844521980c5d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 2d9b60a3-4e78-48c1-ab7a-49ab8201d8dd 2026-05-08 00:35:20.473 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a423af4-899f-48ff-9b38-844521980c5d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 2d9b60a3-4e78-48c1-ab7a-49ab8201d8dd 2026-05-08 00:35:20.682 8 INFO neutron_taas.services.taas.taas_plugin [None req-9a423af4-899f-48ff-9b38-844521980c5d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: ae36cb90-3dad-4871-9918-1d87b4d37967 2026-05-08 00:35:20.685 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9a423af4-899f-48ff-9b38-844521980c5d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: ae36cb90-3dad-4871-9918-1d87b4d37967 [pid: 7|app: 0|req: 670/1376] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:35:19 2026] PUT /v2.0/routers/91e0ef2b-4d98-4377-b8cd-d836865ec69b/add_router_interface => generated 309 bytes in 1093 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 671/1377] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:35:20 2026] GET /v2.0/ports?device_id=f7e0526d-68e9-407b-be4e-ff35ea3ac783 => 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: 674/1380] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:20 2026] GET /v2.0/ports/65bedfa0-eeb2-4bc1-99a8-8267b04b4b7c => generated 955 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:21.030 7 INFO neutron_taas.services.taas.taas_plugin [None req-7f2844d4-235e-4d2b-8e44-c2605eff3c9a 8f5b181101f247ddb2bbe6bb46d9e5ef c5b76b3500e94f02ba60e8fbc9cc6d51 - - default default] TaaS: Handle Delete Port: 3c73d711-ab7a-496c-8e4d-865749054186 2026-05-08 00:35:21.033 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7f2844d4-235e-4d2b-8e44-c2605eff3c9a 8f5b181101f247ddb2bbe6bb46d9e5ef c5b76b3500e94f02ba60e8fbc9cc6d51 - - default default] Tap Mirror: Handle Delete Port: 3c73d711-ab7a-496c-8e4d-865749054186 2026-05-08 00:35:21.361 7 INFO neutron.services.segments.plugin [-] Segment 617648e9-c816-498c-8eda-4dc5b5d1adb8 resource provider aggregate not found 2026-05-08 00:35:21.373 7 INFO neutron.services.segments.plugin [-] Segment 617648e9-c816-498c-8eda-4dc5b5d1adb8 resource provider aggregate not found 2026-05-08 00:35:21.376 8 INFO neutron.services.segments.plugin [-] Segment 56f71c1d-2ee1-41e5-b210-af84a839f54c resource provider aggregate not found 2026-05-08 00:35:21.381 8 INFO neutron.services.segments.plugin [-] Segment 56f71c1d-2ee1-41e5-b210-af84a839f54c resource provider aggregate not found 2026-05-08 00:35:21.383 7 INFO neutron.services.segments.plugin [-] Segment 617648e9-c816-498c-8eda-4dc5b5d1adb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 617648e9-c816-498c-8eda-4dc5b5d1adb8 found for delete ", "request_id": "req-1eaf7380-3495-440f-8592-eeede886008c"}]} 2026-05-08 00:35:21.393 8 INFO neutron.services.segments.plugin [-] Segment 56f71c1d-2ee1-41e5-b210-af84a839f54c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56f71c1d-2ee1-41e5-b210-af84a839f54c found for delete ", "request_id": "req-bce42714-f14b-4573-8541-5b8ed4443b0e"}]} 2026-05-08 00:35:21.395 7 INFO neutron.services.segments.plugin [-] Segment 617648e9-c816-498c-8eda-4dc5b5d1adb8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 617648e9-c816-498c-8eda-4dc5b5d1adb8 found for delete ", "request_id": "req-308290fc-fb40-4803-b44a-0dba7df88988"}]} 2026-05-08 00:35:21.395 8 INFO neutron.services.segments.plugin [-] Segment 56f71c1d-2ee1-41e5-b210-af84a839f54c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 56f71c1d-2ee1-41e5-b210-af84a839f54c found for delete ", "request_id": "req-140e2702-14eb-400b-8c6c-06c7eb5b2d70"}]} 2026-05-08 00:35:21.399 7 INFO neutron.db.l3_hamode_db [None req-7f2844d4-235e-4d2b-8e44-c2605eff3c9a 8f5b181101f247ddb2bbe6bb46d9e5ef c5b76b3500e94f02ba60e8fbc9cc6d51 - - default default] HA network c5478c15-5ac7-468c-ac74-d4ff0c7624e4 was deleted as no HA routers are present in tenant c5b76b3500e94f02ba60e8fbc9cc6d51. 2026-05-08 00:35:21.406 8 INFO neutron.db.l3_hamode_db [None req-9a423af4-899f-48ff-9b38-844521980c5d 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network a34bbbca-71a7-430a-8c34-4235ed527390 was deleted as no HA routers are present in tenant 98b281f2aaca476bac4ec3b820168557. [pid: 7|app: 0|req: 675/1381] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:20 2026] DELETE /v2.0/routers/f7e0526d-68e9-407b-be4e-ff35ea3ac783 => generated 0 bytes in 543 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 707/1382] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:20 2026] DELETE /v2.0/routers/7ad4cf3f-7cd0-4ce3-b97c-75d4e7c81209 => generated 0 bytes in 1117 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 708/1383] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:21 2026] DELETE /v2.0/subnets/76a6ab46-843d-49d2-b972-0b9d2bc31004 => generated 0 bytes in 139 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:21.654 8 INFO neutron_taas.services.taas.taas_plugin [None req-f0960105-2553-474c-9c6e-c17e7ab605df 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: c9213314-e667-491f-a172-3513cfca3575 2026-05-08 00:35:21.658 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f0960105-2553-474c-9c6e-c17e7ab605df 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: c9213314-e667-491f-a172-3513cfca3575 2026-05-08 00:35:21.744 7 INFO neutron_taas.services.taas.taas_plugin [None req-86f36063-6263-4446-8c80-8110ff9426b9 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: 65bedfa0-eeb2-4bc1-99a8-8267b04b4b7c 2026-05-08 00:35:21.747 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-86f36063-6263-4446-8c80-8110ff9426b9 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: 65bedfa0-eeb2-4bc1-99a8-8267b04b4b7c [pid: 8|app: 0|req: 709/1384] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:21 2026] DELETE /v2.0/networks/b202377c-1617-4be0-9067-36a24bca1592 => generated 0 bytes in 292 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 710/1385] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:22 2026] GET /v2.0/security-groups?tenant_id=98b281f2aaca476bac4ec3b820168557&name=default => generated 2925 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 711/1386] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:22 2026] DELETE /v2.0/security-groups/862d0a9b-b9cb-4eb6-b54c-bed511351609 => 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: 676/1387] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:35:21 2026] PUT /v2.0/routers/91e0ef2b-4d98-4377-b8cd-d836865ec69b/remove_router_interface => generated 309 bytes in 856 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 712/1388] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:22 2026] GET /v2.0/security-groups?tenant_id=03d2acef355a4d72b0f9f4dd18a2a0ad&name=default => generated 2925 bytes in 387 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:22.609 7 INFO neutron_taas.services.taas.taas_plugin [None req-64e745e7-93df-49eb-84fd-792d2bfa7b61 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: 47edaf31-12c5-475a-8455-c5689eb2bc51 2026-05-08 00:35:22.612 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64e745e7-93df-49eb-84fd-792d2bfa7b61 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: 47edaf31-12c5-475a-8455-c5689eb2bc51 [pid: 8|app: 0|req: 713/1389] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:22 2026] DELETE /v2.0/security-groups/dbfd1e37-5797-4012-99e9-23072eca2853 => 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: 714/1390] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:22 2026] GET /v2.0/security-groups?tenant_id=c5b76b3500e94f02ba60e8fbc9cc6d51&name=default => generated 2925 bytes in 136 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 715/1391] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:22 2026] DELETE /v2.0/security-groups/aaf9924e-591b-4c2e-adc7-1e4c10144639 => 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: 677/1392] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:35:22 2026] PUT /v2.0/routers/91e0ef2b-4d98-4377-b8cd-d836865ec69b/remove_router_interface => generated 309 bytes in 835 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 716/1393] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:35:23 2026] GET /v2.0/ports?device_id=91e0ef2b-4d98-4377-b8cd-d836865ec69b => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:23.350 7 INFO neutron_taas.services.taas.taas_plugin [None req-ef02db70-a317-4269-a80e-5b3023249145 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: 928ccbda-20b2-4625-b1ea-7ed01ad37adf 2026-05-08 00:35:23.353 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ef02db70-a317-4269-a80e-5b3023249145 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: 928ccbda-20b2-4625-b1ea-7ed01ad37adf 2026-05-08 00:35:23.410 8 INFO neutron.services.segments.plugin [-] Segment 83ec4c9c-ee29-46fc-8ebe-ce9ad8072254 resource provider aggregate not found 2026-05-08 00:35:23.420 8 INFO neutron.services.segments.plugin [-] Segment 83ec4c9c-ee29-46fc-8ebe-ce9ad8072254 resource provider aggregate not found 2026-05-08 00:35:23.424 8 INFO neutron.services.segments.plugin [-] Segment 83ec4c9c-ee29-46fc-8ebe-ce9ad8072254 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83ec4c9c-ee29-46fc-8ebe-ce9ad8072254 found for delete ", "request_id": "req-be87cf88-acd5-4dfd-bb76-b18b7a3f3e10"}]} 2026-05-08 00:35:23.443 8 INFO neutron.services.segments.plugin [-] Segment 83ec4c9c-ee29-46fc-8ebe-ce9ad8072254 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 83ec4c9c-ee29-46fc-8ebe-ce9ad8072254 found for delete ", "request_id": "req-3f2a7be6-f799-498f-9eeb-b43fe339fda9"}]} 2026-05-08 00:35:23.725 7 INFO neutron.services.segments.plugin [-] Segment 8ff19e54-7032-4f10-9f17-ad0cf87fc742 resource provider aggregate not found 2026-05-08 00:35:23.735 7 INFO neutron.services.segments.plugin [-] Segment 8ff19e54-7032-4f10-9f17-ad0cf87fc742 resource provider aggregate not found 2026-05-08 00:35:23.746 7 INFO neutron.services.segments.plugin [-] Segment 8ff19e54-7032-4f10-9f17-ad0cf87fc742 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ff19e54-7032-4f10-9f17-ad0cf87fc742 found for delete ", "request_id": "req-a7d49515-efed-42a7-8062-29d7bf04ecfb"}]} 2026-05-08 00:35:23.758 7 INFO neutron.services.segments.plugin [-] Segment 8ff19e54-7032-4f10-9f17-ad0cf87fc742 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 8ff19e54-7032-4f10-9f17-ad0cf87fc742 found for delete ", "request_id": "req-96ded988-c0e4-4edc-9b30-3eb8684e1f4b"}]} 2026-05-08 00:35:23.768 7 INFO neutron.db.l3_hamode_db [None req-ef02db70-a317-4269-a80e-5b3023249145 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] HA network ccdb1736-e987-441d-9c5b-17c13860ba3b was deleted as no HA routers are present in tenant 305146070fb4425e9b09c20bd00d338b. [pid: 7|app: 0|req: 678/1394] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:23 2026] DELETE /v2.0/routers/91e0ef2b-4d98-4377-b8cd-d836865ec69b => generated 0 bytes in 638 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 717/1395] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:23 2026] DELETE /v2.0/subnets/e6a76003-a8a9-4fdf-bfd9-af44e518fe05 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 679/1396] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:23 2026] DELETE /v2.0/subnets/cc87089e-10d5-4986-a0fa-5312983ca318 => generated 0 bytes in 168 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:24.209 8 INFO neutron_taas.services.taas.taas_plugin [None req-b4ebc01c-50bd-47bd-a857-bf5fc22b5f46 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: ef393cbf-0f35-4bc5-886e-37189088d038 2026-05-08 00:35:24.212 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b4ebc01c-50bd-47bd-a857-bf5fc22b5f46 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: ef393cbf-0f35-4bc5-886e-37189088d038 [pid: 8|app: 0|req: 718/1397] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:24 2026] DELETE /v2.0/networks/46356439-b368-467d-97b1-24d06f6ea9d3 => generated 0 bytes in 350 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:24.556 7 INFO neutron_taas.services.taas.taas_plugin [None req-21d5f9e1-2218-44c0-a519-34a5c8de0c37 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: 1dd18564-9e86-48ea-aa74-971ead33d6b6 2026-05-08 00:35:24.558 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-21d5f9e1-2218-44c0-a519-34a5c8de0c37 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: 1dd18564-9e86-48ea-aa74-971ead33d6b6 [pid: 7|app: 0|req: 680/1398] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:24 2026] DELETE /v2.0/networks/ac81c3fa-534f-483e-9574-2a1fced21046 => generated 0 bytes in 278 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:24.814 8 INFO neutron.db.segments_db [None req-cdbc4bf5-4fd9-4479-84ff-c03f9c857614 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Added segment 55148781-2bef-4985-847a-72ea8dc8a681 of type vxlan for network 88d91814-f259-49ea-9359-c205743f5953 [pid: 8|app: 0|req: 719/1399] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:24 2026] POST /v2.0/networks => generated 630 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 681/1400] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:24 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-08 00:35:25.213 8 INFO neutron.db.segments_db [None req-704d37c0-8315-4966-a79b-fbd7417a2d57 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Added segment 13402e56-5d7b-4f46-8e2d-7fd84e956611 of type vxlan for network 07c0fe0e-9b4c-4bd6-8f6a-3da2a616e78a 2026-05-08 00:35:25.448 8 INFO neutron.db.l3_hamode_db [None req-704d37c0-8315-4966-a79b-fbd7417a2d57 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:35:25.449 8 INFO neutron.services.segments.plugin [-] Segment 313c0c44-4ef8-4a63-ba88-87492bbd4993 resource provider aggregate not found 2026-05-08 00:35:25.465 8 INFO neutron.services.segments.plugin [-] Segment 313c0c44-4ef8-4a63-ba88-87492bbd4993 resource provider aggregate not found 2026-05-08 00:35:25.468 8 INFO neutron.services.segments.plugin [-] Segment 313c0c44-4ef8-4a63-ba88-87492bbd4993 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 313c0c44-4ef8-4a63-ba88-87492bbd4993 found for delete ", "request_id": "req-ff5f9241-17a0-4206-bfb9-4b653aff7811"}]} 2026-05-08 00:35:25.493 8 INFO neutron.services.segments.plugin [-] Segment 313c0c44-4ef8-4a63-ba88-87492bbd4993 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 313c0c44-4ef8-4a63-ba88-87492bbd4993 found for delete ", "request_id": "req-77be16b1-2eb8-46b6-ac8a-ad99db1a480c"}]} 2026-05-08 00:35:25.583 8 INFO neutron.db.l3_hamode_db [None req-704d37c0-8315-4966-a79b-fbd7417a2d57 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:35:25.762 7 INFO neutron.services.segments.plugin [-] Segment 470085c1-e409-49fd-8c71-72a330eed5e1 resource provider aggregate not found 2026-05-08 00:35:25.781 7 INFO neutron.services.segments.plugin [-] Segment 470085c1-e409-49fd-8c71-72a330eed5e1 resource provider aggregate not found 2026-05-08 00:35:25.786 7 INFO neutron.services.segments.plugin [-] Segment 470085c1-e409-49fd-8c71-72a330eed5e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 470085c1-e409-49fd-8c71-72a330eed5e1 found for delete ", "request_id": "req-394ce75f-0ed9-4957-a797-da730c4cab9a"}]} 2026-05-08 00:35:25.799 7 INFO neutron.services.segments.plugin [-] Segment 470085c1-e409-49fd-8c71-72a330eed5e1 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 470085c1-e409-49fd-8c71-72a330eed5e1 found for delete ", "request_id": "req-2d50ceb8-3cdb-4edc-8818-ca0b8334278e"}]} [pid: 8|app: 0|req: 720/1401] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:25 2026] POST /v2.0/routers => generated 506 bytes in 972 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 682/1402] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:35:26 2026] POST /v2.0/ports => generated 947 bytes in 337 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 721/1403] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:35:26 2026] POST /v2.0/security-groups => generated 1601 bytes in 388 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 722/1404] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:26 2026] GET /v2.0/security-groups?tenant_id=bd7bc006f008452a8247b0d8548ade5d&name=default => generated 2925 bytes in 169 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 723/1405] 10.0.0.129 () {34 vars in 767 bytes} [Fri May 8 00:35:26 2026] PUT /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags => generated 25 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 724/1406] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:26 2026] DELETE /v2.0/security-groups/9e598fd0-5a98-4ffa-a05b-5b9147c335d9 => 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: 725/1407] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags => generated 25 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 726/1408] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 727/1409] 10.0.0.129 () {34 vars in 778 bytes} [Fri May 8 00:35:27 2026] PUT /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags/green => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 728/1410] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/security-groups?tenant_id=4daef710330b43deaefb16fbb18a22e3&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: 729/1411] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 730/1412] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/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: 731/1413] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:27 2026] DELETE /v2.0/security-groups/f7116a88-c78d-45cf-985d-22b25799be47 => 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: 683/1414] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:35:26 2026] PUT /v2.0/routers/7592024f-63e3-412a-a5c8-feb4dd40d48c/add_router_interface => generated 309 bytes in 1096 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: 732/1415] 10.0.0.129 () {34 vars in 774 bytes} [Fri May 8 00:35:27 2026] PUT /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags/red => generated 4 bytes in 37 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 684/1416] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 733/1417] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/ports/8eca5091-f4f8-47dd-8586-30bea9b0fa56 => generated 1021 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 685/1418] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags => generated 34 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 734/1419] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&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: 735/1420] 10.0.0.129 () {34 vars in 796 bytes} [Fri May 8 00:35:27 2026] PUT /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags/black.or.white => generated 4 bytes in 52 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 736/1421] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags => generated 52 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 737/1422] 10.0.0.129 () {34 vars in 767 bytes} [Fri May 8 00:35:27 2026] PUT /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags => generated 37 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 738/1423] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/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: 739/1424] 10.0.0.129 () {32 vars in 755 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags/red => generated 0 bytes in 36 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:35:27.959 8 INFO neutron.api.v2.resource [None req-175d6c3c-e94a-48b5-a2cf-27a9287c120b bef4ebc5640f4c74b0de244867216226 9a8dcb7a8d514166b355e576d69cbc5e - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 740/1425] 10.0.0.129 () {32 vars in 759 bytes} [Fri May 8 00:35:27 2026] GET /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags/green => generated 99 bytes in 37 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 741/1426] 10.0.0.129 () {32 vars in 758 bytes} [Fri May 8 00:35:27 2026] DELETE /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 742/1427] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:35:28 2026] GET /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags => generated 30 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:28.084 7 INFO neutron_taas.services.taas.taas_plugin [None req-0ce282f6-1819-4152-8e38-fa2f74aae44e 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: 8eca5091-f4f8-47dd-8586-30bea9b0fa56 2026-05-08 00:35:28.088 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0ce282f6-1819-4152-8e38-fa2f74aae44e 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: 8eca5091-f4f8-47dd-8586-30bea9b0fa56 [pid: 8|app: 0|req: 743/1428] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:28 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:28.142 8 INFO neutron.api.v2.resource [None req-eff5df0f-bf6b-41bd-998a-f5e19fb6ffb0 bef4ebc5640f4c74b0de244867216226 9a8dcb7a8d514166b355e576d69cbc5e - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 744/1429] 10.0.0.129 () {32 vars in 762 bytes} [Fri May 8 00:35:28 2026] DELETE /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags/green => generated 99 bytes in 38 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 745/1430] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:28 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 746/1431] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:35:28 2026] DELETE /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 747/1432] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:35:28 2026] GET /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200/tags => generated 12 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 748/1433] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:28 2026] DELETE /v2.0/security-groups/0ef17ae6-9bfc-4df8-a7f3-7f7605ea5200 => 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: 686/1434] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:35:27 2026] PUT /v2.0/routers/7592024f-63e3-412a-a5c8-feb4dd40d48c/remove_router_interface => generated 309 bytes in 882 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:28.736 8 INFO neutron.api.v2.resource [None req-042f4387-22e6-48ff-8740-87888b6fe69c 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 749/1435] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:35:28 2026] PUT /v2.0/routers/7592024f-63e3-412a-a5c8-feb4dd40d48c/remove_router_interface => generated 197 bytes in 161 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 687/1436] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:35:28 2026] GET /v2.0/ports?device_id=7592024f-63e3-412a-a5c8-feb4dd40d48c => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:28.938 8 INFO neutron_taas.services.taas.taas_plugin [None req-125b54a5-62ac-4191-9fe6-571bae9543cd 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: 644b2c22-778f-432e-80f9-1094a3588c57 2026-05-08 00:35:28.940 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-125b54a5-62ac-4191-9fe6-571bae9543cd 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: 644b2c22-778f-432e-80f9-1094a3588c57 [pid: 7|app: 0|req: 688/1437] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:28 2026] GET /v2.0/security-groups?tenant_id=9a8dcb7a8d514166b355e576d69cbc5e&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:29.270 8 INFO neutron.services.segments.plugin [-] Segment 13402e56-5d7b-4f46-8e2d-7fd84e956611 resource provider aggregate not found [pid: 7|app: 0|req: 689/1438] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:29 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:29.274 8 INFO neutron.services.segments.plugin [-] Segment 13402e56-5d7b-4f46-8e2d-7fd84e956611 resource provider aggregate not found 2026-05-08 00:35:29.290 8 INFO neutron.services.segments.plugin [-] Segment 13402e56-5d7b-4f46-8e2d-7fd84e956611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13402e56-5d7b-4f46-8e2d-7fd84e956611 found for delete ", "request_id": "req-32ca9834-b685-48d3-9267-3d283418075c"}]} 2026-05-08 00:35:29.295 8 INFO neutron.services.segments.plugin [-] Segment 13402e56-5d7b-4f46-8e2d-7fd84e956611 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 13402e56-5d7b-4f46-8e2d-7fd84e956611 found for delete ", "request_id": "req-c79f8256-1fb8-4c77-a0ae-adec423115f6"}]} 2026-05-08 00:35:29.300 8 INFO neutron.db.l3_hamode_db [None req-125b54a5-62ac-4191-9fe6-571bae9543cd 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] HA network 07c0fe0e-9b4c-4bd6-8f6a-3da2a616e78a was deleted as no HA routers are present in tenant 305146070fb4425e9b09c20bd00d338b. [pid: 8|app: 0|req: 750/1439] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:28 2026] DELETE /v2.0/routers/7592024f-63e3-412a-a5c8-feb4dd40d48c => generated 0 bytes in 537 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 751/1440] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:29 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 690/1441] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:29 2026] DELETE /v2.0/security-groups/a72c3cb3-c31b-4412-9edc-51e69bafd54a => generated 0 bytes in 112 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 752/1442] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:29 2026] DELETE /v2.0/subnets/62b26324-5317-45a5-9338-c3550d89553d => 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: 691/1443] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:29 2026] GET /v2.0/security-groups?tenant_id=7a8e709e4c3a4b1b8a5725b63a721b12&name=default => generated 2925 bytes in 127 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 692/1444] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:35:29 2026] GET /v2.0/ports?tenant_id=37a1c5c764d64264ac045a50bebe58f0&device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 753/1445] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:29 2026] DELETE /v2.0/networks/88d91814-f259-49ea-9359-c205743f5953 => generated 0 bytes in 136 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 754/1446] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:35:29 2026] GET /v2.0/networks?id=2293b8e7-f85f-43ba-afb0-c13650541eb6 => generated 772 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 693/1447] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:29 2026] DELETE /v2.0/security-groups/54b74e4b-ef5f-4f20-84b1-20045c9cb78e => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:35:29.769 8 INFO neutron.db.segments_db [None req-343f78ff-a453-4b06-8077-d31a5172226f 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Added segment e61846f6-0d12-4456-b8ee-92378b431f46 of type vxlan for network 198ef3a0-d9c6-4124-a7da-cf86bde1fdc0 [pid: 7|app: 0|req: 694/1448] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:35:29 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=3a2e9a02-46d2-437f-8ae6-2a278e0edef7 => generated 860 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 695/1449] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:35:29 2026] GET /v2.0/subnets?id=22138138-8081-4f5c-affa-7509160a7a4a => 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: 696/1450] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:35:29 2026] GET /v2.0/ports?network_id=2293b8e7-f85f-43ba-afb0-c13650541eb6&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: 755/1451] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:29 2026] POST /v2.0/networks => generated 629 bytes in 179 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 697/1452] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:35:29 2026] GET /v2.0/networks/2293b8e7-f85f-43ba-afb0-c13650541eb6?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: 698/1453] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:35:29 2026] GET /v2.0/networks/2293b8e7-f85f-43ba-afb0-c13650541eb6?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 756/1454] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:29 2026] POST /v2.0/subnets => generated 626 bytes in 272 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:30.236 7 INFO neutron.db.segments_db [None req-307ee3bb-2679-46df-a287-be66cf1f07fc 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Added segment 0f95b188-057c-4a5b-8e72-fda659508a9c of type vxlan for network 44db2449-9814-4b16-bb8a-2c2e72484259 [pid: 8|app: 0|req: 757/1455] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:30 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => 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: 758/1456] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:30 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:30.528 7 INFO neutron.db.l3_hamode_db [None req-307ee3bb-2679-46df-a287-be66cf1f07fc 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:35:30.643 7 INFO neutron.db.l3_hamode_db [None req-307ee3bb-2679-46df-a287-be66cf1f07fc 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:35:31.305 8 INFO neutron.services.segments.plugin [-] Segment 55148781-2bef-4985-847a-72ea8dc8a681 resource provider aggregate not found 2026-05-08 00:35:31.311 8 INFO neutron.services.segments.plugin [-] Segment 55148781-2bef-4985-847a-72ea8dc8a681 resource provider aggregate not found 2026-05-08 00:35:31.325 8 INFO neutron.services.segments.plugin [-] Segment 55148781-2bef-4985-847a-72ea8dc8a681 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55148781-2bef-4985-847a-72ea8dc8a681 found for delete ", "request_id": "req-7380afd6-576e-4cef-b387-8556b8243d98"}]} 2026-05-08 00:35:31.326 8 INFO neutron.services.segments.plugin [-] Segment 55148781-2bef-4985-847a-72ea8dc8a681 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 55148781-2bef-4985-847a-72ea8dc8a681 found for delete ", "request_id": "req-c8b589d0-ceb9-41fb-b489-ae87f82e7e97"}]} [pid: 7|app: 0|req: 699/1457] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:30 2026] POST /v2.0/routers => generated 505 bytes in 1431 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 700/1458] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:31 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 759/1459] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:31 2026] GET /v2.0/security-groups?tenant_id=9538720819e44cf4b09bd6704b2d9e8d&name=default => generated 2925 bytes in 269 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 760/1460] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:31 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 761/1461] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:31 2026] DELETE /v2.0/security-groups/e2abaf57-1f7d-404b-af72-2674c87ba6ab => 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: 762/1462] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:32 2026] GET /v2.0/security-groups?tenant_id=c5371b3230374cfdbafcc6ed8e2b4993&name=default => generated 2925 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 763/1463] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:32 2026] DELETE /v2.0/security-groups/8e359e4d-c9ea-4884-a08c-ba3f192e7df5 => 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: 701/1464] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:35:31 2026] PUT /v2.0/routers/a92fad4a-462e-4de7-b3d0-e2da57cb7928/add_router_interface => generated 309 bytes in 1305 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 764/1465] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:32 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 702/1466] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:32 2026] GET /v2.0/ports/948812fe-0fbc-429e-b8f8-58397e73ffb4 => generated 955 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 765/1467] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:33 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&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-08 00:35:33.398 7 INFO neutron_taas.services.taas.taas_plugin [None req-f79cf56e-1363-47a1-a3de-6ecd3d2bd606 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: 948812fe-0fbc-429e-b8f8-58397e73ffb4 2026-05-08 00:35:33.401 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-f79cf56e-1363-47a1-a3de-6ecd3d2bd606 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: 948812fe-0fbc-429e-b8f8-58397e73ffb4 2026-05-08 00:35:33.428 8 INFO neutron.db.segments_db [None req-e4fa70d5-a1be-4b3a-90d7-2071e5fcc289 e8d03525d5b64b98a3efb4f76ef79008 66f6a46a567a4386b5c1efeaa9932a32 - - default default] Added segment 5dc0c0b0-02fa-41f4-82d8-6505b25e3028 of type vxlan for network dab8cd2b-88ea-45c3-9b35-cc602dc36678 [pid: 8|app: 0|req: 766/1468] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:33 2026] POST /v2.0/networks => generated 632 bytes in 377 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 767/1469] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:33 2026] POST /v2.0/subnets => generated 626 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 768/1470] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:35:33 2026] PUT /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags => generated 25 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 769/1471] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:33 2026] GET /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags => generated 25 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 703/1472] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:35:33 2026] PUT /v2.0/routers/a92fad4a-462e-4de7-b3d0-e2da57cb7928/remove_router_interface => generated 309 bytes in 835 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 704/1473] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:35:33 2026] GET /v2.0/ports?device_id=a92fad4a-462e-4de7-b3d0-e2da57cb7928 => 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: 770/1474] 10.0.0.129 () {34 vars in 762 bytes} [Fri May 8 00:35:33 2026] PUT /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags/green => generated 4 bytes in 69 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 771/1475] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:33 2026] GET /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags => generated 34 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:34.054 7 INFO neutron_taas.services.taas.taas_plugin [None req-24a17bda-a4c4-4078-938f-1292f9c767a3 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: 42bad714-64e7-47f6-a7f2-cd4173d459a2 2026-05-08 00:35:34.057 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-24a17bda-a4c4-4078-938f-1292f9c767a3 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: 42bad714-64e7-47f6-a7f2-cd4173d459a2 [pid: 8|app: 0|req: 772/1476] 10.0.0.129 () {34 vars in 758 bytes} [Fri May 8 00:35:34 2026] PUT /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags/red => generated 4 bytes in 85 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 773/1477] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:34 2026] GET /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 774/1478] 10.0.0.129 () {34 vars in 780 bytes} [Fri May 8 00:35:34 2026] PUT /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags/black.or.white => generated 4 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 775/1479] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:34 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 969 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 776/1480] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:34 2026] GET /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags => generated 52 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 777/1481] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:34 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:34.436 7 INFO neutron.services.segments.plugin [-] Segment 0f95b188-057c-4a5b-8e72-fda659508a9c resource provider aggregate not found 2026-05-08 00:35:34.441 7 INFO neutron.services.segments.plugin [-] Segment 0f95b188-057c-4a5b-8e72-fda659508a9c resource provider aggregate not found 2026-05-08 00:35:34.456 7 INFO neutron.services.segments.plugin [-] Segment 0f95b188-057c-4a5b-8e72-fda659508a9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f95b188-057c-4a5b-8e72-fda659508a9c found for delete ", "request_id": "req-de715322-e81c-4eb1-afb2-65fb7c8c0915"}]} 2026-05-08 00:35:34.460 7 INFO neutron.db.l3_hamode_db [None req-24a17bda-a4c4-4078-938f-1292f9c767a3 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] HA network 44db2449-9814-4b16-bb8a-2c2e72484259 was deleted as no HA routers are present in tenant 305146070fb4425e9b09c20bd00d338b. 2026-05-08 00:35:34.470 7 INFO neutron.services.segments.plugin [-] Segment 0f95b188-057c-4a5b-8e72-fda659508a9c resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0f95b188-057c-4a5b-8e72-fda659508a9c found for delete ", "request_id": "req-a642758a-3aa0-45f9-9b22-869352eee9f4"}]} [pid: 7|app: 0|req: 705/1482] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:33 2026] DELETE /v2.0/routers/a92fad4a-462e-4de7-b3d0-e2da57cb7928 => generated 0 bytes in 553 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 778/1483] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:35:34 2026] PUT /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags => generated 37 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 779/1484] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:34 2026] GET /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags => generated 37 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 780/1485] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:35:34 2026] GET /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags/red => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:35:34.625 8 INFO neutron.api.v2.resource [None req-8942dd14-6671-4825-8611-9fc94cbde2c2 e8d03525d5b64b98a3efb4f76ef79008 66f6a46a567a4386b5c1efeaa9932a32 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 781/1486] 10.0.0.129 () {32 vars in 743 bytes} [Fri May 8 00:35:34 2026] GET /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags/green => generated 99 bytes in 39 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 706/1487] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:34 2026] DELETE /v2.0/subnets/457e8664-cfa8-4372-85bd-06371ad9ce30 => generated 0 bytes in 161 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 782/1488] 10.0.0.129 () {32 vars in 742 bytes} [Fri May 8 00:35:34 2026] DELETE /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags/red => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 783/1489] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:34 2026] GET /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags => generated 30 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:34.741 7 INFO neutron_taas.services.taas.taas_plugin [None req-d3877172-8583-4ab6-a56d-c27534c52ee0 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: b050d9ca-1daa-427f-b181-a13e9e36aab8 2026-05-08 00:35:34.745 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d3877172-8583-4ab6-a56d-c27534c52ee0 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: b050d9ca-1daa-427f-b181-a13e9e36aab8 [pid: 7|app: 0|req: 707/1490] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:34 2026] DELETE /v2.0/networks/198ef3a0-d9c6-4124-a7da-cf86bde1fdc0 => generated 0 bytes in 329 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:35.026 7 INFO neutron.api.v2.resource [None req-98a4a3ed-c608-44f1-a1ea-c64043174ee5 e8d03525d5b64b98a3efb4f76ef79008 66f6a46a567a4386b5c1efeaa9932a32 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 708/1491] 10.0.0.129 () {32 vars in 746 bytes} [Fri May 8 00:35:34 2026] DELETE /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags/green => generated 99 bytes in 52 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 784/1492] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:34 2026] GET /v2.0/security-groups?tenant_id=354a2230be064d50b354a0a0a5feb895&name=default => generated 2925 bytes in 328 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:35.073 7 INFO neutron.db.segments_db [None req-658fd3de-f6f6-428c-954d-2c31853c618a 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Added segment 0395aeda-48b5-416a-af82-2fe85a5e0dd3 of type vxlan for network 2c4bc696-9c1e-4c29-99c0-30f9865f108d [pid: 8|app: 0|req: 785/1493] 10.0.0.129 () {32 vars in 734 bytes} [Fri May 8 00:35:35 2026] DELETE /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 786/1494] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:35 2026] DELETE /v2.0/security-groups/bcfe9c86-8428-4ad4-b8a8-b4af25164845 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 787/1495] 10.0.0.129 () {32 vars in 731 bytes} [Fri May 8 00:35:35 2026] GET /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04/tags => generated 12 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:35.280 7 INFO neutron.db.l3_hamode_db [None req-658fd3de-f6f6-428c-954d-2c31853c618a 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 788/1496] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:35 2026] DELETE /v2.0/subnets/9e90ad37-2266-4072-8a41-a865c01a1b04 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:35.553 8 INFO neutron.services.segments.plugin [-] Segment 5dc0c0b0-02fa-41f4-82d8-6505b25e3028 resource provider aggregate not found 2026-05-08 00:35:35.562 8 INFO neutron.services.segments.plugin [-] Segment 5dc0c0b0-02fa-41f4-82d8-6505b25e3028 resource provider aggregate not found 2026-05-08 00:35:35.571 8 INFO neutron.services.segments.plugin [-] Segment 5dc0c0b0-02fa-41f4-82d8-6505b25e3028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dc0c0b0-02fa-41f4-82d8-6505b25e3028 found for delete ", "request_id": "req-54824872-f50a-4af4-b66f-1a11d0eec44f"}]} 2026-05-08 00:35:35.584 8 INFO neutron.services.segments.plugin [-] Segment 5dc0c0b0-02fa-41f4-82d8-6505b25e3028 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5dc0c0b0-02fa-41f4-82d8-6505b25e3028 found for delete ", "request_id": "req-e72128bb-6b1b-4a4d-b92b-ad26d0d69563"}]} [pid: 8|app: 0|req: 791/1499] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:35 2026] DELETE /v2.0/networks/dab8cd2b-88ea-45c3-9b35-cc602dc36678 => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 792/1500] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:35 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 793/1501] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:35 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:36.113 7 INFO neutron.db.l3_hamode_db [None req-658fd3de-f6f6-428c-954d-2c31853c618a 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:35:36.483 7 INFO neutron.services.segments.plugin [-] Segment e61846f6-0d12-4456-b8ee-92378b431f46 resource provider aggregate not found 2026-05-08 00:35:36.493 7 INFO neutron.services.segments.plugin [-] Segment e61846f6-0d12-4456-b8ee-92378b431f46 resource provider aggregate not found 2026-05-08 00:35:36.500 7 INFO neutron.services.segments.plugin [-] Segment e61846f6-0d12-4456-b8ee-92378b431f46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e61846f6-0d12-4456-b8ee-92378b431f46 found for delete ", "request_id": "req-fd708fa1-4688-4068-ab6a-77c3862cef18"}]} 2026-05-08 00:35:36.516 7 INFO neutron.services.segments.plugin [-] Segment e61846f6-0d12-4456-b8ee-92378b431f46 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e61846f6-0d12-4456-b8ee-92378b431f46 found for delete ", "request_id": "req-45f22af3-6ed7-45a6-89df-44b225fdb514"}]} [pid: 8|app: 0|req: 794/1502] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:36 2026] GET /v2.0/security-groups?tenant_id=79d34dfaecda4019aeab95345c6489ef&name=default => generated 2925 bytes in 317 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 795/1503] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:36 2026] DELETE /v2.0/security-groups/7aca7dcf-8f1e-4095-a9d8-d191a1afdd80 => 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: 796/1504] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:36 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => 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: 797/1505] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:36 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&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: 798/1506] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:36 2026] GET /v2.0/security-groups?tenant_id=66f6a46a567a4386b5c1efeaa9932a32&name=default => generated 2925 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 799/1507] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:36 2026] DELETE /v2.0/security-groups/4fdaf57c-bcbd-4bd5-871a-c3a87fcc4ac7 => 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: 709/1508] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:35 2026] POST /v2.0/routers => generated 688 bytes in 2011 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 800/1509] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:35:37 2026] GET /v2.0/routers/0acd39d2-7cc8-4377-a62c-a579e7c30268 => generated 694 bytes in 73 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 801/1510] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:35:37 2026] GET /v2.0/routers => generated 697 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:37.400 7 INFO neutron.db.segments_db [None req-e8286a55-73ed-4f25-9d29-da5afe8c879a 3c180c3d60d9410487a7ade60cb37ecb 15d2dc0f849e4d07b98b620f87893bc5 - - default default] Added segment 924bf89c-da73-40a9-8cfe-3b58ec3f9913 of type vxlan for network dfa24d89-fccf-46e5-affc-df912af70364 2026-05-08 00:35:37.459 7 INFO neutron.db.segments_db [None req-e8286a55-73ed-4f25-9d29-da5afe8c879a 3c180c3d60d9410487a7ade60cb37ecb 15d2dc0f849e4d07b98b620f87893bc5 - - default default] Added segment 0c6eb6c4-6dde-4a7a-8479-d7d8f7485720 of type vxlan for network aee184a2-32fc-4cdd-87b3-4eb39fca0c7b [pid: 7|app: 0|req: 710/1511] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:37 2026] POST /v2.0/networks => generated 1245 bytes in 511 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 711/1512] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:35:37 2026] GET /v2.0/networks => generated 1844 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 802/1513] 10.0.0.129 () {34 vars in 741 bytes} [Fri May 8 00:35:37 2026] PUT /v2.0/routers/0acd39d2-7cc8-4377-a62c-a579e7c30268 => generated 701 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 803/1514] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:35:37 2026] GET /v2.0/routers/0acd39d2-7cc8-4377-a62c-a579e7c30268 => generated 701 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 804/1515] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:35:37 2026] GET /v2.0/ports?device_id=0acd39d2-7cc8-4377-a62c-a579e7c30268 => 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: 712/1516] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:37 2026] DELETE /v2.0/networks/dfa24d89-fccf-46e5-affc-df912af70364 => generated 0 bytes in 157 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 713/1517] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:37 2026] DELETE /v2.0/networks/aee184a2-32fc-4cdd-87b3-4eb39fca0c7b => generated 0 bytes in 135 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:37.977 8 INFO neutron_taas.services.taas.taas_plugin [None req-c988a9b3-e420-4223-9276-2949e71927d8 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: 655eb165-6561-4cdd-853a-f9d0e6cc6695 2026-05-08 00:35:37.980 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c988a9b3-e420-4223-9276-2949e71927d8 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: 655eb165-6561-4cdd-853a-f9d0e6cc6695 [pid: 7|app: 0|req: 714/1518] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:37 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 969 bytes in 98 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 715/1519] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:35:38 2026] GET /v2.0/networks => generated 651 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 716/1520] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:38 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:38.199 7 INFO neutron.db.segments_db [None req-397292b6-3e7c-4012-91fa-13f92588a24e 3c180c3d60d9410487a7ade60cb37ecb 15d2dc0f849e4d07b98b620f87893bc5 - - default default] Added segment 28126664-88dd-41dc-b89d-7bc2c62aeede of type vxlan for network 38d6b602-609e-4f14-bed5-5251858d8ade 2026-05-08 00:35:38.241 8 INFO neutron_taas.services.taas.taas_plugin [None req-c988a9b3-e420-4223-9276-2949e71927d8 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] TaaS: Handle Delete Port: c5d02bb2-4df7-46c0-9688-314e82e34298 2026-05-08 00:35:38.245 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c988a9b3-e420-4223-9276-2949e71927d8 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] Tap Mirror: Handle Delete Port: c5d02bb2-4df7-46c0-9688-314e82e34298 [pid: 7|app: 0|req: 717/1521] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:38 2026] POST /v2.0/networks => generated 650 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:38.370 7 INFO neutron.db.segments_db [None req-1895ac4b-e8f1-41cd-b478-d017541b3500 3c180c3d60d9410487a7ade60cb37ecb 15d2dc0f849e4d07b98b620f87893bc5 - - default default] Added segment 0fec527c-d928-40b4-929a-b890e4d5d880 of type vxlan for network a63ac306-7e58-40f6-a4a2-505eef4fc3b6 [pid: 7|app: 0|req: 718/1522] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:38 2026] POST /v2.0/networks => generated 650 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:38.529 7 INFO neutron.services.segments.plugin [-] Segment 924bf89c-da73-40a9-8cfe-3b58ec3f9913 resource provider aggregate not found 2026-05-08 00:35:38.556 7 INFO neutron.services.segments.plugin [-] Segment 924bf89c-da73-40a9-8cfe-3b58ec3f9913 resource provider aggregate not found 2026-05-08 00:35:38.565 7 INFO neutron.services.segments.plugin [-] Segment 924bf89c-da73-40a9-8cfe-3b58ec3f9913 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924bf89c-da73-40a9-8cfe-3b58ec3f9913 found for delete ", "request_id": "req-a772ef91-2a58-4bc3-9132-f1ef0618ec5b"}]} 2026-05-08 00:35:38.579 7 INFO neutron.services.segments.plugin [-] Segment 924bf89c-da73-40a9-8cfe-3b58ec3f9913 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 924bf89c-da73-40a9-8cfe-3b58ec3f9913 found for delete ", "request_id": "req-f510738c-0b89-4a76-994b-cd0f0c7409fe"}]} 2026-05-08 00:35:38.594 7 INFO neutron.services.segments.plugin [-] Segment 0c6eb6c4-6dde-4a7a-8479-d7d8f7485720 resource provider aggregate not found 2026-05-08 00:35:38.600 7 INFO neutron.services.segments.plugin [-] Segment 0c6eb6c4-6dde-4a7a-8479-d7d8f7485720 resource provider aggregate not found 2026-05-08 00:35:38.621 7 INFO neutron.services.segments.plugin [-] Segment 0c6eb6c4-6dde-4a7a-8479-d7d8f7485720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c6eb6c4-6dde-4a7a-8479-d7d8f7485720 found for delete ", "request_id": "req-633d60ee-c9a5-4972-9944-82129cf0a2c8"}]} 2026-05-08 00:35:38.628 7 INFO neutron.services.segments.plugin [-] Segment 0c6eb6c4-6dde-4a7a-8479-d7d8f7485720 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0c6eb6c4-6dde-4a7a-8479-d7d8f7485720 found for delete ", "request_id": "req-0066ab0e-dbc9-4e67-8434-3f55440fb6fc"}]} 2026-05-08 00:35:38.632 8 INFO neutron.services.segments.plugin [-] Segment 0395aeda-48b5-416a-af82-2fe85a5e0dd3 resource provider aggregate not found 2026-05-08 00:35:38.639 8 INFO neutron.services.segments.plugin [-] Segment 0395aeda-48b5-416a-af82-2fe85a5e0dd3 resource provider aggregate not found 2026-05-08 00:35:38.648 8 INFO neutron.services.segments.plugin [-] Segment 0395aeda-48b5-416a-af82-2fe85a5e0dd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0395aeda-48b5-416a-af82-2fe85a5e0dd3 found for delete ", "request_id": "req-0eb1371d-a84d-444c-975c-194138742f70"}]} 2026-05-08 00:35:38.660 8 INFO neutron.services.segments.plugin [-] Segment 0395aeda-48b5-416a-af82-2fe85a5e0dd3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0395aeda-48b5-416a-af82-2fe85a5e0dd3 found for delete ", "request_id": "req-d02e43c4-1e42-460d-9632-8962f2bbfc6b"}]} 2026-05-08 00:35:38.667 8 INFO neutron.db.l3_hamode_db [None req-c988a9b3-e420-4223-9276-2949e71927d8 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] HA network 2c4bc696-9c1e-4c29-99c0-30f9865f108d was deleted as no HA routers are present in tenant 305146070fb4425e9b09c20bd00d338b. [pid: 8|app: 0|req: 805/1523] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:37 2026] DELETE /v2.0/routers/0acd39d2-7cc8-4377-a62c-a579e7c30268 => generated 0 bytes in 920 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 806/1524] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:35:38 2026] GET /v2.0/ports?device_id=0acd39d2-7cc8-4377-a62c-a579e7c30268 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:38.726 8 INFO neutron.api.v2.resource [None req-98a86b3c-cff8-4ba6-ac6a-9f0d426e2393 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 807/1525] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:38 2026] DELETE /v2.0/routers/0acd39d2-7cc8-4377-a62c-a579e7c30268 => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 808/1526] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:35:38 2026] GET /v2.0/ports?device_id=a92fad4a-462e-4de7-b3d0-e2da57cb7928 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:38.773 8 INFO neutron.api.v2.resource [None req-3da7aac9-b48a-41f3-aecf-9acb0566e2e6 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 809/1527] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:38 2026] DELETE /v2.0/routers/a92fad4a-462e-4de7-b3d0-e2da57cb7928 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:38.792 8 INFO neutron.pecan_wsgi.hooks.translation [None req-17199337-c59b-4434-986c-056f930069c8 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 810/1528] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:38 2026] DELETE /v2.0/subnets/457e8664-cfa8-4372-85bd-06371ad9ce30 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 811/1529] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:35:38 2026] GET /v2.0/ports?device_id=7592024f-63e3-412a-a5c8-feb4dd40d48c => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:38.840 8 INFO neutron.api.v2.resource [None req-f805994a-61a7-4d28-a932-81b1e582d882 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 812/1530] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:38 2026] DELETE /v2.0/routers/7592024f-63e3-412a-a5c8-feb4dd40d48c => generated 135 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:38.857 8 INFO neutron.pecan_wsgi.hooks.translation [None req-2b298928-6f42-4738-994b-be61feaa5c11 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 813/1531] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:38 2026] DELETE /v2.0/subnets/62b26324-5317-45a5-9338-c3550d89553d => generated 136 bytes in 14 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 814/1532] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:35:38 2026] GET /v2.0/ports?device_id=91e0ef2b-4d98-4377-b8cd-d836865ec69b => generated 12 bytes in 16 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:38.898 8 INFO neutron.api.v2.resource [None req-a60d4819-6732-4367-b152-795bd6d452df 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 815/1533] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:38 2026] DELETE /v2.0/routers/91e0ef2b-4d98-4377-b8cd-d836865ec69b => generated 135 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:38.948 8 INFO neutron.pecan_wsgi.hooks.translation [None req-8b8e012f-eb44-45cc-a31a-3fcb6665db7c 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 816/1534] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:38 2026] DELETE /v2.0/subnets/e6a76003-a8a9-4fdf-bfd9-af44e518fe05 => generated 136 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:38.972 8 INFO neutron.pecan_wsgi.hooks.translation [None req-49824530-1552-4681-94f8-46ef28277e25 329bdad6529e4074a4bb610138363bc3 305146070fb4425e9b09c20bd00d338b - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 817/1535] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:38 2026] DELETE /v2.0/subnets/cc87089e-10d5-4986-a0fa-5312983ca318 => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 719/1536] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:35:38 2026] POST /v2.0/ports => generated 1505 bytes in 731 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: 720/1537] 10.0.0.129 () {32 vars in 643 bytes} [Fri May 8 00:35:39 2026] GET /v2.0/ports => generated 1505 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 818/1538] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:39 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 721/1539] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:35:39 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&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-08 00:35:39.480 8 INFO neutron_taas.services.taas.taas_plugin [None req-312e7874-6e95-42f2-be73-0361509adaf1 3c180c3d60d9410487a7ade60cb37ecb 15d2dc0f849e4d07b98b620f87893bc5 - - default default] TaaS: Handle Delete Port: 25246158-b621-476a-a778-0418af7fd057 2026-05-08 00:35:39.483 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-312e7874-6e95-42f2-be73-0361509adaf1 3c180c3d60d9410487a7ade60cb37ecb 15d2dc0f849e4d07b98b620f87893bc5 - - default default] Tap Mirror: Handle Delete Port: 25246158-b621-476a-a778-0418af7fd057 [pid: 8|app: 0|req: 819/1540] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:39 2026] DELETE /v2.0/ports/25246158-b621-476a-a778-0418af7fd057 => generated 0 bytes in 268 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 722/1541] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:39 2026] GET /v2.0/security-groups?tenant_id=305146070fb4425e9b09c20bd00d338b&name=default => generated 2925 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:39.725 8 INFO neutron_taas.services.taas.taas_plugin [None req-b042a0af-38f0-44c8-98ce-d83c40fabc94 3c180c3d60d9410487a7ade60cb37ecb 15d2dc0f849e4d07b98b620f87893bc5 - - default default] TaaS: Handle Delete Port: 3bd94300-dd14-4b8c-ad9f-47947155a629 2026-05-08 00:35:39.728 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b042a0af-38f0-44c8-98ce-d83c40fabc94 3c180c3d60d9410487a7ade60cb37ecb 15d2dc0f849e4d07b98b620f87893bc5 - - default default] Tap Mirror: Handle Delete Port: 3bd94300-dd14-4b8c-ad9f-47947155a629 [pid: 7|app: 0|req: 723/1542] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:39 2026] DELETE /v2.0/security-groups/cfeb8533-9b8d-4ca7-a385-cb235299b7e3 => 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: 820/1543] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:39 2026] DELETE /v2.0/ports/3bd94300-dd14-4b8c-ad9f-47947155a629 => generated 0 bytes in 234 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 724/1544] 10.0.0.129 () {32 vars in 643 bytes} [Fri May 8 00:35:39 2026] GET /v2.0/ports => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:35:39.894 8 INFO neutron.db.segments_db [None req-0bdd4843-8669-42e6-93a1-883777193972 3c180c3d60d9410487a7ade60cb37ecb 15d2dc0f849e4d07b98b620f87893bc5 - - default default] Added segment 2d41e827-4a61-4969-9e3e-2c53ba9ebdfd of type vxlan for network 60d3d462-1151-44b5-bd07-bd09484e4f8a [pid: 8|app: 0|req: 821/1545] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:39 2026] POST /v2.0/networks => generated 650 bytes in 158 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:40.079 7 INFO neutron.db.segments_db [None req-b19973a2-1706-4c28-af28-784fa527502f 3c180c3d60d9410487a7ade60cb37ecb 15d2dc0f849e4d07b98b620f87893bc5 - - default default] Added segment 50343109-0dbb-4aa6-9b7b-faa34799a820 of type vxlan for network da2555f2-3d15-4953-990c-e7d239f0a283 [pid: 7|app: 0|req: 725/1546] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:40 2026] POST /v2.0/networks => generated 650 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 822/1547] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:40 2026] POST /v2.0/subnets => generated 1274 bytes in 439 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 726/1548] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:35:40 2026] GET /v2.0/subnets => generated 1910 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 823/1549] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:40 2026] DELETE /v2.0/subnets/0f416f8b-2a83-4dac-a784-60fd4dcc1bf0 => 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: 727/1550] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:40 2026] DELETE /v2.0/subnets/b3082162-1e96-4637-a25a-38c71f51769d => 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: 824/1551] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:35:40 2026] GET /v2.0/subnets => generated 649 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:41.085 7 INFO neutron.services.segments.plugin [-] Segment 50343109-0dbb-4aa6-9b7b-faa34799a820 resource provider aggregate not found 2026-05-08 00:35:41.088 7 INFO neutron.services.segments.plugin [-] Segment 50343109-0dbb-4aa6-9b7b-faa34799a820 resource provider aggregate not found 2026-05-08 00:35:41.104 7 INFO neutron.services.segments.plugin [-] Segment 50343109-0dbb-4aa6-9b7b-faa34799a820 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50343109-0dbb-4aa6-9b7b-faa34799a820 found for delete ", "request_id": "req-a63f3e08-ee4d-4846-9e6a-ad3c24d7685b"}]} 2026-05-08 00:35:41.112 7 INFO neutron.services.segments.plugin [-] Segment 50343109-0dbb-4aa6-9b7b-faa34799a820 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 50343109-0dbb-4aa6-9b7b-faa34799a820 found for delete ", "request_id": "req-d70595d7-ba63-4cf0-8b89-0cd83bd815d3"}]} [pid: 7|app: 0|req: 728/1552] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:40 2026] DELETE /v2.0/networks/da2555f2-3d15-4953-990c-e7d239f0a283 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:41.226 8 INFO neutron.services.segments.plugin [-] Segment 2d41e827-4a61-4969-9e3e-2c53ba9ebdfd resource provider aggregate not found 2026-05-08 00:35:41.232 8 INFO neutron.services.segments.plugin [-] Segment 2d41e827-4a61-4969-9e3e-2c53ba9ebdfd resource provider aggregate not found 2026-05-08 00:35:41.251 8 INFO neutron.services.segments.plugin [-] Segment 2d41e827-4a61-4969-9e3e-2c53ba9ebdfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d41e827-4a61-4969-9e3e-2c53ba9ebdfd found for delete ", "request_id": "req-55218a6a-f485-418a-b378-c41c629cf418"}]} 2026-05-08 00:35:41.256 8 INFO neutron.services.segments.plugin [-] Segment 2d41e827-4a61-4969-9e3e-2c53ba9ebdfd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2d41e827-4a61-4969-9e3e-2c53ba9ebdfd found for delete ", "request_id": "req-2fef17bb-d536-4804-b2b6-b774e94daec3"}]} [pid: 8|app: 0|req: 825/1553] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:41 2026] DELETE /v2.0/networks/60d3d462-1151-44b5-bd07-bd09484e4f8a => generated 0 bytes in 140 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 729/1554] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:41 2026] DELETE /v2.0/networks/a63ac306-7e58-40f6-a4a2-505eef4fc3b6 => generated 0 bytes in 146 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 826/1555] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:41 2026] DELETE /v2.0/networks/38d6b602-609e-4f14-bed5-5251858d8ade => generated 0 bytes in 96 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 730/1556] 10.0.0.129 () {34 vars in 677 bytes} [Fri May 8 00:35:41 2026] POST /v2.0/subnetpools => generated 549 bytes in 174 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 827/1557] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:35:41 2026] GET /v2.0/subnetpools/5174c564-217f-4e31-8cb0-96e92e897224 => generated 549 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 731/1558] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:35:41 2026] PUT /v2.0/subnetpools/5174c564-217f-4e31-8cb0-96e92e897224 => generated 501 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 828/1559] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:35:41 2026] DELETE /v2.0/subnetpools/5174c564-217f-4e31-8cb0-96e92e897224 => generated 0 bytes in 42 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:35:41.837 7 INFO neutron.api.v2.resource [None req-9b776393-fa8f-4aae-bad8-6ad434ac8617 63c95ed440b145a1a830346ac1753e99 517b021e40a44194a649ab0611c3ea7c - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 732/1560] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:35:41 2026] GET /v2.0/subnetpools/5174c564-217f-4e31-8cb0-96e92e897224 => generated 145 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:41.860 8 INFO neutron.api.v2.resource [None req-c49a670d-2712-4bc6-ab03-365dd4675d82 63c95ed440b145a1a830346ac1753e99 517b021e40a44194a649ab0611c3ea7c - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 829/1561] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:35:41 2026] DELETE /v2.0/subnetpools/5174c564-217f-4e31-8cb0-96e92e897224 => generated 145 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 733/1562] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:42 2026] GET /v2.0/security-groups?tenant_id=15d2dc0f849e4d07b98b620f87893bc5&name=default => generated 2925 bytes in 243 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 830/1563] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:42 2026] DELETE /v2.0/security-groups/dcbd8773-c98c-4402-af40-5acf31311928 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 734/1564] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:42 2026] GET /v2.0/security-groups?tenant_id=517b021e40a44194a649ab0611c3ea7c&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: 831/1565] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:42 2026] DELETE /v2.0/security-groups/e89deaa3-2e58-43c3-89b7-5eec4a56f094 => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:35:43.134 7 INFO neutron.services.segments.plugin [-] Segment 0fec527c-d928-40b4-929a-b890e4d5d880 resource provider aggregate not found 2026-05-08 00:35:43.135 7 INFO neutron.services.segments.plugin [-] Segment 0fec527c-d928-40b4-929a-b890e4d5d880 resource provider aggregate not found 2026-05-08 00:35:43.152 7 INFO neutron.services.segments.plugin [-] Segment 0fec527c-d928-40b4-929a-b890e4d5d880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fec527c-d928-40b4-929a-b890e4d5d880 found for delete ", "request_id": "req-2f7d9da5-af41-423a-b0a8-ebfce262bcc0"}]} 2026-05-08 00:35:43.154 7 INFO neutron.services.segments.plugin [-] Segment 0fec527c-d928-40b4-929a-b890e4d5d880 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0fec527c-d928-40b4-929a-b890e4d5d880 found for delete ", "request_id": "req-63b55066-3727-4c25-a236-eca72055cac0"}]} 2026-05-08 00:35:43.271 8 INFO neutron.services.segments.plugin [-] Segment 28126664-88dd-41dc-b89d-7bc2c62aeede resource provider aggregate not found 2026-05-08 00:35:43.272 8 INFO neutron.services.segments.plugin [-] Segment 28126664-88dd-41dc-b89d-7bc2c62aeede resource provider aggregate not found 2026-05-08 00:35:43.286 8 INFO neutron.services.segments.plugin [-] Segment 28126664-88dd-41dc-b89d-7bc2c62aeede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28126664-88dd-41dc-b89d-7bc2c62aeede found for delete ", "request_id": "req-d7a2986d-7daf-44d0-936d-98b7ae83d334"}]} 2026-05-08 00:35:43.289 8 INFO neutron.services.segments.plugin [-] Segment 28126664-88dd-41dc-b89d-7bc2c62aeede resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 28126664-88dd-41dc-b89d-7bc2c62aeede found for delete ", "request_id": "req-78dfb882-7624-4b72-a4b0-e969326add43"}]} 2026-05-08 00:35:44.632 7 INFO neutron.db.segments_db [None req-66cb682d-9de1-46ba-9157-bd5b654f1a5f f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] Added segment 373c413b-cdb9-4bf6-a794-950f4667675f of type vxlan for network e68bccd7-e6cb-4c9f-8b4b-713acc9389e2 [pid: 7|app: 0|req: 735/1566] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:44 2026] POST /v2.0/networks => generated 648 bytes in 418 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 832/1567] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:35:44 2026] POST /v2.0/ports => generated 778 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:45.077 7 INFO neutron.db.segments_db [None req-8cd1c183-f204-4d8f-a51b-ce1a88c09e0b f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] Added segment 5d3e40c2-4b6a-4dfd-a016-f7a2bf3f88ad of type vxlan for network 0b1e0428-6f91-4618-afda-0b12e80930d2 [pid: 7|app: 0|req: 736/1568] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:45 2026] POST /v2.0/networks => generated 636 bytes in 131 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: 833/1569] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:45 2026] POST /v2.0/subnets => generated 646 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 737/1570] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:35:45 2026] POST /v2.0/ports => generated 966 bytes in 343 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:45.845 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee69aead-b3f8-4b4b-bd0a-d1c053888e18 f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] TaaS: Handle Delete Port: ed867ffb-0ce3-4633-b5d9-e332a67b3021 2026-05-08 00:35:45.849 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee69aead-b3f8-4b4b-bd0a-d1c053888e18 f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] Tap Mirror: Handle Delete Port: ed867ffb-0ce3-4633-b5d9-e332a67b3021 [pid: 8|app: 0|req: 834/1571] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:45 2026] DELETE /v2.0/ports/ed867ffb-0ce3-4633-b5d9-e332a67b3021 => generated 0 bytes in 224 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-08 00:35:45.979 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e9b4b620-7e8e-4f27-811f-d6f8566e51ad f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 738/1572] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:45 2026] DELETE /v2.0/ports/ed867ffb-0ce3-4633-b5d9-e332a67b3021 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:46.003 8 INFO neutron.pecan_wsgi.hooks.translation [None req-fb029ce1-037a-45e0-9002-5568704ed72f f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 835/1573] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:45 2026] GET /v2.0/ports/ed867ffb-0ce3-4633-b5d9-e332a67b3021 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 739/1574] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:46 2026] DELETE /v2.0/subnets/3dcc4542-7c48-436e-837b-ee062dc8c021 => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:46.286 8 INFO neutron.services.segments.plugin [-] Segment 5d3e40c2-4b6a-4dfd-a016-f7a2bf3f88ad resource provider aggregate not found 2026-05-08 00:35:46.288 8 INFO neutron.services.segments.plugin [-] Segment 5d3e40c2-4b6a-4dfd-a016-f7a2bf3f88ad resource provider aggregate not found 2026-05-08 00:35:46.309 8 INFO neutron.services.segments.plugin [-] Segment 5d3e40c2-4b6a-4dfd-a016-f7a2bf3f88ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d3e40c2-4b6a-4dfd-a016-f7a2bf3f88ad found for delete ", "request_id": "req-7102027c-888e-4448-a888-c025b67fb89b"}]} 2026-05-08 00:35:46.310 8 INFO neutron.services.segments.plugin [-] Segment 5d3e40c2-4b6a-4dfd-a016-f7a2bf3f88ad resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5d3e40c2-4b6a-4dfd-a016-f7a2bf3f88ad found for delete ", "request_id": "req-2b884659-52d4-4d75-809c-bc4841bbbb4e"}]} [pid: 8|app: 0|req: 836/1575] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:46 2026] DELETE /v2.0/networks/0b1e0428-6f91-4618-afda-0b12e80930d2 => generated 0 bytes in 166 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:46.389 7 INFO neutron.db.segments_db [None req-351ca128-13cc-4ddf-bc15-d2f2506bbcde f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] Added segment f462fae2-b0a8-4787-a18b-7a62562f9de8 of type vxlan for network bf0de79f-f62a-4da2-86e5-244f1a9caf8f [pid: 7|app: 0|req: 740/1576] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:46 2026] POST /v2.0/networks => generated 635 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 741/1577] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:46 2026] POST /v2.0/subnets => generated 646 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:46.764 8 INFO neutron.db.segments_db [None req-2c6d299c-5dec-43c0-acca-81daa89ed2eb ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Added segment 34777bab-0a42-4d65-9e2d-1dab27e7a582 of type vxlan for network 6b074eb2-4830-4958-aabc-f034ea287b43 [pid: 8|app: 0|req: 837/1578] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:46 2026] POST /v2.0/networks => generated 640 bytes in 412 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 742/1579] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:35:46 2026] POST /v2.0/ports => generated 928 bytes in 290 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 838/1580] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:46 2026] POST /v2.0/subnets => generated 656 bytes in 265 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:47.138 7 INFO neutron_taas.services.taas.taas_plugin [None req-e2cb62a6-9b4c-4544-b7c7-87486e1232c0 f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] TaaS: Handle Delete Port: 466cab67-a7a6-453d-b1bb-0ec8f151afab 2026-05-08 00:35:47.141 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e2cb62a6-9b4c-4544-b7c7-87486e1232c0 f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] Tap Mirror: Handle Delete Port: 466cab67-a7a6-453d-b1bb-0ec8f151afab [pid: 8|app: 0|req: 839/1581] 10.0.0.129 () {32 vars in 722 bytes} [Fri May 8 00:35:47 2026] GET /v2.0/subnetpools?name=shared-default-subnetpool-v6 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 743/1582] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:47 2026] DELETE /v2.0/ports/466cab67-a7a6-453d-b1bb-0ec8f151afab => generated 0 bytes in 186 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:47.247 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93afd156-584a-4060-acf3-13d855763766 f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 744/1583] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:47 2026] GET /v2.0/ports/466cab67-a7a6-453d-b1bb-0ec8f151afab => 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: 745/1584] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:47 2026] DELETE /v2.0/subnets/a06c0d76-73cf-4b54-b94b-3873959ac590 => generated 0 bytes in 99 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 840/1585] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:47 2026] POST /v2.0/subnets => generated 732 bytes in 220 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:47.452 7 INFO neutron.services.segments.plugin [-] Segment f462fae2-b0a8-4787-a18b-7a62562f9de8 resource provider aggregate not found 2026-05-08 00:35:47.461 7 INFO neutron.services.segments.plugin [-] Segment f462fae2-b0a8-4787-a18b-7a62562f9de8 resource provider aggregate not found 2026-05-08 00:35:47.466 8 INFO neutron.db.segments_db [None req-99adbd6d-4493-4b23-bce1-6e5e501a849f ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Added segment e8a57627-40bc-48cb-9c7b-77869e9b8de2 of type vxlan for network ca40f32e-4d9e-4023-bc3c-73b5b9a40318 2026-05-08 00:35:47.478 7 INFO neutron.services.segments.plugin [-] Segment f462fae2-b0a8-4787-a18b-7a62562f9de8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f462fae2-b0a8-4787-a18b-7a62562f9de8 found for delete ", "request_id": "req-ba460a26-5fab-4fdb-be9d-75c4bd97e390"}]} 2026-05-08 00:35:47.478 7 INFO neutron.services.segments.plugin [-] Segment f462fae2-b0a8-4787-a18b-7a62562f9de8 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid f462fae2-b0a8-4787-a18b-7a62562f9de8 found for delete ", "request_id": "req-69d06e7f-47aa-4a80-a369-b6f3c610249d"}]} [pid: 7|app: 0|req: 746/1586] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:47 2026] DELETE /v2.0/networks/bf0de79f-f62a-4da2-86e5-244f1a9caf8f => 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: 841/1587] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:47 2026] POST /v2.0/networks => generated 638 bytes in 150 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 842/1588] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:47 2026] POST /v2.0/subnets => generated 655 bytes in 197 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 747/1589] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:35:47 2026] POST /v2.0/ports => generated 778 bytes in 263 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: 843/1590] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:47 2026] POST /v2.0/subnets => generated 725 bytes in 203 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 748/1591] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:47 2026] GET /v2.0/security-groups?tenant_id=cecce7be888f4c708acaa541464e9ac2&name=default => generated 2925 bytes in 208 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:48.022 7 INFO neutron.db.segments_db [None req-205365c9-4b7b-45ec-9946-4180ca376bde ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Added segment b0feed03-e9f8-4042-b146-0504df19171d of type vxlan for network bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a [pid: 7|app: 0|req: 749/1592] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:47 2026] POST /v2.0/networks => generated 636 bytes in 133 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 844/1593] 10.0.0.129 () {34 vars in 737 bytes} [Fri May 8 00:35:47 2026] PUT /v2.0/ports/28417cb8-f4f9-49fe-b36c-cb749120b01e => generated 752 bytes in 184 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: 750/1594] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:48 2026] DELETE /v2.0/security-groups/1edc4e99-8138-404c-b017-4bb070075133 => generated 0 bytes in 101 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:35:48.293 7 INFO neutron_taas.services.taas.taas_plugin [None req-c8dcef22-6116-49a0-bc27-d1db2891c30f f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] TaaS: Handle Delete Port: 28417cb8-f4f9-49fe-b36c-cb749120b01e 2026-05-08 00:35:48.296 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c8dcef22-6116-49a0-bc27-d1db2891c30f f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] Tap Mirror: Handle Delete Port: 28417cb8-f4f9-49fe-b36c-cb749120b01e [pid: 7|app: 0|req: 751/1595] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:48 2026] DELETE /v2.0/ports/28417cb8-f4f9-49fe-b36c-cb749120b01e => generated 0 bytes in 164 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 845/1596] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:48 2026] POST /v2.0/subnets => generated 655 bytes in 226 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 846/1597] 10.0.0.129 () {32 vars in 643 bytes} [Fri May 8 00:35:48 2026] GET /v2.0/ports => generated 781 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 752/1598] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:48 2026] GET /v2.0/security-groups?tenant_id=1ef596c862844f34a96b8bf04b0c91d7&name=default => generated 2925 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:48.474 7 INFO neutron.pecan_wsgi.hooks.translation [None req-d73f266e-3d5b-41ce-8579-e8e1633c7a1a f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 753/1599] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:48 2026] GET /v2.0/ports/28417cb8-f4f9-49fe-b36c-cb749120b01e => 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: 754/1600] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:48 2026] DELETE /v2.0/security-groups/2fc3c9fc-d55f-4660-93cd-85ede9b9a8cd => 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: 755/1601] 10.0.0.129 () {32 vars in 643 bytes} [Fri May 8 00:35:48 2026] GET /v2.0/ports => generated 781 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 756/1602] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:48 2026] GET /v2.0/ports/d5e4785a-1113-4d55-ba18-bcaa8740969d => generated 778 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:48.618 7 INFO neutron.pecan_wsgi.hooks.translation [None req-93c75f1f-a4ab-43b8-beca-aad4dc7468d0 f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 757/1603] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:48 2026] DELETE /v2.0/ports/466cab67-a7a6-453d-b1bb-0ec8f151afab => 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: 847/1604] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:48 2026] POST /v2.0/subnets => generated 729 bytes in 212 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:48.641 7 INFO neutron.pecan_wsgi.hooks.translation [None req-6d663b57-a36e-45e8-9ac3-4d056a239414 f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 758/1605] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:48 2026] DELETE /v2.0/subnets/a06c0d76-73cf-4b54-b94b-3873959ac590 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:48.657 7 INFO neutron.pecan_wsgi.hooks.translation [None req-912fa197-f0a0-4f1d-a805-8eb6942e6924 f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 759/1606] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:48 2026] DELETE /v2.0/subnets/3dcc4542-7c48-436e-837b-ee062dc8c021 => generated 136 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:48.666 8 INFO neutron.db.segments_db [None req-74128dfa-65b7-43f7-bc5c-1cad94838c0a ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Added segment 5e61a2bb-b90b-42db-8b51-2cd438adbfae of type vxlan for network f53f7f97-1166-4e63-b8fb-9eda726faece 2026-05-08 00:35:48.753 7 INFO neutron_taas.services.taas.taas_plugin [None req-b76eb379-4c37-4c7b-abda-bf66e12a336c f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] TaaS: Handle Delete Port: d5e4785a-1113-4d55-ba18-bcaa8740969d 2026-05-08 00:35:48.756 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b76eb379-4c37-4c7b-abda-bf66e12a336c f46f0fed6e504b999b1627fe976214ee c1224fa309ed41838aa32612602c88bf - - default default] Tap Mirror: Handle Delete Port: d5e4785a-1113-4d55-ba18-bcaa8740969d [pid: 7|app: 0|req: 760/1607] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:48 2026] DELETE /v2.0/ports/d5e4785a-1113-4d55-ba18-bcaa8740969d => generated 0 bytes in 178 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:48.882 8 INFO neutron.db.l3_hamode_db [None req-74128dfa-65b7-43f7-bc5c-1cad94838c0a ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 761/1608] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:48 2026] DELETE /v2.0/networks/e68bccd7-e6cb-4c9f-8b4b-713acc9389e2 => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 762/1609] 10.0.0.21 () {34 vars in 989 bytes} [Fri May 8 00:35:49 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 1240 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:35:49.494 7 INFO neutron.services.segments.plugin [-] Segment 373c413b-cdb9-4bf6-a794-950f4667675f resource provider aggregate not found 2026-05-08 00:35:49.501 7 INFO neutron.services.segments.plugin [-] Segment 373c413b-cdb9-4bf6-a794-950f4667675f resource provider aggregate not found 2026-05-08 00:35:49.510 7 INFO neutron.services.segments.plugin [-] Segment 373c413b-cdb9-4bf6-a794-950f4667675f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 373c413b-cdb9-4bf6-a794-950f4667675f found for delete ", "request_id": "req-fb7958a3-2530-4958-9af9-7f43b0ef33f4"}]} 2026-05-08 00:35:49.521 7 INFO neutron.services.segments.plugin [-] Segment 373c413b-cdb9-4bf6-a794-950f4667675f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 373c413b-cdb9-4bf6-a794-950f4667675f found for delete ", "request_id": "req-b86f6330-8de6-42aa-98c3-89f785a98935"}]} 2026-05-08 00:35:49.605 8 INFO neutron.db.l3_hamode_db [None req-74128dfa-65b7-43f7-bc5c-1cad94838c0a ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 763/1610] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:49 2026] GET /v2.0/security-groups?tenant_id=c1224fa309ed41838aa32612602c88bf&name=default => generated 2925 bytes in 190 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 764/1611] 10.0.0.21 () {34 vars in 1039 bytes} [Fri May 8 00:35:49 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 765/1612] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:49 2026] DELETE /v2.0/security-groups/8b4613d0-5c78-47ec-b5da-dd53d45afb74 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 848/1613] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:48 2026] POST /v2.0/routers => generated 684 bytes in 1790 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:50.581 7 INFO neutron.db.segments_db [None req-42ae1de2-426b-49fb-b3ef-638a58abad53 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 9f723494-0589-4b15-9b68-968821d0c041 of type vxlan for network d081afbe-3bf5-4808-aa18-dc8a344bb9e4 [pid: 7|app: 0|req: 766/1616] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:35:50 2026] POST /v2.0/networks => generated 740 bytes in 372 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 767/1617] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:50 2026] POST /v2.0/subnets => generated 687 bytes in 185 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:50.905 7 INFO neutron.db.segments_db [None req-33423210-40a6-47a5-b327-e8d8390e98d5 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 950809f3-5cbd-4426-9e0b-1ba0f23e6a5b of type vxlan for network cdfb8641-ab68-45a6-934b-21573aaae3d0 2026-05-08 00:35:51.129 7 INFO neutron.db.l3_hamode_db [None req-33423210-40a6-47a5-b327-e8d8390e98d5 6fdccd6c81e24a769dd9c9039614b724 add32d01e7ad4be5825a8e96240dd1ba - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 851/1618] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:35:50 2026] PUT /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba/add_router_interface => generated 309 bytes in 1325 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:51.891 7 INFO neutron.db.l3_hamode_db [None req-33423210-40a6-47a5-b327-e8d8390e98d5 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:35:52.089 8 INFO neutron.db.segments_db [None req-e86fcd09-5dd6-42a8-888c-65d92f139428 e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] Added segment 803b740e-c739-4d8e-8820-f7d7a2062f38 of type vxlan for network 4f0eeced-2896-47f3-a536-2c391f755dbd [pid: 8|app: 0|req: 852/1619] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:51 2026] POST /v2.0/networks => generated 645 bytes in 435 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 768/1620] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:50 2026] POST /v2.0/routers => generated 727 bytes in 1894 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 769/1621] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:35:52 2026] POST /v2.0/ports => generated 775 bytes in 370 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: 853/1622] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:35:52 2026] PUT /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba/add_router_interface => generated 309 bytes in 1383 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:53.621 8 INFO neutron.db.segments_db [None req-3908ae96-fc8e-4cf9-9ebe-b44bc73574f0 e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] Added segment 26e5358f-e2f7-4dbe-864e-e8fac1073a20 of type vxlan for network a14d31e1-398b-4f17-b3a0-fee7bc1834f2 [pid: 8|app: 0|req: 854/1623] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:53 2026] POST /v2.0/networks => generated 631 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 770/1624] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:35:53 2026] PUT /v2.0/routers/3195e634-fd73-4e09-b773-56ab34e4debd/add_router_interface => generated 309 bytes in 1338 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 771/1625] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:54 2026] POST /v2.0/subnets => generated 626 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 855/1626] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:35:53 2026] PUT /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba/add_router_interface => generated 309 bytes in 1315 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 772/1627] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:35:54 2026] POST /v2.0/ports => generated 949 bytes in 380 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: 856/1628] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:35:55 2026] POST /v2.0/security-groups => generated 1628 bytes in 126 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 00:35:55.290 7 INFO neutron_taas.services.taas.taas_plugin [None req-2c56d7dd-4993-429e-9ddb-e7f0c9beb5ed e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] TaaS: Handle Delete Port: 979a8c44-0ee5-4a4a-b512-25f72e1b9c29 2026-05-08 00:35:55.294 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-2c56d7dd-4993-429e-9ddb-e7f0c9beb5ed e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] Tap Mirror: Handle Delete Port: 979a8c44-0ee5-4a4a-b512-25f72e1b9c29 [pid: 8|app: 0|req: 857/1629] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 773/1630] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:55 2026] DELETE /v2.0/ports/979a8c44-0ee5-4a4a-b512-25f72e1b9c29 => generated 0 bytes in 274 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:55.462 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f63eaa2b-cada-4e86-a2b8-2419c4ace2ea e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 774/1631] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:55 2026] DELETE /v2.0/ports/979a8c44-0ee5-4a4a-b512-25f72e1b9c29 => generated 132 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:55.484 7 INFO neutron.pecan_wsgi.hooks.translation [None req-38bf48ea-116b-40bd-96bd-f0b42d3a5b54 e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 775/1632] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:55 2026] GET /v2.0/ports/979a8c44-0ee5-4a4a-b512-25f72e1b9c29 => generated 132 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 858/1633] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 134 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 776/1634] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:55 2026] DELETE /v2.0/subnets/9d091373-f28d-45c5-b67e-2ee71b96d31e => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 859/1635] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:55 2026] POST /v2.0/security-group-rules => generated 599 bytes in 152 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:55.751 7 INFO neutron.services.segments.plugin [-] Segment 26e5358f-e2f7-4dbe-864e-e8fac1073a20 resource provider aggregate not found 2026-05-08 00:35:55.757 7 INFO neutron.services.segments.plugin [-] Segment 26e5358f-e2f7-4dbe-864e-e8fac1073a20 resource provider aggregate not found 2026-05-08 00:35:55.778 7 INFO neutron.services.segments.plugin [-] Segment 26e5358f-e2f7-4dbe-864e-e8fac1073a20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26e5358f-e2f7-4dbe-864e-e8fac1073a20 found for delete ", "request_id": "req-47634ba5-76b6-4425-9dec-b27ec13f1d44"}]} 2026-05-08 00:35:55.779 7 INFO neutron.services.segments.plugin [-] Segment 26e5358f-e2f7-4dbe-864e-e8fac1073a20 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 26e5358f-e2f7-4dbe-864e-e8fac1073a20 found for delete ", "request_id": "req-6c678606-f677-4b70-96ae-242723fc16df"}]} [pid: 7|app: 0|req: 777/1636] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:55 2026] DELETE /v2.0/networks/a14d31e1-398b-4f17-b3a0-fee7bc1834f2 => generated 0 bytes in 159 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 860/1637] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 124 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:55.868 7 INFO neutron.db.segments_db [None req-14acd4e8-c278-40c3-b5ca-a9c4af00de3a e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] Added segment e0ad64c9-e895-477e-aa90-431111ccb85a of type vxlan for network 53bb8a8e-d6a6-4b21-9563-b00755dc3b0e [pid: 8|app: 0|req: 861/1638] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:55 2026] POST /v2.0/security-group-rules => generated 601 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 778/1639] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:35:55 2026] POST /v2.0/networks => generated 631 bytes in 175 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 862/1640] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:55 2026] POST /v2.0/security-group-rules => generated 597 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 863/1641] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:56 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: 779/1642] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:35:55 2026] POST /v2.0/subnets => generated 626 bytes in 288 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 864/1643] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 159 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 865/1644] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:56 2026] POST /v2.0/security-group-rules => generated 599 bytes in 157 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 780/1645] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:35:56 2026] POST /v2.0/ports => generated 916 bytes in 365 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 866/1646] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 191 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:35:56.765 7 INFO neutron_taas.services.taas.taas_plugin [None req-b3579992-b734-411d-bf28-9f301d63be69 e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] TaaS: Handle Delete Port: 90345640-e287-44ca-bdea-385b252362d2 2026-05-08 00:35:56.768 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b3579992-b734-411d-bf28-9f301d63be69 e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] Tap Mirror: Handle Delete Port: 90345640-e287-44ca-bdea-385b252362d2 [pid: 8|app: 0|req: 867/1647] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:35:56 2026] POST /v2.0/security-group-rules => generated 597 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 781/1648] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:56 2026] DELETE /v2.0/ports/90345640-e287-44ca-bdea-385b252362d2 => generated 0 bytes in 264 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:56.937 7 INFO neutron.pecan_wsgi.hooks.translation [None req-100410e1-1dd5-48f4-9c87-99c02eddfa1e e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 782/1649] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:56 2026] GET /v2.0/ports/90345640-e287-44ca-bdea-385b252362d2 => 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: 868/1650] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:35:56 2026] GET /v2.0/networks?id=d081afbe-3bf5-4808-aa18-dc8a344bb9e4 => generated 672 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 869/1651] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:35:56 2026] GET /v2.0/quotas/add32d01e7ad4be5825a8e96240dd1ba => generated 292 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 870/1652] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:35:56 2026] GET /v2.0/ports?tenant_id=add32d01e7ad4be5825a8e96240dd1ba&fields=id => generated 57 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 783/1653] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:56 2026] DELETE /v2.0/subnets/efcfa932-1668-4917-8518-1dede7a0510c => generated 0 bytes in 130 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 871/1654] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:35:57 2026] GET /v2.0/networks/d081afbe-3bf5-4808-aa18-dc8a344bb9e4?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: 872/1655] 10.0.0.179 () {34 vars in 1096 bytes} [Fri May 8 00:35:57 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1919872355&fields=id&tenant_id=b91aedadd8aa4b7c82539596a503ade1 => generated 69 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 873/1656] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:35:57 2026] GET /v2.0/networks/d081afbe-3bf5-4808-aa18-dc8a344bb9e4?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: 874/1657] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:35:57 2026] GET /v2.0/networks?id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 705 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 784/1658] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:57 2026] DELETE /v2.0/networks/53bb8a8e-d6a6-4b21-9563-b00755dc3b0e => 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: 875/1659] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:35:57 2026] GET /v2.0/quotas/b91aedadd8aa4b7c82539596a503ade1 => generated 292 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 876/1660] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:35:57 2026] GET /v2.0/ports?tenant_id=b91aedadd8aa4b7c82539596a503ade1&fields=id => generated 241 bytes in 179 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 877/1661] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:57 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => 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: 878/1662] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:35:57 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 879/1663] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:35:57 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 785/1664] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:35:57 2026] POST /v2.0/ports => generated 774 bytes in 305 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: 786/1665] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:57 2026] GET /v2.0/ports?device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => 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: 880/1666] 10.0.0.129 () {34 vars in 737 bytes} [Fri May 8 00:35:57 2026] PUT /v2.0/ports/c03b58ec-de9c-4dee-a906-dcd88b4e9367 => generated 752 bytes in 231 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:57.799 7 INFO neutron.services.segments.plugin [-] Segment e0ad64c9-e895-477e-aa90-431111ccb85a resource provider aggregate not found 2026-05-08 00:35:57.808 7 INFO neutron.services.segments.plugin [-] Segment e0ad64c9-e895-477e-aa90-431111ccb85a resource provider aggregate not found 2026-05-08 00:35:57.823 7 INFO neutron.services.segments.plugin [-] Segment e0ad64c9-e895-477e-aa90-431111ccb85a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0ad64c9-e895-477e-aa90-431111ccb85a found for delete ", "request_id": "req-5be95325-79c0-4cff-99c9-58320226585b"}]} 2026-05-08 00:35:57.831 7 INFO neutron.services.segments.plugin [-] Segment e0ad64c9-e895-477e-aa90-431111ccb85a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0ad64c9-e895-477e-aa90-431111ccb85a found for delete ", "request_id": "req-d6980b09-9634-438d-b6f6-af21fc8a2e15"}]} 2026-05-08 00:35:57.908 7 INFO neutron_taas.services.taas.taas_plugin [None req-0958eb0a-0e30-4cd8-9dde-6a47630a9874 e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] TaaS: Handle Delete Port: c03b58ec-de9c-4dee-a906-dcd88b4e9367 2026-05-08 00:35:57.912 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0958eb0a-0e30-4cd8-9dde-6a47630a9874 e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] Tap Mirror: Handle Delete Port: c03b58ec-de9c-4dee-a906-dcd88b4e9367 [pid: 7|app: 0|req: 787/1667] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:57 2026] DELETE /v2.0/ports/c03b58ec-de9c-4dee-a906-dcd88b4e9367 => generated 0 bytes in 211 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, ' [pid: 8|app: 0|req: 881/1668] 10.0.0.129 () {32 vars in 643 bytes} [Fri May 8 00:35:58 2026] GET /v2.0/ports => generated 778 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:58.069 7 INFO neutron.pecan_wsgi.hooks.translation [None req-1fa71be6-fcc6-4328-beb3-f0201a8c55c9 e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 788/1669] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:58 2026] GET /v2.0/ports/c03b58ec-de9c-4dee-a906-dcd88b4e9367 => generated 132 bytes in 23 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 882/1670] 10.0.0.129 () {32 vars in 643 bytes} [Fri May 8 00:35:58 2026] GET /v2.0/ports => generated 778 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 789/1671] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:35:58 2026] GET /v2.0/ports/38981c73-a790-45ce-b24b-3af49edd6406 => generated 775 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:35:58.220 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a6212034-5824-40d4-85c9-9e69c249feba e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 883/1672] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:58 2026] DELETE /v2.0/ports/90345640-e287-44ca-bdea-385b252362d2 => generated 132 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:58.243 7 INFO neutron.pecan_wsgi.hooks.translation [None req-29e8766c-260d-4ae9-bdc8-5d05be41bda0 e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 790/1673] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:58 2026] DELETE /v2.0/subnets/efcfa932-1668-4917-8518-1dede7a0510c => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:58.270 8 INFO neutron.pecan_wsgi.hooks.translation [None req-843ebf54-f043-42de-ad96-d552a2ce6af3 e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 884/1674] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:35:58 2026] DELETE /v2.0/subnets/9d091373-f28d-45c5-b67e-2ee71b96d31e => generated 136 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:35:58.405 7 INFO neutron_taas.services.taas.taas_plugin [None req-5e7f0bfe-f26a-4646-9090-9d6b51dd275f e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] TaaS: Handle Delete Port: 38981c73-a790-45ce-b24b-3af49edd6406 2026-05-08 00:35:58.412 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5e7f0bfe-f26a-4646-9090-9d6b51dd275f e3282e0455b44e359537566e2ca7ec17 8278f3867e834b9f81a9b7854ffcc9f7 - - default default] Tap Mirror: Handle Delete Port: 38981c73-a790-45ce-b24b-3af49edd6406 [pid: 8|app: 0|req: 885/1675] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:58 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => 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: 791/1676] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:35:58 2026] DELETE /v2.0/ports/38981c73-a790-45ce-b24b-3af49edd6406 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:35:58.661 8 INFO neutron.services.segments.plugin [-] Segment 803b740e-c739-4d8e-8820-f7d7a2062f38 resource provider aggregate not found 2026-05-08 00:35:58.666 8 INFO neutron.services.segments.plugin [-] Segment 803b740e-c739-4d8e-8820-f7d7a2062f38 resource provider aggregate not found 2026-05-08 00:35:58.691 8 INFO neutron.services.segments.plugin [-] Segment 803b740e-c739-4d8e-8820-f7d7a2062f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 803b740e-c739-4d8e-8820-f7d7a2062f38 found for delete ", "request_id": "req-2c3185a9-75c1-494b-9286-1d29f9fac425"}]} 2026-05-08 00:35:58.691 8 INFO neutron.services.segments.plugin [-] Segment 803b740e-c739-4d8e-8820-f7d7a2062f38 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 803b740e-c739-4d8e-8820-f7d7a2062f38 found for delete ", "request_id": "req-b7e1d039-d4c7-4eac-a94a-3925465c75a1"}]} [pid: 8|app: 0|req: 886/1677] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:35:58 2026] DELETE /v2.0/networks/4f0eeced-2896-47f3-a536-2c391f755dbd => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 792/1678] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:35:59 2026] GET /v2.0/security-groups?tenant_id=8278f3867e834b9f81a9b7854ffcc9f7&name=default => generated 2925 bytes in 168 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 887/1679] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:35:59 2026] DELETE /v2.0/security-groups/471307bb-d3a2-4268-9646-91b4bbd0c465 => 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: 793/1680] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:35:59 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => 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: 888/1681] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:00 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => 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: 794/1682] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:00 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => 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: 889/1683] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:00 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 795/1684] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:01 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 890/1685] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:01 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&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: 796/1686] 10.0.0.129 () {32 vars in 623 bytes} [Fri May 8 00:36:01 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 891/1687] 10.0.0.129 () {32 vars in 633 bytes} [Fri May 8 00:36:01 2026] GET /v2.0/ => generated 632 bytes in 173 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 797/1688] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:36:01 2026] GET /v2.0/networks?id=d081afbe-3bf5-4808-aa18-dc8a344bb9e4 => generated 672 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 798/1689] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:01 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => 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: 892/1690] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:36:01 2026] POST /v2.0/ports => generated 954 bytes in 396 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: 799/1691] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:01 2026] GET /v2.0/security-groups?tenant_id=08382147153a4c0d918f02669d5dc0ca&name=default => generated 2925 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 800/1692] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:02 2026] DELETE /v2.0/security-groups/abf72b8a-7334-4a1f-86a1-9fe9a1685299 => 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: 801/1693] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:02 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 802/1694] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:02 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 893/1695] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:36:02 2026] PUT /v2.0/ports/8a1d62e2-519f-4cb7-a221-ade605c66c97 => generated 1235 bytes in 478 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:02.594 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8df007ce-ff64-4ff3-98c4-ba619fb6794c'] response: {'name': 'network-changed', 'server_uuid': 'bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60', 'tag': '8a1d62e2-519f-4cb7-a221-ade605c66c97', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 803/1696] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:02 2026] GET /v2.0/ports?device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 894/1697] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:02 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 969 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 804/1698] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:02 2026] GET /v2.0/security-groups?id=2e7a9f55-8ade-4b3f-8289-5a0905458f64&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: 8|app: 0|req: 895/1699] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:03 2026] GET /v2.0/ports?tenant_id=add32d01e7ad4be5825a8e96240dd1ba&device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 1238 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 805/1700] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:36:03 2026] GET /v2.0/networks?tenant_id=add32d01e7ad4be5825a8e96240dd1ba&shared=False => generated 768 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 896/1701] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:36:03 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 806/1702] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:03 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 897/1703] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:03 2026] GET /v2.0/security-groups?id=1002c021-c2dc-46ab-813a-0e45e1a8272e&fields=id&fields=name => generated 113 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 807/1704] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:36:03 2026] GET /v2.0/networks?id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 705 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 808/1705] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:36:03 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b91aedadd8aa4b7c82539596a503ade1 => generated 179 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 898/1706] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:36:03 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 971 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:04.014 8 INFO neutron_taas.services.taas.taas_plugin [req-90c4f04e-97f6-49e7-bbcd-bc0e5fc8e46d req-39457182-8d89-42e1-898a-e258977b3c0c 8add230ba03243f38cd410bdfcfb6d4c 37a1c5c764d64264ac045a50bebe58f0 - - default default] TaaS: Handle Delete Port: 3a2e9a02-46d2-437f-8ae6-2a278e0edef7 2026-05-08 00:36:04.023 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-90c4f04e-97f6-49e7-bbcd-bc0e5fc8e46d req-39457182-8d89-42e1-898a-e258977b3c0c 8add230ba03243f38cd410bdfcfb6d4c 37a1c5c764d64264ac045a50bebe58f0 - - default default] Tap Mirror: Handle Delete Port: 3a2e9a02-46d2-437f-8ae6-2a278e0edef7 2026-05-08 00:36:04.160 8 INFO neutron.db.l3_db [req-90c4f04e-97f6-49e7-bbcd-bc0e5fc8e46d req-39457182-8d89-42e1-898a-e258977b3c0c 8add230ba03243f38cd410bdfcfb6d4c 37a1c5c764d64264ac045a50bebe58f0 - - default default] Floating IP f15e6334-65cc-4bda-acd8-0e597a16435d disassociated. External IP: 10.96.250.213, port: 3a2e9a02-46d2-437f-8ae6-2a278e0edef7. [pid: 7|app: 0|req: 809/1707] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:36:03 2026] POST /v2.0/ports => generated 1179 bytes in 449 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: 810/1708] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:04 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 969 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 899/1709] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:36:03 2026] DELETE /v2.0/ports/3a2e9a02-46d2-437f-8ae6-2a278e0edef7 => generated 0 bytes in 674 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 900/1710] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:04 2026] GET /v2.0/ports?tenant_id=add32d01e7ad4be5825a8e96240dd1ba&device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 901/1711] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:04 2026] GET /v2.0/security-groups?id=2e7a9f55-8ade-4b3f-8289-5a0905458f64&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: 902/1712] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:36:04 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.6&port_id=8a1d62e2-519f-4cb7-a221-ade605c66c97 => 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: 903/1713] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:04 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:04.690 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-10ae1d6f-5704-4611-80d1-a344531d079f'] response: {'server_uuid': '58c7ca47-89c9-4e25-b46c-8911293e12db', 'name': 'network-vif-deleted', 'tag': '3a2e9a02-46d2-437f-8ae6-2a278e0edef7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 904/1714] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:36:04 2026] GET /v2.0/subnets?id=8751048b-327b-4980-a722-c6a6bc3c1f9b => generated 690 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 905/1715] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:04 2026] GET /v2.0/ports?network_id=d081afbe-3bf5-4808-aa18-dc8a344bb9e4&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: 906/1716] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:36:04 2026] GET /v2.0/networks/d081afbe-3bf5-4808-aa18-dc8a344bb9e4?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: 811/1717] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:36:04 2026] PUT /v2.0/ports/110af263-73fd-4c45-9ab7-44af9a0f73d7 => generated 1460 bytes in 429 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 907/1718] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:36:04 2026] GET /v2.0/networks/d081afbe-3bf5-4808-aa18-dc8a344bb9e4?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:04.916 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ed9e51d-ee51-4661-8a86-2e2fdbe98e99'] response: {'name': 'network-changed', 'server_uuid': 'c3725c6f-af46-4734-b220-6e0e333a56f9', 'tag': '110af263-73fd-4c45-9ab7-44af9a0f73d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 909/1721] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:05 2026] GET /v2.0/ports?tenant_id=b91aedadd8aa4b7c82539596a503ade1&device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 813/1722] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:36:05 2026] GET /v2.0/networks?tenant_id=b91aedadd8aa4b7c82539596a503ade1&shared=False => generated 2375 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 910/1723] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:36:05 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 814/1724] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:05 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 969 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 911/1725] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:05 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => 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: 815/1726] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:05 2026] GET /v2.0/security-groups?id=2e7a9f55-8ade-4b3f-8289-5a0905458f64&fields=id&fields=name => generated 88 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 912/1727] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:05 2026] GET /v2.0/security-groups?tenant_id=e4a61e4c287a4a04b8bd6079b1f1f340&name=default => generated 2925 bytes in 252 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 816/1728] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:06 2026] DELETE /v2.0/security-groups/d3b878ba-ccdc-4c5b-9316-46a7a7408b6b => 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: 913/1729] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/ports?tenant_id=b91aedadd8aa4b7c82539596a503ade1&device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => generated 1463 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 817/1730] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.214&port_id=110af263-73fd-4c45-9ab7-44af9a0f73d7 => 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: 914/1731] 199.19.213.179 () {34 vars in 1102 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac1&port_id=110af263-73fd-4c45-9ab7-44af9a0f73d7 => generated 19 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 818/1732] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/subnets?id=6f6b8f12-c8f5-45d8-8019-5e6428ccd31b&id=868065d8-5a29-4567-84bd-1295bf3baa2e => generated 1409 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 915/1733] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => 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: 819/1734] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&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: 916/1735] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 820/1736] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/ports?device_id=58c7ca47-89c9-4e25-b46c-8911293e12db => 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: 917/1737] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 821/1738] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 969 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 918/1739] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:06 2026] GET /v2.0/security-groups?id=2e7a9f55-8ade-4b3f-8289-5a0905458f64&fields=id&fields=name => generated 88 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 822/1740] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:07 2026] GET /v2.0/ports?device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => generated 1194 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 919/1741] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:07 2026] GET /v2.0/security-groups?id=f6f75f91-2078-42a3-a78d-ab22a2cc88bc&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 823/1742] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:07 2026] DELETE /v2.0/security-groups/1002c021-c2dc-46ab-813a-0e45e1a8272e => generated 0 bytes in 110 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:36:08.078 7 INFO neutron.api.v2.resource [None req-c610a45e-9170-4f0f-8022-99316a9d0e3e 8add230ba03243f38cd410bdfcfb6d4c 37a1c5c764d64264ac045a50bebe58f0 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 824/1743] 10.0.0.129 () {32 vars in 737 bytes} [Fri May 8 00:36:08 2026] GET /v2.0/security-groups/1002c021-c2dc-46ab-813a-0e45e1a8272e => 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: 920/1744] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:08 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => 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: 921/1745] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:08 2026] GET /v2.0/security-groups?id=2e7a9f55-8ade-4b3f-8289-5a0905458f64&fields=id&fields=name => generated 88 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:08.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-a6abfc95-2e8d-49f9-97af-fa7abb59b2f4 8add230ba03243f38cd410bdfcfb6d4c 37a1c5c764d64264ac045a50bebe58f0 - - default default] TaaS: Handle Delete Port: 53c62628-bb94-44c6-9459-c2a03e7ab70c 2026-05-08 00:36:08.189 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-a6abfc95-2e8d-49f9-97af-fa7abb59b2f4 8add230ba03243f38cd410bdfcfb6d4c 37a1c5c764d64264ac045a50bebe58f0 - - default default] Tap Mirror: Handle Delete Port: 53c62628-bb94-44c6-9459-c2a03e7ab70c [pid: 7|app: 0|req: 825/1746] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:36:08 2026] DELETE /v2.0/floatingips/f15e6334-65cc-4bda-acd8-0e597a16435d => generated 0 bytes in 266 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 826/1747] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:08 2026] GET /v2.0/security-groups?tenant_id=ff61d896e8d7401b8192a3fe2e1fee09&name=default => generated 2925 bytes in 327 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:08.761 8 INFO neutron_taas.services.taas.taas_plugin [None req-56bf5ec3-5b64-4b65-aa58-16412ef4fbb9 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 374d6916-0a2c-4869-8709-d8563f68eafb 2026-05-08 00:36:08.765 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-56bf5ec3-5b64-4b65-aa58-16412ef4fbb9 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 374d6916-0a2c-4869-8709-d8563f68eafb [pid: 7|app: 0|req: 827/1748] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:08 2026] DELETE /v2.0/security-groups/72ea06ee-ade7-4371-8115-396b5c77ddac => 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: 828/1749] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:09 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 829/1750] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:09 2026] GET /v2.0/security-groups?id=2e7a9f55-8ade-4b3f-8289-5a0905458f64&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: 922/1751] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:36:08 2026] PUT /v2.0/routers/24f9c23f-5f93-48e7-a79c-56720fe59947/remove_router_interface => generated 309 bytes in 1457 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:10.038 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ce41a01-a24a-481d-ac1e-0b40c57a5674 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: ad3b092b-ccfa-4dd1-ab50-abf96466bdba 2026-05-08 00:36:10.042 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce41a01-a24a-481d-ac1e-0b40c57a5674 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: ad3b092b-ccfa-4dd1-ab50-abf96466bdba 2026-05-08 00:36:10.363 7 INFO neutron_taas.services.taas.taas_plugin [None req-3ce41a01-a24a-481d-ac1e-0b40c57a5674 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: ce28e0a0-e05d-4cce-b305-a23782a51468 2026-05-08 00:36:10.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3ce41a01-a24a-481d-ac1e-0b40c57a5674 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: ce28e0a0-e05d-4cce-b305-a23782a51468 [pid: 8|app: 0|req: 923/1752] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:10 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 924/1753] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:10 2026] GET /v2.0/security-groups?id=2e7a9f55-8ade-4b3f-8289-5a0905458f64&fields=id&fields=name => generated 88 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:10.760 7 INFO neutron.services.segments.plugin [-] Segment b694b691-1c9c-403a-b09f-a6532c51ca79 resource provider aggregate not found 2026-05-08 00:36:10.767 7 INFO neutron.services.segments.plugin [-] Segment b694b691-1c9c-403a-b09f-a6532c51ca79 resource provider aggregate not found 2026-05-08 00:36:10.783 7 INFO neutron.db.l3_hamode_db [None req-3ce41a01-a24a-481d-ac1e-0b40c57a5674 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network c3cf09fc-820a-4227-929a-9733a6ba0018 was deleted as no HA routers are present in tenant 37a1c5c764d64264ac045a50bebe58f0. 2026-05-08 00:36:10.793 7 INFO neutron.services.segments.plugin [-] Segment b694b691-1c9c-403a-b09f-a6532c51ca79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b694b691-1c9c-403a-b09f-a6532c51ca79 found for delete ", "request_id": "req-6e1cffc6-2102-4bba-9b7f-251d07aada26"}]} [pid: 7|app: 0|req: 830/1754] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:09 2026] DELETE /v2.0/routers/24f9c23f-5f93-48e7-a79c-56720fe59947 => generated 0 bytes in 966 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:36:10.797 7 INFO neutron.services.segments.plugin [-] Segment b694b691-1c9c-403a-b09f-a6532c51ca79 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b694b691-1c9c-403a-b09f-a6532c51ca79 found for delete ", "request_id": "req-a88518fa-b2b0-4646-83cf-d94a31f2ced9"}]} [pid: 8|app: 0|req: 925/1755] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:10 2026] DELETE /v2.0/subnets/22138138-8081-4f5c-affa-7509160a7a4a => generated 0 bytes in 194 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:36:11.113 7 INFO neutron_taas.services.taas.taas_plugin [None req-75118bd9-46fc-4f1c-94d2-d102bbd14bac 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 063e35ab-f16f-47b6-8bab-756d8a2177a0 2026-05-08 00:36:11.116 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-75118bd9-46fc-4f1c-94d2-d102bbd14bac 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 063e35ab-f16f-47b6-8bab-756d8a2177a0 [pid: 7|app: 0|req: 831/1756] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:36:11 2026] DELETE /v2.0/networks/2293b8e7-f85f-43ba-afb0-c13650541eb6 => generated 0 bytes in 371 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 926/1757] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:11 2026] GET /v2.0/security-groups?tenant_id=37a1c5c764d64264ac045a50bebe58f0&name=default => generated 2925 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 832/1758] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:11 2026] DELETE /v2.0/security-groups/70bd1c2e-76b7-4a3d-bf8a-0b639bc63e1b => generated 0 bytes in 161 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 833/1759] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:11 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 971 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 834/1760] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:11 2026] GET /v2.0/security-groups?id=2e7a9f55-8ade-4b3f-8289-5a0905458f64&fields=id&fields=name => generated 88 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:12.389 8 INFO neutron.db.segments_db [None req-9e2c808d-6280-4906-b5b9-17e4de633c53 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Added segment 950e4666-c5a3-4eda-bb5a-1462c9867884 of type vxlan for network 43057081-1b9e-4ad5-b067-7d543fdfd94f [pid: 8|app: 0|req: 927/1761] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:36:11 2026] POST /v2.0/networks => generated 632 bytes in 575 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:36:12.521 7 INFO neutron.db.segments_db [None req-d3c0a93e-8fef-4467-be8c-201a26d70c30 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Added segment 4dbd26a3-4907-4311-83f5-0cf78a0ac6d2 of type vxlan for network af15c377-a2dd-4816-9722-9e1361246afe 2026-05-08 00:36:12.791 7 INFO neutron.db.l3_hamode_db [None req-d3c0a93e-8fef-4467-be8c-201a26d70c30 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:36:12.816 7 INFO neutron.services.segments.plugin [-] Segment 142db149-b8a5-4a93-96d0-905dd52c68de resource provider aggregate not found 2026-05-08 00:36:12.832 7 INFO neutron.services.segments.plugin [-] Segment 142db149-b8a5-4a93-96d0-905dd52c68de resource provider aggregate not found 2026-05-08 00:36:12.847 7 INFO neutron.services.segments.plugin [-] Segment 142db149-b8a5-4a93-96d0-905dd52c68de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 142db149-b8a5-4a93-96d0-905dd52c68de found for delete ", "request_id": "req-a6a08a5a-2c83-4ab8-98d3-3e5a5292b785"}]} 2026-05-08 00:36:12.859 7 INFO neutron.services.segments.plugin [-] Segment 142db149-b8a5-4a93-96d0-905dd52c68de resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 142db149-b8a5-4a93-96d0-905dd52c68de found for delete ", "request_id": "req-9a5cb299-1e68-46e7-b087-6ff568757888"}]} [pid: 8|app: 0|req: 928/1762] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:13 2026] GET /v2.0/ports?device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => generated 1196 bytes in 94 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 929/1763] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:13 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 971 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 930/1764] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:13 2026] GET /v2.0/security-groups?id=f6f75f91-2078-42a3-a78d-ab22a2cc88bc&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: 931/1765] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:13 2026] GET /v2.0/security-groups?id=2e7a9f55-8ade-4b3f-8289-5a0905458f64&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: 932/1766] 10.0.0.129 () {32 vars in 818 bytes} [Fri May 8 00:36:13 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&mac_address=fa%3A16%3A3e%3A6a%3A9b%3Ad0 => generated 1196 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:13.726 7 INFO neutron.db.l3_hamode_db [None req-d3c0a93e-8fef-4467-be8c-201a26d70c30 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:36:14.234 8 INFO neutron.db.l3_db [None req-e5c6317c-d1be-4fd0-a6c5-acfad43eb9be ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Floating IP e5f964bd-190b-42ad-be6f-057eb4600b10 associated. External IP: 10.96.250.214, port: 110af263-73fd-4c45-9ab7-44af9a0f73d7. [pid: 8|app: 0|req: 933/1767] 10.0.0.129 () {34 vars in 677 bytes} [Fri May 8 00:36:13 2026] POST /v2.0/floatingips => generated 855 bytes in 1258 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 934/1768] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:36:14 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 971 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 835/1769] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:12 2026] POST /v2.0/routers => generated 694 bytes in 2216 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 935/1770] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:14 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => generated 971 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:14.815 7 INFO neutron_taas.services.taas.taas_plugin [req-08f115ad-7735-4469-87ea-81b5da3b4be6 req-2cadef84-f8e2-4f01-9c50-be8363ec56e8 a86b2d4796cf49f4b24c0d5834bcc90e add32d01e7ad4be5825a8e96240dd1ba - - default default] TaaS: Handle Delete Port: 8a1d62e2-519f-4cb7-a221-ade605c66c97 2026-05-08 00:36:14.818 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-08f115ad-7735-4469-87ea-81b5da3b4be6 req-2cadef84-f8e2-4f01-9c50-be8363ec56e8 a86b2d4796cf49f4b24c0d5834bcc90e add32d01e7ad4be5825a8e96240dd1ba - - default default] Tap Mirror: Handle Delete Port: 8a1d62e2-519f-4cb7-a221-ade605c66c97 [pid: 7|app: 0|req: 836/1771] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:36:14 2026] DELETE /v2.0/ports/8a1d62e2-519f-4cb7-a221-ade605c66c97 => generated 0 bytes in 286 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 837/1772] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:14 2026] GET /v2.0/security-groups?id=2e7a9f55-8ade-4b3f-8289-5a0905458f64&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: 936/1773] 10.0.0.129 () {32 vars in 776 bytes} [Fri May 8 00:36:14 2026] GET /v2.0/subnets?project_id=194c1e0182f34a689c780c7450cc6776&cidr=10.100.0.0%2F28 => generated 14 bytes in 330 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:15.050 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-fc7747b8-6bda-4171-aa2b-f654616737d0'] response: {'name': 'network-changed', 'server_uuid': 'c3725c6f-af46-4734-b220-6e0e333a56f9', 'tag': '110af263-73fd-4c45-9ab7-44af9a0f73d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 838/1774] 10.0.0.179 () {34 vars in 1096 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/security-groups?name=tempest-lb_member_SG-1919872355&fields=id&tenant_id=b91aedadd8aa4b7c82539596a503ade1 => generated 69 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:15.082 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fff9609f-72f8-4739-b343-d40657418b61'] response: {'server_uuid': 'bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60', 'name': 'network-vif-deleted', 'tag': '8a1d62e2-519f-4cb7-a221-ade605c66c97', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 937/1775] 10.0.0.129 () {32 vars in 694 bytes} [Fri May 8 00:36:15 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: 839/1776] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/networks?id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 703 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 938/1777] 10.0.0.129 () {32 vars in 784 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/subnets?network_id=2eb7a8ad-e559-4627-8fb7-38efd842a8a9&cidr=10.100.0.0%2F28 => 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: 840/1778] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/quotas/b91aedadd8aa4b7c82539596a503ade1 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 841/1779] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/ports?tenant_id=b91aedadd8aa4b7c82539596a503ade1&fields=id => generated 333 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 939/1780] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:15 2026] POST /v2.0/subnets => generated 655 bytes in 229 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 842/1781] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?fields=segments => generated 14 bytes in 412 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 843/1782] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/ports?tenant_id=b91aedadd8aa4b7c82539596a503ade1&device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => generated 1465 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 844/1783] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 845/1784] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/networks?id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 801 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 846/1785] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.214&port_id=110af263-73fd-4c45-9ab7-44af9a0f73d7 => generated 858 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 847/1786] 199.19.213.179 () {34 vars in 1102 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac1&port_id=110af263-73fd-4c45-9ab7-44af9a0f73d7 => 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: 848/1787] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:36:15 2026] GET /v2.0/subnets?id=6f6b8f12-c8f5-45d8-8019-5e6428ccd31b&id=868065d8-5a29-4567-84bd-1295bf3baa2e => generated 1409 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 849/1788] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:16 2026] GET /v2.0/ports?device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => 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: 850/1789] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:16 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => generated 1457 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 851/1790] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:16 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 852/1791] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:16 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => 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: 853/1792] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:36:16 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 854/1793] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:36:16 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 940/1794] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:36:15 2026] PUT /v2.0/routers/de7c6683-5b73-4575-9f10-b89c5ef742d3/add_router_interface => generated 309 bytes in 1557 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 855/1795] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:36:16 2026] GET /v2.0/networks => generated 8111 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 941/1796] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:36:17 2026] GET /v2.0/subnets => generated 8714 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 856/1797] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:36:17 2026] GET /v2.0/routers => generated 2174 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 942/1798] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:17 2026] GET /v2.0/ports?device_id=bdc7712e-f3cf-43cd-aaa1-2ce7036d6a60 => 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: 857/1799] 10.0.0.129 () {34 vars in 685 bytes} [Fri May 8 00:36:17 2026] POST /v2.0/security-groups => generated 1675 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 943/1800] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:17 2026] POST /v2.0/security-group-rules => generated 597 bytes in 147 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 858/1801] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:17 2026] POST /v2.0/security-group-rules => generated 596 bytes in 117 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 944/1802] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:17 2026] POST /v2.0/security-group-rules => generated 602 bytes in 136 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 859/1803] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:17 2026] POST /v2.0/security-group-rules => generated 601 bytes in 91 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:36:17.906 7 INFO neutron.db.securitygroups_db [None req-79f0f8b6-14c8-402f-8707-a64034558a24 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Project 194c1e0182f34a689c780c7450cc6776 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: 860/1804] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:17 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) 2026-05-08 00:36:18.041 7 INFO neutron.db.securitygroups_db [None req-75164a36-b20c-4975-9372-08d2e92fd244 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Project 194c1e0182f34a689c780c7450cc6776 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: 945/1805] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:17 2026] GET /v2.0/security-groups?tenant_id=40736932b989415e85c895f71b76220d&name=default => generated 2925 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 861/1806] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:18 2026] POST /v2.0/security-group-rules => generated 606 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 946/1807] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:18 2026] DELETE /v2.0/security-groups/03936730-f96f-46af-90f2-5bf7102e9e8a => 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: 862/1808] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:18 2026] GET /v2.0/security-groups?tenant_id=595da08d286c4beab1162bcb5d3dd6a4&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: 947/1809] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:18 2026] DELETE /v2.0/security-groups/4d6d45be-6024-43e8-97c5-7b6c06b42e38 => 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: 863/1810] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:36:18 2026] GET /v2.0/networks => generated 1297 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 948/1811] 10.0.0.179 () {34 vars in 1100 bytes} [Fri May 8 00:36:18 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1684688068&fields=id&tenant_id=194c1e0182f34a689c780c7450cc6776 => 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: 864/1812] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:36:18 2026] GET /v2.0/networks?id=43057081-1b9e-4ad5-b067-7d543fdfd94f => generated 660 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 949/1813] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:36:18 2026] GET /v2.0/quotas/194c1e0182f34a689c780c7450cc6776 => generated 292 bytes in 11 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 865/1814] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:36:18 2026] GET /v2.0/ports?tenant_id=194c1e0182f34a689c780c7450cc6776&fields=id => generated 57 bytes in 79 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 950/1815] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:36:18 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?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: 866/1816] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:36:18 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?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: 951/1817] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:19 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:19.829 7 INFO neutron_taas.services.taas.taas_plugin [None req-e99c1359-b5c5-4ad8-ae15-aaa861d00582 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: a60823d9-d967-456f-853b-67988cd9fe66 2026-05-08 00:36:19.832 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e99c1359-b5c5-4ad8-ae15-aaa861d00582 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: a60823d9-d967-456f-853b-67988cd9fe66 [pid: 8|app: 0|req: 952/1818] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:36:20 2026] GET /v2.0/networks?id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 703 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 953/1819] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:20 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => 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: 867/1822] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:36:19 2026] PUT /v2.0/routers/3195e634-fd73-4e09-b773-56ab34e4debd/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: 956/1823] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:36:20 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=b91aedadd8aa4b7c82539596a503ade1 => generated 179 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:20.635 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6255e10-fa57-4b54-9d33-22e39d5cea88 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 1e9af1c3-c60a-4f90-969f-db924a789e55 2026-05-08 00:36:20.640 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6255e10-fa57-4b54-9d33-22e39d5cea88 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 1e9af1c3-c60a-4f90-969f-db924a789e55 [pid: 8|app: 0|req: 957/1824] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:36:20 2026] POST /v2.0/ports => generated 1179 bytes in 421 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:36:20.952 7 INFO neutron_taas.services.taas.taas_plugin [None req-e6255e10-fa57-4b54-9d33-22e39d5cea88 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 7bcba7ee-82b1-44ec-90f5-90fb1071b7f3 2026-05-08 00:36:20.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6255e10-fa57-4b54-9d33-22e39d5cea88 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 7bcba7ee-82b1-44ec-90f5-90fb1071b7f3 [pid: 8|app: 0|req: 958/1825] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:36:20 2026] PUT /v2.0/ports/98b762cb-eb54-4eba-bfbe-6062172296ce => generated 1460 bytes in 449 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:21.293 7 INFO neutron.services.segments.plugin [-] Segment 950809f3-5cbd-4426-9e0b-1ba0f23e6a5b resource provider aggregate not found /var/lib/openstack/lib/python3.12/site-packages/pycadf/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-08 00:36:21.299 7 INFO neutron.services.segments.plugin [-] Segment 950809f3-5cbd-4426-9e0b-1ba0f23e6a5b resource provider aggregate not found 2026-05-08 00:36:21.321 7 INFO neutron.services.segments.plugin [-] Segment 950809f3-5cbd-4426-9e0b-1ba0f23e6a5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950809f3-5cbd-4426-9e0b-1ba0f23e6a5b found for delete ", "request_id": "req-345c781f-4f19-4312-9343-db580c359c5f"}]} 2026-05-08 00:36:21.333 7 INFO neutron.services.segments.plugin [-] Segment 950809f3-5cbd-4426-9e0b-1ba0f23e6a5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950809f3-5cbd-4426-9e0b-1ba0f23e6a5b found for delete ", "request_id": "req-b1c01acf-699c-4aef-901e-55e236acc6a1"}]} 2026-05-08 00:36:21.336 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-f0150319-00ee-4263-9849-753c435ebbcf'] response: {'name': 'network-changed', 'server_uuid': 'ee1b9e18-a8b6-434a-bf4c-224e5be1a086', 'tag': '98b762cb-eb54-4eba-bfbe-6062172296ce', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 959/1826] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:21 2026] GET /v2.0/ports?device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 1194 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:21.345 7 INFO neutron.db.l3_hamode_db [None req-e6255e10-fa57-4b54-9d33-22e39d5cea88 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network cdfb8641-ab68-45a6-934b-21573aaae3d0 was deleted as no HA routers are present in tenant add32d01e7ad4be5825a8e96240dd1ba. [pid: 7|app: 0|req: 868/1827] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:20 2026] DELETE /v2.0/routers/3195e634-fd73-4e09-b773-56ab34e4debd => generated 0 bytes in 950 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 960/1828] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:21 2026] GET /v2.0/security-groups?id=f6f75f91-2078-42a3-a78d-ab22a2cc88bc&fields=id&fields=name => generated 112 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 961/1829] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:21 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => 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: 869/1830] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:21 2026] DELETE /v2.0/subnets/8751048b-327b-4980-a722-c6a6bc3c1f9b => generated 0 bytes in 175 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:36:21.633 8 INFO neutron_taas.services.taas.taas_plugin [None req-4b1ff2f4-dcf1-4c18-bb20-74477b0dcdc1 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 347aa041-f211-4e8e-bb82-da87aff24082 2026-05-08 00:36:21.636 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-4b1ff2f4-dcf1-4c18-bb20-74477b0dcdc1 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 347aa041-f211-4e8e-bb82-da87aff24082 2026-05-08 00:36:21.822 8 INFO neutron.services.segments.plugin [-] Segment 9f723494-0589-4b15-9b68-968821d0c041 resource provider aggregate not found 2026-05-08 00:36:21.828 8 INFO neutron.services.segments.plugin [-] Segment 9f723494-0589-4b15-9b68-968821d0c041 resource provider aggregate not found 2026-05-08 00:36:21.844 8 INFO neutron.services.segments.plugin [-] Segment 9f723494-0589-4b15-9b68-968821d0c041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f723494-0589-4b15-9b68-968821d0c041 found for delete ", "request_id": "req-fe9d618a-ffb7-4668-854c-5bc48b670afd"}]} 2026-05-08 00:36:21.846 8 INFO neutron.services.segments.plugin [-] Segment 9f723494-0589-4b15-9b68-968821d0c041 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9f723494-0589-4b15-9b68-968821d0c041 found for delete ", "request_id": "req-0f261057-dbb6-47ef-86b2-5c3e527ae185"}]} [pid: 8|app: 0|req: 962/1831] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:36:21 2026] DELETE /v2.0/networks/d081afbe-3bf5-4808-aa18-dc8a344bb9e4 => 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: 870/1832] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:21 2026] GET /v2.0/ports?tenant_id=b91aedadd8aa4b7c82539596a503ade1&device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 1463 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 963/1833] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:36:21 2026] GET /v2.0/networks?tenant_id=b91aedadd8aa4b7c82539596a503ade1&shared=False => generated 2375 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 871/1834] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:36:21 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: 8|app: 0|req: 964/1835] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:22 2026] GET /v2.0/security-groups?tenant_id=add32d01e7ad4be5825a8e96240dd1ba&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: 872/1836] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:22 2026] DELETE /v2.0/security-groups/2e7a9f55-8ade-4b3f-8289-5a0905458f64 => 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: 965/1837] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:22 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => 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: 873/1838] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/ports?tenant_id=b91aedadd8aa4b7c82539596a503ade1&device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 1463 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 966/1839] 199.19.213.179 () {34 vars in 1054 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.8&port_id=98b762cb-eb54-4eba-bfbe-6062172296ce => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 874/1840] 199.19.213.179 () {34 vars in 1106 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A215&port_id=98b762cb-eb54-4eba-bfbe-6062172296ce => generated 19 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 967/1841] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/subnets?id=b208ab2a-e726-4361-8031-b76bcb93c1ea&id=2b705f11-4688-464b-95ca-cbc5fe2a9897 => generated 1413 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 875/1842] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&device_owner=network%3Adhcp => generated 1461 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 968/1843] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&device_owner=network%3Adhcp => generated 1461 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 876/1844] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 969/1845] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 877/1846] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/networks?id=43057081-1b9e-4ad5-b067-7d543fdfd94f => generated 660 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 970/1847] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => 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: 878/1848] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=194c1e0182f34a689c780c7450cc6776 => generated 181 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 879/1849] 10.0.0.21 () {34 vars in 989 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/ports?device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => generated 1465 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 880/1850] 10.0.0.21 () {34 vars in 1039 bytes} [Fri May 8 00:36:23 2026] GET /v2.0/security-groups?id=f6f75f91-2078-42a3-a78d-ab22a2cc88bc&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 971/1851] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:36:23 2026] POST /v2.0/ports => generated 954 bytes in 332 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 881/1852] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:36:24 2026] PUT /v2.0/ports/e05b6bf6-809b-4e88-80d6-b2f5914c7bd4 => generated 1235 bytes in 418 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-08 00:36:24.553 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-64b9d063-297a-4dbf-b36c-ab6863cb6fba'] response: {'name': 'network-changed', 'server_uuid': '571fe3bd-9d1a-4fe8-9022-63259511ec7d', 'tag': 'e05b6bf6-809b-4e88-80d6-b2f5914c7bd4', '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-08 00:36:24.695 8 INFO neutron.db.segments_db [None req-b51286cb-1d66-4f4c-bff6-bb6595c9fa1b 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 882fb9fb-1e7c-4d88-b27d-692d540865ee of type vxlan for network bfa6b502-3182-436c-99f8-aa56b8bde5f8 [pid: 7|app: 0|req: 882/1853] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:24 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => 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: 972/1854] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:36:24 2026] POST /v2.0/networks => generated 741 bytes in 506 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 883/1855] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:24 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&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: 973/1856] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:24 2026] POST /v2.0/subnets => generated 688 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:36:25.043 7 INFO neutron.db.segments_db [None req-56d5534f-6a31-4db5-977d-b2fe802ba8ac 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 9a3b2330-30c6-4ca3-9efb-60dfce2c479a of type vxlan for network fa32a40b-ae93-4c8b-bc48-834b57c7e1c6 [pid: 8|app: 0|req: 974/1857] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:25 2026] GET /v2.0/ports?tenant_id=194c1e0182f34a689c780c7450cc6776&device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 1238 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 975/1858] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:36:25 2026] GET /v2.0/networks?tenant_id=194c1e0182f34a689c780c7450cc6776&shared=False => generated 756 bytes in 68 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 976/1859] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:36:25 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:25.293 7 INFO neutron.db.l3_hamode_db [None req-56d5534f-6a31-4db5-977d-b2fe802ba8ac 6fdccd6c81e24a769dd9c9039614b724 5b23411cf2d1465c83b09afdb22c0f17 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 977/1860] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:25 2026] GET /v2.0/security-groups?tenant_id=4da7dd3c2a43491f9b9ab0fa0c4d2a4e&name=default => generated 2925 bytes in 297 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 978/1861] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:25 2026] DELETE /v2.0/security-groups/8c680d8c-76b6-4421-a27e-60be8a184623 => 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: 979/1862] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:25 2026] GET /v2.0/security-groups?tenant_id=395732f2772f4947bb5daaddee765b4c&name=default => generated 2925 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:26.034 7 INFO neutron.db.l3_hamode_db [None req-56d5534f-6a31-4db5-977d-b2fe802ba8ac 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 980/1863] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:26 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 969 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 981/1864] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:26 2026] DELETE /v2.0/security-groups/9149b8bc-6de4-48e7-9581-45a8a213d7db => 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: 982/1865] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:26 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&fields=id&fields=name => generated 114 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 983/1866] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:26 2026] GET /v2.0/ports?tenant_id=194c1e0182f34a689c780c7450cc6776&device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 1238 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 984/1867] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:36:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=e05b6bf6-809b-4e88-80d6-b2f5914c7bd4 => 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: 985/1868] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:36:26 2026] GET /v2.0/subnets?id=f766039e-4ca7-449d-801e-683a75b46daf => 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: 986/1869] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:26 2026] GET /v2.0/ports?network_id=43057081-1b9e-4ad5-b067-7d543fdfd94f&device_owner=network%3Adhcp => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 987/1870] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:36:26 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?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: 988/1871] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:26 2026] GET /v2.0/ports?device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 1196 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 989/1872] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:36:26 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?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: 990/1873] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:26 2026] GET /v2.0/security-groups?id=f6f75f91-2078-42a3-a78d-ab22a2cc88bc&fields=id&fields=name => generated 112 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 884/1874] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:24 2026] POST /v2.0/routers => generated 728 bytes in 2099 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 885/1875] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:27 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 969 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 886/1876] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:27 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&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: 991/1877] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:36:27 2026] PUT /v2.0/routers/280bd5e4-22db-40e7-a62d-cc5d140817fc/add_router_interface => generated 309 bytes in 1326 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 887/1878] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:28 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 969 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 992/1879] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:28 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 888/1880] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:28 2026] GET /v2.0/security-groups?tenant_id=6e86685a57c64dfa816569bf69728bbe&name=default => generated 2925 bytes in 287 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 993/1881] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:28 2026] DELETE /v2.0/security-groups/4ca8d60f-e55b-48db-9b15-8cb0a4c3b6f3 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 889/1882] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:29 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => 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: 890/1883] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:29 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&fields=id&fields=name => generated 114 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:29.798 8 INFO neutron.db.segments_db [None req-ed6582f3-de97-4068-9eff-6e5bfee9c62c 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 33940863-387e-4216-a4d7-3a4eacaa9110 of type vxlan for network 156ebf58-7fe5-4836-b8c6-6569ec802945 [pid: 8|app: 0|req: 994/1884] 10.0.0.129 () {34 vars in 671 bytes} [Fri May 8 00:36:29 2026] POST /v2.0/networks => generated 740 bytes in 315 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 891/1885] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:29 2026] POST /v2.0/subnets => generated 687 bytes in 231 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:36:30.208 8 INFO neutron.db.segments_db [None req-b82ab2b1-d5c5-4188-be92-c865a03c40b7 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Added segment 310d8ef4-13c3-493b-ac1b-7167e23257e6 of type vxlan for network 599cb040-fc4c-47b2-8cdf-822bf3de29c9 2026-05-08 00:36:30.494 8 INFO neutron.db.l3_hamode_db [None req-b82ab2b1-d5c5-4188-be92-c865a03c40b7 6fdccd6c81e24a769dd9c9039614b724 852d4001fd224f34a2b324efe6d15a74 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 892/1886] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:30 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 971 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 893/1887] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:30 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&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-08 00:36:31.363 7 INFO neutron.db.segments_db [None req-d0644996-32dd-46cc-9df5-f67383a9e98c 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Added segment 6ff0ad78-98b5-4c00-b068-a751680b7c96 of type vxlan for network 2ceff9a1-aa2b-4af7-b15e-b7757dc687f3 2026-05-08 00:36:31.384 8 INFO neutron.db.l3_hamode_db [None req-b82ab2b1-d5c5-4188-be92-c865a03c40b7 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 894/1888] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:36:31 2026] POST /v2.0/networks => generated 634 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:36:31.562 7 INFO neutron.db.segments_db [None req-1e972b25-c6f0-468a-847a-6923a888b2e1 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Added segment 54343818-ebf1-47c5-a9f7-a24066da1f50 of type vxlan for network 26b58b51-c4b5-49bb-94a3-66a6a8036ea8 [pid: 7|app: 0|req: 895/1889] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:36:31 2026] POST /v2.0/networks => generated 632 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 896/1890] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:31 2026] GET /v2.0/ports?device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 1196 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 897/1891] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:31 2026] POST /v2.0/subnets => generated 646 bytes in 287 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 898/1892] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:32 2026] GET /v2.0/security-groups?id=f6f75f91-2078-42a3-a78d-ab22a2cc88bc&fields=id&fields=name => generated 112 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 899/1893] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:32 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => 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: 995/1894] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:30 2026] POST /v2.0/routers => generated 727 bytes in 2251 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 900/1895] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:32 2026] POST /v2.0/subnets => generated 655 bytes in 300 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 901/1896] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:32 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&fields=id&fields=name => generated 114 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 996/1897] 10.0.0.129 () {32 vars in 818 bytes} [Fri May 8 00:36:32 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&mac_address=fa%3A16%3A3e%3A76%3A66%3A39 => generated 1196 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:32.545 8 INFO neutron.db.segments_db [None req-f09a25ff-339c-4be2-aeca-9f820b081127 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Added segment 3910cb36-74d8-4fd3-a866-b16191b75c0f of type vxlan for network 6bb93f23-3844-4299-948b-65a826552bac 2026-05-08 00:36:32.789 8 INFO neutron.db.l3_hamode_db [None req-f09a25ff-339c-4be2-aeca-9f820b081127 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:36:32.895 8 INFO neutron.db.l3_hamode_db [None req-f09a25ff-339c-4be2-aeca-9f820b081127 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 997/1898] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:32 2026] POST /v2.0/routers => generated 510 bytes in 1111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 902/1899] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:36:32 2026] PUT /v2.0/routers/0366c03e-37f7-466e-9479-20cc04903eaf/add_router_interface => generated 309 bytes in 1224 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 903/1900] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:33 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 971 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:34.448 8 INFO neutron.db.l3_db [None req-4f35e63a-f90d-4cb6-9db2-fd85ad170471 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Floating IP e19684ab-f206-4520-8bb1-6b04dfbc3b43 associated. External IP: 10.96.250.220, port: 98b762cb-eb54-4eba-bfbe-6062172296ce. [pid: 8|app: 0|req: 998/1901] 10.0.0.129 () {34 vars in 677 bytes} [Fri May 8 00:36:33 2026] POST /v2.0/floatingips => generated 853 bytes in 1239 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 999/1902] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:36:34 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&fields=id&fields=name => generated 114 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 904/1903] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:36:33 2026] PUT /v2.0/routers/a9a36e96-fd94-4f19-a815-83789fddaf69/add_router_interface => generated 309 bytes in 1150 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:34.923 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-52d104c4-05a5-41ac-9c41-93d0f4be7561'] response: {'name': 'network-changed', 'server_uuid': 'ee1b9e18-a8b6-434a-bf4c-224e5be1a086', 'tag': '98b762cb-eb54-4eba-bfbe-6062172296ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 905/1904] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:36:34 2026] GET /v2.0/ports/1fbdfa38-c43b-43ba-b39d-4f2819edaac4 => generated 959 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 906/1905] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:36:34 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 1240 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1000/1906] 10.0.0.129 () {34 vars in 685 bytes} [Fri May 8 00:36:34 2026] POST /v2.0/security-groups => generated 1675 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 00:36:35.837 8 INFO neutron.db.l3_db [None req-f473134f-66b8-4694-9e0a-b468dc09a0fb 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Floating IP a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 associated. External IP: 10.96.250.202, port: e05b6bf6-809b-4e88-80d6-b2f5914c7bd4. [pid: 8|app: 0|req: 1001/1907] 10.0.0.129 () {34 vars in 677 bytes} [Fri May 8 00:36:35 2026] POST /v2.0/floatingips => generated 855 bytes in 1146 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 907/1908] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:36:35 2026] PUT /v2.0/routers/a9a36e96-fd94-4f19-a815-83789fddaf69/add_router_interface => generated 309 bytes in 1252 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 910/1911] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:36 2026] GET /v2.0/ports?tenant_id=b91aedadd8aa4b7c82539596a503ade1&device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1002/1912] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:36 2026] POST /v2.0/security-group-rules => generated 597 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 911/1913] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:36:36 2026] GET /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 855 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1003/1914] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:36:36 2026] GET /v2.0/ports/e135388f-3146-40b3-bc9b-4aedd80ff9e3 => generated 967 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 912/1915] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:36:36 2026] GET /v2.0/networks?id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 799 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1004/1916] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:36 2026] POST /v2.0/security-group-rules => generated 596 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1005/1917] 199.19.213.179 () {34 vars in 1054 bytes} [Fri May 8 00:36:36 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.8&port_id=98b762cb-eb54-4eba-bfbe-6062172296ce => generated 858 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1006/1918] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:36 2026] POST /v2.0/security-group-rules => generated 602 bytes in 102 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1007/1919] 199.19.213.179 () {34 vars in 1106 bytes} [Fri May 8 00:36:36 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A215&port_id=98b762cb-eb54-4eba-bfbe-6062172296ce => generated 19 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:36.719 7 INFO neutron_taas.services.taas.taas_plugin [None req-7c2fb980-0201-4a6c-85de-ca1c949c385e 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] TaaS: Handle Delete Port: e135388f-3146-40b3-bc9b-4aedd80ff9e3 2026-05-08 00:36:36.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7c2fb980-0201-4a6c-85de-ca1c949c385e 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Tap Mirror: Handle Delete Port: e135388f-3146-40b3-bc9b-4aedd80ff9e3 [pid: 8|app: 0|req: 1008/1920] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:36 2026] POST /v2.0/security-group-rules => generated 601 bytes in 132 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1009/1921] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:36:36 2026] GET /v2.0/subnets?id=b208ab2a-e726-4361-8031-b76bcb93c1ea&id=2b705f11-4688-464b-95ca-cbc5fe2a9897 => generated 1413 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:36.835 8 INFO neutron.db.securitygroups_db [None req-5d939aa9-a66b-48a9-99aa-a97cb2934d86 3ecf8f73bd2b475a9d7b8543a857f631 5b23411cf2d1465c83b09afdb22c0f17 - - default default] Project 5b23411cf2d1465c83b09afdb22c0f17 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: 1010/1922] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:36 2026] POST /v2.0/security-group-rules => generated 607 bytes in 111 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:36:36.970 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-176beea7-3501-467f-a8ea-ca2a84ba2e6f'] response: {'name': 'network-changed', 'server_uuid': '571fe3bd-9d1a-4fe8-9022-63259511ec7d', 'tag': 'e05b6bf6-809b-4e88-80d6-b2f5914c7bd4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1011/1923] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:36 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&device_owner=network%3Adhcp => generated 1461 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:37.007 8 INFO neutron.db.securitygroups_db [None req-58539005-6e2d-4ce1-bb12-962f3c53da97 3ecf8f73bd2b475a9d7b8543a857f631 5b23411cf2d1465c83b09afdb22c0f17 - - default default] Project 5b23411cf2d1465c83b09afdb22c0f17 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: 1012/1924] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:36 2026] POST /v2.0/security-group-rules => generated 606 bytes in 137 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1013/1925] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:37 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1014/1926] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:36:37 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 913/1927] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:36:36 2026] PUT /v2.0/routers/a9a36e96-fd94-4f19-a815-83789fddaf69/remove_router_interface => generated 309 bytes in 858 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1015/1928] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:36:37 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 1016/1929] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:36:37 2026] GET /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1017/1930] 10.0.0.129 () {34 vars in 685 bytes} [Fri May 8 00:36:37 2026] POST /v2.0/security-groups => generated 1660 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) 2026-05-08 00:36:37.600 7 INFO neutron_taas.services.taas.taas_plugin [None req-147c8ede-2eb0-42dc-8204-6efa4eb1ee28 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] TaaS: Handle Delete Port: 1fbdfa38-c43b-43ba-b39d-4f2819edaac4 2026-05-08 00:36:37.603 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-147c8ede-2eb0-42dc-8204-6efa4eb1ee28 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Tap Mirror: Handle Delete Port: 1fbdfa38-c43b-43ba-b39d-4f2819edaac4 [pid: 8|app: 0|req: 1018/1931] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:37 2026] GET /v2.0/ports?tenant_id=194c1e0182f34a689c780c7450cc6776&device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => 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: 1019/1932] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:37 2026] POST /v2.0/security-group-rules => generated 597 bytes in 122 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1020/1933] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:36:37 2026] GET /v2.0/networks?id=43057081-1b9e-4ad5-b067-7d543fdfd94f => generated 756 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1021/1934] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:37 2026] POST /v2.0/security-group-rules => generated 602 bytes in 118 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1022/1935] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:36:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=e05b6bf6-809b-4e88-80d6-b2f5914c7bd4 => generated 860 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 914/1936] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:36:37 2026] PUT /v2.0/routers/a9a36e96-fd94-4f19-a815-83789fddaf69/remove_router_interface => generated 309 bytes in 821 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 915/1937] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/subnets?id=f766039e-4ca7-449d-801e-683a75b46daf => 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: 916/1938] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/ports?device_id=a9a36e96-fd94-4f19-a815-83789fddaf69 => 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: 917/1939] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/ports?network_id=43057081-1b9e-4ad5-b067-7d543fdfd94f&device_owner=network%3Adhcp => generated 1244 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:38.305 7 INFO neutron_taas.services.taas.taas_plugin [None req-299a9569-691c-4b84-95a3-eb45fcc3008d 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] TaaS: Handle Delete Port: 98f6443b-c609-4a29-9ddb-b46af8c2583e 2026-05-08 00:36:38.308 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-299a9569-691c-4b84-95a3-eb45fcc3008d 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Tap Mirror: Handle Delete Port: 98f6443b-c609-4a29-9ddb-b46af8c2583e [pid: 8|app: 0|req: 1023/1940] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:36:37 2026] POST /v2.0/floatingips => generated 552 bytes in 541 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1024/1941] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?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: 1025/1942] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 857 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1026/1943] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1027/1944] 10.0.0.179 () {34 vars in 1100 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-1291395733&fields=id&tenant_id=5b23411cf2d1465c83b09afdb22c0f17 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:38.659 7 INFO neutron.services.segments.plugin [-] Segment 3910cb36-74d8-4fd3-a866-b16191b75c0f resource provider aggregate not found 2026-05-08 00:36:38.663 7 INFO neutron.services.segments.plugin [-] Segment 3910cb36-74d8-4fd3-a866-b16191b75c0f resource provider aggregate not found [pid: 8|app: 0|req: 1028/1945] 10.0.0.179 () {34 vars in 1098 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/security-groups?name=tempest-securitygroup--799302147&fields=id&tenant_id=5b23411cf2d1465c83b09afdb22c0f17 => generated 69 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:38.681 7 INFO neutron.services.segments.plugin [-] Segment 3910cb36-74d8-4fd3-a866-b16191b75c0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3910cb36-74d8-4fd3-a866-b16191b75c0f found for delete ", "request_id": "req-f348936a-3822-4ed4-a8ca-fa26cee2b758"}]} 2026-05-08 00:36:38.683 7 INFO neutron.db.l3_hamode_db [None req-299a9569-691c-4b84-95a3-eb45fcc3008d 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] HA network 6bb93f23-3844-4299-948b-65a826552bac was deleted as no HA routers are present in tenant f3d9e18374304d5194f8d54367590bbd. 2026-05-08 00:36:38.686 7 INFO neutron.services.segments.plugin [-] Segment 3910cb36-74d8-4fd3-a866-b16191b75c0f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 3910cb36-74d8-4fd3-a866-b16191b75c0f found for delete ", "request_id": "req-f1193c9d-fc8d-4a26-b56e-1970e69edb69"}]} [pid: 7|app: 0|req: 918/1946] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:38 2026] DELETE /v2.0/routers/a9a36e96-fd94-4f19-a815-83789fddaf69 => generated 0 bytes in 535 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1029/1947] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/networks?id=bfa6b502-3182-436c-99f8-aa56b8bde5f8 => generated 673 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1030/1948] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/quotas/5b23411cf2d1465c83b09afdb22c0f17 => generated 292 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1031/1949] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/ports?tenant_id=5b23411cf2d1465c83b09afdb22c0f17&fields=id => generated 57 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 919/1950] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:38 2026] DELETE /v2.0/subnets/baaa0328-1d91-4890-82b9-f86b079c86b5 => 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: 1032/1951] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/networks/bfa6b502-3182-436c-99f8-aa56b8bde5f8?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: 1033/1952] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:36:38 2026] GET /v2.0/networks/bfa6b502-3182-436c-99f8-aa56b8bde5f8?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: 920/1953] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:38 2026] DELETE /v2.0/subnets/c3f8421b-18f3-4ccb-8b01-6bceb420305c => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 921/1954] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:39 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 12 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:39.081 8 INFO neutron.services.segments.plugin [-] Segment 54343818-ebf1-47c5-a9f7-a24066da1f50 resource provider aggregate not found 2026-05-08 00:36:39.085 8 INFO neutron.services.segments.plugin [-] Segment 54343818-ebf1-47c5-a9f7-a24066da1f50 resource provider aggregate not found 2026-05-08 00:36:39.098 8 INFO neutron.services.segments.plugin [-] Segment 54343818-ebf1-47c5-a9f7-a24066da1f50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54343818-ebf1-47c5-a9f7-a24066da1f50 found for delete ", "request_id": "req-52aab06c-2436-48fa-812e-c9b6af97262d"}]} 2026-05-08 00:36:39.103 8 INFO neutron.services.segments.plugin [-] Segment 54343818-ebf1-47c5-a9f7-a24066da1f50 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 54343818-ebf1-47c5-a9f7-a24066da1f50 found for delete ", "request_id": "req-25452ba5-9485-4533-8b2f-f602302cea70"}]} [pid: 8|app: 0|req: 1034/1955] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:36:38 2026] DELETE /v2.0/networks/26b58b51-c4b5-49bb-94a3-66a6a8036ea8 => generated 0 bytes in 156 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 922/1956] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:36:39 2026] DELETE /v2.0/networks/2ceff9a1-aa2b-4af7-b15e-b7757dc687f3 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:36:39.303 8 INFO neutron.db.segments_db [None req-003e633d-b3eb-420f-b3d6-bb4ab4d8f99d 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Added segment 71cc01b8-739b-4d24-8b51-1d979c628f62 of type vxlan for network 6605108d-fc3e-4670-8aa8-c8e3a33d0662 [pid: 8|app: 0|req: 1035/1957] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:36:39 2026] POST /v2.0/networks => generated 634 bytes in 160 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 923/1958] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:39 2026] POST /v2.0/subnets => generated 646 bytes in 262 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:36:39.731 8 INFO neutron.db.segments_db [None req-e3c8ded1-c488-4be1-b65e-5a4f5ffe2744 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Added segment 89812cf1-e1d5-4442-97b7-b465caa263c4 of type vxlan for network 00fc8470-0898-4775-8832-92b8a8b559ad 2026-05-08 00:36:39.983 8 INFO neutron.db.l3_hamode_db [None req-e3c8ded1-c488-4be1-b65e-5a4f5ffe2744 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:36:40.112 8 INFO neutron.db.l3_hamode_db [None req-e3c8ded1-c488-4be1-b65e-5a4f5ffe2744 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 924/1959] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:40 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => 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: 925/1960] 10.0.0.21 () {34 vars in 989 bytes} [Fri May 8 00:36:40 2026] GET /v2.0/ports?device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 1465 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 926/1961] 10.0.0.21 () {34 vars in 1039 bytes} [Fri May 8 00:36:40 2026] GET /v2.0/security-groups?id=f6f75f91-2078-42a3-a78d-ab22a2cc88bc&fields=id&fields=name => generated 112 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:40.700 7 INFO neutron.services.segments.plugin [-] Segment 6ff0ad78-98b5-4c00-b068-a751680b7c96 resource provider aggregate not found [pid: 8|app: 0|req: 1036/1962] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:39 2026] POST /v2.0/routers => generated 511 bytes in 1029 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:36:40.706 7 INFO neutron.services.segments.plugin [-] Segment 6ff0ad78-98b5-4c00-b068-a751680b7c96 resource provider aggregate not found 2026-05-08 00:36:40.723 7 INFO neutron.services.segments.plugin [-] Segment 6ff0ad78-98b5-4c00-b068-a751680b7c96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ff0ad78-98b5-4c00-b068-a751680b7c96 found for delete ", "request_id": "req-94ad4a4d-0bca-4f6b-9cf3-29fbf18bbaf4"}]} 2026-05-08 00:36:40.728 7 INFO neutron.services.segments.plugin [-] Segment 6ff0ad78-98b5-4c00-b068-a751680b7c96 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6ff0ad78-98b5-4c00-b068-a751680b7c96 found for delete ", "request_id": "req-6c4a3a77-c100-4190-bfd5-25b55ee68747"}]} [pid: 7|app: 0|req: 927/1963] 10.0.0.129 () {34 vars in 665 bytes} [Fri May 8 00:36:40 2026] POST /v2.0/ports => generated 958 bytes in 281 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: 928/1964] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:41 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => 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: 1037/1965] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:36:40 2026] PUT /v2.0/routers/a718c8f3-8126-4322-9570-7a2c23ce0be3/add_router_interface => generated 309 bytes in 1065 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 929/1966] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:36:42 2026] GET /v2.0/ports/c5cd2708-4ad0-49d9-a9da-ac6ebae96caa => generated 1032 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 930/1967] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:42 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:42.439 8 INFO neutron_taas.services.taas.taas_plugin [None req-ab809062-9596-4024-8f50-ca9bce7eda6f 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] TaaS: Handle Delete Port: c5cd2708-4ad0-49d9-a9da-ac6ebae96caa 2026-05-08 00:36:42.443 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ab809062-9596-4024-8f50-ca9bce7eda6f 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Tap Mirror: Handle Delete Port: c5cd2708-4ad0-49d9-a9da-ac6ebae96caa [pid: 8|app: 0|req: 1038/1968] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:36:42 2026] PUT /v2.0/routers/a718c8f3-8126-4322-9570-7a2c23ce0be3/remove_router_interface => generated 309 bytes in 756 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:42.973 7 INFO neutron.api.v2.resource [None req-f1b31940-c7b2-4ca1-a7c3-78ea00abf4f2 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 7|app: 0|req: 931/1969] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:36:42 2026] PUT /v2.0/routers/a718c8f3-8126-4322-9570-7a2c23ce0be3/remove_router_interface => generated 197 bytes in 101 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: 1039/1970] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:36:42 2026] GET /v2.0/ports?device_id=a718c8f3-8126-4322-9570-7a2c23ce0be3 => generated 12 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:43.186 7 INFO neutron_taas.services.taas.taas_plugin [None req-fdc6e239-99cc-4607-8f61-1b2898c31f3d 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] TaaS: Handle Delete Port: c15541e8-95a2-490c-9dac-0df28e583776 2026-05-08 00:36:43.188 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fdc6e239-99cc-4607-8f61-1b2898c31f3d 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Tap Mirror: Handle Delete Port: c15541e8-95a2-490c-9dac-0df28e583776 [pid: 8|app: 0|req: 1040/1971] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:43 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:43.525 7 INFO neutron.services.segments.plugin [-] Segment 89812cf1-e1d5-4442-97b7-b465caa263c4 resource provider aggregate not found 2026-05-08 00:36:43.545 7 INFO neutron.db.l3_hamode_db [None req-fdc6e239-99cc-4607-8f61-1b2898c31f3d 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] HA network 00fc8470-0898-4775-8832-92b8a8b559ad was deleted as no HA routers are present in tenant f3d9e18374304d5194f8d54367590bbd. 2026-05-08 00:36:43.545 7 INFO neutron.services.segments.plugin [-] Segment 89812cf1-e1d5-4442-97b7-b465caa263c4 resource provider aggregate not found 2026-05-08 00:36:43.553 7 INFO neutron.services.segments.plugin [-] Segment 89812cf1-e1d5-4442-97b7-b465caa263c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89812cf1-e1d5-4442-97b7-b465caa263c4 found for delete ", "request_id": "req-b240723e-5468-40af-bba9-dfd0408305a3"}]} [pid: 7|app: 0|req: 932/1972] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:43 2026] DELETE /v2.0/routers/a718c8f3-8126-4322-9570-7a2c23ce0be3 => generated 0 bytes in 553 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:36:43.560 7 INFO neutron.services.segments.plugin [-] Segment 89812cf1-e1d5-4442-97b7-b465caa263c4 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 89812cf1-e1d5-4442-97b7-b465caa263c4 found for delete ", "request_id": "req-4259821d-1c8f-470e-9ab8-8e2b7584e0ec"}]} [pid: 7|app: 0|req: 933/1973] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:36:43 2026] GET /v2.0/networks?id=bfa6b502-3182-436c-99f8-aa56b8bde5f8 => generated 673 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 934/1974] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:36:43 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=5b23411cf2d1465c83b09afdb22c0f17 => generated 273 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1041/1975] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:43 2026] DELETE /v2.0/subnets/34b29e2c-4f22-4455-b0f6-9a7fcb3214fb => generated 0 bytes in 200 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:36:43.916 8 INFO neutron.services.segments.plugin [-] Segment 71cc01b8-739b-4d24-8b51-1d979c628f62 resource provider aggregate not found 2026-05-08 00:36:43.922 8 INFO neutron.services.segments.plugin [-] Segment 71cc01b8-739b-4d24-8b51-1d979c628f62 resource provider aggregate not found 2026-05-08 00:36:43.940 8 INFO neutron.services.segments.plugin [-] Segment 71cc01b8-739b-4d24-8b51-1d979c628f62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71cc01b8-739b-4d24-8b51-1d979c628f62 found for delete ", "request_id": "req-b37065f2-195e-4ab2-badd-cb802bb697ec"}]} 2026-05-08 00:36:43.952 8 INFO neutron.services.segments.plugin [-] Segment 71cc01b8-739b-4d24-8b51-1d979c628f62 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 71cc01b8-739b-4d24-8b51-1d979c628f62 found for delete ", "request_id": "req-c3474a8c-7fcc-490c-bcab-0b458ecc3cc3"}]} [pid: 8|app: 0|req: 1042/1976] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:36:43 2026] DELETE /v2.0/networks/6605108d-fc3e-4670-8aa8-c8e3a33d0662 => generated 0 bytes in 191 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:36:44.042 8 INFO neutron.db.segments_db [None req-c79ac645-7604-45f3-af28-6514720adfed 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Added segment c8b7274b-f786-4547-9e0b-985848196a5b of type vxlan for network 0440eeef-fb0e-4824-9bee-020e2f828e71 [pid: 7|app: 0|req: 935/1977] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:36:43 2026] POST /v2.0/ports => generated 993 bytes in 441 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1043/1978] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:36:43 2026] POST /v2.0/networks => generated 634 bytes in 191 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: 1044/1979] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:44 2026] POST /v2.0/subnets => generated 646 bytes in 223 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:36:44.434 8 INFO neutron.db.segments_db [None req-d783277e-9505-43c8-b3d5-43213e573e5a 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Added segment c7e1184d-10db-4187-acdf-3c4feee1fafd of type vxlan for network 57a314d2-37fb-40b9-8dd0-728d71541a01 [pid: 7|app: 0|req: 936/1980] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:36:44 2026] PUT /v2.0/ports/64e89221-16cf-481e-88df-c491ce416c1f => generated 1274 bytes in 414 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-08 00:36:44.608 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-7972207a-bdd9-4486-ad23-93cf9d492584'] response: {'name': 'network-changed', 'server_uuid': 'c41df26d-8ccf-493d-bf58-a4c5a6275d5a', 'tag': '64e89221-16cf-481e-88df-c491ce416c1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 937/1981] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:44 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1008 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 938/1982] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:36:44 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:44.685 8 INFO neutron.db.l3_hamode_db [None req-d783277e-9505-43c8-b3d5-43213e573e5a 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 939/1983] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:45 2026] GET /v2.0/ports?tenant_id=5b23411cf2d1465c83b09afdb22c0f17&device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1277 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 940/1984] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:36:45 2026] GET /v2.0/networks?tenant_id=5b23411cf2d1465c83b09afdb22c0f17&shared=False => generated 769 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:45.236 8 INFO neutron.db.l3_hamode_db [None req-d783277e-9505-43c8-b3d5-43213e573e5a 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 941/1985] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:36:45 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 942/1986] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:45 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1008 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 943/1987] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:36:45 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1045/1988] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:44 2026] POST /v2.0/routers => generated 510 bytes in 1472 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1046/1989] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:46 2026] GET /v2.0/ports?tenant_id=5b23411cf2d1465c83b09afdb22c0f17&device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1277 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1047/1990] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:36:46 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=64e89221-16cf-481e-88df-c491ce416c1f => 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: 1048/1991] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:36:46 2026] GET /v2.0/subnets?id=27988ef1-cbbc-4797-b5c7-b924535f0a42 => generated 691 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1049/1992] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:46 2026] GET /v2.0/ports?network_id=bfa6b502-3182-436c-99f8-aa56b8bde5f8&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1050/1993] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:36:46 2026] GET /v2.0/networks/bfa6b502-3182-436c-99f8-aa56b8bde5f8?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1051/1994] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:36:46 2026] GET /v2.0/networks/bfa6b502-3182-436c-99f8-aa56b8bde5f8?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: 944/1995] 10.0.0.129 () {34 vars in 783 bytes} [Fri May 8 00:36:45 2026] PUT /v2.0/routers/82c91cf3-dbeb-4f74-b374-73f6b1e4fcdf/add_router_interface => generated 309 bytes in 990 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1052/1996] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:46 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1008 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 945/1997] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:36:46 2026] GET /v2.0/ports/d77d33e3-2e24-4cc0-ad59-82ae748bad2c => generated 959 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1053/1998] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:36:46 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:47.273 7 INFO neutron_taas.services.taas.taas_plugin [None req-e02c9277-d8e9-4e9b-a0bc-523b8b0c5eed 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] TaaS: Handle Delete Port: d77d33e3-2e24-4cc0-ad59-82ae748bad2c 2026-05-08 00:36:47.276 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e02c9277-d8e9-4e9b-a0bc-523b8b0c5eed 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Tap Mirror: Handle Delete Port: d77d33e3-2e24-4cc0-ad59-82ae748bad2c [pid: 7|app: 0|req: 946/1999] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:36:46 2026] PUT /v2.0/routers/82c91cf3-dbeb-4f74-b374-73f6b1e4fcdf/remove_router_interface => generated 309 bytes in 740 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1054/2000] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:36:47 2026] GET /v2.0/ports?device_id=82c91cf3-dbeb-4f74-b374-73f6b1e4fcdf => generated 12 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:47.863 7 INFO neutron_taas.services.taas.taas_plugin [None req-355a33a4-74f8-46c8-af2a-ced33267c3ba 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] TaaS: Handle Delete Port: b711a20b-34ff-485d-8a9f-b19e82ed1e8e 2026-05-08 00:36:47.866 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-355a33a4-74f8-46c8-af2a-ced33267c3ba 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Tap Mirror: Handle Delete Port: b711a20b-34ff-485d-8a9f-b19e82ed1e8e [pid: 8|app: 0|req: 1055/2001] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:48 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1008 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1056/2002] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:36:48 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:48.500 7 INFO neutron.services.segments.plugin [-] Segment c7e1184d-10db-4187-acdf-3c4feee1fafd resource provider aggregate not found 2026-05-08 00:36:48.508 7 INFO neutron.services.segments.plugin [-] Segment c7e1184d-10db-4187-acdf-3c4feee1fafd resource provider aggregate not found 2026-05-08 00:36:48.524 7 INFO neutron.services.segments.plugin [-] Segment c7e1184d-10db-4187-acdf-3c4feee1fafd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7e1184d-10db-4187-acdf-3c4feee1fafd found for delete ", "request_id": "req-f6c28ad5-196f-4cd0-93fc-0df914ea555c"}]} 2026-05-08 00:36:48.527 7 INFO neutron.services.segments.plugin [-] Segment c7e1184d-10db-4187-acdf-3c4feee1fafd resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c7e1184d-10db-4187-acdf-3c4feee1fafd found for delete ", "request_id": "req-fc769a7e-aefe-4fdd-8307-adc2f9827701"}]} 2026-05-08 00:36:48.537 7 INFO neutron.db.l3_hamode_db [None req-355a33a4-74f8-46c8-af2a-ced33267c3ba 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] HA network 57a314d2-37fb-40b9-8dd0-728d71541a01 was deleted as no HA routers are present in tenant f3d9e18374304d5194f8d54367590bbd. [pid: 7|app: 0|req: 947/2003] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:47 2026] DELETE /v2.0/routers/82c91cf3-dbeb-4f74-b374-73f6b1e4fcdf => generated 0 bytes in 826 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1057/2004] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:48 2026] DELETE /v2.0/subnets/4e67ccec-f8d7-4694-a4a3-2817794a7ebc => generated 0 bytes in 117 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 948/2005] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:36:48 2026] DELETE /v2.0/networks/0440eeef-fb0e-4824-9bee-020e2f828e71 => generated 0 bytes in 134 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:36:48.864 8 INFO neutron.db.segments_db [None req-6e4522cc-5cdc-4837-95e3-7995c440da94 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Added segment 39a2fa27-bc01-4990-be16-f816e5e2b255 of type vxlan for network d38087b1-bc63-4f1b-ad89-5c0f293b5049 2026-05-08 00:36:49.132 8 INFO neutron.db.l3_hamode_db [None req-6e4522cc-5cdc-4837-95e3-7995c440da94 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 949/2006] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:49 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1008 bytes in 95 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 950/2007] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:36:49 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 951/2008] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:36:49 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1279 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 952/2009] 199.19.213.179 () {34 vars in 1124 bytes} [Fri May 8 00:36:49 2026] GET /v2.0/security-groups?id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&id=b39c26c5-acb6-4be7-9955-2042d0ee901c&fields=id&fields=name => generated 206 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:49.955 8 INFO neutron.db.l3_hamode_db [None req-6e4522cc-5cdc-4837-95e3-7995c440da94 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 955/2012] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:50 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1010 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 956/2013] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:36:50 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:50.551 7 INFO neutron.services.segments.plugin [-] Segment c8b7274b-f786-4547-9e0b-985848196a5b resource provider aggregate not found 2026-05-08 00:36:50.551 7 INFO neutron.services.segments.plugin [-] Segment c8b7274b-f786-4547-9e0b-985848196a5b resource provider aggregate not found 2026-05-08 00:36:50.569 7 INFO neutron.services.segments.plugin [-] Segment c8b7274b-f786-4547-9e0b-985848196a5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b7274b-f786-4547-9e0b-985848196a5b found for delete ", "request_id": "req-439bc795-442c-45ae-b3d9-e7ccb976c814"}]} 2026-05-08 00:36:50.570 7 INFO neutron.services.segments.plugin [-] Segment c8b7274b-f786-4547-9e0b-985848196a5b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c8b7274b-f786-4547-9e0b-985848196a5b found for delete ", "request_id": "req-9549c231-2f53-4e7b-b930-1120e2b37b36"}]} [pid: 8|app: 0|req: 1058/2014] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:36:48 2026] POST /v2.0/routers => generated 692 bytes in 2041 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 957/2015] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:36:50 2026] GET /v2.0/routers/516f428a-c886-4e2d-8232-e2d7709b9a1a => generated 698 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1059/2016] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:36:50 2026] GET /v2.0/routers => generated 701 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 958/2017] 10.0.0.129 () {34 vars in 741 bytes} [Fri May 8 00:36:51 2026] PUT /v2.0/routers/516f428a-c886-4e2d-8232-e2d7709b9a1a => generated 705 bytes in 417 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1060/2018] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:36:51 2026] GET /v2.0/routers/516f428a-c886-4e2d-8232-e2d7709b9a1a => generated 705 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 959/2019] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:36:51 2026] GET /v2.0/ports?device_id=516f428a-c886-4e2d-8232-e2d7709b9a1a => 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: 960/2020] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:51 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1010 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 961/2021] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:36:51 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:36:51.785 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3e3d2cf-d287-409b-9e08-7da022d4f1c1 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] TaaS: Handle Delete Port: 2e96631f-53c6-431e-ab53-a9bce78e0f2e 2026-05-08 00:36:51.788 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3e3d2cf-d287-409b-9e08-7da022d4f1c1 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Tap Mirror: Handle Delete Port: 2e96631f-53c6-431e-ab53-a9bce78e0f2e 2026-05-08 00:36:52.059 8 INFO neutron_taas.services.taas.taas_plugin [None req-c3e3d2cf-d287-409b-9e08-7da022d4f1c1 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] TaaS: Handle Delete Port: 27683fde-f9d3-4ba2-bcb2-a8e218f312cd 2026-05-08 00:36:52.063 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c3e3d2cf-d287-409b-9e08-7da022d4f1c1 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] Tap Mirror: Handle Delete Port: 27683fde-f9d3-4ba2-bcb2-a8e218f312cd 2026-05-08 00:36:52.411 8 INFO neutron.services.segments.plugin [-] Segment 39a2fa27-bc01-4990-be16-f816e5e2b255 resource provider aggregate not found 2026-05-08 00:36:52.422 8 INFO neutron.services.segments.plugin [-] Segment 39a2fa27-bc01-4990-be16-f816e5e2b255 resource provider aggregate not found 2026-05-08 00:36:52.431 8 INFO neutron.services.segments.plugin [-] Segment 39a2fa27-bc01-4990-be16-f816e5e2b255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a2fa27-bc01-4990-be16-f816e5e2b255 found for delete ", "request_id": "req-aba6f02c-e1a7-44e2-96eb-60e6874e112e"}]} 2026-05-08 00:36:52.444 8 INFO neutron.services.segments.plugin [-] Segment 39a2fa27-bc01-4990-be16-f816e5e2b255 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 39a2fa27-bc01-4990-be16-f816e5e2b255 found for delete ", "request_id": "req-006f597b-d690-4853-9b30-a1f5ed37a5bc"}]} 2026-05-08 00:36:52.449 8 INFO neutron.db.l3_hamode_db [None req-c3e3d2cf-d287-409b-9e08-7da022d4f1c1 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] HA network d38087b1-bc63-4f1b-ad89-5c0f293b5049 was deleted as no HA routers are present in tenant f3d9e18374304d5194f8d54367590bbd. [pid: 8|app: 0|req: 1061/2022] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:51 2026] DELETE /v2.0/routers/516f428a-c886-4e2d-8232-e2d7709b9a1a => generated 0 bytes in 912 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 962/2023] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:36:52 2026] GET /v2.0/ports?device_id=516f428a-c886-4e2d-8232-e2d7709b9a1a => generated 12 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:52.504 8 INFO neutron.api.v2.resource [None req-8f5a65eb-8e43-46c2-bb40-a60b1bc07c1d 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1062/2024] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:52 2026] DELETE /v2.0/routers/516f428a-c886-4e2d-8232-e2d7709b9a1a => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 963/2025] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:36:52 2026] GET /v2.0/ports?device_id=82c91cf3-dbeb-4f74-b374-73f6b1e4fcdf => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:52.557 8 INFO neutron.api.v2.resource [None req-526c01bf-8313-464b-8a46-e272d0cf79da 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1063/2026] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:52 2026] DELETE /v2.0/routers/82c91cf3-dbeb-4f74-b374-73f6b1e4fcdf => generated 135 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:36:52.577 7 INFO neutron.pecan_wsgi.hooks.translation [None req-ae215397-4e8d-47fa-8cf8-7a664a41444a 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 964/2027] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:52 2026] DELETE /v2.0/subnets/4e67ccec-f8d7-4694-a4a3-2817794a7ebc => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1064/2028] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:36:52 2026] GET /v2.0/ports?device_id=a718c8f3-8126-4322-9570-7a2c23ce0be3 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:52.640 7 INFO neutron.api.v2.resource [None req-d03ab436-5e23-473b-a643-c5581b70019a 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 965/2029] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:52 2026] DELETE /v2.0/routers/a718c8f3-8126-4322-9570-7a2c23ce0be3 => generated 135 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:36:52.671 8 INFO neutron.pecan_wsgi.hooks.translation [None req-e2b005f1-1622-4109-ae7d-f5b67825c2e8 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1065/2030] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:52 2026] DELETE /v2.0/subnets/34b29e2c-4f22-4455-b0f6-9a7fcb3214fb => generated 136 bytes in 27 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 966/2031] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:36:52 2026] GET /v2.0/ports?device_id=a9a36e96-fd94-4f19-a815-83789fddaf69 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:36:52.723 8 INFO neutron.api.v2.resource [None req-abecad4c-3dc2-4b24-98c8-f64ee2e51af2 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1066/2032] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:52 2026] DELETE /v2.0/routers/a9a36e96-fd94-4f19-a815-83789fddaf69 => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:36:52.753 7 INFO neutron.pecan_wsgi.hooks.translation [None req-e5674026-46b3-4df1-80a8-5dd879634d49 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 967/2033] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:52 2026] DELETE /v2.0/subnets/baaa0328-1d91-4890-82b9-f86b079c86b5 => generated 136 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:36:52.781 7 INFO neutron.pecan_wsgi.hooks.translation [None req-8e66a0ad-4f0f-4c34-8be9-e38feea9013a 87c657d42ad74cf8b520a5d4e9aa74e6 f3d9e18374304d5194f8d54367590bbd - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 968/2034] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:36:52 2026] DELETE /v2.0/subnets/c3f8421b-18f3-4ccb-8b01-6bceb420305c => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1067/2035] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:52 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1010 bytes in 86 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 969/2036] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:36:52 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1068/2037] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:36:52 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1010 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:53.362 7 INFO neutron.db.l3_db [None req-db359c41-c10f-4ee7-bdac-a1e604e87227 3ecf8f73bd2b475a9d7b8543a857f631 5b23411cf2d1465c83b09afdb22c0f17 - - default default] Floating IP 769e1bf9-aab9-43c6-9889-94ff887083df associated. External IP: 10.96.250.205, port: 64e89221-16cf-481e-88df-c491ce416c1f. [pid: 8|app: 0|req: 1069/2038] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:53 2026] GET /v2.0/security-groups?tenant_id=f3d9e18374304d5194f8d54367590bbd&name=default => generated 2925 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 970/2039] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:36:52 2026] PUT /v2.0/floatingips/769e1bf9-aab9-43c6-9889-94ff887083df => generated 855 bytes in 653 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1070/2040] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:53 2026] DELETE /v2.0/security-groups/89524766-9b8e-4293-a65b-101c9fdea699 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:36:53.696 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-534a39b4-f83f-4c13-b375-a8b7b06a7b6c'] response: {'name': 'network-changed', 'server_uuid': 'c41df26d-8ccf-493d-bf58-a4c5a6275d5a', 'tag': '64e89221-16cf-481e-88df-c491ce416c1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 971/2041] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:36:54 2026] GET /v2.0/ports?tenant_id=5b23411cf2d1465c83b09afdb22c0f17&device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1279 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1071/2042] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:36:54 2026] GET /v2.0/networks?id=bfa6b502-3182-436c-99f8-aa56b8bde5f8 => 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: 972/2043] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:36:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.9&port_id=64e89221-16cf-481e-88df-c491ce416c1f => generated 858 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1072/2044] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:36:54 2026] GET /v2.0/subnets?id=27988ef1-cbbc-4797-b5c7-b924535f0a42 => generated 691 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 973/2045] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:36:54 2026] GET /v2.0/ports?network_id=bfa6b502-3182-436c-99f8-aa56b8bde5f8&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1073/2046] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:36:54 2026] GET /v2.0/networks/bfa6b502-3182-436c-99f8-aa56b8bde5f8?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: 974/2047] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:36:54 2026] GET /v2.0/networks/bfa6b502-3182-436c-99f8-aa56b8bde5f8?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1074/2048] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:36:55 2026] POST /v2.0/security-groups => generated 1625 bytes in 376 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 975/2049] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:36:55 2026] GET /v2.0/security-groups => generated 4530 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1075/2050] 10.0.0.129 () {34 vars in 758 bytes} [Fri May 8 00:36:55 2026] PUT /v2.0/security-groups/a9004753-9e1c-4319-b698-21a5eb51531c => generated 1663 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 976/2051] 10.0.0.129 () {32 vars in 737 bytes} [Fri May 8 00:36:55 2026] GET /v2.0/security-groups/a9004753-9e1c-4319-b698-21a5eb51531c => generated 1663 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1076/2052] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:55 2026] DELETE /v2.0/security-groups/a9004753-9e1c-4319-b698-21a5eb51531c => 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: 977/2053] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:36:56 2026] GET /v2.0/security-groups => generated 2925 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:36:56.098 8 INFO neutron.api.v2.resource [None req-db535841-cb55-41fa-b80e-4318a4e10a78 d76701e3bbb84ab4a4f8bdee33d276eb b37845a85deb490a826e0a73352ade99 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1077/2054] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:56 2026] DELETE /v2.0/security-groups/a9004753-9e1c-4319-b698-21a5eb51531c => 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: 1078/2055] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:36:56 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 978/2056] 10.0.0.129 () {34 vars in 684 bytes} [Fri May 8 00:36:56 2026] POST /v2.0/security-groups => generated 1625 bytes in 130 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1079/2057] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:56 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: 7|app: 0|req: 979/2058] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:36:56 2026] GET /v2.0/security-group-rules/5cce60af-828f-4a46-b704-bab2789291c8 => generated 601 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1080/2059] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:36:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 980/2060] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:36:56 2026] DELETE /v2.0/security-group-rules/5cce60af-828f-4a46-b704-bab2789291c8 => 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: 1081/2061] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:36:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 981/2062] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:56 2026] POST /v2.0/security-group-rules => generated 601 bytes in 114 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1082/2063] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:36:56 2026] GET /v2.0/security-group-rules/9ede9764-7077-405a-97da-d42e7b4a4333 => generated 601 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 982/2064] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:36:56 2026] GET /v2.0/security-group-rules => generated 4138 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1083/2065] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:36:56 2026] DELETE /v2.0/security-group-rules/9ede9764-7077-405a-97da-d42e7b4a4333 => 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: 983/2066] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:36:56 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1084/2067] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:36:56 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: 984/2068] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:36:57 2026] GET /v2.0/security-group-rules/208bd7f3-2823-4579-a9a0-ae08e296755c => generated 602 bytes in 17 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1085/2069] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:36:57 2026] GET /v2.0/security-group-rules => generated 4139 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 985/2070] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:36:57 2026] DELETE /v2.0/security-group-rules/208bd7f3-2823-4579-a9a0-ae08e296755c => generated 0 bytes in 64 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1086/2071] 10.0.0.129 () {32 vars in 673 bytes} [Fri May 8 00:36:57 2026] GET /v2.0/security-group-rules => generated 3560 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 986/2072] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:57 2026] DELETE /v2.0/security-groups/2aa85b3e-3ce4-492a-8b93-444f3d630735 => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1087/2073] 10.0.0.135 () {30 vars in 690 bytes} [Fri May 8 00:36:57 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1088/2074] 10.0.0.135 () {30 vars in 692 bytes} [Fri May 8 00:36:57 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: 1089/2075] 10.0.0.135 () {30 vars in 668 bytes} [Fri May 8 00:36:57 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 987/2076] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:36:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1090/2077] 10.0.0.135 () {30 vars in 704 bytes} [Fri May 8 00:36:57 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: 988/2078] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:36:57 2026] GET /v2.0/security-groups => generated 2925 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 989/2079] 10.0.0.135 () {28 vars in 439 bytes} [Fri May 8 00:36:57 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 990/2080] 10.0.0.135 () {30 vars in 728 bytes} [Fri May 8 00:36:57 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 656 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 991/2081] 10.0.0.135 () {30 vars in 690 bytes} [Fri May 8 00:36: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: 7|app: 0|req: 992/2082] 10.0.0.135 () {30 vars in 692 bytes} [Fri May 8 00:36: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: 993/2083] 10.0.0.135 () {30 vars in 668 bytes} [Fri May 8 00:36:58 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: 994/2084] 10.0.0.135 () {30 vars in 704 bytes} [Fri May 8 00:36:58 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: 1091/2085] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:36:57 2026] GET /v2.0/security-groups?tenant_id=b37845a85deb490a826e0a73352ade99&name=default => generated 2925 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 995/2086] 10.0.0.135 () {30 vars in 728 bytes} [Fri May 8 00:36:58 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1092/2087] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:36:58 2026] DELETE /v2.0/security-groups/cd53b530-4280-409d-abbf-cb1bd0485a5a => 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: 996/2088] 10.0.0.135 () {30 vars in 690 bytes} [Fri May 8 00:36:58 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1093/2089] 10.0.0.135 () {30 vars in 692 bytes} [Fri May 8 00:36:58 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 997/2090] 10.0.0.135 () {30 vars in 668 bytes} [Fri May 8 00:36:58 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1094/2091] 10.0.0.135 () {30 vars in 704 bytes} [Fri May 8 00:36:58 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 998/2092] 10.0.0.135 () {30 vars in 730 bytes} [Fri May 8 00:36:58 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43 => generated 800 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1095/2093] 10.0.0.135 () {30 vars in 682 bytes} [Fri May 8 00:36:58 2026] GET /v2.0/extensions/project-id => generated 204 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 999/2094] 10.0.0.135 () {34 vars in 704 bytes} [Fri May 8 00:36:58 2026] POST /v2.0/ports => generated 1128 bytes in 384 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1096/2095] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:37:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 125 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: 1000/2096] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:37:01 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: 1097/2097] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:37:01 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: 1001/2098] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:37:01 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: 1098/2099] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:37:01 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => 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: 1002/2100] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:37:02 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: 1099/2101] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:37:02 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: 1003/2102] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:37:02 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: 1100/2103] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:37:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:37:02.167 7 INFO neutron.api.v2.resource [None req-4926e7ec-c9d4-4bc2-9f2c-eb60db55ae6b 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1004/2104] 199.19.213.179 () {30 vars in 763 bytes} [Fri May 8 00:37:02 2026] GET /v2.0/security-groups/lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1101/2105] 199.19.213.179 () {30 vars in 785 bytes} [Fri May 8 00:37:02 2026] GET /v2.0/security-groups?name=lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 23 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1005/2106] 199.19.213.179 () {34 vars in 736 bytes} [Fri May 8 00:37:02 2026] POST /v2.0/security-groups => generated 1636 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1102/2107] 199.19.213.179 () {30 vars in 815 bytes} [Fri May 8 00:37:02 2026] GET /v2.0/security-group-rules?security_group_id=ea128cbc-4492-4368-a948-d20b64bb7ae3 => generated 1182 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1006/2108] 199.19.213.179 () {34 vars in 789 bytes} [Fri May 8 00:37:02 2026] PUT /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 219 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/2109] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:37:02 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: 1008/2110] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:37:02 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: 1009/2111] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:37:02 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1010/2112] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:37:02 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1103/2113] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:02 2026] GET /v2.0/security-groups?tenant_id=815a16d754114a718ec59e92c5486a56&name=default => generated 2925 bytes in 242 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1011/2114] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:37:02 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1104/2115] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:02 2026] DELETE /v2.0/security-groups/5ee7990b-ccbd-4f23-95c1-0acd584732a0 => 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: 1012/2116] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:02 2026] GET /v2.0/security-groups?tenant_id=9025e0202bf440478e18309f9df3d0b4&name=default => generated 2925 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1105/2117] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:03 2026] DELETE /v2.0/security-groups/2b607a0a-c996-4c1f-9af9-7a4720d1dd4e => 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: 1107/2120] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:06 2026] GET /v2.0/security-groups?tenant_id=d551b41d74334d1fa668c696d0fa9b01&name=default => generated 2925 bytes in 311 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1014/2121] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:06 2026] DELETE /v2.0/security-groups/99eae43d-879f-40ed-a346-efd43e2789c8 => 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: 1108/2122] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:07 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1010 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1015/2123] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:37:07 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1109/2124] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:37:07 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1279 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1016/2125] 10.0.0.129 () {32 vars in 858 bytes} [Fri May 8 00:37:07 2026] GET /v2.0/floatingips?floating_network_id=2eb7a8ad-e559-4627-8fb7-38efd842a8a9&port_id=64e89221-16cf-481e-88df-c491ce416c1f => generated 860 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1110/2126] 10.0.0.21 () {34 vars in 989 bytes} [Fri May 8 00:37:09 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1279 bytes in 110 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1017/2127] 10.0.0.21 () {34 vars in 1119 bytes} [Fri May 8 00:37:09 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1111/2128] 10.0.0.179 () {34 vars in 1016 bytes} [Fri May 8 00:37:10 2026] GET /v2.0/security-groups?id=b80b4d69-de8b-4f42-8f73-dc8c66d759e5&fields=id => generated 69 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1018/2129] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:37:10 2026] GET /v2.0/networks?id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => generated 734 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1112/2130] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:37:10 2026] GET /v2.0/quotas/8724713e68e4483aa536cc3308e63f12 => generated 291 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1019/2131] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:37:11 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&fields=id => generated 149 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1113/2132] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:37:11 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1020/2133] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:37:11 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1114/2134] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:11 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => 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: 1021/2135] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:11 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => 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: 1115/2136] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:12 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1010 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1022/2137] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:37:12 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1116/2138] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:13 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1010 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1023/2139] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:37:13 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1117/2140] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:14 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => 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: 1118/2141] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:14 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => 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: 1024/2142] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:14 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1010 bytes in 91 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1119/2143] 10.0.0.179 () {34 vars in 1120 bytes} [Fri May 8 00:37:14 2026] GET /v2.0/security-groups?id=b39c26c5-acb6-4be7-9955-2042d0ee901c&id=ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209&fields=id&fields=name => generated 206 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1025/2144] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:37:14 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 1010 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:37:14.949 8 INFO neutron_taas.services.taas.taas_plugin [req-43621fd2-f4ac-4f72-a307-5405e3da4989 req-3b6d6fe3-3bde-474d-a873-8c80ade1e756 3ecf8f73bd2b475a9d7b8543a857f631 5b23411cf2d1465c83b09afdb22c0f17 - - default default] TaaS: Handle Delete Port: 64e89221-16cf-481e-88df-c491ce416c1f 2026-05-08 00:37:14.953 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-43621fd2-f4ac-4f72-a307-5405e3da4989 req-3b6d6fe3-3bde-474d-a873-8c80ade1e756 3ecf8f73bd2b475a9d7b8543a857f631 5b23411cf2d1465c83b09afdb22c0f17 - - default default] Tap Mirror: Handle Delete Port: 64e89221-16cf-481e-88df-c491ce416c1f 2026-05-08 00:37:15.099 8 INFO neutron.db.l3_db [req-43621fd2-f4ac-4f72-a307-5405e3da4989 req-3b6d6fe3-3bde-474d-a873-8c80ade1e756 3ecf8f73bd2b475a9d7b8543a857f631 5b23411cf2d1465c83b09afdb22c0f17 - - default default] Floating IP 769e1bf9-aab9-43c6-9889-94ff887083df disassociated. External IP: 10.96.250.205, port: 64e89221-16cf-481e-88df-c491ce416c1f. [pid: 8|app: 0|req: 1120/2145] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:37:14 2026] DELETE /v2.0/ports/64e89221-16cf-481e-88df-c491ce416c1f => generated 0 bytes in 602 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:37:15.453 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-e9d07500-dabe-4c54-9406-8f02649e4698'] response: {'server_uuid': 'c41df26d-8ccf-493d-bf58-a4c5a6275d5a', 'name': 'network-vif-deleted', 'tag': '64e89221-16cf-481e-88df-c491ce416c1f', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1026/2146] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:37:15 2026] GET /v2.0/networks?id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3 => generated 734 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1121/2147] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:15 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => 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: 1027/2148] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:37:15 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=8724713e68e4483aa536cc3308e63f12 => generated 343 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1122/2149] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:37:15 2026] POST /v2.0/ports => generated 1078 bytes in 278 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1028/2150] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:37:16 2026] PUT /v2.0/ports/283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 => generated 1239 bytes in 402 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:37:16.656 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-70767fe3-341d-4588-9ae4-3f1558b2efe1'] response: {'name': 'network-changed', 'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'tag': '283dd2b2-1fe9-4ec4-a05f-c959d1d9c854', '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: 1123/2151] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:16 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => generated 12 bytes in 31 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: 1029/2152] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:37:17 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1242 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1124/2153] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:37:17 2026] GET /v2.0/networks?tenant_id=8724713e68e4483aa536cc3308e63f12&shared=False => generated 734 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1030/2154] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:37:17 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1125/2155] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:17 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1242 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1031/2156] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:17 2026] GET /v2.0/security-groups?id=b80b4d69-de8b-4f42-8f73-dc8c66d759e5&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: 8|app: 0|req: 1126/2157] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:17 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1242 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1032/2158] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:18 2026] GET /v2.0/ports?device_id=c41df26d-8ccf-493d-bf58-a4c5a6275d5a => 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: 1127/2159] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:37:18 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => 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: 1033/2160] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:37:18 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.70&port_id=283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 => 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: 1128/2161] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:37:18 2026] GET /v2.0/subnets?id=89ae1107-facc-436e-992b-75ea2f68cde1 => 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: 1034/2162] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:37:18 2026] GET /v2.0/ports?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3&device_owner=network%3Adhcp => generated 1244 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1129/2163] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:37:18 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1035/2164] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:37:18 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1130/2165] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:19 2026] DELETE /v2.0/security-groups/b39c26c5-acb6-4be7-9955-2042d0ee901c => generated 0 bytes in 109 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:37:19.321 7 INFO neutron.api.v2.resource [None req-0414787c-d6b2-4a4c-9526-5eb9086abd66 3ecf8f73bd2b475a9d7b8543a857f631 5b23411cf2d1465c83b09afdb22c0f17 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1036/2166] 10.0.0.129 () {32 vars in 737 bytes} [Fri May 8 00:37:19 2026] GET /v2.0/security-groups/b39c26c5-acb6-4be7-9955-2042d0ee901c => generated 146 bytes in 11 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:37:19.431 8 INFO neutron_taas.services.taas.taas_plugin [None req-46743cb6-b0e5-46b3-abdc-d37c46857103 3ecf8f73bd2b475a9d7b8543a857f631 5b23411cf2d1465c83b09afdb22c0f17 - - default default] TaaS: Handle Delete Port: 2dc18551-7fdc-40a0-8e99-c2fcba21790e 2026-05-08 00:37:19.435 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-46743cb6-b0e5-46b3-abdc-d37c46857103 3ecf8f73bd2b475a9d7b8543a857f631 5b23411cf2d1465c83b09afdb22c0f17 - - default default] Tap Mirror: Handle Delete Port: 2dc18551-7fdc-40a0-8e99-c2fcba21790e [pid: 8|app: 0|req: 1131/2167] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:37:19 2026] DELETE /v2.0/floatingips/769e1bf9-aab9-43c6-9889-94ff887083df => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1037/2168] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:19 2026] DELETE /v2.0/security-groups/ba7f2767-2651-4fc5-b7c3-e0ce3dbe7209 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:37:20.215 8 INFO neutron_taas.services.taas.taas_plugin [None req-216baed6-ccd4-41bb-8424-ed7a439833a2 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 8cb0a861-9a64-40d5-a885-9216ec575e0e 2026-05-08 00:37:20.218 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-216baed6-ccd4-41bb-8424-ed7a439833a2 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 8cb0a861-9a64-40d5-a885-9216ec575e0e [pid: 7|app: 0|req: 1038/2169] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:19 2026] GET /v2.0/security-groups?tenant_id=f1de7299a9ac4fde8390c5611991e2c8&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1039/2170] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:20 2026] DELETE /v2.0/security-groups/f4d00d74-88b0-4496-a3ef-9b7c8af96f66 => 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: 1042/2173] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:20 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => 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: 1043/2174] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:20 2026] GET /v2.0/security-groups?id=b80b4d69-de8b-4f42-8f73-dc8c66d759e5&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: 1044/2175] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:20 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1242 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1132/2176] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:37:19 2026] PUT /v2.0/routers/280bd5e4-22db-40e7-a62d-cc5d140817fc/remove_router_interface => generated 309 bytes in 1021 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1045/2177] 10.0.0.21 () {34 vars in 989 bytes} [Fri May 8 00:37:20 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 1240 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1046/2178] 10.0.0.21 () {34 vars in 1039 bytes} [Fri May 8 00:37:20 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&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-08 00:37:21.095 8 INFO neutron_taas.services.taas.taas_plugin [None req-0eadb5a6-ceb2-41c8-b852-0c05e099344a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 4113d463-cc13-4e85-9f47-50971d86b91c 2026-05-08 00:37:21.099 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0eadb5a6-ceb2-41c8-b852-0c05e099344a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 4113d463-cc13-4e85-9f47-50971d86b91c 2026-05-08 00:37:21.354 8 INFO neutron_taas.services.taas.taas_plugin [None req-0eadb5a6-ceb2-41c8-b852-0c05e099344a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: d16e63e7-7086-4a49-87a4-e5971c809fcf 2026-05-08 00:37:21.357 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-0eadb5a6-ceb2-41c8-b852-0c05e099344a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: d16e63e7-7086-4a49-87a4-e5971c809fcf 2026-05-08 00:37:21.674 8 INFO neutron.services.segments.plugin [-] Segment 9a3b2330-30c6-4ca3-9efb-60dfce2c479a resource provider aggregate not found 2026-05-08 00:37:21.680 8 INFO neutron.services.segments.plugin [-] Segment 9a3b2330-30c6-4ca3-9efb-60dfce2c479a resource provider aggregate not found 2026-05-08 00:37:21.695 8 INFO neutron.services.segments.plugin [-] Segment 9a3b2330-30c6-4ca3-9efb-60dfce2c479a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a3b2330-30c6-4ca3-9efb-60dfce2c479a found for delete ", "request_id": "req-e3a58605-7ab7-4ffe-8350-38b976a63cb6"}]} 2026-05-08 00:37:21.703 8 INFO neutron.services.segments.plugin [-] Segment 9a3b2330-30c6-4ca3-9efb-60dfce2c479a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 9a3b2330-30c6-4ca3-9efb-60dfce2c479a found for delete ", "request_id": "req-0a44194d-05aa-49cc-a461-68fcf54d0ffe"}]} 2026-05-08 00:37:21.712 8 INFO neutron.db.l3_hamode_db [None req-0eadb5a6-ceb2-41c8-b852-0c05e099344a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network fa32a40b-ae93-4c8b-bc48-834b57c7e1c6 was deleted as no HA routers are present in tenant 5b23411cf2d1465c83b09afdb22c0f17. [pid: 8|app: 0|req: 1133/2179] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:37:20 2026] DELETE /v2.0/routers/280bd5e4-22db-40e7-a62d-cc5d140817fc => generated 0 bytes in 902 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1047/2180] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:37:21 2026] DELETE /v2.0/subnets/27988ef1-cbbc-4797-b5c7-b924535f0a42 => generated 0 bytes in 206 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:37:22.043 8 INFO neutron_taas.services.taas.taas_plugin [None req-71612fd4-e94a-48cf-80ba-bb45c445c816 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 57cdd34d-3b9d-40e0-ac57-dd0370b7a4c8 2026-05-08 00:37:22.046 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-71612fd4-e94a-48cf-80ba-bb45c445c816 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 57cdd34d-3b9d-40e0-ac57-dd0370b7a4c8 [pid: 8|app: 0|req: 1134/2181] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:21 2026] DELETE /v2.0/networks/bfa6b502-3182-436c-99f8-aa56b8bde5f8 => generated 0 bytes in 312 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:37:22.712 7 INFO neutron_taas.services.taas.taas_plugin [None req-830b14f1-b63a-4ac7-8191-fc79709320b5 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: ded73f57-5617-481d-9056-b54f7294bfd7 2026-05-08 00:37:22.716 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-830b14f1-b63a-4ac7-8191-fc79709320b5 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: ded73f57-5617-481d-9056-b54f7294bfd7 [pid: 8|app: 0|req: 1135/2182] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:37:22 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1244 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1136/2183] 199.19.213.179 () {34 vars in 1044 bytes} [Fri May 8 00:37:22 2026] GET /v2.0/security-groups?id=b80b4d69-de8b-4f42-8f73-dc8c66d759e5&fields=id&fields=name => generated 96 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1137/2184] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:23 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1048/2185] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:37:22 2026] PUT /v2.0/routers/0366c03e-37f7-466e-9479-20cc04903eaf/remove_router_interface => generated 309 bytes in 1038 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1138/2186] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:23 2026] GET /v2.0/security-groups?id=b80b4d69-de8b-4f42-8f73-dc8c66d759e5&fields=id&fields=name => generated 96 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1139/2187] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:23 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1244 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:37:23.498 7 INFO neutron_taas.services.taas.taas_plugin [None req-5718e3c5-719d-4c24-9461-5d0873c843a8 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: cd3b92f2-58be-4baa-bcde-af5c28230f4c 2026-05-08 00:37:23.501 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5718e3c5-719d-4c24-9461-5d0873c843a8 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: cd3b92f2-58be-4baa-bcde-af5c28230f4c 2026-05-08 00:37:23.725 8 INFO neutron.services.segments.plugin [-] Segment 882fb9fb-1e7c-4d88-b27d-692d540865ee resource provider aggregate not found 2026-05-08 00:37:23.740 8 INFO neutron.services.segments.plugin [-] Segment 882fb9fb-1e7c-4d88-b27d-692d540865ee resource provider aggregate not found 2026-05-08 00:37:23.751 8 INFO neutron.services.segments.plugin [-] Segment 882fb9fb-1e7c-4d88-b27d-692d540865ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882fb9fb-1e7c-4d88-b27d-692d540865ee found for delete ", "request_id": "req-1639c302-dac7-48c3-8f95-b5675e2d1e0c"}]} 2026-05-08 00:37:23.763 8 INFO neutron.services.segments.plugin [-] Segment 882fb9fb-1e7c-4d88-b27d-692d540865ee resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 882fb9fb-1e7c-4d88-b27d-692d540865ee found for delete ", "request_id": "req-86a2d8c3-076c-43b0-98b8-779c1058075f"}]} 2026-05-08 00:37:23.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-5718e3c5-719d-4c24-9461-5d0873c843a8 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 763858fc-0a87-477c-8e75-79f962f74b72 2026-05-08 00:37:23.801 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5718e3c5-719d-4c24-9461-5d0873c843a8 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 763858fc-0a87-477c-8e75-79f962f74b72 2026-05-08 00:37:24.211 7 INFO neutron.services.segments.plugin [-] Segment 310d8ef4-13c3-493b-ac1b-7167e23257e6 resource provider aggregate not found 2026-05-08 00:37:24.217 7 INFO neutron.services.segments.plugin [-] Segment 310d8ef4-13c3-493b-ac1b-7167e23257e6 resource provider aggregate not found 2026-05-08 00:37:24.231 7 INFO neutron.db.l3_hamode_db [None req-5718e3c5-719d-4c24-9461-5d0873c843a8 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] HA network 599cb040-fc4c-47b2-8cdf-822bf3de29c9 was deleted as no HA routers are present in tenant 852d4001fd224f34a2b324efe6d15a74. 2026-05-08 00:37:24.232 7 INFO neutron.services.segments.plugin [-] Segment 310d8ef4-13c3-493b-ac1b-7167e23257e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 310d8ef4-13c3-493b-ac1b-7167e23257e6 found for delete ", "request_id": "req-a969ac10-535b-4a1e-9460-17f6546366a8"}]} 2026-05-08 00:37:24.236 7 INFO neutron.services.segments.plugin [-] Segment 310d8ef4-13c3-493b-ac1b-7167e23257e6 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 310d8ef4-13c3-493b-ac1b-7167e23257e6 found for delete ", "request_id": "req-94477a57-21b6-4f80-a64d-44240955204e"}]} [pid: 7|app: 0|req: 1049/2188] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:37:23 2026] DELETE /v2.0/routers/0366c03e-37f7-466e-9479-20cc04903eaf => generated 0 bytes in 940 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1140/2189] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:37:24 2026] DELETE /v2.0/subnets/a6b544e6-edda-4951-9b88-d72ab0279614 => generated 0 bytes in 176 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:37:24.528 7 INFO neutron_taas.services.taas.taas_plugin [None req-c43ff2ec-35ec-41f6-ad5b-0e6e645bc6e0 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: e2e4752f-0951-4b9d-a237-f97879592842 2026-05-08 00:37:24.531 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-c43ff2ec-35ec-41f6-ad5b-0e6e645bc6e0 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: e2e4752f-0951-4b9d-a237-f97879592842 [pid: 7|app: 0|req: 1050/2190] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:24 2026] DELETE /v2.0/networks/156ebf58-7fe5-4836-b8c6-6569ec802945 => generated 0 bytes in 332 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1141/2191] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:25 2026] GET /v2.0/security-groups?tenant_id=5b23411cf2d1465c83b09afdb22c0f17&name=default => generated 2925 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1051/2192] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:25 2026] DELETE /v2.0/security-groups/393b4aad-e8c1-431d-a533-05af4f06c1a3 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1142/2193] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:25 2026] GET /v2.0/security-groups?tenant_id=852d4001fd224f34a2b324efe6d15a74&name=default => generated 2925 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1052/2194] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:25 2026] DELETE /v2.0/security-groups/d1aa47ce-ea0c-4b4a-ba92-c5a37b533ad0 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:37:26.251 7 INFO neutron.services.segments.plugin [-] Segment 33940863-387e-4216-a4d7-3a4eacaa9110 resource provider aggregate not found 2026-05-08 00:37:26.265 7 INFO neutron.services.segments.plugin [-] Segment 33940863-387e-4216-a4d7-3a4eacaa9110 resource provider aggregate not found 2026-05-08 00:37:26.269 7 INFO neutron.services.segments.plugin [-] Segment 33940863-387e-4216-a4d7-3a4eacaa9110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33940863-387e-4216-a4d7-3a4eacaa9110 found for delete ", "request_id": "req-c35abc99-ba43-4632-95b7-309c8d6516e8"}]} 2026-05-08 00:37:26.280 7 INFO neutron.services.segments.plugin [-] Segment 33940863-387e-4216-a4d7-3a4eacaa9110 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 33940863-387e-4216-a4d7-3a4eacaa9110 found for delete ", "request_id": "req-c763ccb8-46fd-4549-8bb2-c222b24035e3"}]} [pid: 8|app: 0|req: 1143/2195] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:26 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => 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: 1053/2196] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:26 2026] GET /v2.0/security-groups?id=b80b4d69-de8b-4f42-8f73-dc8c66d759e5&fields=id&fields=name => generated 96 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1144/2197] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:26 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1244 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1054/2198] 10.0.0.129 () {34 vars in 678 bytes} [Fri May 8 00:37:29 2026] POST /v2.0/qos/policies => generated 359 bytes in 165 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1145/2199] 10.0.0.129 () {34 vars in 678 bytes} [Fri May 8 00:37:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 62 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1055/2200] 10.0.0.129 () {34 vars in 678 bytes} [Fri May 8 00:37:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1146/2201] 10.0.0.129 () {34 vars in 678 bytes} [Fri May 8 00:37:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 44 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1056/2202] 10.0.0.129 () {34 vars in 678 bytes} [Fri May 8 00:37:30 2026] POST /v2.0/qos/policies => generated 359 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1147/2203] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:30 2026] PUT /v2.0/policies/072cabf7-70bc-4eb6-b219-e147f625d8ab/tags => generated 17 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1057/2204] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:30 2026] PUT /v2.0/policies/f31b5c30-b292-4f5d-96a1-c41d73a4a952/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: 1148/2205] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:30 2026] PUT /v2.0/policies/252e5ed0-404e-449f-9fe6-057ad775a667/tags => generated 34 bytes in 71 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1149/2206] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:30 2026] PUT /v2.0/policies/f6401bc9-347c-4146-81fd-bfedea338dea/tags => generated 19 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1058/2207] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:30 2026] GET /v2.0/security-groups?tenant_id=2646a933c3bf4f8799c03cc389199823&name=default => generated 2925 bytes in 266 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1150/2208] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:30 2026] DELETE /v2.0/security-groups/38e58112-cdb6-42ee-a32e-86a745983bd4 => generated 0 bytes in 118 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1059/2209] 10.0.0.129 () {32 vars in 674 bytes} [Fri May 8 00:37:30 2026] GET /v2.0/qos/policies?tags=red => generated 1101 bytes in 284 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1151/2210] 10.0.0.129 () {32 vars in 688 bytes} [Fri May 8 00:37:31 2026] GET /v2.0/qos/policies?tags=red%2Cblue => generated 747 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1060/2211] 10.0.0.129 () {32 vars in 684 bytes} [Fri May 8 00:37:31 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: 8|app: 0|req: 1152/2212] 10.0.0.129 () {32 vars in 696 bytes} [Fri May 8 00:37:31 2026] GET /v2.0/qos/policies?tags-any=red%2Cblue => generated 1101 bytes in 74 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1061/2213] 10.0.0.129 () {32 vars in 682 bytes} [Fri May 8 00:37:31 2026] GET /v2.0/qos/policies?not-tags=red => generated 719 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1153/2214] 10.0.0.129 () {32 vars in 696 bytes} [Fri May 8 00:37:31 2026] GET /v2.0/qos/policies?not-tags=red%2Cblue => generated 1073 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1062/2215] 10.0.0.129 () {32 vars in 692 bytes} [Fri May 8 00:37:31 2026] GET /v2.0/qos/policies?not-tags-any=blue => generated 1073 bytes in 88 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1154/2216] 10.0.0.129 () {32 vars in 704 bytes} [Fri May 8 00:37:31 2026] GET /v2.0/qos/policies?not-tags-any=red%2Cblue => generated 719 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1063/2217] 10.0.0.129 () {32 vars in 734 bytes} [Fri May 8 00:37:31 2026] DELETE /v2.0/qos/policies/072cabf7-70bc-4eb6-b219-e147f625d8ab => 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: 1155/2218] 10.0.0.129 () {32 vars in 734 bytes} [Fri May 8 00:37:31 2026] DELETE /v2.0/qos/policies/f31b5c30-b292-4f5d-96a1-c41d73a4a952 => generated 0 bytes in 50 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1064/2219] 10.0.0.129 () {32 vars in 734 bytes} [Fri May 8 00:37:31 2026] DELETE /v2.0/qos/policies/252e5ed0-404e-449f-9fe6-057ad775a667 => generated 0 bytes in 67 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1156/2220] 10.0.0.129 () {32 vars in 734 bytes} [Fri May 8 00:37:31 2026] DELETE /v2.0/qos/policies/f6401bc9-347c-4146-81fd-bfedea338dea => 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: 1065/2221] 10.0.0.129 () {32 vars in 734 bytes} [Fri May 8 00:37:31 2026] DELETE /v2.0/qos/policies/fefb1859-073a-417c-831b-f077d2e2c5f8 => 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: 1157/2222] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:32 2026] GET /v2.0/security-groups?tenant_id=98b36c1871a7426f835a9a0eb4e07ba9&name=default => generated 2925 bytes in 276 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1066/2223] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:33 2026] DELETE /v2.0/security-groups/89705c3f-ba1e-4275-b402-a7a3354b8b38 => 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: 1158/2224] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:33 2026] GET /v2.0/security-groups?tenant_id=ec0bd7e3df194bdb9c53f75abac56c37&name=default => generated 2925 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1067/2225] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:33 2026] DELETE /v2.0/security-groups/50271c19-c9b9-4b4c-a673-ebce679b08f6 => 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: 1159/2226] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:33 2026] GET /v2.0/security-groups?tenant_id=934c0e7700ca4644a673f6bc868d3b06&name=default => generated 2925 bytes in 131 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1160/2227] 10.0.0.129 () {32 vars in 826 bytes} [Fri May 8 00:37:33 2026] GET /v2.0/ports?project_id=194c1e0182f34a689c780c7450cc6776&network_id=43057081-1b9e-4ad5-b067-7d543fdfd94f => generated 3691 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1068/2228] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:33 2026] DELETE /v2.0/security-groups/a04035c1-1943-4ea5-bca5-b09ccf0da6c5 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1161/2229] 10.0.0.129 () {32 vars in 742 bytes} [Fri May 8 00:37:34 2026] GET /v2.0/subnets?network_id=2eb7a8ad-e559-4627-8fb7-38efd842a8a9 => generated 667 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:37:34.611 7 INFO neutron.db.l3_db [None req-d0d67799-a08a-4e87-b51e-9c723997013a 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Floating IP a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 disassociated. External IP: 10.96.250.202, port: e05b6bf6-809b-4e88-80d6-b2f5914c7bd4. [pid: 7|app: 0|req: 1069/2230] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:37:34 2026] PUT /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 554 bytes in 431 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1162/2231] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:34 2026] GET /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 554 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:37:34.963 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-021e2c07-39e4-4ff0-b0c0-9b1a52226eb6'] response: {'name': 'network-changed', 'server_uuid': '571fe3bd-9d1a-4fe8-9022-63259511ec7d', 'tag': 'e05b6bf6-809b-4e88-80d6-b2f5914c7bd4', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1071/2234] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:37:35 2026] GET /v2.0/ports?tenant_id=194c1e0182f34a689c780c7450cc6776&device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 1240 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1164/2235] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:37:35 2026] GET /v2.0/networks?id=43057081-1b9e-4ad5-b067-7d543fdfd94f => generated 756 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1165/2236] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:37:35 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.3&port_id=e05b6bf6-809b-4e88-80d6-b2f5914c7bd4 => 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: 1166/2237] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:37:35 2026] GET /v2.0/subnets?id=f766039e-4ca7-449d-801e-683a75b46daf => 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: 1167/2238] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:37:35 2026] GET /v2.0/ports?network_id=43057081-1b9e-4ad5-b067-7d543fdfd94f&device_owner=network%3Adhcp => generated 1244 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1168/2239] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:37:35 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?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: 1169/2240] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:37:35 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:37:35.870 7 INFO neutron.db.segments_db [None req-4066e08f-e1db-4cae-af31-b730cbe8f4ac bc7eb2b5e64e4fcbba4627faba6a6310 0022f539dfc44ca5993cad4ee4ec0050 - - default default] Added segment 6a3aa9ad-8085-4ca0-b5bc-080f9cd62f41 of type vxlan for network e09231a8-1205-49d3-a07e-191843e0b384 [pid: 7|app: 0|req: 1072/2241] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:35 2026] POST /v2.0/networks => generated 631 bytes in 410 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1170/2242] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:35 2026] GET /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 554 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:37:36.018 7 INFO neutron.db.segments_db [None req-d0206394-6aa2-4118-bb15-cbc9dfacf971 bc7eb2b5e64e4fcbba4627faba6a6310 0022f539dfc44ca5993cad4ee4ec0050 - - default default] Added segment 206648ba-244a-47c2-9c85-47ef18399d4b of type vxlan for network 2f35e387-9038-4f1b-97a5-5d2a7ade9587 [pid: 7|app: 0|req: 1073/2243] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:35 2026] POST /v2.0/networks => generated 631 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:37:36.195 8 INFO neutron.db.segments_db [None req-778ebd00-925e-4fee-8543-b80522bd8976 bc7eb2b5e64e4fcbba4627faba6a6310 0022f539dfc44ca5993cad4ee4ec0050 - - default default] Added segment dd8abf8c-90a8-41fd-8802-d8730efb727d of type vxlan for network dc92686b-a179-4e10-a59a-b65e13f66f5a [pid: 8|app: 0|req: 1171/2244] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:36 2026] POST /v2.0/networks => generated 630 bytes in 172 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:37:36.364 7 INFO neutron.db.segments_db [None req-a1c9b6bf-7845-4906-950c-10454cb734f9 bc7eb2b5e64e4fcbba4627faba6a6310 0022f539dfc44ca5993cad4ee4ec0050 - - default default] Added segment 0e765e34-4011-49b3-9bad-a4cc71354701 of type vxlan for network a207c41c-e5bf-4338-a562-e12fbcae8612 [pid: 7|app: 0|req: 1074/2245] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:36 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) 2026-05-08 00:37:36.518 8 INFO neutron.db.segments_db [None req-3f2f6c8e-6d6a-4ae0-a563-859647a2aa22 bc7eb2b5e64e4fcbba4627faba6a6310 0022f539dfc44ca5993cad4ee4ec0050 - - default default] Added segment 2479d2b7-9550-4b48-8330-e32e73fd7179 of type vxlan for network 2c35aa0a-a73f-4e7b-8b2c-2018a189218a [pid: 8|app: 0|req: 1172/2246] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:36 2026] POST /v2.0/networks => generated 631 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1075/2247] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:36 2026] PUT /v2.0/networks/e09231a8-1205-49d3-a07e-191843e0b384/tags => generated 17 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1173/2248] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:36 2026] PUT /v2.0/networks/2f35e387-9038-4f1b-97a5-5d2a7ade9587/tags => generated 25 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1076/2249] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:36 2026] PUT /v2.0/networks/dc92686b-a179-4e10-a59a-b65e13f66f5a/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1174/2250] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:36 2026] PUT /v2.0/networks/a207c41c-e5bf-4338-a562-e12fbcae8612/tags => generated 19 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1077/2251] 10.0.0.129 () {32 vars in 666 bytes} [Fri May 8 00:37:36 2026] GET /v2.0/networks?tags=red => generated 1853 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1175/2252] 10.0.0.129 () {32 vars in 680 bytes} [Fri May 8 00:37:36 2026] GET /v2.0/networks?tags=red%2Cblue => generated 1247 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1078/2253] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:36 2026] GET /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 552 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1176/2254] 10.0.0.129 () {32 vars in 676 bytes} [Fri May 8 00:37:36 2026] GET /v2.0/networks?tags-any=blue => generated 1247 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1079/2255] 10.0.0.129 () {32 vars in 688 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/networks?tags-any=red%2Cblue => generated 1853 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1177/2256] 10.0.0.129 () {32 vars in 674 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/networks?not-tags=red => generated 1861 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1080/2257] 10.0.0.129 () {32 vars in 688 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/networks?not-tags=red%2Cblue => generated 2467 bytes in 82 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1081/2258] 10.0.0.129 () {32 vars in 684 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/networks?not-tags-any=blue => generated 2467 bytes in 69 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1082/2259] 10.0.0.129 () {32 vars in 696 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/networks?not-tags-any=red%2Cblue => generated 1861 bytes in 61 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1178/2260] 10.0.0.129 () {34 vars in 678 bytes} [Fri May 8 00:37:37 2026] POST /v2.0/qos/policies => generated 359 bytes in 188 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1179/2261] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:37 2026] PUT /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags => generated 25 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1180/2262] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags => generated 25 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:37:37.534 7 INFO neutron.services.segments.plugin [-] Segment 6a3aa9ad-8085-4ca0-b5bc-080f9cd62f41 resource provider aggregate not found 2026-05-08 00:37:37.538 7 INFO neutron.services.segments.plugin [-] Segment 6a3aa9ad-8085-4ca0-b5bc-080f9cd62f41 resource provider aggregate not found 2026-05-08 00:37:37.555 7 INFO neutron.services.segments.plugin [-] Segment 6a3aa9ad-8085-4ca0-b5bc-080f9cd62f41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a3aa9ad-8085-4ca0-b5bc-080f9cd62f41 found for delete ", "request_id": "req-3eea0e65-3aad-42cd-bd98-37e4f62fd367"}]} 2026-05-08 00:37:37.563 7 INFO neutron.services.segments.plugin [-] Segment 6a3aa9ad-8085-4ca0-b5bc-080f9cd62f41 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 6a3aa9ad-8085-4ca0-b5bc-080f9cd62f41 found for delete ", "request_id": "req-10b6dd15-5fff-48f1-968e-33a88b7c7871"}]} [pid: 8|app: 0|req: 1181/2263] 10.0.0.129 () {34 vars in 764 bytes} [Fri May 8 00:37:37 2026] PUT /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags/green => generated 4 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1083/2264] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:37 2026] DELETE /v2.0/networks/e09231a8-1205-49d3-a07e-191843e0b384 => generated 0 bytes in 167 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1182/2265] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags => generated 34 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1183/2266] 10.0.0.129 () {34 vars in 760 bytes} [Fri May 8 00:37:37 2026] PUT /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags/red => generated 4 bytes in 34 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1184/2267] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags => generated 34 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1084/2268] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:37 2026] DELETE /v2.0/networks/2f35e387-9038-4f1b-97a5-5d2a7ade9587 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1185/2269] 10.0.0.129 () {34 vars in 782 bytes} [Fri May 8 00:37:37 2026] PUT /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags/black.or.white => generated 4 bytes in 42 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1186/2270] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags => generated 52 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1187/2271] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:37 2026] PUT /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags => generated 37 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1085/2272] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:37 2026] DELETE /v2.0/networks/dc92686b-a179-4e10-a59a-b65e13f66f5a => 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: 1188/2273] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags => generated 37 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1189/2274] 10.0.0.129 () {32 vars in 741 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags/red => generated 0 bytes in 46 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:37:37.947 8 INFO neutron.api.v2.resource [None req-e0f53dc2-da22-4cfb-93e8-b794ffd6f6ea 0553fd5d8706448fac86a5e0ad48a657 bdce4711f81a4045a563b7f930583859 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1190/2275] 10.0.0.129 () {32 vars in 745 bytes} [Fri May 8 00:37:37 2026] GET /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags/green => generated 99 bytes in 30 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1191/2276] 10.0.0.129 () {32 vars in 744 bytes} [Fri May 8 00:37:37 2026] DELETE /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1086/2277] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:37 2026] DELETE /v2.0/networks/a207c41c-e5bf-4338-a562-e12fbcae8612 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1192/2278] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:38 2026] GET /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:37:38.082 8 INFO neutron.api.v2.resource [None req-4912bcce-a85e-40ba-8d4f-24a4c4bdadc2 0553fd5d8706448fac86a5e0ad48a657 bdce4711f81a4045a563b7f930583859 - - default default] delete failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1193/2279] 10.0.0.129 () {32 vars in 748 bytes} [Fri May 8 00:37:38 2026] DELETE /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags/green => generated 99 bytes in 41 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1087/2280] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:38 2026] DELETE /v2.0/networks/2c35aa0a-a73f-4e7b-8b2c-2018a189218a => 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: 1194/2281] 10.0.0.129 () {34 vars in 685 bytes} [Fri May 8 00:37:38 2026] POST /v2.0/security-groups => generated 1673 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1088/2282] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:37:38 2026] DELETE /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags => 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: 1089/2283] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:38 2026] GET /v2.0/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06/tags => 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: 1090/2284] 10.0.0.129 () {32 vars in 734 bytes} [Fri May 8 00:37:38 2026] DELETE /v2.0/qos/policies/09ba9d65-7068-4b4e-a63c-eef81ba88e06 => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1195/2285] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:37:38 2026] POST /v2.0/security-group-rules => generated 597 bytes in 131 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1091/2286] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:37:38 2026] POST /v2.0/security-group-rules => generated 596 bytes in 99 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1196/2287] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:37:38 2026] POST /v2.0/security-group-rules => generated 602 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1092/2288] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:37:38 2026] POST /v2.0/security-group-rules => generated 601 bytes in 104 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:37:38.709 8 INFO neutron.db.securitygroups_db [None req-40bc3765-24c4-40a2-973e-57d581dc4c0e 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Project 194c1e0182f34a689c780c7450cc6776 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: 1197/2289] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:37:38 2026] POST /v2.0/security-group-rules => generated 607 bytes in 116 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:37:38.831 7 INFO neutron.db.securitygroups_db [None req-77a0f389-473d-4a56-83f0-6b66ff4fc6e8 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Project 194c1e0182f34a689c780c7450cc6776 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: 1093/2290] 10.0.0.129 () {34 vars in 695 bytes} [Fri May 8 00:37:38 2026] POST /v2.0/security-group-rules => generated 606 bytes in 121 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1198/2291] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:38 2026] GET /v2.0/security-groups?tenant_id=0022f539dfc44ca5993cad4ee4ec0050&name=default => generated 2925 bytes in 182 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1094/2292] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:39 2026] GET /v2.0/security-groups?tenant_id=cdabbf4ef906476cac2e895b42d8626a&name=default => generated 2925 bytes in 213 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1199/2293] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:39 2026] DELETE /v2.0/security-groups/1812b939-bca1-4d6b-859f-1d8017aeaa9c => generated 0 bytes in 115 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1095/2294] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:39 2026] DELETE /v2.0/security-groups/007b7876-0728-48da-ba6a-a63f3495eb8e => 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: 1200/2295] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:37:39 2026] GET /v2.0/networks => generated 1297 bytes in 78 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:37:39.581 7 INFO neutron.services.segments.plugin [-] Segment 206648ba-244a-47c2-9c85-47ef18399d4b resource provider aggregate not found 2026-05-08 00:37:39.594 7 INFO neutron.services.segments.plugin [-] Segment 206648ba-244a-47c2-9c85-47ef18399d4b resource provider aggregate not found 2026-05-08 00:37:39.603 7 INFO neutron.services.segments.plugin [-] Segment 206648ba-244a-47c2-9c85-47ef18399d4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 206648ba-244a-47c2-9c85-47ef18399d4b found for delete ", "request_id": "req-6cf9c6a7-32a4-4eae-8921-34fbad84a12b"}]} [pid: 8|app: 0|req: 1201/2296] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:39 2026] GET /v2.0/security-groups?tenant_id=bdce4711f81a4045a563b7f930583859&name=default => generated 2925 bytes in 144 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:37:39.614 7 INFO neutron.services.segments.plugin [-] Segment 206648ba-244a-47c2-9c85-47ef18399d4b resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 206648ba-244a-47c2-9c85-47ef18399d4b found for delete ", "request_id": "req-a688525a-6bab-4ae1-9794-cec83d7e4040"}]} 2026-05-08 00:37:39.626 7 INFO neutron.services.segments.plugin [-] Segment dd8abf8c-90a8-41fd-8802-d8730efb727d resource provider aggregate not found 2026-05-08 00:37:39.636 7 INFO neutron.services.segments.plugin [-] Segment dd8abf8c-90a8-41fd-8802-d8730efb727d resource provider aggregate not found [pid: 8|app: 0|req: 1202/2297] 10.0.0.179 () {34 vars in 1098 bytes} [Fri May 8 00:37:39 2026] GET /v2.0/security-groups?name=tempest-secgroup-smoke-592897374&fields=id&tenant_id=194c1e0182f34a689c780c7450cc6776 => generated 69 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:37:39.646 7 INFO neutron.services.segments.plugin [-] Segment dd8abf8c-90a8-41fd-8802-d8730efb727d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd8abf8c-90a8-41fd-8802-d8730efb727d found for delete ", "request_id": "req-4ebb1b87-bf2f-48cc-8cc7-9d774cc65ada"}]} 2026-05-08 00:37:39.656 7 INFO neutron.services.segments.plugin [-] Segment dd8abf8c-90a8-41fd-8802-d8730efb727d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid dd8abf8c-90a8-41fd-8802-d8730efb727d found for delete ", "request_id": "req-987a14f7-f4b4-494b-828c-6a8add55c0d9"}]} 2026-05-08 00:37:39.662 7 INFO neutron.services.segments.plugin [-] Segment 0e765e34-4011-49b3-9bad-a4cc71354701 resource provider aggregate not found [pid: 7|app: 0|req: 1096/2298] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:39 2026] GET /v2.0/security-groups?tenant_id=6d1bc28a536e43caa64e3cfc43bb5239&name=default => generated 2925 bytes in 209 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:37:39.684 7 INFO neutron.services.segments.plugin [-] Segment 0e765e34-4011-49b3-9bad-a4cc71354701 resource provider aggregate not found 2026-05-08 00:37:39.688 7 INFO neutron.services.segments.plugin [-] Segment 0e765e34-4011-49b3-9bad-a4cc71354701 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e765e34-4011-49b3-9bad-a4cc71354701 found for delete ", "request_id": "req-eec4ec9f-091f-47fd-a3d3-bcddc3f924ac"}]} 2026-05-08 00:37:39.709 7 INFO neutron.services.segments.plugin [-] Segment 2479d2b7-9550-4b48-8330-e32e73fd7179 resource provider aggregate not found 2026-05-08 00:37:39.715 7 INFO neutron.services.segments.plugin [-] Segment 0e765e34-4011-49b3-9bad-a4cc71354701 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 0e765e34-4011-49b3-9bad-a4cc71354701 found for delete ", "request_id": "req-6b3908ac-0c1c-4e96-a4f6-e5e9f010af0f"}]} [pid: 7|app: 0|req: 1097/2299] 10.0.0.179 () {34 vars in 982 bytes} [Fri May 8 00:37:39 2026] GET /v2.0/networks?id=43057081-1b9e-4ad5-b067-7d543fdfd94f => generated 660 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1203/2300] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:39 2026] DELETE /v2.0/security-groups/e15bec15-0b50-42bc-8aff-67ad95412031 => generated 0 bytes in 102 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:37:39.746 7 INFO neutron.services.segments.plugin [-] Segment 2479d2b7-9550-4b48-8330-e32e73fd7179 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2479d2b7-9550-4b48-8330-e32e73fd7179 found for delete ", "request_id": "req-7a1451a5-3210-4fb1-8a74-f35d18e48549"}]} 2026-05-08 00:37:39.750 7 INFO neutron.services.segments.plugin [-] Segment 2479d2b7-9550-4b48-8330-e32e73fd7179 resource provider aggregate not found [pid: 8|app: 0|req: 1204/2301] 10.0.0.179 () {34 vars in 965 bytes} [Fri May 8 00:37:39 2026] GET /v2.0/quotas/194c1e0182f34a689c780c7450cc6776 => generated 292 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:37:39.775 7 INFO neutron.services.segments.plugin [-] Segment 2479d2b7-9550-4b48-8330-e32e73fd7179 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 2479d2b7-9550-4b48-8330-e32e73fd7179 found for delete ", "request_id": "req-d1638436-e909-474b-b83c-1e7ef4f2148f"}]} [pid: 8|app: 0|req: 1205/2302] 10.0.0.179 () {34 vars in 1002 bytes} [Fri May 8 00:37:39 2026] GET /v2.0/ports?tenant_id=194c1e0182f34a689c780c7450cc6776&fields=id => generated 149 bytes in 93 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1098/2303] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:39 2026] DELETE /v2.0/security-groups/5c11694c-a633-46ed-b8f7-7a7693b31834 => generated 0 bytes in 165 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1206/2304] 10.0.0.179 () {34 vars in 1008 bytes} [Fri May 8 00:37:39 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?fields=segments => generated 14 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1099/2305] 10.0.0.179 () {34 vars in 1108 bytes} [Fri May 8 00:37:39 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1100/2306] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:40 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => 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: 1207/2307] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:40 2026] GET /v2.0/security-groups?tenant_id=01109767c9474da584fc7adada9642ed&name=default => generated 2925 bytes in 132 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1101/2308] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:40 2026] DELETE /v2.0/security-groups/75f12921-75c2-40af-82e1-12cc55d7204c => 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: 1208/2309] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:41 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => 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: 1102/2310] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:42 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => 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: 1103/2311] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:43 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => 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: 1209/2312] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:37:43 2026] POST /v2.0/subnetpools => generated 516 bytes in 255 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1104/2313] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:37:43 2026] PUT /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags => generated 25 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1210/2314] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:37:43 2026] GET /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags => generated 25 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1105/2315] 10.0.0.129 () {34 vars in 770 bytes} [Fri May 8 00:37:43 2026] PUT /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags/green => generated 4 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1211/2316] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:37:43 2026] GET /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/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: 1106/2317] 10.0.0.129 () {34 vars in 766 bytes} [Fri May 8 00:37:43 2026] PUT /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags/red => generated 4 bytes in 43 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1212/2318] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:37:43 2026] GET /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags => generated 34 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1107/2319] 10.0.0.129 () {34 vars in 788 bytes} [Fri May 8 00:37:43 2026] PUT /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags/black.or.white => generated 4 bytes in 55 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1213/2320] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:37:43 2026] GET /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags => generated 52 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1108/2321] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:37:43 2026] PUT /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/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: 1214/2322] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:37:44 2026] GET /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags => generated 37 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1109/2323] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:37:44 2026] GET /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags/red => generated 0 bytes in 44 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:37:44.157 8 INFO neutron.api.v2.resource [None req-a79a3078-7cbf-4e42-93e3-9ccbfdfe1e0f 17e52d3d79974c7c8ae18d49e25fafe7 7132809e52b3405bbd793e257e3dcd48 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1215/2324] 10.0.0.129 () {32 vars in 751 bytes} [Fri May 8 00:37:44 2026] GET /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags/green => generated 99 bytes in 40 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1110/2325] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:37:44 2026] DELETE /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags/red => generated 0 bytes in 45 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1216/2326] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:37:44 2026] GET /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags => generated 30 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:37:44.299 7 INFO neutron.api.v2.resource [None req-2b057479-2830-4721-a8bb-674e0600f602 17e52d3d79974c7c8ae18d49e25fafe7 7132809e52b3405bbd793e257e3dcd48 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1111/2327] 10.0.0.129 () {32 vars in 754 bytes} [Fri May 8 00:37:44 2026] DELETE /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/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: 1217/2328] 10.0.0.129 () {32 vars in 742 bytes} [Fri May 8 00:37:44 2026] DELETE /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags => generated 0 bytes in 49 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1112/2329] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:37:44 2026] GET /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39/tags => 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: 1218/2330] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:37:44 2026] DELETE /v2.0/subnetpools/edd46377-5847-4cd4-8f22-a45abfdd1e39 => generated 0 bytes in 70 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1219/2331] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:44 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => 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: 1113/2332] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:37:44 2026] GET /v2.0/networks?id=43057081-1b9e-4ad5-b067-7d543fdfd94f => generated 660 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1220/2333] 199.19.213.179 () {34 vars in 1050 bytes} [Fri May 8 00:37:44 2026] GET /v2.0/security-groups?fields=id&fields=name&tenant_id=194c1e0182f34a689c780c7450cc6776 => generated 273 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1114/2334] 199.19.213.179 () {38 vars in 955 bytes} [Fri May 8 00:37:44 2026] POST /v2.0/ports => generated 954 bytes in 460 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-08 00:37:45.159 8 INFO neutron.db.segments_db [None req-54379eba-2a46-4737-a384-599ab7f88425 dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] Added segment 53e4d917-136c-4320-b715-9a8a2b5dc71a of type vxlan for network 0d357d68-2369-43d0-8437-063312b50af6 [pid: 8|app: 0|req: 1221/2335] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:44 2026] POST /v2.0/networks => generated 632 bytes in 600 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1115/2336] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:37:45 2026] PUT /v2.0/ports/b1e1aab8-a34a-453c-a82c-e6edac2d8e1e => generated 1235 bytes in 457 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:37:45.591 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-4a27ded0-240a-435d-bfe2-7ac5ad51459d'] response: {'name': 'network-changed', 'server_uuid': '0a96903d-2fac-4ac0-b376-7fc3ce97db82', 'tag': 'b1e1aab8-a34a-453c-a82c-e6edac2d8e1e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1222/2337] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:45 2026] GET /v2.0/security-groups?tenant_id=7132809e52b3405bbd793e257e3dcd48&name=default => generated 2925 bytes in 409 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1223/2338] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:45 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 969 bytes in 103 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1224/2339] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:45 2026] DELETE /v2.0/security-groups/2ccd9504-e248-422e-a666-b3476344fa4f => generated 0 bytes in 113 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1225/2340] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:45 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&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: 1116/2341] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:37:45 2026] POST /v2.0/ports => generated 743 bytes in 391 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:37:45.990 8 INFO neutron.db.segments_db [None req-d16e1aa7-7abb-40a2-80df-abdae6e36628 dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] Added segment c80d37c5-6dab-4f7c-b27c-437bc3ded9ae of type vxlan for network d8f4a6d6-ed07-445c-82d2-4ea1ed94709d [pid: 8|app: 0|req: 1226/2342] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:45 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1117/2343] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:45 2026] GET /v2.0/security-groups?tenant_id=54b648e1b1b74c3b9a4f38f5801ae640&name=default => generated 2926 bytes in 142 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1118/2344] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:37:46 2026] GET /v2.0/ports?tenant_id=194c1e0182f34a689c780c7450cc6776&device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 1238 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1119/2345] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:46 2026] DELETE /v2.0/security-groups/2800a2d2-a008-40bd-9cf2-a7487ad8c997 => 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: 1120/2346] 199.19.213.179 () {34 vars in 1018 bytes} [Fri May 8 00:37:46 2026] GET /v2.0/networks?tenant_id=194c1e0182f34a689c780c7450cc6776&shared=False => generated 756 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1121/2347] 199.19.213.179 () {34 vars in 930 bytes} [Fri May 8 00:37:46 2026] GET /v2.0/networks?shared=True => generated 753 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1227/2348] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:37:46 2026] POST /v2.0/ports => generated 743 bytes in 346 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:37:46.487 7 INFO neutron.db.segments_db [None req-43b6c66a-b070-46a6-87a2-2c22efff8b9c dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] Added segment a017fa19-ebe4-4ef2-923f-7c010e05080e of type vxlan for network c074300a-316a-4b05-b341-264598cfd738 [pid: 7|app: 0|req: 1122/2349] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:46 2026] POST /v2.0/networks => generated 631 bytes in 143 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1228/2350] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:37:46 2026] POST /v2.0/ports => generated 743 bytes in 357 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-08 00:37:47.013 7 INFO neutron.db.segments_db [None req-eb618adf-abf2-4e24-99d7-75065c06d3aa dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] Added segment 891f126f-97ba-47d5-ac4d-deeea30cd553 of type vxlan for network e47a3232-2386-44cd-abad-6d6bee1123a9 [pid: 8|app: 0|req: 1229/2351] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:46 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => 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: 1230/2352] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:47 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&fields=id&fields=name => generated 113 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1123/2353] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:46 2026] POST /v2.0/networks => generated 631 bytes in 164 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1124/2354] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:37:47 2026] GET /v2.0/ports?tenant_id=194c1e0182f34a689c780c7450cc6776&device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 1238 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1125/2355] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:37:47 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b1e1aab8-a34a-453c-a82c-e6edac2d8e1e => generated 19 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1231/2356] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:37:47 2026] POST /v2.0/ports => generated 743 bytes in 353 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1126/2357] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:37:47 2026] GET /v2.0/subnets?id=f766039e-4ca7-449d-801e-683a75b46daf => 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: 1127/2358] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:37:47 2026] GET /v2.0/ports?network_id=43057081-1b9e-4ad5-b067-7d543fdfd94f&device_owner=network%3Adhcp => generated 1244 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:37:47.532 8 INFO neutron.db.segments_db [None req-7b5ba6d4-9ea7-4acd-a730-2aaa1d43d6eb dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] Added segment 4bd4b1de-984d-4db8-91a2-0c8983a0fdaf of type vxlan for network 3b18312f-a230-4bc3-82ae-0e24f1eca41a [pid: 7|app: 0|req: 1128/2359] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:37:47 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?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: 1129/2360] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:37:47 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?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: 1232/2361] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:47 2026] POST /v2.0/networks => generated 632 bytes in 168 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1130/2362] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:37:47 2026] POST /v2.0/ports => generated 743 bytes in 314 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1233/2363] 10.0.0.129 () {34 vars in 747 bytes} [Fri May 8 00:37:47 2026] PUT /v2.0/ports/ff4a35fd-d153-44e4-addf-0bf0e7d58fde/tags => generated 17 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1131/2364] 10.0.0.129 () {34 vars in 747 bytes} [Fri May 8 00:37:48 2026] PUT /v2.0/ports/853f4703-2019-48e3-9d8f-6b58795bd771/tags => generated 25 bytes in 84 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1132/2365] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:48 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 969 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1234/2366] 10.0.0.129 () {34 vars in 747 bytes} [Fri May 8 00:37:48 2026] PUT /v2.0/ports/071cfdcc-4363-4342-aacf-cefa87956745/tags => generated 34 bytes in 92 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: 1133/2367] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:48 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&fields=id&fields=name => generated 113 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1235/2368] 10.0.0.129 () {34 vars in 747 bytes} [Fri May 8 00:37:48 2026] PUT /v2.0/ports/99feeaf9-ab87-4722-8e1c-6ba2e73d6f4e/tags => generated 19 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1134/2369] 10.0.0.129 () {32 vars in 660 bytes} [Fri May 8 00:37:48 2026] GET /v2.0/ports?tags=red => generated 2253 bytes in 125 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1236/2370] 10.0.0.129 () {32 vars in 674 bytes} [Fri May 8 00:37:48 2026] GET /v2.0/ports?tags=red%2Cblue => generated 1513 bytes in 65 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1135/2371] 10.0.0.129 () {32 vars in 670 bytes} [Fri May 8 00:37:48 2026] GET /v2.0/ports?tags-any=blue => generated 1513 bytes in 67 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1237/2372] 10.0.0.129 () {32 vars in 682 bytes} [Fri May 8 00:37:48 2026] GET /v2.0/ports?tags-any=red%2Cblue => generated 2253 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1136/2373] 10.0.0.129 () {32 vars in 668 bytes} [Fri May 8 00:37:48 2026] GET /v2.0/ports?not-tags=red => generated 1488 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1238/2374] 10.0.0.129 () {32 vars in 682 bytes} [Fri May 8 00:37:48 2026] GET /v2.0/ports?not-tags=red%2Cblue => generated 2228 bytes in 96 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1137/2375] 10.0.0.129 () {32 vars in 678 bytes} [Fri May 8 00:37:48 2026] GET /v2.0/ports?not-tags-any=blue => generated 2228 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1239/2376] 10.0.0.129 () {32 vars in 690 bytes} [Fri May 8 00:37:48 2026] GET /v2.0/ports?not-tags-any=red%2Cblue => generated 1488 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:37:49.135 7 INFO neutron_taas.services.taas.taas_plugin [None req-b664e3a7-770b-4c17-be12-68aae19db2ef dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] TaaS: Handle Delete Port: ff4a35fd-d153-44e4-addf-0bf0e7d58fde 2026-05-08 00:37:49.138 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-b664e3a7-770b-4c17-be12-68aae19db2ef dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] Tap Mirror: Handle Delete Port: ff4a35fd-d153-44e4-addf-0bf0e7d58fde [pid: 7|app: 0|req: 1138/2377] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:37:49 2026] DELETE /v2.0/ports/ff4a35fd-d153-44e4-addf-0bf0e7d58fde => generated 0 bytes in 179 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:37:49.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-e6c5d962-49f8-4084-b625-f787a3bf816f dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] TaaS: Handle Delete Port: 853f4703-2019-48e3-9d8f-6b58795bd771 2026-05-08 00:37:49.331 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e6c5d962-49f8-4084-b625-f787a3bf816f dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] Tap Mirror: Handle Delete Port: 853f4703-2019-48e3-9d8f-6b58795bd771 [pid: 7|app: 0|req: 1139/2378] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:49 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 969 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1140/2379] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:49 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&fields=id&fields=name => generated 113 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1240/2380] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:37:49 2026] DELETE /v2.0/ports/853f4703-2019-48e3-9d8f-6b58795bd771 => generated 0 bytes in 228 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:37:49.566 7 INFO neutron_taas.services.taas.taas_plugin [None req-7a129411-7e99-420e-b8a3-824717d0409f dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] TaaS: Handle Delete Port: 071cfdcc-4363-4342-aacf-cefa87956745 2026-05-08 00:37:49.569 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-7a129411-7e99-420e-b8a3-824717d0409f dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] Tap Mirror: Handle Delete Port: 071cfdcc-4363-4342-aacf-cefa87956745 [pid: 7|app: 0|req: 1141/2381] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:37:49 2026] DELETE /v2.0/ports/071cfdcc-4363-4342-aacf-cefa87956745 => generated 0 bytes in 204 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:37:49.775 8 INFO neutron_taas.services.taas.taas_plugin [None req-6760f4eb-aadd-4fc9-8690-4cef06ad8f64 dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] TaaS: Handle Delete Port: 99feeaf9-ab87-4722-8e1c-6ba2e73d6f4e 2026-05-08 00:37:49.778 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6760f4eb-aadd-4fc9-8690-4cef06ad8f64 dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] Tap Mirror: Handle Delete Port: 99feeaf9-ab87-4722-8e1c-6ba2e73d6f4e [pid: 8|app: 0|req: 1241/2382] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:37:49 2026] DELETE /v2.0/ports/99feeaf9-ab87-4722-8e1c-6ba2e73d6f4e => generated 0 bytes in 203 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:37:49.967 8 INFO neutron_taas.services.taas.taas_plugin [None req-ee407bd7-b5fd-460c-a23d-81445b75f499 dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] TaaS: Handle Delete Port: 24d6a287-99af-45df-bae1-5fce7f46135f 2026-05-08 00:37:49.970 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-ee407bd7-b5fd-460c-a23d-81445b75f499 dc05fbf0f7b449a7b4391796c446595f 9761f83935494edbb25d4ccb6143284f - - default default] Tap Mirror: Handle Delete Port: 24d6a287-99af-45df-bae1-5fce7f46135f 2026-05-08 00:37:50.079 7 INFO neutron.db.segments_db [None req-405c57e9-8a00-4abd-99ff-ed34dbab1ae0 deaf0bee62714b4989ea0f6980eb3610 8ade38d1ce704d1dbc6823cc7865bc77 - - default default] Added segment 10f91874-7582-4adf-bd99-55804e321327 of type vxlan for network 2be61648-b586-4933-b0f3-d53902a2443a [pid: 8|app: 0|req: 1242/2383] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:37:49 2026] DELETE /v2.0/ports/24d6a287-99af-45df-bae1-5fce7f46135f => generated 0 bytes in 217 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1142/2384] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:49 2026] POST /v2.0/networks => generated 631 bytes in 496 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:37:50.219 8 INFO neutron.services.segments.plugin [-] Segment 53e4d917-136c-4320-b715-9a8a2b5dc71a resource provider aggregate not found 2026-05-08 00:37:50.223 8 INFO neutron.services.segments.plugin [-] Segment 53e4d917-136c-4320-b715-9a8a2b5dc71a resource provider aggregate not found 2026-05-08 00:37:50.240 8 INFO neutron.services.segments.plugin [-] Segment 53e4d917-136c-4320-b715-9a8a2b5dc71a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53e4d917-136c-4320-b715-9a8a2b5dc71a found for delete ", "request_id": "req-bd9ea2b4-41a6-4642-b898-ca10b5467ddf"}]} [pid: 8|app: 0|req: 1243/2385] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:50 2026] DELETE /v2.0/networks/0d357d68-2369-43d0-8437-063312b50af6 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:37:50.246 8 INFO neutron.services.segments.plugin [-] Segment 53e4d917-136c-4320-b715-9a8a2b5dc71a resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 53e4d917-136c-4320-b715-9a8a2b5dc71a found for delete ", "request_id": "req-664c01ae-c6c9-4f69-81cb-4adcb958570c"}]} [pid: 8|app: 0|req: 1244/2386] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:50 2026] DELETE /v2.0/networks/d8f4a6d6-ed07-445c-82d2-4ea1ed94709d => 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: 1143/2389] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:37:50 2026] POST /v2.0/ports => generated 743 bytes in 330 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1144/2390] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:50 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 969 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1247/2391] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:50 2026] DELETE /v2.0/networks/c074300a-316a-4b05-b341-264598cfd738 => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1248/2392] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:50 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&fields=id&fields=name => generated 113 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1249/2393] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:50 2026] DELETE /v2.0/networks/e47a3232-2386-44cd-abad-6d6bee1123a9 => generated 0 bytes in 116 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1145/2394] 10.0.0.129 () {34 vars in 666 bytes} [Fri May 8 00:37:50 2026] POST /v2.0/trunks => generated 407 bytes in 209 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1146/2395] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:37:50 2026] PUT /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/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: 1147/2396] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:50 2026] GET /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags => generated 25 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1250/2397] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:50 2026] DELETE /v2.0/networks/3b18312f-a230-4bc3-82ae-0e24f1eca41a => 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: 1148/2398] 10.0.0.129 () {34 vars in 760 bytes} [Fri May 8 00:37:50 2026] PUT /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags/green => 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: 1251/2399] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:50 2026] GET /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/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: 1149/2400] 10.0.0.129 () {34 vars in 756 bytes} [Fri May 8 00:37:50 2026] PUT /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags/red => generated 4 bytes in 27 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1252/2401] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:50 2026] GET /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags => generated 34 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1150/2402] 10.0.0.129 () {34 vars in 778 bytes} [Fri May 8 00:37:51 2026] PUT /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags/black.or.white => generated 4 bytes in 40 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1253/2403] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags => generated 52 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1151/2404] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:37:51 2026] PUT /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/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: 1254/2405] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags => generated 37 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1152/2406] 10.0.0.129 () {32 vars in 737 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags/red => generated 0 bytes in 22 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:37:51.208 8 INFO neutron.api.v2.resource [None req-a9569e87-85fa-420d-9f97-18165a6314c7 deaf0bee62714b4989ea0f6980eb3610 8ade38d1ce704d1dbc6823cc7865bc77 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1255/2407] 10.0.0.129 () {32 vars in 741 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags/green => generated 99 bytes in 26 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1153/2408] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:51 2026] DELETE /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/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: 1256/2409] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags => generated 30 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:37:51.313 7 INFO neutron.api.v2.resource [None req-42f2e9ca-52ff-4a99-beaa-9437eb4f045b deaf0bee62714b4989ea0f6980eb3610 8ade38d1ce704d1dbc6823cc7865bc77 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1154/2410] 10.0.0.129 () {32 vars in 744 bytes} [Fri May 8 00:37:51 2026] DELETE /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags/green => generated 99 bytes in 28 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1257/2411] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:37:51 2026] DELETE /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags => generated 0 bytes in 43 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1155/2412] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b/tags => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1258/2413] 10.0.0.129 () {32 vars in 719 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b => generated 407 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1156/2414] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/ports/f49bcd15-7251-4f4d-b3d0-8fcea25c8bd7 => generated 826 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1259/2415] 10.0.0.129 () {32 vars in 722 bytes} [Fri May 8 00:37:51 2026] DELETE /v2.0/trunks/d2dfdf22-ee21-4027-8025-395ba3cd903b => generated 0 bytes in 140 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:37:51.725 7 INFO neutron_taas.services.taas.taas_plugin [None req-234a20ab-7e94-4212-afda-506ab15c5322 deaf0bee62714b4989ea0f6980eb3610 8ade38d1ce704d1dbc6823cc7865bc77 - - default default] TaaS: Handle Delete Port: f49bcd15-7251-4f4d-b3d0-8fcea25c8bd7 2026-05-08 00:37:51.727 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-234a20ab-7e94-4212-afda-506ab15c5322 deaf0bee62714b4989ea0f6980eb3610 8ade38d1ce704d1dbc6823cc7865bc77 - - default default] Tap Mirror: Handle Delete Port: f49bcd15-7251-4f4d-b3d0-8fcea25c8bd7 [pid: 8|app: 0|req: 1260/2416] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 971 bytes in 77 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1157/2417] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:37:51 2026] DELETE /v2.0/ports/f49bcd15-7251-4f4d-b3d0-8fcea25c8bd7 => generated 0 bytes in 148 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:37:51.912 7 INFO neutron.services.segments.plugin [-] Segment 10f91874-7582-4adf-bd99-55804e321327 resource provider aggregate not found 2026-05-08 00:37:51.926 7 INFO neutron.services.segments.plugin [-] Segment 10f91874-7582-4adf-bd99-55804e321327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10f91874-7582-4adf-bd99-55804e321327 found for delete ", "request_id": "req-dcbab8f6-6319-49f3-856f-a8e701e8437a"}]} 2026-05-08 00:37:51.930 7 INFO neutron.services.segments.plugin [-] Segment 10f91874-7582-4adf-bd99-55804e321327 resource provider aggregate not found 2026-05-08 00:37:51.950 7 INFO neutron.services.segments.plugin [-] Segment 10f91874-7582-4adf-bd99-55804e321327 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 10f91874-7582-4adf-bd99-55804e321327 found for delete ", "request_id": "req-58ea6ec9-adbd-44c7-b3de-e08447d71e0b"}]} [pid: 7|app: 0|req: 1158/2418] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:51 2026] DELETE /v2.0/networks/2be61648-b586-4933-b0f3-d53902a2443a => generated 0 bytes in 163 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1159/2419] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&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: 1261/2420] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:51 2026] GET /v2.0/security-groups?tenant_id=9761f83935494edbb25d4ccb6143284f&name=default => generated 2925 bytes in 220 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1160/2421] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:52 2026] DELETE /v2.0/security-groups/b1cfc840-d18e-491c-abb7-1f9f9c1d0eb9 => generated 0 bytes in 98 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:37:52.258 8 INFO neutron.services.segments.plugin [-] Segment c80d37c5-6dab-4f7c-b27c-437bc3ded9ae resource provider aggregate not found 2026-05-08 00:37:52.266 8 INFO neutron.services.segments.plugin [-] Segment c80d37c5-6dab-4f7c-b27c-437bc3ded9ae resource provider aggregate not found 2026-05-08 00:37:52.278 8 INFO neutron.services.segments.plugin [-] Segment c80d37c5-6dab-4f7c-b27c-437bc3ded9ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c80d37c5-6dab-4f7c-b27c-437bc3ded9ae found for delete ", "request_id": "req-64772969-be82-4b07-b1e8-c69bd9401bc1"}]} 2026-05-08 00:37:52.283 8 INFO neutron.services.segments.plugin [-] Segment c80d37c5-6dab-4f7c-b27c-437bc3ded9ae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid c80d37c5-6dab-4f7c-b27c-437bc3ded9ae found for delete ", "request_id": "req-e7d7742f-ba72-4aa9-92a9-094753f94c65"}]} 2026-05-08 00:37:52.301 8 INFO neutron.services.segments.plugin [-] Segment a017fa19-ebe4-4ef2-923f-7c010e05080e resource provider aggregate not found 2026-05-08 00:37:52.308 8 INFO neutron.services.segments.plugin [-] Segment a017fa19-ebe4-4ef2-923f-7c010e05080e resource provider aggregate not found 2026-05-08 00:37:52.318 8 INFO neutron.services.segments.plugin [-] Segment a017fa19-ebe4-4ef2-923f-7c010e05080e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a017fa19-ebe4-4ef2-923f-7c010e05080e found for delete ", "request_id": "req-7f74f992-dbf9-4a70-92d6-051c3a22a2ea"}]} 2026-05-08 00:37:52.326 8 INFO neutron.services.segments.plugin [-] Segment a017fa19-ebe4-4ef2-923f-7c010e05080e resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid a017fa19-ebe4-4ef2-923f-7c010e05080e found for delete ", "request_id": "req-bf5c660d-a1b0-4ed5-9401-39106afa8ebe"}]} 2026-05-08 00:37:52.335 8 INFO neutron.services.segments.plugin [-] Segment 891f126f-97ba-47d5-ac4d-deeea30cd553 resource provider aggregate not found 2026-05-08 00:37:52.351 8 INFO neutron.services.segments.plugin [-] Segment 891f126f-97ba-47d5-ac4d-deeea30cd553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 891f126f-97ba-47d5-ac4d-deeea30cd553 found for delete ", "request_id": "req-d7a4e97e-621a-4e97-b0c5-bd7cac06e5be"}]} 2026-05-08 00:37:52.355 8 INFO neutron.services.segments.plugin [-] Segment 891f126f-97ba-47d5-ac4d-deeea30cd553 resource provider aggregate not found 2026-05-08 00:37:52.370 8 INFO neutron.services.segments.plugin [-] Segment 891f126f-97ba-47d5-ac4d-deeea30cd553 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 891f126f-97ba-47d5-ac4d-deeea30cd553 found for delete ", "request_id": "req-4701094b-f35a-4f38-a6bb-1b192fba7c63"}]} 2026-05-08 00:37:52.373 8 INFO neutron.services.segments.plugin [-] Segment 4bd4b1de-984d-4db8-91a2-0c8983a0fdaf resource provider aggregate not found 2026-05-08 00:37:52.389 8 INFO neutron.services.segments.plugin [-] Segment 4bd4b1de-984d-4db8-91a2-0c8983a0fdaf resource provider aggregate not found 2026-05-08 00:37:52.394 8 INFO neutron.services.segments.plugin [-] Segment 4bd4b1de-984d-4db8-91a2-0c8983a0fdaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bd4b1de-984d-4db8-91a2-0c8983a0fdaf found for delete ", "request_id": "req-2092b448-17e4-434f-be60-f985b1014159"}]} 2026-05-08 00:37:52.405 8 INFO neutron.services.segments.plugin [-] Segment 4bd4b1de-984d-4db8-91a2-0c8983a0fdaf resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4bd4b1de-984d-4db8-91a2-0c8983a0fdaf found for delete ", "request_id": "req-baa8711b-7952-473d-9f0f-b2e78ce24395"}]} [pid: 8|app: 0|req: 1262/2422] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:52 2026] GET /v2.0/security-groups?tenant_id=76c051cedebf4852a81c21c99dab6286&name=default => generated 2929 bytes in 170 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1161/2423] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:52 2026] DELETE /v2.0/security-groups/fa63d13d-3296-4b6a-bef6-c02ac8e546d9 => 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: 1162/2424] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:52 2026] GET /v2.0/security-groups?tenant_id=6d7e040959e34007a979b4d317d9ca4f&name=default => generated 2929 bytes in 167 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1263/2425] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:52 2026] GET /v2.0/security-groups?tenant_id=8ade38d1ce704d1dbc6823cc7865bc77&name=default => generated 2929 bytes in 333 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1163/2426] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:52 2026] DELETE /v2.0/security-groups/6e0a7c95-baac-48e1-b932-a7ee35917f07 => 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: 1164/2427] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:53 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1264/2428] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:52 2026] DELETE /v2.0/security-groups/1dd9a22e-969b-4438-b3a4-0bdfa0c97aa9 => generated 0 bytes in 124 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1165/2429] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:53 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&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: 1265/2430] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:37:53 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 971 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1166/2431] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:37:53 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&fields=id&fields=name => generated 113 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1167/2432] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:37:53 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 1240 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1266/2433] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:53 2026] GET /v2.0/security-groups?tenant_id=f1368fc553c246398f96275c668856b2&name=default => generated 2929 bytes in 119 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1267/2434] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:53 2026] DELETE /v2.0/security-groups/c7a3240a-e798-4d27-a48d-1369bc5bf37b => generated 0 bytes in 88 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:37:53.694 7 INFO neutron.db.l3_db [None req-a907f824-7d2a-444a-b207-dffdc5e9b644 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Floating IP a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 associated. External IP: 10.96.250.202, port: b1e1aab8-a34a-453c-a82c-e6edac2d8e1e. [pid: 7|app: 0|req: 1168/2435] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:37:53 2026] PUT /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 855 bytes in 675 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:37:54.073 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-fcfbd7db-0a6a-4801-aa47-b77830ff5f05'] response: {'name': 'network-changed', 'server_uuid': '0a96903d-2fac-4ac0-b376-7fc3ce97db82', 'tag': 'b1e1aab8-a34a-453c-a82c-e6edac2d8e1e', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1268/2436] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:54 2026] GET /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 855 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1169/2437] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:37:54 2026] GET /v2.0/ports?tenant_id=194c1e0182f34a689c780c7450cc6776&device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 1240 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1269/2438] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:37:54 2026] GET /v2.0/networks?id=43057081-1b9e-4ad5-b067-7d543fdfd94f => generated 756 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1170/2439] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:37:54 2026] GET /v2.0/floatingips?fixed_ip_address=10.100.0.5&port_id=b1e1aab8-a34a-453c-a82c-e6edac2d8e1e => 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: 1270/2440] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:37:54 2026] GET /v2.0/subnets?id=f766039e-4ca7-449d-801e-683a75b46daf => 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: 1171/2441] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:37:54 2026] GET /v2.0/ports?network_id=43057081-1b9e-4ad5-b067-7d543fdfd94f&device_owner=network%3Adhcp => generated 1244 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1271/2442] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:37:54 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?fields=segments => generated 14 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1172/2443] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:37:54 2026] GET /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1272/2444] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:55 2026] GET /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 855 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1173/2445] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:37:56 2026] GET /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 857 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:37:57.159 8 INFO neutron.db.segments_db [None req-2fe5a861-1a09-44d3-b54d-90426c704355 6404a025714a4a3f942b58bc9b6dad84 9681fb2966814ba0bac2da89638186d0 - - default default] Added segment 7f4b00ae-0c7c-48e5-9420-c65faee89a39 of type vxlan for network f16d6a72-31e4-45e7-8dae-06861f86bd12 [pid: 8|app: 0|req: 1273/2446] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:56 2026] POST /v2.0/networks => generated 632 bytes in 433 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:37:57.326 7 INFO neutron.db.segments_db [None req-248ff05d-ed54-4efc-a721-8e06dfed3c95 6404a025714a4a3f942b58bc9b6dad84 9681fb2966814ba0bac2da89638186d0 - - default default] Added segment ae5bc027-ebe1-4dd8-836c-d0f0c6b103da of type vxlan for network a827dd1b-8ab9-48ae-97ca-5b8463539b08 [pid: 7|app: 0|req: 1174/2447] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:57 2026] POST /v2.0/networks => generated 631 bytes in 167 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1274/2448] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:57 2026] PUT /v2.0/networks/f16d6a72-31e4-45e7-8dae-06861f86bd12/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1275/2449] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:57 2026] GET /v2.0/networks/f16d6a72-31e4-45e7-8dae-06861f86bd12/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1276/2450] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:57 2026] PUT /v2.0/networks/a827dd1b-8ab9-48ae-97ca-5b8463539b08/tags => generated 17 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1277/2451] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:57 2026] GET /v2.0/networks/a827dd1b-8ab9-48ae-97ca-5b8463539b08/tags => generated 17 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1278/2452] 10.0.0.129 () {34 vars in 753 bytes} [Fri May 8 00:37:57 2026] PUT /v2.0/networks/a827dd1b-8ab9-48ae-97ca-5b8463539b08/tags => generated 12 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:37:57.695 7 INFO neutron.db.segments_db [None req-2d7a6942-497d-4514-8db6-864d9b3438a1 e6e5ef6543714737b662681d3c47c67c 703aead369f946fc81890b84cf259475 - - default default] Added segment ce42a428-e4f6-4278-b7be-c489f5376e26 of type vxlan for network e8291bdd-d674-4510-b14b-5009dbb5ab46 [pid: 8|app: 0|req: 1279/2453] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:57 2026] GET /v2.0/networks/a827dd1b-8ab9-48ae-97ca-5b8463539b08/tags => generated 12 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1175/2454] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:57 2026] POST /v2.0/networks => generated 631 bytes in 294 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1280/2455] 10.0.0.129 () {32 vars in 733 bytes} [Fri May 8 00:37:57 2026] GET /v2.0/networks/f16d6a72-31e4-45e7-8dae-06861f86bd12/tags => generated 25 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:37:57.953 8 INFO neutron.services.segments.plugin [-] Segment 7f4b00ae-0c7c-48e5-9420-c65faee89a39 resource provider aggregate not found 2026-05-08 00:37:57.958 8 INFO neutron.services.segments.plugin [-] Segment 7f4b00ae-0c7c-48e5-9420-c65faee89a39 resource provider aggregate not found 2026-05-08 00:37:57.972 8 INFO neutron.services.segments.plugin [-] Segment 7f4b00ae-0c7c-48e5-9420-c65faee89a39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f4b00ae-0c7c-48e5-9420-c65faee89a39 found for delete ", "request_id": "req-5af933e5-4ea6-482c-bdd7-793c37ed2151"}]} 2026-05-08 00:37:57.978 8 INFO neutron.services.segments.plugin [-] Segment 7f4b00ae-0c7c-48e5-9420-c65faee89a39 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 7f4b00ae-0c7c-48e5-9420-c65faee89a39 found for delete ", "request_id": "req-1361a93a-2270-4ff3-b469-d2c420fd7662"}]} [pid: 8|app: 0|req: 1281/2456] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:57 2026] DELETE /v2.0/networks/f16d6a72-31e4-45e7-8dae-06861f86bd12 => 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: 1176/2457] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:37:57 2026] POST /v2.0/subnets => generated 626 bytes in 276 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:37:58.112 7 INFO neutron.db.segments_db [None req-d9aea41a-fb73-4bb4-983f-53a2114332a0 e6e5ef6543714737b662681d3c47c67c 703aead369f946fc81890b84cf259475 - - default default] Added segment 30eead39-f12c-4e3d-987d-39994719948f of type vxlan for network 64fae8ee-664c-435a-acee-7c37e1a52c0c [pid: 8|app: 0|req: 1282/2458] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:37:57 2026] DELETE /v2.0/networks/a827dd1b-8ab9-48ae-97ca-5b8463539b08 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1177/2459] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:58 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: 1283/2460] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:37:58 2026] POST /v2.0/subnets => generated 629 bytes in 246 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:37:58.509 7 INFO neutron.db.segments_db [None req-b5d924fc-9cef-4306-8b4e-0d30baf16c09 e6e5ef6543714737b662681d3c47c67c 703aead369f946fc81890b84cf259475 - - default default] Added segment b64f9d3a-d586-4792-a965-070ecf234e59 of type vxlan for network 8baa774e-8caa-4502-acb4-7a0af5c4871e [pid: 7|app: 0|req: 1178/2461] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:58 2026] POST /v2.0/networks => generated 632 bytes in 151 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1284/2462] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:37:58 2026] POST /v2.0/subnets => generated 629 bytes in 257 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:37:58.925 8 INFO neutron.db.segments_db [None req-069314bc-5cc6-448f-8a0b-6f0bdc1d97e7 e6e5ef6543714737b662681d3c47c67c 703aead369f946fc81890b84cf259475 - - default default] Added segment b2f9b5d4-6da9-4042-b6ed-0d66b42654f7 of type vxlan for network 80f32d27-503a-4e4a-9493-e5b132180bb0 [pid: 7|app: 0|req: 1179/2463] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:58 2026] GET /v2.0/security-groups?tenant_id=c02c2b0de657420e8bcd4a8866728deb&name=default => generated 2929 bytes in 239 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1285/2464] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:58 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1180/2465] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:59 2026] DELETE /v2.0/security-groups/c6657c05-0bc1-4b30-8307-0b7888646af9 => 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: 1181/2466] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:37:59 2026] GET /v2.0/security-groups?tenant_id=9681fb2966814ba0bac2da89638186d0&name=default => generated 2929 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1286/2467] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:37:59 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) 2026-05-08 00:37:59.306 8 INFO neutron.db.segments_db [None req-16713a25-4910-42bd-9251-b08012c67fc2 e6e5ef6543714737b662681d3c47c67c 703aead369f946fc81890b84cf259475 - - default default] Added segment 58cb8cb0-138b-4986-9ab6-2bd9ede523df of type vxlan for network 25234d68-968c-48a2-824c-ee7ec86d220b [pid: 7|app: 0|req: 1182/2468] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:37:59 2026] DELETE /v2.0/security-groups/4f8fdc6f-9572-4559-8b6f-a7de3dd95739 => generated 0 bytes in 89 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1287/2469] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:37:59 2026] POST /v2.0/networks => generated 631 bytes in 144 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1183/2470] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:37:59 2026] POST /v2.0/subnets => generated 629 bytes in 248 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1288/2471] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:37:59 2026] PUT /v2.0/subnets/cc13ca74-e221-4ac8-acf5-9037ea508879/tags => generated 17 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1184/2472] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:37:59 2026] PUT /v2.0/subnets/5cc5c9e2-add6-443b-801d-446f40722bf9/tags => generated 25 bytes in 64 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1289/2473] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:37:59 2026] PUT /v2.0/subnets/366d302a-f1d6-4e50-86ec-6fc4238a5620/tags => generated 34 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1185/2474] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:37:59 2026] PUT /v2.0/subnets/7928d2a7-6a94-41f1-808d-1260745c8fd8/tags => generated 19 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1290/2475] 10.0.0.129 () {32 vars in 664 bytes} [Fri May 8 00:37:59 2026] GET /v2.0/subnets?tags=red => generated 1904 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:38:00.001 8 INFO neutron.services.segments.plugin [-] Segment ae5bc027-ebe1-4dd8-836c-d0f0c6b103da resource provider aggregate not found 2026-05-08 00:38:00.002 8 INFO neutron.services.segments.plugin [-] Segment ae5bc027-ebe1-4dd8-836c-d0f0c6b103da resource provider aggregate not found 2026-05-08 00:38:00.022 8 INFO neutron.services.segments.plugin [-] Segment ae5bc027-ebe1-4dd8-836c-d0f0c6b103da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae5bc027-ebe1-4dd8-836c-d0f0c6b103da found for delete ", "request_id": "req-cdc32e54-0396-4b57-8bc7-86c99b58a878"}]} 2026-05-08 00:38:00.023 8 INFO neutron.services.segments.plugin [-] Segment ae5bc027-ebe1-4dd8-836c-d0f0c6b103da resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ae5bc027-ebe1-4dd8-836c-d0f0c6b103da found for delete ", "request_id": "req-f6dcbe65-28db-4139-b6ce-818871c9e835"}]} [pid: 7|app: 0|req: 1186/2476] 10.0.0.129 () {32 vars in 678 bytes} [Fri May 8 00:38:00 2026] GET /v2.0/subnets?tags=red%2Cblue => generated 1283 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1291/2477] 10.0.0.129 () {32 vars in 674 bytes} [Fri May 8 00:38:00 2026] GET /v2.0/subnets?tags-any=blue => generated 1283 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1187/2478] 10.0.0.129 () {32 vars in 686 bytes} [Fri May 8 00:38:00 2026] GET /v2.0/subnets?tags-any=red%2Cblue => generated 1904 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1292/2479] 10.0.0.129 () {32 vars in 672 bytes} [Fri May 8 00:38:00 2026] GET /v2.0/subnets?not-tags=red => generated 1894 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1188/2480] 10.0.0.129 () {32 vars in 686 bytes} [Fri May 8 00:38:00 2026] GET /v2.0/subnets?not-tags=red%2Cblue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1293/2481] 10.0.0.129 () {32 vars in 682 bytes} [Fri May 8 00:38:00 2026] GET /v2.0/subnets?not-tags-any=blue => generated 2515 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1189/2482] 10.0.0.129 () {32 vars in 694 bytes} [Fri May 8 00:38:00 2026] GET /v2.0/subnets?not-tags-any=red%2Cblue => generated 1894 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1294/2483] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:38:00 2026] DELETE /v2.0/subnets/cc13ca74-e221-4ac8-acf5-9037ea508879 => generated 0 bytes in 150 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1190/2484] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:38:00 2026] DELETE /v2.0/subnets/5cc5c9e2-add6-443b-801d-446f40722bf9 => 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: 1295/2485] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:38:00 2026] DELETE /v2.0/subnets/366d302a-f1d6-4e50-86ec-6fc4238a5620 => generated 0 bytes in 128 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1191/2486] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:38:00 2026] DELETE /v2.0/subnets/7928d2a7-6a94-41f1-808d-1260745c8fd8 => 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: 1296/2487] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:38:00 2026] DELETE /v2.0/subnets/954929c9-b454-434e-8b50-1b72b4b0c62c => generated 0 bytes in 126 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:38:01.153 7 INFO neutron_taas.services.taas.taas_plugin [None req-59511ad8-b551-4173-b733-8fb5679f78e6 e6e5ef6543714737b662681d3c47c67c 703aead369f946fc81890b84cf259475 - - default default] TaaS: Handle Delete Port: f0884d9e-d3e0-4672-8398-cf362618825e 2026-05-08 00:38:01.155 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-59511ad8-b551-4173-b733-8fb5679f78e6 e6e5ef6543714737b662681d3c47c67c 703aead369f946fc81890b84cf259475 - - default default] Tap Mirror: Handle Delete Port: f0884d9e-d3e0-4672-8398-cf362618825e 2026-05-08 00:38:01.371 7 INFO neutron.services.segments.plugin [-] Segment ce42a428-e4f6-4278-b7be-c489f5376e26 resource provider aggregate not found 2026-05-08 00:38:01.378 7 INFO neutron.services.segments.plugin [-] Segment ce42a428-e4f6-4278-b7be-c489f5376e26 resource provider aggregate not found 2026-05-08 00:38:01.395 7 INFO neutron.services.segments.plugin [-] Segment ce42a428-e4f6-4278-b7be-c489f5376e26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce42a428-e4f6-4278-b7be-c489f5376e26 found for delete ", "request_id": "req-e3243d47-a140-412b-8685-b2566e209ea0"}]} 2026-05-08 00:38:01.398 7 INFO neutron.services.segments.plugin [-] Segment ce42a428-e4f6-4278-b7be-c489f5376e26 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid ce42a428-e4f6-4278-b7be-c489f5376e26 found for delete ", "request_id": "req-33ed5114-663e-437a-870a-c5b5c2d72e77"}]} [pid: 7|app: 0|req: 1192/2488] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:38:01 2026] DELETE /v2.0/networks/e8291bdd-d674-4510-b14b-5009dbb5ab46 => generated 0 bytes in 359 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1297/2489] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:38:01 2026] DELETE /v2.0/networks/64fae8ee-664c-435a-acee-7c37e1a52c0c => generated 0 bytes in 144 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1193/2490] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:38:01 2026] DELETE /v2.0/networks/8baa774e-8caa-4502-acb4-7a0af5c4871e => generated 0 bytes in 155 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1298/2491] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:38:01 2026] DELETE /v2.0/networks/80f32d27-503a-4e4a-9493-e5b132180bb0 => generated 0 bytes in 138 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1299/2492] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:38:01 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1300/2493] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:38:01 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: 1301/2494] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:38:01 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: 1302/2495] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:38:01 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: 1194/2496] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:38:01 2026] DELETE /v2.0/networks/25234d68-968c-48a2-824c-ee7ec86d220b => generated 0 bytes in 149 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:38:02.049 8 INFO neutron.services.segments.plugin [-] Segment 30eead39-f12c-4e3d-987d-39994719948f resource provider aggregate not found 2026-05-08 00:38:02.055 8 INFO neutron.services.segments.plugin [-] Segment 30eead39-f12c-4e3d-987d-39994719948f resource provider aggregate not found [pid: 8|app: 0|req: 1303/2497] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:02 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:38:02.077 8 INFO neutron.services.segments.plugin [-] Segment 30eead39-f12c-4e3d-987d-39994719948f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30eead39-f12c-4e3d-987d-39994719948f found for delete ", "request_id": "req-55aabf65-271f-4fcc-aea0-45fd480e81d3"}]} 2026-05-08 00:38:02.081 8 INFO neutron.services.segments.plugin [-] Segment 30eead39-f12c-4e3d-987d-39994719948f resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 30eead39-f12c-4e3d-987d-39994719948f found for delete ", "request_id": "req-8c5ca650-c7b4-41fe-8403-f9b1ed2a392a"}]} 2026-05-08 00:38:02.095 8 INFO neutron.services.segments.plugin [-] Segment b2f9b5d4-6da9-4042-b6ed-0d66b42654f7 resource provider aggregate not found 2026-05-08 00:38:02.098 8 INFO neutron.services.segments.plugin [-] Segment b2f9b5d4-6da9-4042-b6ed-0d66b42654f7 resource provider aggregate not found 2026-05-08 00:38:02.121 8 INFO neutron.services.segments.plugin [-] Segment b2f9b5d4-6da9-4042-b6ed-0d66b42654f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f9b5d4-6da9-4042-b6ed-0d66b42654f7 found for delete ", "request_id": "req-7e1fe433-1c8a-4b0f-9a4a-20abaa737b49"}]} 2026-05-08 00:38:02.127 8 INFO neutron.services.segments.plugin [-] Segment b2f9b5d4-6da9-4042-b6ed-0d66b42654f7 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b2f9b5d4-6da9-4042-b6ed-0d66b42654f7 found for delete ", "request_id": "req-f3847a56-97b0-4be2-935d-3d1765b377fb"}]} [pid: 7|app: 0|req: 1195/2498] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:38:02 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1304/2499] 199.19.213.179 () {34 vars in 717 bytes} [Fri May 8 00:38:02 2026] POST /v2.0/ports => generated 1055 bytes in 324 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1196/2500] 10.0.0.179 () {34 vars in 971 bytes} [Fri May 8 00:38:02 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1055 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1305/2501] 10.0.0.179 () {34 vars in 907 bytes} [Fri May 8 00:38:02 2026] GET /v2.0/extensions => generated 21537 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1197/2502] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:02 2026] GET /v2.0/security-groups?tenant_id=703aead369f946fc81890b84cf259475&name=default => generated 2929 bytes in 189 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1306/2503] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:03 2026] DELETE /v2.0/security-groups/54fe272b-e96c-4d3d-b523-1c5d8d0d76fc => generated 0 bytes in 106 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:38:03.415 7 INFO neutron.services.segments.plugin [-] Segment b64f9d3a-d586-4792-a965-070ecf234e59 resource provider aggregate not found [pid: 7|app: 0|req: 1198/2504] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:03 2026] GET /v2.0/security-groups?tenant_id=04f21afa7f25465a98b8460ae166873d&name=default => generated 2929 bytes in 121 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:38:03.421 7 INFO neutron.services.segments.plugin [-] Segment b64f9d3a-d586-4792-a965-070ecf234e59 resource provider aggregate not found 2026-05-08 00:38:03.436 7 INFO neutron.services.segments.plugin [-] Segment b64f9d3a-d586-4792-a965-070ecf234e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b64f9d3a-d586-4792-a965-070ecf234e59 found for delete ", "request_id": "req-e40e6a64-0c04-49a9-89a0-991c514adca9"}]} 2026-05-08 00:38:03.440 7 INFO neutron.services.segments.plugin [-] Segment b64f9d3a-d586-4792-a965-070ecf234e59 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b64f9d3a-d586-4792-a965-070ecf234e59 found for delete ", "request_id": "req-4750d3bd-5600-4bc2-80f4-e68f069cf2ab"}]} 2026-05-08 00:38:03.453 7 INFO neutron.services.segments.plugin [-] Segment 58cb8cb0-138b-4986-9ab6-2bd9ede523df resource provider aggregate not found 2026-05-08 00:38:03.455 7 INFO neutron.services.segments.plugin [-] Segment 58cb8cb0-138b-4986-9ab6-2bd9ede523df resource provider aggregate not found 2026-05-08 00:38:03.470 7 INFO neutron.services.segments.plugin [-] Segment 58cb8cb0-138b-4986-9ab6-2bd9ede523df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58cb8cb0-138b-4986-9ab6-2bd9ede523df found for delete ", "request_id": "req-0316cc03-2dbb-47c3-87f9-31cc8e8270cf"}]} 2026-05-08 00:38:03.472 7 INFO neutron.services.segments.plugin [-] Segment 58cb8cb0-138b-4986-9ab6-2bd9ede523df resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 58cb8cb0-138b-4986-9ab6-2bd9ede523df found for delete ", "request_id": "req-319d22dc-c99a-4de3-9b5d-84feb364e5ab"}]} [pid: 8|app: 0|req: 1307/2505] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:03 2026] DELETE /v2.0/security-groups/e420fa28-1bd2-42fc-b6a9-731eaa62ff26 => 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: 1199/2506] 199.19.213.179 () {34 vars in 1262 bytes} [Fri May 8 00:38:03 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1200/2507] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:03 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?fields=segments => generated 14 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1201/2508] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:03 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1308/2509] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:03 2026] GET /v2.0/security-groups?tenant_id=6351db28f430455ca712bcc7008bf4ed&name=default => generated 2929 bytes in 139 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1202/2510] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:03 2026] DELETE /v2.0/security-groups/1df0f3a5-61b5-4d46-b5cd-f809d56999f9 => 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: 1309/2511] 199.19.213.179 () {34 vars in 975 bytes} [Fri May 8 00:38:04 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1055 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1203/2512] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:38:04 2026] GET /v2.0/networks?id=6b074eb2-4830-4958-aabc-f034ea287b43 => generated 803 bytes in 70 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1204/2513] 10.0.0.21 () {34 vars in 989 bytes} [Fri May 8 00:38:04 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 1240 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1205/2514] 10.0.0.21 () {34 vars in 1039 bytes} [Fri May 8 00:38:04 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&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: 1310/2515] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:38:04 2026] PUT /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1245 bytes in 463 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:38:04.911 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-aab49c09-68c3-4611-ad43-f22cb0104976'] response: {'name': 'network-changed', 'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'tag': 'a177902c-8450-40ff-a1fd-ead1a9b4b010', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1312/2518] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:38:05 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2481 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1207/2519] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:38:05 2026] GET /v2.0/networks?id=6b074eb2-4830-4958-aabc-f034ea287b43 => generated 803 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1313/2520] 199.19.213.179 () {34 vars in 1056 bytes} [Fri May 8 00:38:05 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1208/2521] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:38:05 2026] GET /v2.0/subnets?id=ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1314/2522] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:05 2026] GET /v2.0/ports?network_id=6b074eb2-4830-4958-aabc-f034ea287b43&device_owner=network%3Adhcp => generated 1461 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1209/2523] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:05 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?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: 1315/2524] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:05 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1210/2525] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:38:06 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2481 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1316/2526] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:38:06 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.70&port_id=283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 => 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: 1211/2527] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:38:06 2026] GET /v2.0/subnets?id=89ae1107-facc-436e-992b-75ea2f68cde1 => generated 654 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1317/2528] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:06 2026] GET /v2.0/ports?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3&device_owner=network%3Adhcp => generated 1244 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1212/2529] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:06 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1318/2530] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:06 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1213/2531] 199.19.213.179 () {34 vars in 1056 bytes} [Fri May 8 00:38:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=a177902c-8450-40ff-a1fd-ead1a9b4b010 => 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: 1319/2532] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:38:07 2026] GET /v2.0/subnets?id=ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 677 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1214/2533] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:07 2026] GET /v2.0/ports?network_id=6b074eb2-4830-4958-aabc-f034ea287b43&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1320/2534] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:07 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?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: 1215/2535] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:07 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?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: 1321/2536] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:07 2026] GET /v2.0/security-groups?tenant_id=33e8c137d1934ad699ec64d76d8c10b9&name=default => generated 2929 bytes in 285 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1216/2537] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:07 2026] DELETE /v2.0/security-groups/cc7a7089-2cb3-46d0-ad1c-f4323a7f93bb => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1322/2538] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:07 2026] GET /v2.0/security-groups?tenant_id=b5cbcbcadcbe4bedb1a7abf0303089aa&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1217/2539] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:07 2026] DELETE /v2.0/security-groups/484e450c-6a18-4094-871f-da6d3fbaa165 => generated 0 bytes in 114 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1323/2540] 10.0.0.179 () {34 vars in 971 bytes} [Fri May 8 00:38:11 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1247 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1218/2541] 199.19.213.179 () {34 vars in 789 bytes} [Fri May 8 00:38:11 2026] PUT /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1271 bytes in 235 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:38:11.441 8 INFO neutron.api.v2.resource [None req-725500ac-6fb4-4c1f-bc28-7010ee836797 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1324/2542] 199.19.213.179 () {30 vars in 763 bytes} [Fri May 8 00:38:11 2026] GET /v2.0/security-groups/lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:38:11.464 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-c185be92-8093-4720-9e59-654303d7f2a3'] response: {'name': 'network-changed', 'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'tag': 'a177902c-8450-40ff-a1fd-ead1a9b4b010', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1219/2543] 199.19.213.179 () {30 vars in 785 bytes} [Fri May 8 00:38:11 2026] GET /v2.0/security-groups?name=lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 1637 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1325/2544] 199.19.213.179 () {34 vars in 789 bytes} [Fri May 8 00:38:11 2026] PUT /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1309 bytes in 212 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:38:11.746 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-7ec3f97b-8b7d-4427-9dcd-0bea341e1ca4'] response: {'name': 'network-changed', 'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'tag': 'a177902c-8450-40ff-a1fd-ead1a9b4b010', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1220/2545] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:38:11 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: 8|app: 0|req: 1326/2546] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:38:11 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: 1221/2547] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:38:11 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1327/2548] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:38:11 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1328/2549] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:11 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1222/2550] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:38:11 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2581 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1329/2551] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1223/2552] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/networks?id=6b074eb2-4830-4958-aabc-f034ea287b43 => generated 803 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1224/2553] 199.19.213.179 () {34 vars in 1056 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=a177902c-8450-40ff-a1fd-ead1a9b4b010 => 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: 1330/2554] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1345 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1225/2555] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/subnets?id=ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 677 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1331/2556] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1226/2557] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/ports?network_id=6b074eb2-4830-4958-aabc-f034ea287b43&device_owner=network%3Adhcp => generated 1461 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1332/2558] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1227/2559] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?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: 1333/2560] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1228/2561] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?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: 1334/2562] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:12 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1229/2563] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:38:13 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2581 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1335/2564] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:38:13 2026] GET /v2.0/networks?id=6b074eb2-4830-4958-aabc-f034ea287b43 => generated 803 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1230/2565] 199.19.213.179 () {34 vars in 1056 bytes} [Fri May 8 00:38:13 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=a177902c-8450-40ff-a1fd-ead1a9b4b010 => 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: 1336/2566] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:38:13 2026] GET /v2.0/subnets?id=ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 677 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1231/2567] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:13 2026] GET /v2.0/ports?network_id=6b074eb2-4830-4958-aabc-f034ea287b43&device_owner=network%3Adhcp => generated 1461 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1337/2568] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:13 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?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: 1232/2569] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:13 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1338/2570] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:15 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 971 bytes in 129 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1233/2571] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:38:15 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&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: 1339/2572] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:16 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 971 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1234/2573] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:38:16 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&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: 1340/2574] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:17 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 971 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1235/2575] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:38:17 2026] GET /v2.0/security-groups?id=a860228d-3d47-46fe-83f1-fabf1d8f5f24&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: 1341/2576] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:38:17 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:38:18.097 7 INFO neutron_taas.services.taas.taas_plugin [req-3ee53165-8217-47f6-9ecb-7a3c12a1cdbf req-18ad0562-3cd2-41ac-8848-61d652213e90 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] TaaS: Handle Delete Port: b1e1aab8-a34a-453c-a82c-e6edac2d8e1e 2026-05-08 00:38:18.100 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-3ee53165-8217-47f6-9ecb-7a3c12a1cdbf req-18ad0562-3cd2-41ac-8848-61d652213e90 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Tap Mirror: Handle Delete Port: b1e1aab8-a34a-453c-a82c-e6edac2d8e1e 2026-05-08 00:38:18.235 7 INFO neutron.db.l3_db [req-3ee53165-8217-47f6-9ecb-7a3c12a1cdbf req-18ad0562-3cd2-41ac-8848-61d652213e90 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Floating IP a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 disassociated. External IP: 10.96.250.202, port: b1e1aab8-a34a-453c-a82c-e6edac2d8e1e. [pid: 7|app: 0|req: 1236/2577] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:38:17 2026] DELETE /v2.0/ports/b1e1aab8-a34a-453c-a82c-e6edac2d8e1e => generated 0 bytes in 1050 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1342/2578] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:19 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:38:19.036 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-d3615a56-089c-43d7-aa0f-77c9f627842d'] response: {'server_uuid': '0a96903d-2fac-4ac0-b376-7fc3ce97db82', 'name': 'network-vif-deleted', 'tag': 'b1e1aab8-a34a-453c-a82c-e6edac2d8e1e', 'status': 'completed', 'code': 200} 2026-05-08 00:38:20.030 7 INFO neutron.db.l3_db [None req-c1d6d90e-2b91-4367-bb9a-c2b457367b34 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Floating IP a0a2ac1e-a946-45fb-b813-6d2ff665cb1e associated. External IP: 10.96.250.210, port: 7fa0b12f-6017-4a0b-9018-47a8c65eba64. [pid: 8|app: 0|req: 1343/2579] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:20 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => 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: 1237/2582] 10.0.0.129 () {34 vars in 677 bytes} [Fri May 8 00:38:19 2026] POST /v2.0/floatingips => generated 898 bytes in 1128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1346/2583] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:21 2026] GET /v2.0/ports?device_id=0a96903d-2fac-4ac0-b376-7fc3ce97db82 => 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: 1238/2584] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:22 2026] DELETE /v2.0/security-groups/a860228d-3d47-46fe-83f1-fabf1d8f5f24 => generated 0 bytes in 169 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:38:22.607 8 INFO neutron_taas.services.taas.taas_plugin [None req-e15b8209-ae6f-45e3-a2ea-a0fb2a3dbbcf 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] TaaS: Handle Delete Port: 007bb67a-2fb7-4a0a-a39a-69e1deabf6fa 2026-05-08 00:38:22.610 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e15b8209-ae6f-45e3-a2ea-a0fb2a3dbbcf 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Tap Mirror: Handle Delete Port: 007bb67a-2fb7-4a0a-a39a-69e1deabf6fa [pid: 8|app: 0|req: 1347/2585] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:38:22 2026] DELETE /v2.0/floatingips/a1637a0b-cdd7-46fa-b46a-3dbe40f581f2 => generated 0 bytes in 272 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1239/2586] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:22 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 971 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1348/2587] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:38:22 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&fields=id&fields=name => generated 114 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1240/2588] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:38:23 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1349/2589] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:38:23 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1241/2590] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:38:23 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1350/2591] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:38:23 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:38:23.183 7 INFO neutron.api.v2.resource [None req-43867ebc-8b71-4407-91b9-16bad77ee707 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1242/2592] 199.19.213.179 () {30 vars in 763 bytes} [Fri May 8 00:38:23 2026] GET /v2.0/security-groups/lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1351/2593] 199.19.213.179 () {30 vars in 785 bytes} [Fri May 8 00:38:23 2026] GET /v2.0/security-groups?name=lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 1637 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1243/2594] 199.19.213.179 () {30 vars in 815 bytes} [Fri May 8 00:38:23 2026] GET /v2.0/security-group-rules?security_group_id=ea128cbc-4492-4368-a948-d20b64bb7ae3 => 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: 1352/2595] 199.19.213.179 () {34 vars in 747 bytes} [Fri May 8 00:38:23 2026] POST /v2.0/security-group-rules => generated 597 bytes in 113 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1244/2596] 199.19.213.179 () {34 vars in 747 bytes} [Fri May 8 00:38:23 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: 1353/2597] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:24 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 971 bytes in 87 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1245/2598] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:38:24 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&fields=id&fields=name => generated 114 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1354/2599] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:25 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 971 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1246/2600] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:38:25 2026] GET /v2.0/security-groups?id=d62714c4-09bc-47ef-86d4-31f350125ea3&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: 1355/2601] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:38:25 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 971 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:38:25.541 7 INFO neutron_taas.services.taas.taas_plugin [req-bc29f5da-e248-4827-b32e-16f7fb626814 req-c6d2478a-8682-4cf1-99b2-65b891abdd9c 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] TaaS: Handle Delete Port: e05b6bf6-809b-4e88-80d6-b2f5914c7bd4 2026-05-08 00:38:25.548 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-bc29f5da-e248-4827-b32e-16f7fb626814 req-c6d2478a-8682-4cf1-99b2-65b891abdd9c 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Tap Mirror: Handle Delete Port: e05b6bf6-809b-4e88-80d6-b2f5914c7bd4 [pid: 7|app: 0|req: 1247/2602] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:38:25 2026] DELETE /v2.0/ports/e05b6bf6-809b-4e88-80d6-b2f5914c7bd4 => generated 0 bytes in 315 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:38:25.736 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-295b882b-2e6f-48d3-9a81-c8ce006433ba'] response: {'server_uuid': '571fe3bd-9d1a-4fe8-9022-63259511ec7d', 'name': 'network-vif-deleted', 'tag': 'e05b6bf6-809b-4e88-80d6-b2f5914c7bd4', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1356/2603] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:26 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => 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: 1248/2604] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:27 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => generated 12 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1357/2605] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:38:28 2026] GET /v2.0/ports?device_id=571fe3bd-9d1a-4fe8-9022-63259511ec7d => 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: 1249/2606] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:29 2026] DELETE /v2.0/security-groups/d62714c4-09bc-47ef-86d4-31f350125ea3 => generated 0 bytes in 143 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:38:30.277 8 INFO neutron_taas.services.taas.taas_plugin [None req-d195f8b6-f045-4df5-82dc-7df8262d9481 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] TaaS: Handle Delete Port: 23613222-f37b-4aae-bdd3-91b0e079e308 2026-05-08 00:38:30.281 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d195f8b6-f045-4df5-82dc-7df8262d9481 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Tap Mirror: Handle Delete Port: 23613222-f37b-4aae-bdd3-91b0e079e308 [pid: 8|app: 0|req: 1358/2607] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:38:29 2026] PUT /v2.0/routers/de7c6683-5b73-4575-9f10-b89c5ef742d3/remove_router_interface => generated 309 bytes in 1334 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1250/2608] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:38:31 2026] DELETE /v2.0/subnets/f766039e-4ca7-449d-801e-683a75b46daf => generated 0 bytes in 195 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:38:31.627 8 INFO neutron_taas.services.taas.taas_plugin [None req-94545202-45a3-44b2-b75d-6e6b70356593 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] TaaS: Handle Delete Port: ab4f2dae-3b4d-4bc0-a05f-3a6b94137dbc 2026-05-08 00:38:31.630 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94545202-45a3-44b2-b75d-6e6b70356593 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Tap Mirror: Handle Delete Port: ab4f2dae-3b4d-4bc0-a05f-3a6b94137dbc 2026-05-08 00:38:31.900 8 INFO neutron_taas.services.taas.taas_plugin [None req-94545202-45a3-44b2-b75d-6e6b70356593 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] TaaS: Handle Delete Port: fcb40073-ec81-4ffe-b711-9dcd5b9e2bd5 2026-05-08 00:38:31.903 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94545202-45a3-44b2-b75d-6e6b70356593 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] Tap Mirror: Handle Delete Port: fcb40073-ec81-4ffe-b711-9dcd5b9e2bd5 2026-05-08 00:38:32.293 8 INFO neutron.services.segments.plugin [-] Segment 4dbd26a3-4907-4311-83f5-0cf78a0ac6d2 resource provider aggregate not found 2026-05-08 00:38:32.299 8 INFO neutron.services.segments.plugin [-] Segment 4dbd26a3-4907-4311-83f5-0cf78a0ac6d2 resource provider aggregate not found 2026-05-08 00:38:32.321 8 INFO neutron.services.segments.plugin [-] Segment 4dbd26a3-4907-4311-83f5-0cf78a0ac6d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dbd26a3-4907-4311-83f5-0cf78a0ac6d2 found for delete ", "request_id": "req-167662f9-0f09-4847-bdf1-4b40be1e15d7"}]} 2026-05-08 00:38:32.325 8 INFO neutron.services.segments.plugin [-] Segment 4dbd26a3-4907-4311-83f5-0cf78a0ac6d2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4dbd26a3-4907-4311-83f5-0cf78a0ac6d2 found for delete ", "request_id": "req-b114ce3a-f03a-4625-814d-a86c784de397"}]} 2026-05-08 00:38:32.336 8 INFO neutron.db.l3_hamode_db [None req-94545202-45a3-44b2-b75d-6e6b70356593 1bdf6e408e22404c84c91c4279be4f95 194c1e0182f34a689c780c7450cc6776 - - default default] HA network af15c377-a2dd-4816-9722-9e1361246afe was deleted as no HA routers are present in tenant 194c1e0182f34a689c780c7450cc6776. [pid: 8|app: 0|req: 1359/2609] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:38:31 2026] DELETE /v2.0/routers/de7c6683-5b73-4575-9f10-b89c5ef742d3 => generated 0 bytes in 932 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1251/2610] 10.0.0.135 () {30 vars in 690 bytes} [Fri May 8 00:38:32 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 140 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1252/2611] 10.0.0.135 () {30 vars in 692 bytes} [Fri May 8 00:38:32 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: 1253/2612] 10.0.0.135 () {30 vars in 668 bytes} [Fri May 8 00:38:32 2026] GET /v2.0/extensions/qos => generated 166 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1254/2613] 10.0.0.135 () {30 vars in 704 bytes} [Fri May 8 00:38:32 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: 1360/2614] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:38:32 2026] DELETE /v2.0/networks/43057081-1b9e-4ad5-b067-7d543fdfd94f => 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: 1255/2615] 10.0.0.135 () {28 vars in 439 bytes} [Fri May 8 00:38:33 2026] GET / => generated 151 bytes in 2 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1361/2616] 10.0.0.135 () {30 vars in 728 bytes} [Fri May 8 00:38:33 2026] GET /v2.0/subnets/868065d8-5a29-4567-84bd-1295bf3baa2e => generated 655 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1256/2617] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:33 2026] GET /v2.0/security-groups?tenant_id=194c1e0182f34a689c780c7450cc6776&name=default => generated 2925 bytes in 205 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1362/2618] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:33 2026] DELETE /v2.0/security-groups/1008e1dc-2a5b-4e8c-8e64-67b873b41adc => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1257/2619] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:33 2026] GET /v2.0/security-groups?tenant_id=8e7369a1d3cc44868d5fe31a7b5c332d&name=default => generated 2929 bytes in 120 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1363/2620] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:33 2026] DELETE /v2.0/security-groups/6d530799-10ce-4c28-83b8-31045373d301 => 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: 1258/2621] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:38: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: 8|app: 0|req: 1364/2622] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:38:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1259/2623] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:38:34 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: 1365/2624] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:38:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1260/2625] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:34 2026] GET /v2.0/subnets/868065d8-5a29-4567-84bd-1295bf3baa2e => generated 673 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1366/2626] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:38:34 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2581 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1261/2627] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:38:34 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 14 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1367/2628] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:38:34 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: 1262/2629] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:38: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: 8|app: 0|req: 1368/2630] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:38:34 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:38:34.352 8 INFO neutron.services.segments.plugin [-] Segment 950e4666-c5a3-4eda-bb5a-1462c9867884 resource provider aggregate not found 2026-05-08 00:38:34.362 8 INFO neutron.services.segments.plugin [-] Segment 950e4666-c5a3-4eda-bb5a-1462c9867884 resource provider aggregate not found 2026-05-08 00:38:34.376 8 INFO neutron.services.segments.plugin [-] Segment 950e4666-c5a3-4eda-bb5a-1462c9867884 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950e4666-c5a3-4eda-bb5a-1462c9867884 found for delete ", "request_id": "req-9d3810c3-c05c-442f-8478-4f5b9677fd4d"}]} 2026-05-08 00:38:34.383 8 INFO neutron.services.segments.plugin [-] Segment 950e4666-c5a3-4eda-bb5a-1462c9867884 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 950e4666-c5a3-4eda-bb5a-1462c9867884 found for delete ", "request_id": "req-ca239491-3ce5-4c96-a609-9eb1ff8d71a5"}]} [pid: 7|app: 0|req: 1263/2631] 199.19.213.179 () {34 vars in 717 bytes} [Fri May 8 00:38:34 2026] POST /v2.0/ports => generated 1320 bytes in 395 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1369/2632] 10.0.0.179 () {34 vars in 971 bytes} [Fri May 8 00:38:34 2026] GET /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => generated 1320 bytes in 31 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: 1264/2633] 10.0.0.179 () {34 vars in 907 bytes} [Fri May 8 00:38:34 2026] GET /v2.0/extensions => generated 21537 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1266/2636] 199.19.213.179 () {34 vars in 1262 bytes} [Fri May 8 00:38:35 2026] GET /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1371/2637] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:35 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 1267/2638] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:35 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1372/2639] 199.19.213.179 () {34 vars in 975 bytes} [Fri May 8 00:38:36 2026] GET /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => generated 1320 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1268/2640] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:38:36 2026] GET /v2.0/networks?id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 801 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1373/2641] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:38:36 2026] PUT /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => generated 1510 bytes in 498 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:38:37.185 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8fdc44f3-7b78-40ba-9f78-ce617e8de303'] response: {'name': 'network-changed', 'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'tag': '375480e3-b257-4f03-9b75-a55d90012657', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1269/2642] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:38:37 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 4083 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: 1374/2643] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:38:37 2026] GET /v2.0/networks?id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 801 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1270/2644] 199.19.213.179 () {34 vars in 1054 bytes} [Fri May 8 00:38:37 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.7&port_id=375480e3-b257-4f03-9b75-a55d90012657 => generated 19 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1271/2645] 199.19.213.179 () {34 vars in 1104 bytes} [Fri May 8 00:38:37 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A16c&port_id=375480e3-b257-4f03-9b75-a55d90012657 => 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: 1272/2646] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:38:37 2026] GET /v2.0/subnets?id=6f6b8f12-c8f5-45d8-8019-5e6428ccd31b&id=868065d8-5a29-4567-84bd-1295bf3baa2e => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1273/2647] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:37 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => generated 1457 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1274/2648] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:37 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => generated 1457 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1275/2649] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:38 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:38:38.124 8 INFO neutron.db.segments_db [None req-0c664e88-99a4-4883-af0b-b8e92f37119a 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - default default] Added segment e0a384e2-7e7f-4153-8336-7bbb3936bf54 of type vxlan for network 30f5d81d-8485-4533-8e94-d9bd4e370898 [pid: 7|app: 0|req: 1276/2650] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:38 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1375/2651] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:38:37 2026] POST /v2.0/networks => generated 727 bytes in 407 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1277/2652] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:38:38 2026] POST /v2.0/subnets => generated 644 bytes in 208 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:38:38.445 8 WARNING neutron.api.v2.base [None req-2bd724a9-d32e-4e04-8603-e962d8a50e7e 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - 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-08 00:38:38.446 8 INFO neutron.api.v2.resource [None req-2bd724a9-d32e-4e04-8603-e962d8a50e7e 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - default default] create failed (client error): Invalid input for target_tenant. Reason: 'None' is not a valid string. [pid: 8|app: 0|req: 1376/2653] 10.0.0.129 () {34 vars in 681 bytes} [Fri May 8 00:38:38 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-08 00:38:38.625 7 INFO neutron.services.segments.plugin [-] Segment e0a384e2-7e7f-4153-8336-7bbb3936bf54 resource provider aggregate not found 2026-05-08 00:38:38.629 7 INFO neutron.services.segments.plugin [-] Segment e0a384e2-7e7f-4153-8336-7bbb3936bf54 resource provider aggregate not found [pid: 7|app: 0|req: 1278/2654] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:38:38 2026] DELETE /v2.0/networks/30f5d81d-8485-4533-8e94-d9bd4e370898 => generated 0 bytes in 196 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:38:38.649 7 INFO neutron.services.segments.plugin [-] Segment e0a384e2-7e7f-4153-8336-7bbb3936bf54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0a384e2-7e7f-4153-8336-7bbb3936bf54 found for delete ", "request_id": "req-a20abbc6-114c-4710-8b40-3ad7301ebb4f"}]} 2026-05-08 00:38:38.649 7 INFO neutron.services.segments.plugin [-] Segment e0a384e2-7e7f-4153-8336-7bbb3936bf54 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e0a384e2-7e7f-4153-8336-7bbb3936bf54 found for delete ", "request_id": "req-af2cc862-9e05-4f82-9171-02956b86a1d9"}]} 2026-05-08 00:38:38.707 8 INFO neutron.db.segments_db [None req-44b8510e-b4b6-4438-9665-ee8e7498960c 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - default default] Added segment 70a3b71a-0c86-4090-88e5-ab9b0cc0e926 of type vxlan for network 068a98a2-54d0-48d6-85be-0bd3373c1ef8 [pid: 8|app: 0|req: 1377/2655] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:38:38 2026] POST /v2.0/networks => generated 726 bytes in 135 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1279/2656] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:38:38 2026] POST /v2.0/subnets => generated 647 bytes in 194 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:38:38.998 8 WARNING neutron.api.v2.base [None req-cdae4f11-3403-4e99-88a2-0b60fd5aa0d1 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - 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-08 00:38:38.998 8 INFO neutron.api.v2.resource [None req-cdae4f11-3403-4e99-88a2-0b60fd5aa0d1 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - default default] create failed (client error): Invalid input for target_tenant. Reason: '1234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234123412341234' exceeds maximum length of 255. [pid: 8|app: 0|req: 1378/2657] 10.0.0.129 () {34 vars in 681 bytes} [Fri May 8 00:38:38 2026] POST /v2.0/rbac-policies => generated 547 bytes in 8 msecs (HTTP/1.1 400) 4 headers in 166 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1280/2658] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:38:39 2026] DELETE /v2.0/networks/068a98a2-54d0-48d6-85be-0bd3373c1ef8 => 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: 1379/2659] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 4083 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1380/2660] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.70&port_id=283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 => generated 19 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:38:39.236 7 INFO neutron.db.segments_db [None req-5d0609d4-14e2-47be-bd91-bb6d7155197f 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - default default] Added segment 4d011b71-b82b-4153-b219-e303da5ceb61 of type vxlan for network aef61b92-f762-469f-a41d-c976e90d6e3c [pid: 8|app: 0|req: 1381/2661] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/subnets?id=89ae1107-facc-436e-992b-75ea2f68cde1 => generated 654 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1382/2662] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/ports?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3&device_owner=network%3Adhcp => generated 1244 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1281/2663] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:38:39 2026] POST /v2.0/networks => generated 726 bytes in 128 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1383/2664] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1384/2665] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1385/2666] 199.19.213.179 () {34 vars in 1056 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=a177902c-8450-40ff-a1fd-ead1a9b4b010 => 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: 1386/2667] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/subnets?id=ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1387/2668] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/ports?network_id=6b074eb2-4830-4958-aabc-f034ea287b43&device_owner=network%3Adhcp => generated 1461 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1282/2669] 10.0.0.129 () {34 vars in 669 bytes} [Fri May 8 00:38:39 2026] POST /v2.0/subnets => generated 647 bytes in 214 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1388/2670] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?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: 1389/2671] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?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: 1390/2672] 199.19.213.179 () {34 vars in 1054 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.7&port_id=375480e3-b257-4f03-9b75-a55d90012657 => 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: 1391/2673] 199.19.213.179 () {34 vars in 1104 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A16c&port_id=375480e3-b257-4f03-9b75-a55d90012657 => 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: 1392/2674] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/subnets?id=6f6b8f12-c8f5-45d8-8019-5e6428ccd31b&id=868065d8-5a29-4567-84bd-1295bf3baa2e => generated 1409 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1393/2675] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => generated 1457 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1394/2676] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => generated 1457 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1283/2677] 10.0.0.129 () {34 vars in 681 bytes} [Fri May 8 00:38:39 2026] POST /v2.0/rbac-policies => generated 324 bytes in 222 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1395/2678] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 1284/2679] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:39 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1396/2680] 10.0.0.129 () {32 vars in 723 bytes} [Fri May 8 00:38:40 2026] GET /v2.0/networks/aef61b92-f762-469f-a41d-c976e90d6e3c => generated 654 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:38:40.619 7 INFO neutron.pecan_wsgi.hooks.translation [None req-97059249-6326-4a26-b55c-a855d090e12f 80a73222de5c4da3992687b7fc8a4ee9 a281678a9eab4e08ae8b8c128b47d3dd - - default default] GET failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1285/2681] 10.0.0.129 () {32 vars in 723 bytes} [Fri May 8 00:38:40 2026] GET /v2.0/networks/aef61b92-f762-469f-a41d-c976e90d6e3c => generated 138 bytes in 54 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:38:40.668 7 INFO neutron.services.segments.plugin [-] Segment 70a3b71a-0c86-4090-88e5-ab9b0cc0e926 resource provider aggregate not found 2026-05-08 00:38:40.672 7 INFO neutron.services.segments.plugin [-] Segment 70a3b71a-0c86-4090-88e5-ab9b0cc0e926 resource provider aggregate not found 2026-05-08 00:38:40.687 7 INFO neutron.services.segments.plugin [-] Segment 70a3b71a-0c86-4090-88e5-ab9b0cc0e926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a3b71a-0c86-4090-88e5-ab9b0cc0e926 found for delete ", "request_id": "req-4ddd4fba-64bc-4d03-8759-874d64981694"}]} 2026-05-08 00:38:40.689 7 INFO neutron.services.segments.plugin [-] Segment 70a3b71a-0c86-4090-88e5-ab9b0cc0e926 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 70a3b71a-0c86-4090-88e5-ab9b0cc0e926 found for delete ", "request_id": "req-a3bdcdf4-e0e6-4437-8b58-5fd66026af2b"}]} 2026-05-08 00:38:40.723 8 INFO neutron_taas.services.taas.taas_plugin [None req-370dadde-da9a-47bc-9eea-6a3979e7d5fb 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - default default] TaaS: Handle Delete Port: 2785afc3-ae2c-40b5-b8a5-d0e6c421d80a 2026-05-08 00:38:40.725 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-370dadde-da9a-47bc-9eea-6a3979e7d5fb 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - default default] Tap Mirror: Handle Delete Port: 2785afc3-ae2c-40b5-b8a5-d0e6c421d80a 2026-05-08 00:38:40.967 8 INFO neutron.services.segments.plugin [-] Segment 4d011b71-b82b-4153-b219-e303da5ceb61 resource provider aggregate not found 2026-05-08 00:38:40.974 8 INFO neutron.services.segments.plugin [-] Segment 4d011b71-b82b-4153-b219-e303da5ceb61 resource provider aggregate not found 2026-05-08 00:38:40.990 8 INFO neutron.services.segments.plugin [-] Segment 4d011b71-b82b-4153-b219-e303da5ceb61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d011b71-b82b-4153-b219-e303da5ceb61 found for delete ", "request_id": "req-751fa63f-8fc3-452a-bab3-d7a388ca914d"}]} 2026-05-08 00:38:40.990 8 INFO neutron.services.segments.plugin [-] Segment 4d011b71-b82b-4153-b219-e303da5ceb61 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 4d011b71-b82b-4153-b219-e303da5ceb61 found for delete ", "request_id": "req-0326408c-7697-4900-aa92-0d36e1267fe3"}]} [pid: 8|app: 0|req: 1397/2682] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:38:40 2026] DELETE /v2.0/networks/aef61b92-f762-469f-a41d-c976e90d6e3c => generated 0 bytes in 373 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:38:41.017 7 INFO neutron.pecan_wsgi.hooks.translation [None req-416e2d75-c4f7-4ae0-b18a-ecfa710fc19f 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1286/2683] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:38:41 2026] DELETE /v2.0/subnets/a704ebec-c2aa-49fa-a09e-5252878ee05d => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:38:41.037 8 INFO neutron.pecan_wsgi.hooks.translation [None req-3e128122-fb3b-47e1-95d6-c3a4fb51451e 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1398/2684] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:38:41 2026] DELETE /v2.0/subnets/15aa2f40-9eae-48ab-ac7b-464c9f126dfb => generated 136 bytes in 17 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:38:41.064 7 INFO neutron.pecan_wsgi.hooks.translation [None req-87e95b6e-983e-49a6-a81d-1d0430da418b 7815cb66985a4d9db234fdeef89d28ae 03c1c5b7240e49c18f457140707d56d9 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1287/2685] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:38:41 2026] DELETE /v2.0/subnets/61e984b8-a97d-4eb8-a5d0-0d5638c07591 => generated 136 bytes in 21 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1399/2686] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:41 2026] GET /v2.0/security-groups?tenant_id=03c1c5b7240e49c18f457140707d56d9&name=default => generated 2929 bytes in 172 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1288/2687] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:41 2026] DELETE /v2.0/security-groups/25e6839f-90ac-44cb-9490-295a31bca4f1 => generated 0 bytes in 119 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1400/2688] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:42 2026] GET /v2.0/security-groups?tenant_id=ad006c15cd00421e9dd7a9f93f5dbe85&name=default => generated 2929 bytes in 128 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1289/2689] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:42 2026] DELETE /v2.0/security-groups/b174338e-fdd6-4716-863e-3d574a8310cf => generated 0 bytes in 123 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1401/2690] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:42 2026] GET /v2.0/security-groups?tenant_id=a281678a9eab4e08ae8b8c128b47d3dd&name=default => generated 2929 bytes in 124 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1290/2691] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:42 2026] DELETE /v2.0/security-groups/2c601a22-a1a8-4e53-9cf8-5cfa08b05a86 => 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: 1402/2692] 10.0.0.179 () {34 vars in 971 bytes} [Fri May 8 00:38:43 2026] GET /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => generated 1512 bytes in 241 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1291/2693] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 798 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1403/2694] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/subnets/868065d8-5a29-4567-84bd-1295bf3baa2e => generated 673 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1292/2695] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/subnets/6f6b8f12-c8f5-45d8-8019-5e6428ccd31b => generated 743 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1404/2696] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:38:44 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: 1293/2697] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:38: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: 8|app: 0|req: 1405/2698] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/extensions/qos => generated 166 bytes in 10 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1294/2699] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:38:44 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: 1406/2700] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1295/2701] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1407/2702] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1345 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1296/2703] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1408/2704] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43 => generated 800 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1297/2705] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1409/2706] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:44 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1298/2707] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:38:47 2026] POST /v2.0/floatingips => generated 552 bytes in 653 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1410/2708] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:38:47 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: 7|app: 0|req: 1299/2709] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:38:48 2026] POST /v2.0/floatingips => generated 552 bytes in 540 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1411/2710] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:38:48 2026] POST /v2.0/floatingips => generated 552 bytes in 538 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1300/2711] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:38:49 2026] POST /v2.0/floatingips => generated 552 bytes in 487 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1412/2712] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:38:49 2026] PUT /v2.0/floatingips/fd665e94-d2ea-4868-b550-505ae9369677/tags => generated 17 bytes in 101 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1301/2713] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:38:49 2026] PUT /v2.0/floatingips/d8c10be2-be8e-409e-83a5-6c9be349446a/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1413/2714] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:38:49 2026] PUT /v2.0/floatingips/73dfc279-0b8c-4179-88dd-107f5a92429a/tags => generated 34 bytes in 66 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1302/2715] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:38:50 2026] PUT /v2.0/floatingips/d45534c9-d363-468e-a348-c2b2e9dac1a2/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1414/2716] 10.0.0.129 () {32 vars in 672 bytes} [Fri May 8 00:38:50 2026] GET /v2.0/floatingips?tags=red => generated 1671 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1303/2717] 10.0.0.129 () {32 vars in 686 bytes} [Fri May 8 00:38:50 2026] GET /v2.0/floatingips?tags=red%2Cblue => generated 1128 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1415/2718] 10.0.0.129 () {32 vars in 682 bytes} [Fri May 8 00:38:50 2026] GET /v2.0/floatingips?tags-any=blue => generated 1128 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1304/2721] 10.0.0.129 () {32 vars in 694 bytes} [Fri May 8 00:38:50 2026] GET /v2.0/floatingips?tags-any=red%2Cblue => generated 1671 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1418/2722] 10.0.0.129 () {32 vars in 680 bytes} [Fri May 8 00:38:50 2026] GET /v2.0/floatingips?not-tags=red => generated 1100 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1305/2723] 10.0.0.129 () {32 vars in 694 bytes} [Fri May 8 00:38:50 2026] GET /v2.0/floatingips?not-tags=red%2Cblue => generated 1643 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1419/2724] 10.0.0.129 () {32 vars in 690 bytes} [Fri May 8 00:38:50 2026] GET /v2.0/floatingips?not-tags-any=blue => generated 1643 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1306/2725] 10.0.0.129 () {32 vars in 702 bytes} [Fri May 8 00:38:50 2026] GET /v2.0/floatingips?not-tags-any=red%2Cblue => generated 1100 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:38:50.663 8 INFO neutron_taas.services.taas.taas_plugin [None req-06f6a6ea-13bf-4583-80cc-a3089860e2ef bd7e51a6f95544e3a313c0328605071e 7092f69dcb984a12943cebf6fc04d6be - - default default] TaaS: Handle Delete Port: 4fab4e5a-2d3f-46b0-98dd-eba875a0e3d6 2026-05-08 00:38:50.665 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06f6a6ea-13bf-4583-80cc-a3089860e2ef bd7e51a6f95544e3a313c0328605071e 7092f69dcb984a12943cebf6fc04d6be - - default default] Tap Mirror: Handle Delete Port: 4fab4e5a-2d3f-46b0-98dd-eba875a0e3d6 [pid: 8|app: 0|req: 1420/2726] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:38:50 2026] DELETE /v2.0/floatingips/fd665e94-d2ea-4868-b550-505ae9369677 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:38:50.938 7 INFO neutron_taas.services.taas.taas_plugin [None req-e37dba4a-6c49-4e6f-82fc-6aa3ab9bfc80 bd7e51a6f95544e3a313c0328605071e 7092f69dcb984a12943cebf6fc04d6be - - default default] TaaS: Handle Delete Port: dc56ea88-30f4-42b3-8f06-19a7cb0831cf 2026-05-08 00:38:50.941 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e37dba4a-6c49-4e6f-82fc-6aa3ab9bfc80 bd7e51a6f95544e3a313c0328605071e 7092f69dcb984a12943cebf6fc04d6be - - default default] Tap Mirror: Handle Delete Port: dc56ea88-30f4-42b3-8f06-19a7cb0831cf [pid: 7|app: 0|req: 1307/2727] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:38:50 2026] DELETE /v2.0/floatingips/d8c10be2-be8e-409e-83a5-6c9be349446a => generated 0 bytes in 258 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:38:51.196 8 INFO neutron_taas.services.taas.taas_plugin [None req-8213ada2-19ae-4223-937c-54770f7231b8 bd7e51a6f95544e3a313c0328605071e 7092f69dcb984a12943cebf6fc04d6be - - default default] TaaS: Handle Delete Port: d7b86420-5b43-47f1-abf1-8067d5e14fac 2026-05-08 00:38:51.200 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8213ada2-19ae-4223-937c-54770f7231b8 bd7e51a6f95544e3a313c0328605071e 7092f69dcb984a12943cebf6fc04d6be - - default default] Tap Mirror: Handle Delete Port: d7b86420-5b43-47f1-abf1-8067d5e14fac [pid: 8|app: 0|req: 1421/2728] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:38:51 2026] DELETE /v2.0/floatingips/73dfc279-0b8c-4179-88dd-107f5a92429a => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:38:51.474 7 INFO neutron_taas.services.taas.taas_plugin [None req-6bf6880a-ef2b-420c-b627-cc43af380960 bd7e51a6f95544e3a313c0328605071e 7092f69dcb984a12943cebf6fc04d6be - - default default] TaaS: Handle Delete Port: e6144eeb-4782-42bb-891a-0dd2c828b05e 2026-05-08 00:38:51.478 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6bf6880a-ef2b-420c-b627-cc43af380960 bd7e51a6f95544e3a313c0328605071e 7092f69dcb984a12943cebf6fc04d6be - - default default] Tap Mirror: Handle Delete Port: e6144eeb-4782-42bb-891a-0dd2c828b05e [pid: 7|app: 0|req: 1308/2729] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:38:51 2026] DELETE /v2.0/floatingips/d45534c9-d363-468e-a348-c2b2e9dac1a2 => generated 0 bytes in 290 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:38:51.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-840cbda5-5a10-4251-ad40-6885645bcd19 bd7e51a6f95544e3a313c0328605071e 7092f69dcb984a12943cebf6fc04d6be - - default default] TaaS: Handle Delete Port: 822aca74-6bab-4a57-991e-daf3442ee8e5 2026-05-08 00:38:51.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-840cbda5-5a10-4251-ad40-6885645bcd19 bd7e51a6f95544e3a313c0328605071e 7092f69dcb984a12943cebf6fc04d6be - - default default] Tap Mirror: Handle Delete Port: 822aca74-6bab-4a57-991e-daf3442ee8e5 [pid: 8|app: 0|req: 1422/2730] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:38:51 2026] DELETE /v2.0/floatingips/55eb6ca0-2d16-4f5b-b1e1-b1a9e46a1dd5 => generated 0 bytes in 285 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1309/2731] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:52 2026] GET /v2.0/security-groups?tenant_id=d4c97eb3a751460a9bdf13200f540c0a&name=default => generated 2929 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1423/2732] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:53 2026] DELETE /v2.0/security-groups/77f3feb2-f885-4bc6-8a6d-b24782d01d3b => 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: 1310/2733] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:53 2026] GET /v2.0/security-groups?tenant_id=7092f69dcb984a12943cebf6fc04d6be&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: 1424/2734] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:53 2026] DELETE /v2.0/security-groups/e26a299e-d997-4917-bcdb-9081ebf2c399 => 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: 1425/2735] 10.0.0.135 () {30 vars in 690 bytes} [Fri May 8 00:38:53 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: 1426/2736] 10.0.0.135 () {30 vars in 692 bytes} [Fri May 8 00:38:53 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 3 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1427/2737] 10.0.0.135 () {30 vars in 668 bytes} [Fri May 8 00:38:53 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: 1311/2738] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:38:53 2026] GET /v2.0/security-groups?tenant_id=bd987180ef1c4ed6aadb7ac1ae53b887&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1428/2739] 10.0.0.135 () {30 vars in 704 bytes} [Fri May 8 00:38:53 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: 1312/2740] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:38:53 2026] DELETE /v2.0/security-groups/86e66751-8821-4c1e-9eb8-7e62786851ad => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1429/2741] 10.0.0.135 () {28 vars in 439 bytes} [Fri May 8 00:38:54 2026] GET / => generated 151 bytes in 3 msecs (HTTP/1.1 200) 3 headers in 91 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1313/2742] 10.0.0.135 () {30 vars in 728 bytes} [Fri May 8 00:38:54 2026] GET /v2.0/subnets/2b705f11-4688-464b-95ca-cbc5fe2a9897 => generated 655 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1430/2743] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:38:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1314/2744] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:38:55 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: 1431/2745] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:38:55 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: 1315/2746] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:38:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1432/2747] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:55 2026] GET /v2.0/subnets/868065d8-5a29-4567-84bd-1295bf3baa2e => generated 673 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1316/2748] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:38:55 2026] GET /v2.0/subnets/2b705f11-4688-464b-95ca-cbc5fe2a9897 => generated 673 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1433/2749] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:38:55 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 4085 bytes in 51 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1317/2750] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:38:55 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: 1434/2751] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:38:55 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1318/2752] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:38:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1435/2753] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:38:55 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1319/2754] 199.19.213.179 () {34 vars in 717 bytes} [Fri May 8 00:38:55 2026] POST /v2.0/ports => generated 1328 bytes in 342 msecs (HTTP/1.1 201) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1436/2755] 10.0.0.179 () {34 vars in 971 bytes} [Fri May 8 00:38:55 2026] GET /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 1328 bytes in 258 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: 1320/2756] 199.19.213.179 () {34 vars in 1262 bytes} [Fri May 8 00:38:57 2026] GET /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc?fields=binding%3Avnic_type&fields=binding%3Aprofile&fields=network_id&fields=resource_request&fields=numa_affinity_policy&fields=device_profile => generated 136 bytes in 304 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1437/2757] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:57 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 1321/2758] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:57 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:38:57.947 8 INFO neutron.db.segments_db [None req-9063f17f-6b99-493f-bc76-afde63294cd0 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Added segment e7474d58-df23-4bd7-ae89-58ac9d48b499 of type vxlan for network 5b4cee14-d25e-4400-855f-9850548edca4 2026-05-08 00:38:58.179 8 INFO neutron.db.l3_hamode_db [None req-9063f17f-6b99-493f-bc76-afde63294cd0 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1322/2759] 199.19.213.179 () {34 vars in 975 bytes} [Fri May 8 00:38:58 2026] GET /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 1328 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1323/2760] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:38:58 2026] GET /v2.0/networks?id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 799 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:38:58.292 8 INFO neutron.db.l3_hamode_db [None req-9063f17f-6b99-493f-bc76-afde63294cd0 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1324/2761] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:38:58 2026] PUT /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 1518 bytes in 443 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:38:58.799 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-46c89805-2a0e-40e3-b62c-146b56d6fdae'] response: {'name': 'network-changed', 'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'tag': '74e469e9-7e8e-4f1d-baba-0f18b2b859cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1438/2762] 10.0.0.129 () {34 vars in 668 bytes} [Fri May 8 00:38:57 2026] POST /v2.0/routers => generated 474 bytes in 957 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-08 00:38:58.885 7 INFO neutron.db.l3_hamode_db [None req-f313982e-4864-497c-be45-fd71d06d53a7 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:38:58.994 7 INFO neutron.db.l3_hamode_db [None req-f313982e-4864-497c-be45-fd71d06d53a7 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1439/2763] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:38:59 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 5595 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1440/2764] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:38:59 2026] GET /v2.0/networks?id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 799 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1441/2765] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:38:59 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.206&port_id=74e469e9-7e8e-4f1d-baba-0f18b2b859cc => 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: 1442/2766] 199.19.213.179 () {34 vars in 1104 bytes} [Fri May 8 00:38:59 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c&port_id=74e469e9-7e8e-4f1d-baba-0f18b2b859cc => 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: 1443/2767] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:38:59 2026] GET /v2.0/subnets?id=b208ab2a-e726-4361-8031-b76bcb93c1ea&id=2b705f11-4688-464b-95ca-cbc5fe2a9897 => generated 1413 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1444/2768] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:59 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&device_owner=network%3Adhcp => generated 1461 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1325/2769] 10.0.0.129 () {34 vars in 668 bytes} [Fri May 8 00:38:58 2026] POST /v2.0/routers => generated 474 bytes in 735 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1445/2770] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:38:59 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&device_owner=network%3Adhcp => generated 1461 bytes in 42 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:38:59.617 7 INFO neutron.db.l3_hamode_db [None req-9161f7d8-1e83-4d5d-a4db-1fd1e799b471 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 8|app: 0|req: 1446/2771] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:38:59 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 1447/2772] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:38:59 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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-08 00:38:59.730 7 INFO neutron.db.l3_hamode_db [None req-9161f7d8-1e83-4d5d-a4db-1fd1e799b471 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1326/2773] 10.0.0.129 () {34 vars in 668 bytes} [Fri May 8 00:38:59 2026] POST /v2.0/routers => generated 474 bytes in 782 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:39:00.411 8 INFO neutron.db.l3_hamode_db [None req-4be105f7-bce7-4bf3-9e80-d243ae99fd4b 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 2026-05-08 00:39:00.527 8 INFO neutron.db.l3_hamode_db [None req-4be105f7-bce7-4bf3-9e80-d243ae99fd4b 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1327/2774] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:39:00 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 5595 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1328/2775] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:39:00 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.70&port_id=283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 => 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: 1329/2776] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:39:00 2026] GET /v2.0/subnets?id=89ae1107-facc-436e-992b-75ea2f68cde1 => generated 654 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1330/2777] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:00 2026] GET /v2.0/ports?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3&device_owner=network%3Adhcp => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1331/2778] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:00 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1332/2779] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:00 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1333/2780] 199.19.213.179 () {34 vars in 1056 bytes} [Fri May 8 00:39:00 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=a177902c-8450-40ff-a1fd-ead1a9b4b010 => 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: 1334/2781] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/subnets?id=ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 677 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1335/2782] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/ports?network_id=6b074eb2-4830-4958-aabc-f034ea287b43&device_owner=network%3Adhcp => generated 1461 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1448/2783] 10.0.0.129 () {34 vars in 668 bytes} [Fri May 8 00:39:00 2026] POST /v2.0/routers => generated 474 bytes in 734 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1336/2784] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?fields=segments => generated 14 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:39:01.146 8 INFO neutron.db.l3_hamode_db [None req-cea9a488-96e3-4de9-8ffe-13c0d989baa7 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1337/2785] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1338/2786] 199.19.213.179 () {34 vars in 1054 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.7&port_id=375480e3-b257-4f03-9b75-a55d90012657 => 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: 1339/2787] 199.19.213.179 () {34 vars in 1104 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3A16c&port_id=375480e3-b257-4f03-9b75-a55d90012657 => generated 19 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:39:01.270 8 INFO neutron.db.l3_hamode_db [None req-cea9a488-96e3-4de9-8ffe-13c0d989baa7 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Number of active agents lower than max_l3_agents_per_router. L3 agents available: 1 [pid: 7|app: 0|req: 1340/2788] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/subnets?id=6f6b8f12-c8f5-45d8-8019-5e6428ccd31b&id=868065d8-5a29-4567-84bd-1295bf3baa2e => generated 1409 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1341/2789] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => generated 1457 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1342/2790] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&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: 1343/2791] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 1344/2792] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 1345/2793] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.206&port_id=74e469e9-7e8e-4f1d-baba-0f18b2b859cc => 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: 1346/2794] 199.19.213.179 () {34 vars in 1104 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A3c&port_id=74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1347/2795] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/subnets?id=b208ab2a-e726-4361-8031-b76bcb93c1ea&id=2b705f11-4688-464b-95ca-cbc5fe2a9897 => generated 1413 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1348/2796] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&device_owner=network%3Adhcp => generated 1461 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1349/2797] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&device_owner=network%3Adhcp => generated 1461 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1350/2798] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 1351/2799] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:01 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 1449/2800] 10.0.0.129 () {34 vars in 668 bytes} [Fri May 8 00:39:01 2026] POST /v2.0/routers => generated 474 bytes in 757 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1352/2801] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:39:01 2026] PUT /v2.0/routers/1c1ac48f-2554-4d22-ab1a-e624f971603d/tags => generated 17 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1450/2802] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:39:01 2026] PUT /v2.0/routers/8ae816b7-e2d3-4a08-8c31-e2bdb3ba6d69/tags => generated 25 bytes in 92 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1353/2803] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:39:02 2026] PUT /v2.0/routers/d287484f-190d-4c41-92ee-10c82d7bf280/tags => generated 34 bytes in 130 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1451/2804] 10.0.0.129 () {34 vars in 751 bytes} [Fri May 8 00:39:02 2026] PUT /v2.0/routers/6921165c-4d35-42af-be6f-23bd5091c1f5/tags => generated 19 bytes in 108 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1354/2805] 10.0.0.129 () {32 vars in 664 bytes} [Fri May 8 00:39:02 2026] GET /v2.0/routers?tags=red => generated 1463 bytes in 80 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1452/2806] 10.0.0.129 () {32 vars in 678 bytes} [Fri May 8 00:39:02 2026] GET /v2.0/routers?tags=red%2Cblue => generated 988 bytes in 111 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1355/2807] 10.0.0.129 () {32 vars in 674 bytes} [Fri May 8 00:39:02 2026] GET /v2.0/routers?tags-any=blue => generated 988 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1453/2808] 10.0.0.129 () {32 vars in 686 bytes} [Fri May 8 00:39:02 2026] GET /v2.0/routers?tags-any=red%2Cblue => generated 1463 bytes in 83 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1356/2809] 10.0.0.129 () {32 vars in 672 bytes} [Fri May 8 00:39:02 2026] GET /v2.0/routers?not-tags=red => generated 960 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1454/2810] 10.0.0.129 () {32 vars in 686 bytes} [Fri May 8 00:39:02 2026] GET /v2.0/routers?not-tags=red%2Cblue => generated 1435 bytes in 90 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1357/2811] 10.0.0.129 () {32 vars in 682 bytes} [Fri May 8 00:39:02 2026] GET /v2.0/routers?not-tags-any=blue => generated 1435 bytes in 89 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1455/2812] 10.0.0.129 () {32 vars in 694 bytes} [Fri May 8 00:39:02 2026] GET /v2.0/routers?not-tags-any=red%2Cblue => generated 960 bytes in 85 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1358/2813] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:39:03 2026] GET /v2.0/routers/1c1ac48f-2554-4d22-ab1a-e624f971603d => generated 485 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1456/2814] 10.0.0.129 () {34 vars in 742 bytes} [Fri May 8 00:39:03 2026] PUT /v2.0/routers/1c1ac48f-2554-4d22-ab1a-e624f971603d => generated 485 bytes in 547 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1359/2815] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:39:03 2026] GET /v2.0/ports?device_id=1c1ac48f-2554-4d22-ab1a-e624f971603d => generated 12 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:39:03.829 8 INFO neutron_taas.services.taas.taas_plugin [None req-071fd065-dd34-4dae-aac4-444263baf5eb 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] TaaS: Handle Delete Port: 7269cca2-0e22-4586-a36e-a547318564b9 2026-05-08 00:39:03.831 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-071fd065-dd34-4dae-aac4-444263baf5eb 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Tap Mirror: Handle Delete Port: 7269cca2-0e22-4586-a36e-a547318564b9 [pid: 8|app: 0|req: 1457/2816] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:39:03 2026] DELETE /v2.0/routers/1c1ac48f-2554-4d22-ab1a-e624f971603d => generated 0 bytes in 353 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1360/2817] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:39:04 2026] GET /v2.0/routers/8ae816b7-e2d3-4a08-8c31-e2bdb3ba6d69 => generated 493 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1458/2818] 10.0.0.129 () {34 vars in 742 bytes} [Fri May 8 00:39:04 2026] PUT /v2.0/routers/8ae816b7-e2d3-4a08-8c31-e2bdb3ba6d69 => generated 493 bytes in 493 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1361/2819] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:39:04 2026] GET /v2.0/ports?device_id=8ae816b7-e2d3-4a08-8c31-e2bdb3ba6d69 => generated 12 bytes in 21 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:39:04.767 8 INFO neutron_taas.services.taas.taas_plugin [None req-e76cd30b-07f5-4b39-81da-4634d15b500f 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] TaaS: Handle Delete Port: 00fec24b-3401-479b-8dd0-c4902bd31240 2026-05-08 00:39:04.770 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e76cd30b-07f5-4b39-81da-4634d15b500f 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Tap Mirror: Handle Delete Port: 00fec24b-3401-479b-8dd0-c4902bd31240 [pid: 8|app: 0|req: 1459/2820] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:39:04 2026] DELETE /v2.0/routers/8ae816b7-e2d3-4a08-8c31-e2bdb3ba6d69 => generated 0 bytes in 364 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1362/2821] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:39:04 2026] GET /v2.0/routers/d287484f-190d-4c41-92ee-10c82d7bf280 => generated 502 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1460/2824] 10.0.0.129 () {34 vars in 742 bytes} [Fri May 8 00:39:05 2026] PUT /v2.0/routers/d287484f-190d-4c41-92ee-10c82d7bf280 => generated 502 bytes in 538 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1365/2825] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:39:05 2026] GET /v2.0/ports?device_id=d287484f-190d-4c41-92ee-10c82d7bf280 => 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: 1366/2826] 10.0.0.179 () {34 vars in 971 bytes} [Fri May 8 00:39:05 2026] GET /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 1520 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:05.797 8 INFO neutron_taas.services.taas.taas_plugin [None req-d5671b79-ea59-4cb6-b9b8-187025d102ad 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] TaaS: Handle Delete Port: af29adf4-748a-45ab-8a23-8c83b5e07be6 2026-05-08 00:39:05.802 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-d5671b79-ea59-4cb6-b9b8-187025d102ad 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Tap Mirror: Handle Delete Port: af29adf4-748a-45ab-8a23-8c83b5e07be6 [pid: 7|app: 0|req: 1367/2827] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:39:05 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 796 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1368/2828] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:05 2026] GET /v2.0/subnets/2b705f11-4688-464b-95ca-cbc5fe2a9897 => generated 673 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1369/2829] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:05 2026] GET /v2.0/subnets/b208ab2a-e726-4361-8031-b76bcb93c1ea => generated 747 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1370/2830] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:05 2026] GET /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => generated 1512 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1461/2831] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:39:05 2026] DELETE /v2.0/routers/d287484f-190d-4c41-92ee-10c82d7bf280 => generated 0 bytes in 407 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1462/2832] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/routers/6921165c-4d35-42af-be6f-23bd5091c1f5 => generated 487 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1371/2833] 199.19.213.179 () {34 vars in 790 bytes} [Fri May 8 00:39:06 2026] PUT /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => generated 1247 bytes in 314 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-08 00:39:06.391 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-b9f1015a-0781-4327-8404-c30d8aafdcd4'] response: {'name': 'network-changed', 'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'tag': '375480e3-b257-4f03-9b75-a55d90012657', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1372/2834] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 798 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1373/2835] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/subnets/868065d8-5a29-4567-84bd-1295bf3baa2e => 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: 1374/2836] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39:06 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: 1375/2837] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39:06 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: 1376/2838] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1377/2839] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39:06 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: 1378/2840] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1379/2841] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1463/2842] 10.0.0.129 () {34 vars in 742 bytes} [Fri May 8 00:39:06 2026] PUT /v2.0/routers/6921165c-4d35-42af-be6f-23bd5091c1f5 => generated 487 bytes in 573 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1464/2843] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/ports?device_id=6921165c-4d35-42af-be6f-23bd5091c1f5 => 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: 1380/2844] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1345 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1381/2845] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1382/2846] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43 => generated 800 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1383/2847] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1384/2848] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:39:06.905 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d9f4483-b79c-46d9-80d8-85d4dcfcdae2 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] TaaS: Handle Delete Port: 799f8f57-9031-4aea-874f-25967211f5d1 2026-05-08 00:39:06.908 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d9f4483-b79c-46d9-80d8-85d4dcfcdae2 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Tap Mirror: Handle Delete Port: 799f8f57-9031-4aea-874f-25967211f5d1 [pid: 7|app: 0|req: 1385/2849] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 5368 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1386/2850] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:39:06 2026] GET /v2.0/networks?id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 801 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1387/2851] 199.19.213.179 () {34 vars in 1054 bytes} [Fri May 8 00:39:07 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.7&port_id=375480e3-b257-4f03-9b75-a55d90012657 => 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/2852] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:39:07 2026] GET /v2.0/subnets?id=868065d8-5a29-4567-84bd-1295bf3baa2e => generated 676 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1465/2853] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:39:06 2026] DELETE /v2.0/routers/6921165c-4d35-42af-be6f-23bd5091c1f5 => generated 0 bytes in 424 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1389/2854] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:07 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => generated 1457 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1466/2855] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:39:07 2026] GET /v2.0/routers/daa06af4-36ae-44d2-ae36-fb98874840e5 => generated 480 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1390/2856] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:07 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 1391/2857] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:07 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 1467/2858] 10.0.0.129 () {34 vars in 742 bytes} [Fri May 8 00:39:07 2026] PUT /v2.0/routers/daa06af4-36ae-44d2-ae36-fb98874840e5 => generated 480 bytes in 969 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1392/2859] 10.0.0.129 () {32 vars in 736 bytes} [Fri May 8 00:39:08 2026] GET /v2.0/ports?device_id=daa06af4-36ae-44d2-ae36-fb98874840e5 => generated 12 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:39:08.327 8 INFO neutron_taas.services.taas.taas_plugin [None req-6cf7f0bb-2a6d-4415-8977-9cb4d7ab2607 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] TaaS: Handle Delete Port: 9d6b40e0-0fb4-4006-9c36-f592ee7d6a1c 2026-05-08 00:39:08.329 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-6cf7f0bb-2a6d-4415-8977-9cb4d7ab2607 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] Tap Mirror: Handle Delete Port: 9d6b40e0-0fb4-4006-9c36-f592ee7d6a1c 2026-05-08 00:39:08.713 8 INFO neutron.db.l3_hamode_db [None req-6cf7f0bb-2a6d-4415-8977-9cb4d7ab2607 8bce4f42f46c4558bfd7e64857b7a81d df1d6422599841e19e9854a7166dd6fd - - default default] HA network 5b4cee14-d25e-4400-855f-9850548edca4 was deleted as no HA routers are present in tenant df1d6422599841e19e9854a7166dd6fd. [pid: 8|app: 0|req: 1468/2860] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:39:08 2026] DELETE /v2.0/routers/daa06af4-36ae-44d2-ae36-fb98874840e5 => generated 0 bytes in 547 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:39:08.794 8 INFO neutron.services.segments.plugin [-] Segment e7474d58-df23-4bd7-ae89-58ac9d48b499 resource provider aggregate not found 2026-05-08 00:39:08.805 8 INFO neutron.services.segments.plugin [-] Segment e7474d58-df23-4bd7-ae89-58ac9d48b499 resource provider aggregate not found 2026-05-08 00:39:08.819 8 INFO neutron.services.segments.plugin [-] Segment e7474d58-df23-4bd7-ae89-58ac9d48b499 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7474d58-df23-4bd7-ae89-58ac9d48b499 found for delete ", "request_id": "req-d6988798-bd49-47fa-a1f5-74d43b6a3f1c"}]} 2026-05-08 00:39:08.824 8 INFO neutron.services.segments.plugin [-] Segment e7474d58-df23-4bd7-ae89-58ac9d48b499 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e7474d58-df23-4bd7-ae89-58ac9d48b499 found for delete ", "request_id": "req-c5026086-3db0-4858-8112-1df7bd9bf1db"}]} [pid: 7|app: 0|req: 1393/2861] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:09 2026] GET /v2.0/security-groups?tenant_id=df1d6422599841e19e9854a7166dd6fd&name=default => generated 2929 bytes in 294 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1469/2862] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:09 2026] DELETE /v2.0/security-groups/00e12d9e-6aa0-4935-a343-8771f2d61b94 => 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: 1394/2863] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:10 2026] GET /v2.0/security-groups?tenant_id=afad7714b3f742d49691fa3d082c80cd&name=default => generated 2929 bytes in 153 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1470/2864] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:10 2026] DELETE /v2.0/security-groups/0c66cc12-4313-4570-aafd-b8bd958704b5 => 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: 1395/2865] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:10 2026] GET /v2.0/security-groups?tenant_id=39718f4ffce741ff9a64cda4650ba498&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: 1471/2866] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:10 2026] DELETE /v2.0/security-groups/a63ee0f7-5979-466b-bcf0-e68dc3893a04 => 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: 1396/2867] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:39:14 2026] POST /v2.0/subnetpools => generated 516 bytes in 227 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1472/2868] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:39:15 2026] POST /v2.0/subnetpools => generated 516 bytes in 58 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1397/2869] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:39:15 2026] POST /v2.0/subnetpools => generated 516 bytes in 59 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1473/2870] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:39:15 2026] POST /v2.0/subnetpools => generated 516 bytes in 53 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1398/2871] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:39:15 2026] POST /v2.0/subnetpools => generated 516 bytes in 50 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1474/2872] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:39:15 2026] PUT /v2.0/subnetpools/d47efb81-e144-4cf4-a8c5-8836116bf35e/tags => generated 17 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1399/2873] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:39:15 2026] PUT /v2.0/subnetpools/8e23f6bb-9443-443d-a1f1-5399619f2902/tags => generated 25 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1475/2874] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:39:15 2026] PUT /v2.0/subnetpools/20b37634-cb2a-4fa6-ae5e-c6bcb2724dce/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: 1400/2875] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:39:15 2026] PUT /v2.0/subnetpools/076b618e-445b-4c78-a962-3c4903a9a804/tags => generated 19 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1476/2876] 10.0.0.129 () {32 vars in 672 bytes} [Fri May 8 00:39:15 2026] GET /v2.0/subnetpools?tags=red => generated 1563 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1401/2877] 10.0.0.129 () {32 vars in 686 bytes} [Fri May 8 00:39:15 2026] GET /v2.0/subnetpools?tags=red%2Cblue => generated 1056 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1477/2878] 10.0.0.129 () {32 vars in 682 bytes} [Fri May 8 00:39:15 2026] GET /v2.0/subnetpools?tags-any=blue => generated 1056 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1402/2879] 10.0.0.129 () {32 vars in 694 bytes} [Fri May 8 00:39:15 2026] GET /v2.0/subnetpools?tags-any=red%2Cblue => generated 1563 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1478/2880] 10.0.0.129 () {32 vars in 680 bytes} [Fri May 8 00:39:15 2026] GET /v2.0/subnetpools?not-tags=red => generated 1028 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1403/2881] 10.0.0.129 () {32 vars in 694 bytes} [Fri May 8 00:39:15 2026] GET /v2.0/subnetpools?not-tags=red%2Cblue => generated 1535 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1479/2882] 10.0.0.129 () {32 vars in 690 bytes} [Fri May 8 00:39:15 2026] GET /v2.0/subnetpools?not-tags-any=blue => generated 1535 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1404/2883] 10.0.0.129 () {32 vars in 702 bytes} [Fri May 8 00:39:15 2026] GET /v2.0/subnetpools?not-tags-any=red%2Cblue => generated 1028 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1480/2884] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:39:15 2026] DELETE /v2.0/subnetpools/d47efb81-e144-4cf4-a8c5-8836116bf35e => generated 0 bytes in 40 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1405/2885] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:39:15 2026] DELETE /v2.0/subnetpools/8e23f6bb-9443-443d-a1f1-5399619f2902 => 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: 1481/2886] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:39:15 2026] DELETE /v2.0/subnetpools/20b37634-cb2a-4fa6-ae5e-c6bcb2724dce => generated 0 bytes in 35 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1406/2887] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:39:15 2026] DELETE /v2.0/subnetpools/076b618e-445b-4c78-a962-3c4903a9a804 => 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: 1482/2888] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:39:15 2026] DELETE /v2.0/subnetpools/79cb9714-36d7-4d9a-b5d1-0f711575f826 => generated 0 bytes in 38 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1407/2889] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:16 2026] GET /v2.0/security-groups?tenant_id=dd838d9349c74b76922515055ea9018c&name=default => generated 2929 bytes in 261 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1483/2890] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:16 2026] DELETE /v2.0/security-groups/dfa62c04-d7f7-4722-a074-beb653c1a88b => 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: 1408/2891] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:17 2026] GET /v2.0/security-groups?tenant_id=5a0a8d15ade04a098a3d781015b4d62b&name=default => generated 2929 bytes in 115 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1484/2892] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:17 2026] DELETE /v2.0/security-groups/f9af0483-8aa7-4af2-89e0-25721644ed4f => 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: 1409/2893] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:17 2026] GET /v2.0/security-groups?tenant_id=3d27423e225f4c63bfbafac41a9dd852&name=default => generated 2929 bytes in 122 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1485/2894] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:17 2026] DELETE /v2.0/security-groups/8892883f-81c2-48e4-a712-e098dd9153b1 => generated 0 bytes in 126 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1411/2897] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39:20 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 159 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1487/2898] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1412/2899] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1488/2900] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39:20 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: 1413/2901] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:20 2026] GET /v2.0/subnets/868065d8-5a29-4567-84bd-1295bf3baa2e => generated 673 bytes in 31 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1489/2902] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:20 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 5368 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1414/2903] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39:20 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: 1490/2904] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39:20 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1415/2905] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:20 2026] GET /v2.0/extensions/qos => generated 166 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1491/2906] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39:21 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 7 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1416/2907] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:21 2026] GET /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 1520 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1492/2908] 199.19.213.179 () {34 vars in 790 bytes} [Fri May 8 00:39:21 2026] PUT /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 1307 bytes in 337 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1417/2909] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:39:21 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 796 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: 8|app: 0|req: 1493/2910] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:21 2026] GET /v2.0/subnets/b208ab2a-e726-4361-8031-b76bcb93c1ea => generated 747 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1418/2911] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:21 2026] GET /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 1343 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:21.630 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-314b9523-ee74-4b44-a544-12b0dbfa74e3'] response: {'name': 'network-changed', 'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'tag': '74e469e9-7e8e-4f1d-baba-0f18b2b859cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1494/2912] 199.19.213.179 () {34 vars in 789 bytes} [Fri May 8 00:39:21 2026] PUT /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 1080 bytes in 289 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: 1495/2913] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:39:21 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 796 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1496/2914] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:21 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 4964 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:22.007 7 INFO neutron.db.segments_db [None req-c92ad324-a83f-4e67-89f4-2c2ed8dafa9e 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] Added segment 36ae3021-a5b9-4ef2-b34f-016444b3019d of type vxlan for network 30854d5f-cefd-46c9-8c3f-7a7e61f86168 [pid: 7|app: 0|req: 1419/2915] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:39:21 2026] POST /v2.0/networks => generated 632 bytes in 339 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1420/2916] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:39:22 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 4964 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1421/2917] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:39:22 2026] GET /v2.0/networks?id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1422/2918] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:22 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 1423/2919] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:22 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 1497/2920] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:39:22 2026] POST /v2.0/ports => generated 743 bytes in 363 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: 1498/2921] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:22 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 4964 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1424/2922] 10.0.0.129 () {34 vars in 666 bytes} [Fri May 8 00:39:22 2026] POST /v2.0/trunks => generated 407 bytes in 138 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) 2026-05-08 00:39:22.686 8 INFO neutron.db.segments_db [None req-4714d2e6-c0f0-4c95-aa6d-b639f7aa92b0 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] Added segment d41fb146-e6db-4277-a6ac-64bb3a4b54fc of type vxlan for network 7aa9c6fc-a6af-4062-af21-6b750bbead90 [pid: 8|app: 0|req: 1499/2923] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:39:22 2026] POST /v2.0/networks => generated 632 bytes in 145 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1425/2924] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:39:22 2026] POST /v2.0/ports => generated 743 bytes in 318 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1500/2925] 10.0.0.129 () {34 vars in 666 bytes} [Fri May 8 00:39:23 2026] POST /v2.0/trunks => generated 407 bytes in 221 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:39:23.381 7 INFO neutron.db.segments_db [None req-ed8c6971-d75f-47ac-9f20-c5b968f7a556 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] Added segment 1520d322-9cc5-4eac-bdc8-8a1f22345a78 of type vxlan for network 57346d2e-70c3-4aa5-9400-20af4927b5e9 [pid: 7|app: 0|req: 1426/2926] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:39:23 2026] POST /v2.0/networks => generated 631 bytes in 148 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1427/2927] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:23 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 4964 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:23.670 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-6967b9c7-05d0-4a5b-ad77-2943c9fd36b3'] response: {'name': 'network-changed', 'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'tag': '74e469e9-7e8e-4f1d-baba-0f18b2b859cc', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1501/2928] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:39:23 2026] POST /v2.0/ports => generated 743 bytes in 293 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1428/2929] 10.0.0.129 () {34 vars in 666 bytes} [Fri May 8 00:39:23 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:39:23.989 8 INFO neutron.db.segments_db [None req-d87f5b44-9fbd-48b4-b490-21ec41db0632 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] Added segment 1d5a963f-f0a8-44d1-ba45-47d6ffe24eb3 of type vxlan for network 33a8bd9c-d176-4590-85c1-6db409a5dfd0 [pid: 8|app: 0|req: 1502/2930] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:39:23 2026] POST /v2.0/networks => generated 631 bytes in 163 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1503/2931] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:39:24 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 4964 bytes in 54 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1504/2932] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:39:24 2026] GET /v2.0/networks?id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 799 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1505/2933] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:24 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 1506/2934] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:24 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 1429/2935] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:39:24 2026] POST /v2.0/ports => generated 743 bytes in 301 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1507/2936] 10.0.0.129 () {34 vars in 666 bytes} [Fri May 8 00:39:24 2026] POST /v2.0/trunks => generated 407 bytes in 155 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:39:24.633 7 INFO neutron.db.segments_db [None req-89e9af8e-7f84-46ac-8137-8e894c8b5a41 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] Added segment 14bafff7-6da2-41e5-9a33-0da63723cdac of type vxlan for network 1488ae5f-fe83-4381-b166-bc9208020505 [pid: 8|app: 0|req: 1508/2937] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:24 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 4964 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1430/2938] 10.0.0.129 () {34 vars in 670 bytes} [Fri May 8 00:39:24 2026] POST /v2.0/networks => generated 632 bytes in 173 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1509/2939] 199.19.213.179 () {34 vars in 975 bytes} [Fri May 8 00:39:24 2026] GET /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 1116 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1510/2940] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:39:24 2026] GET /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1511/2941] 199.19.213.179 () {34 vars in 1016 bytes} [Fri May 8 00:39:24 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?fields=dns_domain => generated 29 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1431/2942] 10.0.0.129 () {34 vars in 664 bytes} [Fri May 8 00:39:24 2026] POST /v2.0/ports => generated 743 bytes in 285 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1512/2943] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:39:24 2026] PUT /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => generated 917 bytes in 223 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1432/2944] 10.0.0.129 () {34 vars in 666 bytes} [Fri May 8 00:39:25 2026] POST /v2.0/trunks => generated 407 bytes in 170 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: 1513/2945] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:39:25 2026] PUT /v2.0/trunks/977b341d-fbc9-4627-8a32-886d5a497364/tags => generated 17 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1433/2946] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:39:25 2026] PUT /v2.0/trunks/5dd85659-e0b2-47d7-84d8-d5e9b4d962a6/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: 1514/2947] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:39:25 2026] PUT /v2.0/trunks/37f30238-1ec1-40a2-9d64-ed8c56753642/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: 1434/2948] 10.0.0.129 () {34 vars in 749 bytes} [Fri May 8 00:39:25 2026] PUT /v2.0/trunks/899ed1f7-7afe-4eff-9759-990ce274c919/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: 1515/2949] 10.0.0.129 () {32 vars in 662 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks?tags=red => generated 1246 bytes in 23 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1435/2950] 10.0.0.129 () {32 vars in 676 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks?tags=red%2Cblue => generated 843 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1516/2951] 10.0.0.129 () {32 vars in 672 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks?tags-any=blue => generated 843 bytes in 20 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1436/2952] 10.0.0.129 () {32 vars in 684 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks?tags-any=red%2Cblue => generated 1246 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1517/2953] 10.0.0.129 () {32 vars in 670 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks?not-tags=red => generated 815 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1437/2954] 10.0.0.129 () {32 vars in 684 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks?not-tags=red%2Cblue => generated 1218 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1518/2955] 10.0.0.129 () {32 vars in 680 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks?not-tags-any=blue => generated 1218 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1438/2956] 10.0.0.129 () {32 vars in 692 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks?not-tags-any=red%2Cblue => generated 815 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1519/2957] 10.0.0.129 () {32 vars in 719 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks/977b341d-fbc9-4627-8a32-886d5a497364 => generated 412 bytes in 18 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1439/2958] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/ports/3555ab09-9493-47b8-8237-83cd9d7a3738 => generated 826 bytes in 97 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1520/2959] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 3856 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1440/2960] 10.0.0.129 () {32 vars in 722 bytes} [Fri May 8 00:39:25 2026] DELETE /v2.0/trunks/977b341d-fbc9-4627-8a32-886d5a497364 => 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: 1441/2961] 10.0.0.129 () {32 vars in 719 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks/5dd85659-e0b2-47d7-84d8-d5e9b4d962a6 => generated 420 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:39:25.874 8 INFO neutron_taas.services.taas.taas_plugin [None req-df5e0723-5ae2-442a-9f23-4531c852aef3 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 74e469e9-7e8e-4f1d-baba-0f18b2b859cc 2026-05-08 00:39:25.878 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-df5e0723-5ae2-442a-9f23-4531c852aef3 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 74e469e9-7e8e-4f1d-baba-0f18b2b859cc [pid: 7|app: 0|req: 1442/2962] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/ports/d3ed2689-05fa-4f66-9acb-eaaefa9665f7 => generated 826 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1443/2963] 10.0.0.129 () {32 vars in 722 bytes} [Fri May 8 00:39:25 2026] DELETE /v2.0/trunks/5dd85659-e0b2-47d7-84d8-d5e9b4d962a6 => generated 0 bytes in 56 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1521/2964] 199.19.213.179 () {32 vars in 759 bytes} [Fri May 8 00:39:25 2026] DELETE /v2.0/ports/74e469e9-7e8e-4f1d-baba-0f18b2b859cc => 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: 1444/2965] 10.0.0.129 () {32 vars in 719 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/trunks/37f30238-1ec1-40a2-9d64-ed8c56753642 => generated 429 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1522/2966] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:39:25 2026] GET /v2.0/ports/8f03bf5f-df04-494f-b337-a05b9be37e4c => generated 826 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1523/2967] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39:26 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: 1524/2968] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 4 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1525/2969] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:26 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: 1445/2970] 10.0.0.129 () {32 vars in 722 bytes} [Fri May 8 00:39:26 2026] DELETE /v2.0/trunks/37f30238-1ec1-40a2-9d64-ed8c56753642 => 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: 1526/2971] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39:26 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: 1446/2972] 10.0.0.129 () {32 vars in 719 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/trunks/899ed1f7-7afe-4eff-9759-990ce274c919 => generated 414 bytes in 13 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1527/2973] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1447/2974] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/ports/cde041f3-f9a8-4823-81d7-c72d6086dbae => generated 826 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1528/2975] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1529/2976] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1345 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1448/2977] 10.0.0.129 () {32 vars in 722 bytes} [Fri May 8 00:39:26 2026] DELETE /v2.0/trunks/899ed1f7-7afe-4eff-9759-990ce274c919 => generated 0 bytes in 90 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1530/2978] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1449/2979] 10.0.0.129 () {32 vars in 719 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/trunks/062d9073-100a-44a2-8b6e-3762be443fa4 => generated 407 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1531/2980] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43 => generated 800 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1450/2981] 10.0.0.129 () {32 vars in 717 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/ports/efe0dc2b-8257-473c-b52e-10d536d05582 => generated 826 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1451/2982] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1532/2983] 10.0.0.129 () {32 vars in 722 bytes} [Fri May 8 00:39:26 2026] DELETE /v2.0/trunks/062d9073-100a-44a2-8b6e-3762be443fa4 => 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: 1452/2984] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:39:26.519 8 INFO neutron_taas.services.taas.taas_plugin [None req-8d45568e-144e-46f8-ac49-59821097987b 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] TaaS: Handle Delete Port: 3555ab09-9493-47b8-8237-83cd9d7a3738 2026-05-08 00:39:26.522 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-8d45568e-144e-46f8-ac49-59821097987b 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] Tap Mirror: Handle Delete Port: 3555ab09-9493-47b8-8237-83cd9d7a3738 [pid: 8|app: 0|req: 1533/2985] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:39:26 2026] DELETE /v2.0/ports/3555ab09-9493-47b8-8237-83cd9d7a3738 => generated 0 bytes in 198 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1453/2986] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 3856 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1454/2987] 199.19.213.179 () {34 vars in 1226 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/networks?id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3&id=6b074eb2-4830-4958-aabc-f034ea287b43&id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 3095 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1455/2988] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.70&port_id=283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1456/2989] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/subnets?id=89ae1107-facc-436e-992b-75ea2f68cde1 => generated 654 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:39:26.777 8 INFO neutron_taas.services.taas.taas_plugin [None req-294ff2a6-d506-4af2-a5af-2bb5c1096f03 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] TaaS: Handle Delete Port: d3ed2689-05fa-4f66-9acb-eaaefa9665f7 2026-05-08 00:39:26.780 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-294ff2a6-d506-4af2-a5af-2bb5c1096f03 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] Tap Mirror: Handle Delete Port: d3ed2689-05fa-4f66-9acb-eaaefa9665f7 [pid: 7|app: 0|req: 1457/2990] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/ports?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3&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: 1458/2991] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1534/2992] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:39:26 2026] DELETE /v2.0/ports/d3ed2689-05fa-4f66-9acb-eaaefa9665f7 => generated 0 bytes in 243 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1459/2993] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1460/2994] 199.19.213.179 () {34 vars in 1056 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=a177902c-8450-40ff-a1fd-ead1a9b4b010 => 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: 1461/2995] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/subnets?id=ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 677 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:39:26.987 8 INFO neutron_taas.services.taas.taas_plugin [None req-94e3fa34-fc3b-4b54-ae25-7238080b230e 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] TaaS: Handle Delete Port: 8f03bf5f-df04-494f-b337-a05b9be37e4c 2026-05-08 00:39:26.990 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-94e3fa34-fc3b-4b54-ae25-7238080b230e 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] Tap Mirror: Handle Delete Port: 8f03bf5f-df04-494f-b337-a05b9be37e4c [pid: 7|app: 0|req: 1462/2996] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:26 2026] GET /v2.0/ports?network_id=6b074eb2-4830-4958-aabc-f034ea287b43&device_owner=network%3Adhcp => generated 1461 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1463/2997] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:27 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?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: 1535/2998] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:39:26 2026] DELETE /v2.0/ports/8f03bf5f-df04-494f-b337-a05b9be37e4c => generated 0 bytes in 219 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1464/2999] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:27 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1465/3000] 199.19.213.179 () {34 vars in 1054 bytes} [Fri May 8 00:39:27 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.7&port_id=375480e3-b257-4f03-9b75-a55d90012657 => 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: 1466/3001] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:39:27 2026] GET /v2.0/subnets?id=868065d8-5a29-4567-84bd-1295bf3baa2e => generated 676 bytes in 29 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:39:27.251 8 INFO neutron_taas.services.taas.taas_plugin [None req-965ffd4d-ec76-4d84-ad3f-d665b997f68a 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] TaaS: Handle Delete Port: cde041f3-f9a8-4823-81d7-c72d6086dbae [pid: 7|app: 0|req: 1467/3002] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:27 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => generated 1457 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:27.255 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-965ffd4d-ec76-4d84-ad3f-d665b997f68a 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] Tap Mirror: Handle Delete Port: cde041f3-f9a8-4823-81d7-c72d6086dbae [pid: 7|app: 0|req: 1468/3003] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:27 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?fields=segments => generated 14 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1536/3004] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:39:27 2026] DELETE /v2.0/ports/cde041f3-f9a8-4823-81d7-c72d6086dbae => generated 0 bytes in 253 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1469/3005] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:27 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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-08 00:39:27.519 8 INFO neutron_taas.services.taas.taas_plugin [None req-44b8a11c-a6b7-4467-8d74-721522110d31 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] TaaS: Handle Delete Port: efe0dc2b-8257-473c-b52e-10d536d05582 2026-05-08 00:39:27.527 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-44b8a11c-a6b7-4467-8d74-721522110d31 2a6ddc43ec4c483ea09c7c38bd37fc45 0239b80a5d54477fbb9af65471e0961b - - default default] Tap Mirror: Handle Delete Port: efe0dc2b-8257-473c-b52e-10d536d05582 [pid: 8|app: 0|req: 1537/3006] 10.0.0.129 () {32 vars in 720 bytes} [Fri May 8 00:39:27 2026] DELETE /v2.0/ports/efe0dc2b-8257-473c-b52e-10d536d05582 => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1470/3007] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:39:27 2026] DELETE /v2.0/networks/30854d5f-cefd-46c9-8c3f-7a7e61f86168 => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:39:27.881 7 INFO neutron.services.segments.plugin [-] Segment 36ae3021-a5b9-4ef2-b34f-016444b3019d resource provider aggregate not found 2026-05-08 00:39:27.892 7 INFO neutron.services.segments.plugin [-] Segment 36ae3021-a5b9-4ef2-b34f-016444b3019d resource provider aggregate not found 2026-05-08 00:39:27.915 7 INFO neutron.services.segments.plugin [-] Segment 36ae3021-a5b9-4ef2-b34f-016444b3019d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36ae3021-a5b9-4ef2-b34f-016444b3019d found for delete ", "request_id": "req-3ff56712-1fc9-4121-bb92-11d88d5c5ff8"}]} 2026-05-08 00:39:27.919 7 INFO neutron.services.segments.plugin [-] Segment 36ae3021-a5b9-4ef2-b34f-016444b3019d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 36ae3021-a5b9-4ef2-b34f-016444b3019d found for delete ", "request_id": "req-c9a37f24-9d27-422e-a76f-bd34c4b7766f"}]} 2026-05-08 00:39:27.942 8 INFO neutron.services.segments.plugin [-] Segment d41fb146-e6db-4277-a6ac-64bb3a4b54fc resource provider aggregate not found 2026-05-08 00:39:27.945 8 INFO neutron.services.segments.plugin [-] Segment d41fb146-e6db-4277-a6ac-64bb3a4b54fc resource provider aggregate not found 2026-05-08 00:39:27.972 8 INFO neutron.services.segments.plugin [-] Segment d41fb146-e6db-4277-a6ac-64bb3a4b54fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d41fb146-e6db-4277-a6ac-64bb3a4b54fc found for delete ", "request_id": "req-74e52c19-97fd-41c5-86c6-2fc1af235bb4"}]} 2026-05-08 00:39:27.974 8 INFO neutron.services.segments.plugin [-] Segment d41fb146-e6db-4277-a6ac-64bb3a4b54fc resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid d41fb146-e6db-4277-a6ac-64bb3a4b54fc found for delete ", "request_id": "req-159d6b77-b3a8-4283-97ea-9518df0241c7"}]} [pid: 8|app: 0|req: 1538/3008] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:39:27 2026] DELETE /v2.0/networks/7aa9c6fc-a6af-4062-af21-6b750bbead90 => generated 0 bytes in 211 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1471/3009] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:39:27 2026] DELETE /v2.0/networks/57346d2e-70c3-4aa5-9400-20af4927b5e9 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1539/3010] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:39:28 2026] DELETE /v2.0/networks/33a8bd9c-d176-4590-85c1-6db409a5dfd0 => generated 0 bytes in 131 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1472/3011] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:39:28 2026] DELETE /v2.0/networks/1488ae5f-fe83-4381-b166-bc9208020505 => generated 0 bytes in 121 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1540/3012] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:29 2026] GET /v2.0/security-groups?tenant_id=0239b80a5d54477fbb9af65471e0961b&name=default => generated 2929 bytes in 176 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1473/3013] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:29 2026] DELETE /v2.0/security-groups/9457a6ab-bb73-4992-8e52-adc4a97eb38b => 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: 1541/3014] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39: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: 1474/3015] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39:29 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: 1475/3016] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:29 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: 1476/3017] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39:29 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: 1477/3018] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:29 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 3856 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1542/3019] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:29 2026] GET /v2.0/security-groups?tenant_id=e5a61e57bc12422086cea69bfab3c1ef&name=default => generated 2929 bytes in 118 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1543/3020] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39:29 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: 1544/3021] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39:29 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: 1478/3022] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:29 2026] DELETE /v2.0/security-groups/ba1233a1-b4db-499b-91ac-5f8210128cbf => 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: 1545/3023] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:29 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: 1479/3024] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39:29 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: 1546/3025] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:29 2026] GET /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => generated 1283 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:29.942 7 INFO neutron.services.segments.plugin [-] Segment 1520d322-9cc5-4eac-bdc8-8a1f22345a78 resource provider aggregate not found 2026-05-08 00:39:29.947 7 INFO neutron.services.segments.plugin [-] Segment 1520d322-9cc5-4eac-bdc8-8a1f22345a78 resource provider aggregate not found [pid: 8|app: 0|req: 1547/3026] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:29 2026] GET /v2.0/security-groups?tenant_id=5ec598cb18724075bee3ab074d7a3062&name=default => generated 2929 bytes in 126 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:29.963 7 INFO neutron.services.segments.plugin [-] Segment 1520d322-9cc5-4eac-bdc8-8a1f22345a78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1520d322-9cc5-4eac-bdc8-8a1f22345a78 found for delete ", "request_id": "req-b25a3707-d7e5-4bb0-a51c-2da3c8dede1d"}]} 2026-05-08 00:39:29.969 7 INFO neutron.services.segments.plugin [-] Segment 1520d322-9cc5-4eac-bdc8-8a1f22345a78 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1520d322-9cc5-4eac-bdc8-8a1f22345a78 found for delete ", "request_id": "req-609ccff0-a3e0-48f4-a52c-3ae40e32a0e8"}]} 2026-05-08 00:39:29.991 7 INFO neutron.services.segments.plugin [-] Segment 14bafff7-6da2-41e5-9a33-0da63723cdac resource provider aggregate not found 2026-05-08 00:39:29.995 7 INFO neutron.services.segments.plugin [-] Segment 14bafff7-6da2-41e5-9a33-0da63723cdac resource provider aggregate not found 2026-05-08 00:39:30.001 8 INFO neutron.services.segments.plugin [-] Segment 1d5a963f-f0a8-44d1-ba45-47d6ffe24eb3 resource provider aggregate not found 2026-05-08 00:39:30.004 8 INFO neutron.services.segments.plugin [-] Segment 1d5a963f-f0a8-44d1-ba45-47d6ffe24eb3 resource provider aggregate not found 2026-05-08 00:39:30.012 7 INFO neutron.services.segments.plugin [-] Segment 14bafff7-6da2-41e5-9a33-0da63723cdac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14bafff7-6da2-41e5-9a33-0da63723cdac found for delete ", "request_id": "req-79e84003-15f9-4476-a1d8-f63a88e8a9ce"}]} 2026-05-08 00:39:30.012 7 INFO neutron.services.segments.plugin [-] Segment 14bafff7-6da2-41e5-9a33-0da63723cdac resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 14bafff7-6da2-41e5-9a33-0da63723cdac found for delete ", "request_id": "req-9669480f-6d4a-408e-a285-4b7683443b46"}]} 2026-05-08 00:39:30.019 8 INFO neutron.services.segments.plugin [-] Segment 1d5a963f-f0a8-44d1-ba45-47d6ffe24eb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d5a963f-f0a8-44d1-ba45-47d6ffe24eb3 found for delete ", "request_id": "req-c05ca488-10d4-4bad-a0aa-df1d457644f6"}]} 2026-05-08 00:39:30.019 8 INFO neutron.services.segments.plugin [-] Segment 1d5a963f-f0a8-44d1-ba45-47d6ffe24eb3 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 1d5a963f-f0a8-44d1-ba45-47d6ffe24eb3 found for delete ", "request_id": "req-5bbb8eae-cfec-42af-9e50-0d3e22b3f77e"}]} [pid: 8|app: 0|req: 1548/3027] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:29 2026] DELETE /v2.0/security-groups/20d792ee-ae75-496a-9eca-887a48f4bf0a => 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: 1480/3028] 199.19.213.179 () {34 vars in 789 bytes} [Fri May 8 00:39:29 2026] PUT /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => generated 1080 bytes in 353 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:30.158 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-1ec45d92-f5c7-46ca-80e3-45e760078342'] response: {'name': 'network-changed', 'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'tag': '375480e3-b257-4f03-9b75-a55d90012657', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1549/3029] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:39:30 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 798 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 7|app: 0|req: 1481/3030] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:30 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 3689 bytes in 49 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1550/3031] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:30 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 3689 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1482/3032] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:39:30 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 3689 bytes in 63 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1551/3033] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:39:30 2026] GET /v2.0/networks?id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 801 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1483/3034] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:30 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?fields=segments => generated 14 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1552/3035] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:30 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 1484/3036] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:31 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 3689 bytes in 43 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1553/3037] 199.19.213.179 () {34 vars in 975 bytes} [Fri May 8 00:39:32 2026] GET /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => generated 1116 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1554/3038] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:39:32 2026] GET /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1485/3039] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:32 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 3689 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1555/3040] 199.19.213.179 () {34 vars in 1016 bytes} [Fri May 8 00:39:32 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?fields=dns_domain => generated 29 bytes in 58 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1486/3041] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:39:32 2026] PUT /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => generated 917 bytes in 275 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: 1487/3042] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:33 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2581 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:33.649 7 INFO neutron_taas.services.taas.taas_plugin [None req-bd99d40b-8623-43c5-acde-770989c30f21 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 375480e3-b257-4f03-9b75-a55d90012657 2026-05-08 00:39:33.651 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-bd99d40b-8623-43c5-acde-770989c30f21 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 375480e3-b257-4f03-9b75-a55d90012657 [pid: 7|app: 0|req: 1488/3043] 199.19.213.179 () {32 vars in 759 bytes} [Fri May 8 00:39:33 2026] DELETE /v2.0/ports/375480e3-b257-4f03-9b75-a55d90012657 => 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: 1489/3044] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39: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: 1490/3045] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39:33 2026] GET /v2.0/extensions/dns-integration => generated 172 bytes in 9 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1491/3046] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:33 2026] GET /v2.0/extensions/qos => generated 166 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1492/3047] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39: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) [pid: 7|app: 0|req: 1493/3048] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:33 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1556/3049] 10.0.0.129 () {34 vars in 676 bytes} [Fri May 8 00:39:33 2026] POST /v2.0/floatingips => generated 552 bytes in 697 msecs (HTTP/1.1 201) 4 headers in 162 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1494/3050] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:33 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 32 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1557/3051] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:39:33 2026] PUT /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags => generated 25 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1495/3052] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:33 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1345 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1558/3053] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags => generated 25 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1496/3054] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1497/3055] 199.19.213.179 () {30 vars in 743 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43 => generated 800 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1559/3056] 10.0.0.129 () {34 vars in 770 bytes} [Fri May 8 00:39:34 2026] PUT /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags/green => generated 4 bytes in 64 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1498/3057] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1560/3058] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags => generated 34 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1561/3059] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 27 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1499/3060] 10.0.0.129 () {34 vars in 766 bytes} [Fri May 8 00:39:34 2026] PUT /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags/red => generated 4 bytes in 54 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1562/3061] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags => generated 34 bytes in 46 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1500/3062] 10.0.0.129 () {34 vars in 788 bytes} [Fri May 8 00:39:34 2026] PUT /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags/black.or.white => generated 4 bytes in 112 msecs (HTTP/1.1 201) 4 headers in 160 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1563/3063] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2581 bytes in 62 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1501/3064] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags => generated 52 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1564/3065] 199.19.213.179 () {34 vars in 1146 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/networks?id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3&id=6b074eb2-4830-4958-aabc-f034ea287b43&id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 2310 bytes in 55 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1502/3066] 10.0.0.129 () {34 vars in 759 bytes} [Fri May 8 00:39:34 2026] PUT /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags => generated 37 bytes in 53 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1565/3067] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.70&port_id=283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 => generated 19 bytes in 24 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1503/3068] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags => generated 37 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1566/3069] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/subnets?id=89ae1107-facc-436e-992b-75ea2f68cde1 => generated 654 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1504/3070] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags/red => generated 0 bytes in 30 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1567/3071] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/ports?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3&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-08 00:39:34.609 7 INFO neutron.api.v2.resource [None req-b2d322c6-df48-4fc5-8e96-645fd0c88307 9b1b8087923d4129992171396d2ae586 cedbda3286494fbabd9a6da1f396df17 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1505/3072] 10.0.0.129 () {32 vars in 751 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags/green => generated 99 bytes in 33 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1568/3073] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1506/3074] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:39:34 2026] DELETE /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags/red => 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: 1569/3075] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1507/3076] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags => generated 30 bytes in 36 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1570/3077] 199.19.213.179 () {34 vars in 1056 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips?fixed_ip_address=10.1.1.70&port_id=a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 19 bytes in 22 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:39:34.751 7 INFO neutron.api.v2.resource [None req-98643422-025e-43db-a7d1-00780c9c2b54 9b1b8087923d4129992171396d2ae586 cedbda3286494fbabd9a6da1f396df17 - - default default] delete failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1508/3078] 10.0.0.129 () {32 vars in 754 bytes} [Fri May 8 00:39:34 2026] DELETE /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags/green => generated 99 bytes in 44 msecs (HTTP/1.1 404) 4 headers in 163 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1571/3079] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/subnets?id=ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 677 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1572/3080] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/ports?network_id=6b074eb2-4830-4958-aabc-f034ea287b43&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: 1509/3081] 10.0.0.129 () {32 vars in 742 bytes} [Fri May 8 00:39:34 2026] DELETE /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/tags => 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: 1573/3082] 10.0.0.129 () {32 vars in 739 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09/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: 1510/3083] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?fields=segments => generated 14 bytes in 60 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1511/3084] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:34 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:39:34.974 8 INFO neutron_taas.services.taas.taas_plugin [None req-64077218-919b-42c9-96e7-34f2440e681a 9b1b8087923d4129992171396d2ae586 cedbda3286494fbabd9a6da1f396df17 - - default default] TaaS: Handle Delete Port: 2e92b4a9-24f9-4d71-9a64-4c3d062d53db 2026-05-08 00:39:34.978 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-64077218-919b-42c9-96e7-34f2440e681a 9b1b8087923d4129992171396d2ae586 cedbda3286494fbabd9a6da1f396df17 - - default default] Tap Mirror: Handle Delete Port: 2e92b4a9-24f9-4d71-9a64-4c3d062d53db [pid: 8|app: 0|req: 1574/3085] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:39:34 2026] DELETE /v2.0/floatingips/77d08da3-e2f2-422c-b324-9b9755a0ba09 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1513/3088] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:35 2026] GET /v2.0/security-groups?tenant_id=cedbda3286494fbabd9a6da1f396df17&name=default => generated 2929 bytes in 262 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1576/3089] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:36 2026] DELETE /v2.0/security-groups/76901bc4-9d54-45c4-90e8-47192faff70f => 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: 1514/3090] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:39:36 2026] GET /v2.0/security-groups?tenant_id=f6b616d6850344aca7ef1541fd497ee2&name=default => generated 2929 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1577/3091] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:39:36 2026] DELETE /v2.0/security-groups/317ab75c-07aa-447a-8536-1176351f73f0 => 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: 1515/3092] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39:46 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: 1578/3093] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39:46 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: 1516/3094] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:46 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: 1579/3095] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39:46 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 5 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:39:46.488 7 INFO neutron.api.v2.resource [None req-7a27d1d3-fc63-4b2b-9e91-e2a8d2d2e59a 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1517/3096] 199.19.213.179 () {30 vars in 763 bytes} [Fri May 8 00:39:46 2026] GET /v2.0/security-groups/lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 149 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1580/3097] 199.19.213.179 () {30 vars in 785 bytes} [Fri May 8 00:39:46 2026] GET /v2.0/security-groups?name=lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 2863 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1518/3098] 199.19.213.179 () {30 vars in 815 bytes} [Fri May 8 00:39:46 2026] GET /v2.0/security-group-rules?security_group_id=ea128cbc-4492-4368-a948-d20b64bb7ae3 => generated 2334 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1581/3099] 199.19.213.179 () {32 vars in 789 bytes} [Fri May 8 00:39:46 2026] DELETE /v2.0/security-group-rules/58af40a9-92d8-4881-8e2f-5f6ff3bcf612 => 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: 1519/3100] 199.19.213.179 () {32 vars in 789 bytes} [Fri May 8 00:39:46 2026] DELETE /v2.0/security-group-rules/7debf7cb-4c51-436b-affe-58d3e452e8d8 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:39:49.385 8 INFO neutron_taas.services.taas.taas_plugin [None req-3aeaec55-b533-41f2-947b-6df32cef3820 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: 01b11779-86fe-4793-900b-d2a08dc6ad80 2026-05-08 00:39:49.388 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3aeaec55-b533-41f2-947b-6df32cef3820 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: 01b11779-86fe-4793-900b-d2a08dc6ad80 2026-05-08 00:39:49.570 8 INFO neutron.db.l3_db [None req-3aeaec55-b533-41f2-947b-6df32cef3820 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Floating IP a0a2ac1e-a946-45fb-b813-6d2ff665cb1e disassociated (deleted). External IP: 10.96.250.210, port: 7fa0b12f-6017-4a0b-9018-47a8c65eba64. [pid: 8|app: 0|req: 1582/3101] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:39:49 2026] DELETE /v2.0/floatingips/a0a2ac1e-a946-45fb-b813-6d2ff665cb1e => generated 0 bytes in 571 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:39:49.869 7 INFO neutron.api.v2.resource [None req-30c14294-1f70-4496-b5cf-6aa8eebedeb6 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1520/3102] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:39:49 2026] GET /v2.0/floatingips/a0a2ac1e-a946-45fb-b813-6d2ff665cb1e => generated 144 bytes in 24 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1522/3105] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39:51 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: 1584/3106] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39:51 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: 1523/3107] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:51 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: 1585/3108] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39:51 2026] GET /v2.0/extensions/allowed-address-pairs => generated 184 bytes in 8 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:39:51.363 7 INFO neutron.api.v2.resource [None req-77b13790-33ea-4bff-b13c-d55efda589dd 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1524/3109] 199.19.213.179 () {30 vars in 763 bytes} [Fri May 8 00:39:51 2026] GET /v2.0/security-groups/lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 149 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1586/3110] 199.19.213.179 () {30 vars in 785 bytes} [Fri May 8 00:39:51 2026] GET /v2.0/security-groups?name=lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 1637 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1525/3111] 199.19.213.179 () {30 vars in 815 bytes} [Fri May 8 00:39:51 2026] GET /v2.0/security-group-rules?security_group_id=ea128cbc-4492-4368-a948-d20b64bb7ae3 => generated 1182 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1587/3112] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39:51 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: 1526/3113] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39:51 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: 1588/3114] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:51 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: 1527/3115] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39:51 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: 1589/3116] 199.19.213.179 () {30 vars in 741 bytes} [Fri May 8 00:39:51 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 674 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1528/3117] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:51 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2581 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1590/3118] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:51 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2581 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1529/3119] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:51 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2581 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1591/3120] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:52 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2581 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1530/3121] 199.19.213.179 () {34 vars in 975 bytes} [Fri May 8 00:39:53 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1345 bytes in 34 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1592/3122] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:39:53 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010?fields=binding%3Aprofile&fields=network_id => generated 83 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1593/3123] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:53 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 2581 bytes in 45 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1531/3124] 199.19.213.179 () {34 vars in 1016 bytes} [Fri May 8 00:39:53 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43?fields=dns_domain => generated 29 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1594/3125] 199.19.213.179 () {38 vars in 1028 bytes} [Fri May 8 00:39:53 2026] PUT /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1146 bytes in 274 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1532/3126] 199.19.213.179 () {30 vars in 769 bytes} [Fri May 8 00:39:54 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' [pid: 8|app: 0|req: 1595/3127] 199.19.213.179 () {34 vars in 789 bytes} [Fri May 8 00:39:55 2026] PUT /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1086 bytes in 184 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1533/3128] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 1086 bytes in 39 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) /var/lib/openstack/lib/python3.12/site-packages/pycadf/identifier.py:70: UserWarning: Invalid uuid: neutron. To ensure interoperability, identifiers should be a valid uuid. warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2026-05-08 00:39:55.352 8 INFO neutron_taas.services.taas.taas_plugin [None req-e999d6db-dd74-4e96-97ed-24475c04a9d3 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: a177902c-8450-40ff-a1fd-ead1a9b4b010 2026-05-08 00:39:55.356 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e999d6db-dd74-4e96-97ed-24475c04a9d3 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: a177902c-8450-40ff-a1fd-ead1a9b4b010 [pid: 8|app: 0|req: 1596/3129] 199.19.213.179 () {32 vars in 759 bytes} [Fri May 8 00:39:55 2026] DELETE /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 0 bytes in 241 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1534/3130] 199.19.213.179 () {30 vars in 703 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/extensions/security-group => generated 170 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1597/3131] 199.19.213.179 () {30 vars in 705 bytes} [Fri May 8 00:39: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: 1535/3132] 199.19.213.179 () {30 vars in 681 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/extensions/qos => generated 166 bytes in 6 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1598/3133] 199.19.213.179 () {30 vars in 717 bytes} [Fri May 8 00:39:55 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-08 00:39:55.649 7 INFO neutron.pecan_wsgi.hooks.translation [None req-f7bfafa8-afd4-4fe2-92c8-6c63b25b6007 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] DELETE failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1536/3134] 199.19.213.179 () {32 vars in 759 bytes} [Fri May 8 00:39:55 2026] DELETE /v2.0/ports/a177902c-8450-40ff-a1fd-ead1a9b4b010 => generated 132 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1599/3135] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1128 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:55.713 7 INFO neutron.api.v2.resource [None req-3f6c191b-649d-4737-beb6-218679505a22 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1537/3136] 199.19.213.179 () {30 vars in 763 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/security-groups/lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 149 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1600/3137] 199.19.213.179 () {30 vars in 785 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/security-groups?name=lb-d39a9fe8-0861-4ead-ab58-2603112dec6f => generated 1637 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1601/3138] 199.19.213.179 () {30 vars in 737 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => 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: 1538/3139] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/ports?tenant_id=8724713e68e4483aa536cc3308e63f12&device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1244 bytes in 47 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1602/3140] 199.19.213.179 () {34 vars in 1066 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/networks?id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3&id=6b074eb2-4830-4958-aabc-f034ea287b43 => generated 1523 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1603/3141] 199.19.213.179 () {34 vars in 1060 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/floatingips?fixed_ip_address=172.24.0.70&port_id=283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 => 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: 1604/3142] 199.19.213.179 () {34 vars in 984 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/subnets?id=89ae1107-facc-436e-992b-75ea2f68cde1 => generated 654 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1605/3143] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/ports?network_id=971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3&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: 1606/3144] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:39:55 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1539/3145] 199.19.213.179 () {34 vars in 789 bytes} [Fri May 8 00:39:55 2026] PUT /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 1090 bytes in 227 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1607/3146] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:39:56 2026] GET /v2.0/networks/971efe6c-dfc1-42cd-aaf1-d568f0b3b2c3?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: 1540/3147] 199.19.213.179 () {32 vars in 779 bytes} [Fri May 8 00:39:56 2026] DELETE /v2.0/security-groups/ea128cbc-4492-4368-a948-d20b64bb7ae3 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:39:56.214 8 INFO neutron_taas.services.taas.taas_plugin [None req-230b2351-6f5d-49af-a3e9-9e0f701d58c0 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 7fa0b12f-6017-4a0b-9018-47a8c65eba64 2026-05-08 00:39:56.216 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-230b2351-6f5d-49af-a3e9-9e0f701d58c0 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 7fa0b12f-6017-4a0b-9018-47a8c65eba64 [pid: 8|app: 0|req: 1608/3148] 199.19.213.179 () {32 vars in 759 bytes} [Fri May 8 00:39:56 2026] DELETE /v2.0/ports/7fa0b12f-6017-4a0b-9018-47a8c65eba64 => generated 0 bytes in 297 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1541/3149] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:39:59 2026] GET /v2.0/ports?device_id=256c5c47-e300-42cc-ac5e-90f14efa7b5d => generated 1244 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:39:59.484 8 INFO neutron_taas.services.taas.taas_plugin [req-171a80c6-067e-440f-8e0f-e126a82500ba req-24dbedaa-5375-474f-87ad-6379f3dd1246 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] TaaS: Handle Delete Port: 283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 2026-05-08 00:39:59.488 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-171a80c6-067e-440f-8e0f-e126a82500ba req-24dbedaa-5375-474f-87ad-6379f3dd1246 6fdccd6c81e24a769dd9c9039614b724 8724713e68e4483aa536cc3308e63f12 - - default default] Tap Mirror: Handle Delete Port: 283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 [pid: 8|app: 0|req: 1609/3150] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:39:59 2026] DELETE /v2.0/ports/283dd2b2-1fe9-4ec4-a05f-c959d1d9c854 => generated 0 bytes in 261 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:39:59.665 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-8f15d65a-a5d9-4dcf-b9a8-7bbf1ac4ece1'] response: {'server_uuid': '256c5c47-e300-42cc-ac5e-90f14efa7b5d', 'name': 'network-vif-deleted', 'tag': '283dd2b2-1fe9-4ec4-a05f-c959d1d9c854', 'status': 'completed', 'code': 200} 2026-05-08 00:40:00.239 7 INFO neutron_taas.services.taas.taas_plugin [None req-9d7daadc-fff5-4bc8-b245-b12b4ac7a4e0 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: f0e3b092-22e9-4463-99a5-4e885f2ced74 2026-05-08 00:40:00.243 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-9d7daadc-fff5-4bc8-b245-b12b4ac7a4e0 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: f0e3b092-22e9-4463-99a5-4e885f2ced74 2026-05-08 00:40:00.412 7 INFO neutron.db.l3_db [None req-9d7daadc-fff5-4bc8-b245-b12b4ac7a4e0 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Floating IP e19684ab-f206-4520-8bb1-6b04dfbc3b43 disassociated (deleted). External IP: 10.96.250.220, port: 98b762cb-eb54-4eba-bfbe-6062172296ce. [pid: 7|app: 0|req: 1542/3151] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:40:00 2026] DELETE /v2.0/floatingips/e19684ab-f206-4520-8bb1-6b04dfbc3b43 => generated 0 bytes in 1120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:01.217 8 INFO neutron.api.v2.resource [None req-95654c96-f531-4cff-8987-52fa33081084 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1610/3152] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:40:01 2026] GET /v2.0/floatingips/e19684ab-f206-4520-8bb1-6b04dfbc3b43 => generated 144 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:40:01.230 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-f48146fb-c8b1-4d8b-9d9c-4a7f5373481f'] response: {'name': 'network-changed', 'server_uuid': 'ee1b9e18-a8b6-434a-bf4c-224e5be1a086', 'tag': '98b762cb-eb54-4eba-bfbe-6062172296ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1543/3153] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:40:01 2026] GET /v2.0/ports?device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 1196 bytes in 107 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1611/3154] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:40:01 2026] GET /v2.0/security-groups?id=f6f75f91-2078-42a3-a78d-ab22a2cc88bc&fields=id&fields=name => generated 112 bytes in 33 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1544/3155] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:40:01 2026] GET /v2.0/ports?tenant_id=b91aedadd8aa4b7c82539596a503ade1&device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 1465 bytes in 38 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1612/3156] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:40:01 2026] GET /v2.0/networks?id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 799 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1545/3157] 199.19.213.179 () {34 vars in 1054 bytes} [Fri May 8 00:40:01 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.2.8&port_id=98b762cb-eb54-4eba-bfbe-6062172296ce => 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: 1613/3158] 199.19.213.179 () {34 vars in 1106 bytes} [Fri May 8 00:40:01 2026] GET /v2.0/floatingips?fixed_ip_address=fd77%3A1457%3A4cf0%3A26a8%3A%3A215&port_id=98b762cb-eb54-4eba-bfbe-6062172296ce => 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: 1546/3159] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:40:01 2026] GET /v2.0/subnets?id=b208ab2a-e726-4361-8031-b76bcb93c1ea&id=2b705f11-4688-464b-95ca-cbc5fe2a9897 => generated 1413 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1614/3160] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:40:01 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&device_owner=network%3Adhcp => generated 1461 bytes in 48 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1547/3161] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:40:02 2026] GET /v2.0/ports?network_id=bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a&device_owner=network%3Adhcp => generated 1461 bytes in 57 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1615/3162] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:40:02 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?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: 1548/3163] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:40:02 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 59 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1616/3164] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:40:03 2026] GET /v2.0/ports?device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 1194 bytes in 75 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:40:03.951 7 INFO neutron_taas.services.taas.taas_plugin [req-e1309dca-8d52-40b5-b4ed-437d121cc527 req-94783184-7cf5-48a6-9ac1-4db5239e91e9 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: 98b762cb-eb54-4eba-bfbe-6062172296ce 2026-05-08 00:40:03.955 7 INFO neutron_taas.services.taas.tap_mirror_plugin [req-e1309dca-8d52-40b5-b4ed-437d121cc527 req-94783184-7cf5-48a6-9ac1-4db5239e91e9 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: 98b762cb-eb54-4eba-bfbe-6062172296ce [pid: 7|app: 0|req: 1549/3165] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:40:03 2026] DELETE /v2.0/ports/98b762cb-eb54-4eba-bfbe-6062172296ce => generated 0 bytes in 279 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:04.168 7 INFO neutron.notifiers.nova [-] Nova event matching ['req-8e808d92-bbe5-4cc1-83f4-5e48c225a015'] response: {'server_uuid': 'ee1b9e18-a8b6-434a-bf4c-224e5be1a086', 'name': 'network-vif-deleted', 'tag': '98b762cb-eb54-4eba-bfbe-6062172296ce', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1551/3168] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:40:06 2026] GET /v2.0/ports?device_id=ee1b9e18-a8b6-434a-bf4c-224e5be1a086 => generated 12 bytes in 28 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) 2026-05-08 00:40:11.844 8 INFO neutron_taas.services.taas.taas_plugin [None req-5576f6c1-0577-4387-b181-6c4a25c5a678 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: b73d1c8e-8ea7-4588-83ef-114b70057148 2026-05-08 00:40:11.846 8 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-5576f6c1-0577-4387-b181-6c4a25c5a678 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: b73d1c8e-8ea7-4588-83ef-114b70057148 2026-05-08 00:40:12.001 8 INFO neutron.db.l3_db [None req-5576f6c1-0577-4387-b181-6c4a25c5a678 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Floating IP e5f964bd-190b-42ad-be6f-057eb4600b10 disassociated (deleted). External IP: 10.96.250.214, port: 110af263-73fd-4c45-9ab7-44af9a0f73d7. [pid: 8|app: 0|req: 1618/3169] 10.0.0.129 () {32 vars in 732 bytes} [Fri May 8 00:40:11 2026] DELETE /v2.0/floatingips/e5f964bd-190b-42ad-be6f-057eb4600b10 => generated 0 bytes in 593 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:12.330 7 INFO neutron.api.v2.resource [None req-89487143-31ac-4c62-b978-6787335d8fa7 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 7|app: 0|req: 1552/3170] 10.0.0.129 () {32 vars in 729 bytes} [Fri May 8 00:40:12 2026] GET /v2.0/floatingips/e5f964bd-190b-42ad-be6f-057eb4600b10 => generated 144 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:40:12.356 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-d862f994-5c2e-4b50-b1e3-4d9d675a65e8'] response: {'name': 'network-changed', 'server_uuid': 'c3725c6f-af46-4734-b220-6e0e333a56f9', 'tag': '110af263-73fd-4c45-9ab7-44af9a0f73d7', 'status': 'completed', 'code': 200} [pid: 8|app: 0|req: 1619/3171] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:40:12 2026] GET /v2.0/ports?device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => generated 1196 bytes in 76 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1553/3172] 10.0.0.179 () {34 vars in 1040 bytes} [Fri May 8 00:40:12 2026] GET /v2.0/security-groups?id=f6f75f91-2078-42a3-a78d-ab22a2cc88bc&fields=id&fields=name => generated 112 bytes in 35 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1620/3173] 199.19.213.179 () {34 vars in 1080 bytes} [Fri May 8 00:40:12 2026] GET /v2.0/ports?tenant_id=b91aedadd8aa4b7c82539596a503ade1&device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => generated 1465 bytes in 56 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1554/3174] 199.19.213.179 () {34 vars in 986 bytes} [Fri May 8 00:40:12 2026] GET /v2.0/networks?id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 801 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1621/3175] 199.19.213.179 () {34 vars in 1058 bytes} [Fri May 8 00:40:12 2026] GET /v2.0/floatingips?fixed_ip_address=10.2.1.214&port_id=110af263-73fd-4c45-9ab7-44af9a0f73d7 => 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: 1555/3176] 199.19.213.179 () {34 vars in 1102 bytes} [Fri May 8 00:40:13 2026] GET /v2.0/floatingips?fixed_ip_address=fd7b%3Af9f7%3Afff%3A4eca%3A%3Ac1&port_id=110af263-73fd-4c45-9ab7-44af9a0f73d7 => 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: 1622/3177] 199.19.213.179 () {34 vars in 1064 bytes} [Fri May 8 00:40:13 2026] GET /v2.0/subnets?id=6f6b8f12-c8f5-45d8-8019-5e6428ccd31b&id=868065d8-5a29-4567-84bd-1295bf3baa2e => generated 1409 bytes in 37 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1556/3178] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:40:13 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&device_owner=network%3Adhcp => generated 1457 bytes in 41 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1623/3179] 199.19.213.179 () {34 vars in 1052 bytes} [Fri May 8 00:40:13 2026] GET /v2.0/ports?network_id=ca40f32e-4d9e-4023-bc3c-73b5b9a40318&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: 1557/3180] 199.19.213.179 () {34 vars in 1012 bytes} [Fri May 8 00:40:13 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?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: 1624/3181] 199.19.213.179 () {34 vars in 1112 bytes} [Fri May 8 00:40:13 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318?fields=provider%3Aphysical_network&fields=provider%3Anetwork_type => generated 78 bytes in 50 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1558/3182] 199.19.213.179 () {34 vars in 994 bytes} [Fri May 8 00:40:14 2026] GET /v2.0/ports?device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => generated 1196 bytes in 72 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) 2026-05-08 00:40:15.051 8 INFO neutron_taas.services.taas.taas_plugin [req-88411af1-69ca-4583-8481-17df4a0bfcfa req-75cb3dc7-bd9f-409f-baa5-16ba6c397c8a ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: 110af263-73fd-4c45-9ab7-44af9a0f73d7 2026-05-08 00:40:15.054 8 INFO neutron_taas.services.taas.tap_mirror_plugin [req-88411af1-69ca-4583-8481-17df4a0bfcfa req-75cb3dc7-bd9f-409f-baa5-16ba6c397c8a ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: 110af263-73fd-4c45-9ab7-44af9a0f73d7 [pid: 8|app: 0|req: 1625/3183] 199.19.213.179 () {36 vars in 997 bytes} [Fri May 8 00:40:14 2026] DELETE /v2.0/ports/110af263-73fd-4c45-9ab7-44af9a0f73d7 => generated 0 bytes in 269 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:15.266 8 INFO neutron.notifiers.nova [-] Nova event matching ['req-a4673f8a-305e-4853-9770-310747904026'] response: {'server_uuid': 'c3725c6f-af46-4734-b220-6e0e333a56f9', 'name': 'network-vif-deleted', 'tag': '110af263-73fd-4c45-9ab7-44af9a0f73d7', 'status': 'completed', 'code': 200} [pid: 7|app: 0|req: 1559/3184] 10.0.0.179 () {34 vars in 990 bytes} [Fri May 8 00:40:17 2026] GET /v2.0/ports?device_id=c3725c6f-af46-4734-b220-6e0e333a56f9 => 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: 1561/3187] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:22 2026] DELETE /v2.0/security-group-rules/02a5a7c6-86dc-4a6d-a218-74df5ead3838 => generated 0 bytes in 75 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:22.816 8 INFO neutron.api.v2.resource [None req-f6119410-af32-475e-90ed-b397f7235737 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1627/3188] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:22 2026] GET /v2.0/security-group-rules/02a5a7c6-86dc-4a6d-a218-74df5ead3838 => 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: 1562/3189] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:22 2026] DELETE /v2.0/security-group-rules/49c783e8-7505-4225-a2c3-73993cf82a42 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:22.897 8 INFO neutron.api.v2.resource [None req-958d7f5c-8e9d-4c0d-aa7d-f623f9a387ce ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1628/3190] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:22 2026] GET /v2.0/security-group-rules/49c783e8-7505-4225-a2c3-73993cf82a42 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1563/3191] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:22 2026] DELETE /v2.0/security-group-rules/d688e90f-62a2-4938-8223-0d558a9bac05 => generated 0 bytes in 72 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:22.987 8 INFO neutron.api.v2.resource [None req-2d39a6f7-36d6-4096-8cbb-0c45bf86e2ef ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1629/3192] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:22 2026] GET /v2.0/security-group-rules/d688e90f-62a2-4938-8223-0d558a9bac05 => 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: 1564/3193] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:22 2026] DELETE /v2.0/security-group-rules/446154c4-53f5-4bb0-9da6-5e1c5c01cf11 => generated 0 bytes in 60 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:23.067 8 INFO neutron.api.v2.resource [None req-1545566b-0f6f-4500-886a-f6fda7324da9 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1630/3194] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:23 2026] GET /v2.0/security-group-rules/446154c4-53f5-4bb0-9da6-5e1c5c01cf11 => 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: 1565/3195] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:23 2026] DELETE /v2.0/security-group-rules/b6ed38f3-cfda-4f0e-8cc9-032b3daa04de => generated 0 bytes in 63 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:23.149 8 INFO neutron.api.v2.resource [None req-a199bd14-1eae-4b2b-89c9-1d2ad1e968cb ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1631/3196] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:23 2026] GET /v2.0/security-group-rules/b6ed38f3-cfda-4f0e-8cc9-032b3daa04de => generated 155 bytes in 10 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1566/3197] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:23 2026] DELETE /v2.0/security-group-rules/a755ef47-6d03-4441-8e13-be1e48669d90 => generated 0 bytes in 62 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:23.228 8 INFO neutron.api.v2.resource [None req-b3303265-5eec-4188-82b9-e06d27956dc0 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1632/3198] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:23 2026] GET /v2.0/security-group-rules/a755ef47-6d03-4441-8e13-be1e48669d90 => generated 155 bytes in 9 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1567/3199] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:23 2026] DELETE /v2.0/security-group-rules/c2824f21-5263-44ea-bcff-baca2ed5ce77 => generated 0 bytes in 65 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:23.312 8 INFO neutron.api.v2.resource [None req-e2b4b88e-1305-4ece-81a0-f4e0f85f96ee ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1633/3200] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:23 2026] GET /v2.0/security-group-rules/c2824f21-5263-44ea-bcff-baca2ed5ce77 => 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: 1568/3201] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:23 2026] DELETE /v2.0/security-group-rules/b28219e7-6d83-44f7-905c-1abce2c89b04 => generated 0 bytes in 58 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:23.399 8 INFO neutron.api.v2.resource [None req-ac2e6ec9-f967-4b38-bf30-ffe0cce9e249 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1634/3202] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:23 2026] GET /v2.0/security-group-rules/b28219e7-6d83-44f7-905c-1abce2c89b04 => generated 155 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1569/3203] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:23 2026] DELETE /v2.0/security-group-rules/f00b9d52-0da3-4c16-9e30-082df8881475 => generated 0 bytes in 53 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:23.475 8 INFO neutron.api.v2.resource [None req-4847f4f5-574e-4c54-88cd-cbef3f7303bc ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1635/3204] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:23 2026] GET /v2.0/security-group-rules/f00b9d52-0da3-4c16-9e30-082df8881475 => 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: 1570/3205] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:23 2026] DELETE /v2.0/security-group-rules/73911c87-8408-4724-a194-2074c3053f11 => generated 0 bytes in 69 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:23.570 8 INFO neutron.api.v2.resource [None req-ffd484d0-db06-4b03-a602-784a6a46f74a ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1636/3206] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:23 2026] GET /v2.0/security-group-rules/73911c87-8408-4724-a194-2074c3053f11 => 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: 1571/3207] 10.0.0.129 () {32 vars in 750 bytes} [Fri May 8 00:40:23 2026] DELETE /v2.0/security-group-rules/f7496d69-bacb-4db6-9ab9-7386abcd1c6f => generated 0 bytes in 73 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:23.665 8 INFO neutron.api.v2.resource [None req-9af70bf5-715b-43f3-86a2-fac5088f971b ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1637/3208] 10.0.0.129 () {32 vars in 747 bytes} [Fri May 8 00:40:23 2026] GET /v2.0/security-group-rules/f7496d69-bacb-4db6-9ab9-7386abcd1c6f => 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: 1572/3209] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:40:23 2026] DELETE /v2.0/security-groups/f6f75f91-2078-42a3-a78d-ab22a2cc88bc => generated 0 bytes in 82 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:23.772 8 INFO neutron.api.v2.resource [None req-d6d5b6ec-8aa1-4b1e-a8af-c1bde0e13db5 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1638/3210] 10.0.0.129 () {32 vars in 737 bytes} [Fri May 8 00:40:23 2026] GET /v2.0/security-groups/f6f75f91-2078-42a3-a78d-ab22a2cc88bc => generated 146 bytes in 13 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:40:24.183 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd7f0288-d386-4bcc-9d38-2c49d7357694 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: 861cc207-457b-4ba9-85eb-1ef12e4753bd 2026-05-08 00:40:24.186 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd7f0288-d386-4bcc-9d38-2c49d7357694 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: 861cc207-457b-4ba9-85eb-1ef12e4753bd [pid: 7|app: 0|req: 1573/3211] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:40:23 2026] PUT /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba/remove_router_interface => generated 309 bytes in 913 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:40:24.912 8 INFO neutron.api.v2.resource [None req-a6f5d6b9-caaf-4149-b368-e251b06ae34f ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1639/3212] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:40:24 2026] PUT /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba/remove_router_interface => generated 198 bytes in 166 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:40:25.277 7 INFO neutron_taas.services.taas.taas_plugin [None req-dbe59306-8938-46e4-b20a-15049d935be4 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: 567b852f-7957-4553-9f0c-79e2da8b1cbb 2026-05-08 00:40:25.280 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-dbe59306-8938-46e4-b20a-15049d935be4 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: 567b852f-7957-4553-9f0c-79e2da8b1cbb [pid: 7|app: 0|req: 1574/3213] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:40:24 2026] PUT /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba/remove_router_interface => generated 309 bytes in 961 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:40:26.038 8 INFO neutron.api.v2.resource [None req-f5366d38-c186-42b7-bbe3-0b8d22314dfc ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1640/3214] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:40:25 2026] PUT /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba/remove_router_interface => generated 198 bytes in 156 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:40:26.430 7 INFO neutron_taas.services.taas.taas_plugin [None req-badb04cd-aa3b-41de-8122-a9529e5edc68 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: 959247b8-655f-4e07-9827-c5ab5d0d92ea 2026-05-08 00:40:26.433 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-badb04cd-aa3b-41de-8122-a9529e5edc68 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: 959247b8-655f-4e07-9827-c5ab5d0d92ea [pid: 7|app: 0|req: 1575/3215] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:40:26 2026] PUT /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba/remove_router_interface => generated 309 bytes in 935 msecs (HTTP/1.1 200) 4 headers in 157 bytes (1 switches on core 0) 2026-05-08 00:40:27.161 8 INFO neutron.api.v2.resource [None req-fb5bca86-7177-4255-84af-b38efd407e2c ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] remove_router_interface failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1641/3216] 10.0.0.129 () {34 vars in 789 bytes} [Fri May 8 00:40:26 2026] PUT /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba/remove_router_interface => generated 198 bytes in 177 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:40:27.362 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7f08b37-e1f3-4e1b-b96f-83d80b699477 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: d359d501-9f85-4cc2-b0c5-2c5602f982b1 2026-05-08 00:40:27.366 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7f08b37-e1f3-4e1b-b96f-83d80b699477 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: d359d501-9f85-4cc2-b0c5-2c5602f982b1 2026-05-08 00:40:27.623 7 INFO neutron_taas.services.taas.taas_plugin [None req-e7f08b37-e1f3-4e1b-b96f-83d80b699477 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: d65732af-f088-4347-90bd-431340c0988e 2026-05-08 00:40:27.626 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-e7f08b37-e1f3-4e1b-b96f-83d80b699477 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: d65732af-f088-4347-90bd-431340c0988e 2026-05-08 00:40:27.950 7 INFO neutron.services.segments.plugin [-] Segment 5e61a2bb-b90b-42db-8b51-2cd438adbfae resource provider aggregate not found 2026-05-08 00:40:27.955 7 INFO neutron.services.segments.plugin [-] Segment 5e61a2bb-b90b-42db-8b51-2cd438adbfae resource provider aggregate not found 2026-05-08 00:40:27.972 7 INFO neutron.services.segments.plugin [-] Segment 5e61a2bb-b90b-42db-8b51-2cd438adbfae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e61a2bb-b90b-42db-8b51-2cd438adbfae found for delete ", "request_id": "req-2ece3f0a-df7d-4b54-a82d-9da57b9bd34d"}]} 2026-05-08 00:40:27.973 7 INFO neutron.services.segments.plugin [-] Segment 5e61a2bb-b90b-42db-8b51-2cd438adbfae resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 5e61a2bb-b90b-42db-8b51-2cd438adbfae found for delete ", "request_id": "req-e5654351-90be-4fad-b3aa-6f11e0ea48e6"}]} 2026-05-08 00:40:27.986 7 INFO neutron.db.l3_hamode_db [None req-e7f08b37-e1f3-4e1b-b96f-83d80b699477 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] HA network f53f7f97-1166-4e63-b8fb-9eda726faece was deleted as no HA routers are present in tenant b91aedadd8aa4b7c82539596a503ade1. [pid: 7|app: 0|req: 1576/3217] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:40:27 2026] DELETE /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba => generated 0 bytes in 822 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) 2026-05-08 00:40:28.014 8 INFO neutron.api.v2.resource [None req-5c110ba3-ec5d-45bb-ba33-0890909e5140 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] show failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1642/3218] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:40:27 2026] GET /v2.0/routers/7d804c69-f064-4d3b-8513-7cbcff0b08ba => generated 135 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1577/3219] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:40:28 2026] DELETE /v2.0/subnets/b208ab2a-e726-4361-8031-b76bcb93c1ea => generated 0 bytes in 153 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:28.197 8 INFO neutron.pecan_wsgi.hooks.translation [None req-b0452848-014e-443d-822c-0dc403d7362f ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1643/3220] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:40:28 2026] GET /v2.0/subnets/b208ab2a-e726-4361-8031-b76bcb93c1ea => generated 136 bytes in 20 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1578/3221] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:40:28 2026] DELETE /v2.0/subnets/2b705f11-4688-464b-95ca-cbc5fe2a9897 => generated 0 bytes in 152 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:28.378 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9e0bd5ee-a5d6-479c-9a7e-5669a1c9d47f ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1644/3222] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:40:28 2026] GET /v2.0/subnets/2b705f11-4688-464b-95ca-cbc5fe2a9897 => generated 136 bytes in 19 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:40:28.475 7 INFO neutron_taas.services.taas.taas_plugin [None req-fd77c411-49cc-4be9-bff6-b8dc4d75e72d ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: 3846176f-e233-4e82-a212-f79cfdd1f5d9 2026-05-08 00:40:28.477 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-fd77c411-49cc-4be9-bff6-b8dc4d75e72d ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: 3846176f-e233-4e82-a212-f79cfdd1f5d9 [pid: 7|app: 0|req: 1579/3223] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:40:28 2026] DELETE /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 0 bytes in 262 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:28.663 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a8eb6775-38e7-45ba-9b67-042a331bdffa ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1645/3224] 10.0.0.129 () {32 vars in 723 bytes} [Fri May 8 00:40:28 2026] GET /v2.0/networks/bd7c5b28-9e2e-4e77-9fb9-b0d82af32b6a => generated 138 bytes in 12 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1580/3225] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:40:28 2026] DELETE /v2.0/subnets/6f6b8f12-c8f5-45d8-8019-5e6428ccd31b => generated 0 bytes in 142 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:28.832 8 INFO neutron.pecan_wsgi.hooks.translation [None req-6804a060-1e6f-46af-a5e3-de3e1915f824 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1646/3226] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:40:28 2026] GET /v2.0/subnets/6f6b8f12-c8f5-45d8-8019-5e6428ccd31b => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1581/3227] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:40:28 2026] DELETE /v2.0/subnets/868065d8-5a29-4567-84bd-1295bf3baa2e => generated 0 bytes in 145 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:29.006 8 INFO neutron.pecan_wsgi.hooks.translation [None req-9c4173a8-3d31-4d46-a092-02b0ac60dd6c ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1647/3228] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:40:28 2026] GET /v2.0/subnets/868065d8-5a29-4567-84bd-1295bf3baa2e => generated 136 bytes in 18 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:40:29.110 7 INFO neutron_taas.services.taas.taas_plugin [None req-06c1e577-ce86-480e-9231-8b550010e207 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: e549990e-fe92-42eb-87d0-2f1dc632a173 2026-05-08 00:40:29.113 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-06c1e577-ce86-480e-9231-8b550010e207 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: e549990e-fe92-42eb-87d0-2f1dc632a173 [pid: 7|app: 0|req: 1582/3229] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:40:29 2026] DELETE /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 0 bytes in 304 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:29.336 8 INFO neutron.pecan_wsgi.hooks.translation [None req-46286a7d-2225-4d7b-ba00-4c3ffeac61d5 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1648/3230] 10.0.0.129 () {32 vars in 723 bytes} [Fri May 8 00:40:29 2026] GET /v2.0/networks/ca40f32e-4d9e-4023-bc3c-73b5b9a40318 => generated 138 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1583/3231] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:40:29 2026] DELETE /v2.0/subnets/14691bc9-869e-4777-aae4-973f1d901f68 => generated 0 bytes in 154 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:29.515 8 INFO neutron.pecan_wsgi.hooks.translation [None req-c87c504b-fe41-43da-a564-8f0921698796 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1649/3232] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:40:29 2026] GET /v2.0/subnets/14691bc9-869e-4777-aae4-973f1d901f68 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1584/3233] 10.0.0.129 () {32 vars in 724 bytes} [Fri May 8 00:40:29 2026] DELETE /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 0 bytes in 141 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:29.687 8 INFO neutron.pecan_wsgi.hooks.translation [None req-ed6ba126-aeaf-4152-b5ed-184a3b0dcd0a ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1650/3234] 10.0.0.129 () {32 vars in 721 bytes} [Fri May 8 00:40:29 2026] GET /v2.0/subnets/ac75d930-6d54-4068-bb63-d39aa2f36f89 => generated 136 bytes in 16 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:40:29.797 7 INFO neutron_taas.services.taas.taas_plugin [None req-3c737b84-a37a-4ce6-a91f-5d6f13b8c5b4 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] TaaS: Handle Delete Port: f6d73b24-8a3b-4e97-8457-e079783481e3 2026-05-08 00:40:29.800 7 INFO neutron_taas.services.taas.tap_mirror_plugin [None req-3c737b84-a37a-4ce6-a91f-5d6f13b8c5b4 ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] Tap Mirror: Handle Delete Port: f6d73b24-8a3b-4e97-8457-e079783481e3 2026-05-08 00:40:29.998 7 INFO neutron.services.segments.plugin [-] Segment b0feed03-e9f8-4042-b146-0504df19171d resource provider aggregate not found 2026-05-08 00:40:30.005 7 INFO neutron.services.segments.plugin [-] Segment b0feed03-e9f8-4042-b146-0504df19171d resource provider aggregate not found [pid: 7|app: 0|req: 1585/3235] 10.0.0.129 () {32 vars in 726 bytes} [Fri May 8 00:40:29 2026] DELETE /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43 => generated 0 bytes in 320 msecs (HTTP/1.1 204) 3 headers in 131 bytes (1 switches on core 0) 2026-05-08 00:40:30.020 7 INFO neutron.services.segments.plugin [-] Segment b0feed03-e9f8-4042-b146-0504df19171d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0feed03-e9f8-4042-b146-0504df19171d found for delete ", "request_id": "req-fabcca93-6a00-4080-827a-6c9108ebccca"}]} 2026-05-08 00:40:30.024 7 INFO neutron.services.segments.plugin [-] Segment b0feed03-e9f8-4042-b146-0504df19171d resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid b0feed03-e9f8-4042-b146-0504df19171d found for delete ", "request_id": "req-ecf2083d-a669-44bf-9f71-c6cfa68f7723"}]} 2026-05-08 00:40:30.032 8 INFO neutron.pecan_wsgi.hooks.translation [None req-a400d4f1-e445-47c7-bb3a-0cd87ef16a7c ee177e5e78fd43a9961c574721016b97 b91aedadd8aa4b7c82539596a503ade1 - - default default] GET failed (client error): The resource could not be found. [pid: 8|app: 0|req: 1651/3236] 10.0.0.129 () {32 vars in 723 bytes} [Fri May 8 00:40:30 2026] GET /v2.0/networks/6b074eb2-4830-4958-aabc-f034ea287b43 => generated 138 bytes in 15 msecs (HTTP/1.1 404) 4 headers in 164 bytes (1 switches on core 0) 2026-05-08 00:40:30.039 7 INFO neutron.services.segments.plugin [-] Segment e8a57627-40bc-48cb-9c7b-77869e9b8de2 resource provider aggregate not found 2026-05-08 00:40:30.044 7 INFO neutron.services.segments.plugin [-] Segment e8a57627-40bc-48cb-9c7b-77869e9b8de2 resource provider aggregate not found 2026-05-08 00:40:30.056 7 INFO neutron.services.segments.plugin [-] Segment e8a57627-40bc-48cb-9c7b-77869e9b8de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8a57627-40bc-48cb-9c7b-77869e9b8de2 found for delete ", "request_id": "req-623798ba-966d-4197-ae7c-5ed2e77fdacd"}]} 2026-05-08 00:40:30.060 7 INFO neutron.services.segments.plugin [-] Segment e8a57627-40bc-48cb-9c7b-77869e9b8de2 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid e8a57627-40bc-48cb-9c7b-77869e9b8de2 found for delete ", "request_id": "req-39b0dfd3-59b8-4457-bdcf-15bdc27fe5cb"}]} 2026-05-08 00:40:30.074 7 INFO neutron.services.segments.plugin [-] Segment 34777bab-0a42-4d65-9e2d-1dab27e7a582 resource provider aggregate not found 2026-05-08 00:40:30.079 7 INFO neutron.services.segments.plugin [-] Segment 34777bab-0a42-4d65-9e2d-1dab27e7a582 resource provider aggregate not found 2026-05-08 00:40:30.094 7 INFO neutron.services.segments.plugin [-] Segment 34777bab-0a42-4d65-9e2d-1dab27e7a582 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34777bab-0a42-4d65-9e2d-1dab27e7a582 found for delete ", "request_id": "req-4ef23392-cff7-4a85-a6bb-9ec038337a6c"}]} 2026-05-08 00:40:30.099 7 INFO neutron.services.segments.plugin [-] Segment 34777bab-0a42-4d65-9e2d-1dab27e7a582 resource provider not found; error: Placement Client Error (4xx): {"errors": [{"status": 404, "title": "Not Found", "detail": "The resource could not be found.\n\n No resource provider with uuid 34777bab-0a42-4d65-9e2d-1dab27e7a582 found for delete ", "request_id": "req-896f3a0a-38c6-4257-a226-f4b70eada93f"}]} [pid: 7|app: 0|req: 1586/3237] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:40:31 2026] GET /v2.0/security-groups?tenant_id=ee9e4887b1484f4f81d8317e899a15d8&name=default => generated 2929 bytes in 250 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1652/3238] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:40:32 2026] DELETE /v2.0/security-groups/979f2a63-5c0d-4ce0-aa39-b0501cc0d54f => generated 0 bytes in 105 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1587/3239] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:40:32 2026] GET /v2.0/security-groups?tenant_id=84747f25fca4406c8b146b8ba28f6f1e&name=default => generated 2929 bytes in 138 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1653/3240] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:40:32 2026] DELETE /v2.0/security-groups/778cd1c5-7ef1-4562-afa1-2ecd6e5e3490 => 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: 1588/3241] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:40:33 2026] GET /v2.0/security-groups?tenant_id=227b103ef1774d2fadf2cfa814cf040f&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: 1654/3242] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:40:33 2026] DELETE /v2.0/security-groups/74cef9f6-3ffa-44d9-bd27-11ffc4c828c6 => generated 0 bytes in 120 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1589/3243] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:40:33 2026] GET /v2.0/security-groups?tenant_id=484d53276277479b90bb74377e76d370&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: 1655/3244] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:40:33 2026] DELETE /v2.0/security-groups/8d7bcc42-b67d-4e3e-ad0f-dbac79e1e198 => 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: 1590/3245] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:40:34 2026] GET /v2.0/security-groups?tenant_id=b91aedadd8aa4b7c82539596a503ade1&name=default => generated 2925 bytes in 30 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1656/3246] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:40:34 2026] DELETE /v2.0/security-groups/6c2ac53d-e1f1-4b82-923b-f851c9f10a69 => 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: 1591/3247] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:40:34 2026] GET /v2.0/security-groups?tenant_id=0fc63fc59e2b4f1e813d6f2bd05d9af0&name=default => generated 2929 bytes in 152 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1657/3248] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:40:34 2026] DELETE /v2.0/security-groups/170c6538-f723-457c-af78-b5de9a3eaeea => generated 0 bytes in 83 msecs (HTTP/1.1 204) 2 headers in 112 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1592/3249] 10.0.0.129 () {32 vars in 774 bytes} [Fri May 8 00:40:34 2026] GET /v2.0/security-groups?tenant_id=d926b3fedb03434a8bec750ed174998f&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: 1658/3250] 10.0.0.129 () {32 vars in 740 bytes} [Fri May 8 00:40:34 2026] DELETE /v2.0/security-groups/7f50fdb0-d11f-47d3-9c6c-5f11d2cff1fb => 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: 1594/3253] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:40:37 2026] GET /v2.0/networks => generated 2166 bytes in 211 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1660/3254] 10.0.0.129 () {32 vars in 655 bytes} [Fri May 8 00:40:38 2026] GET /v2.0/floatingips => generated 19 bytes in 25 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1595/3255] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:40:38 2026] GET /v2.0/routers => generated 15 bytes in 19 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1661/3256] 10.0.0.129 () {32 vars in 643 bytes} [Fri May 8 00:40:38 2026] GET /v2.0/ports => generated 4721 bytes in 44 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1596/3257] 10.0.0.129 () {32 vars in 647 bytes} [Fri May 8 00:40:38 2026] GET /v2.0/subnets => generated 1308 bytes in 26 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1662/3258] 10.0.0.129 () {32 vars in 649 bytes} [Fri May 8 00:40:38 2026] GET /v2.0/networks => generated 2166 bytes in 52 msecs (HTTP/1.1 200) 4 headers in 158 bytes (1 switches on core 0) [pid: 7|app: 0|req: 1597/3259] 10.0.0.129 () {32 vars in 663 bytes} [Fri May 8 00:40:38 2026] GET /v2.0/security-groups => generated 17397 bytes in 40 msecs (HTTP/1.1 200) 4 headers in 159 bytes (1 switches on core 0) [pid: 8|app: 0|req: 1663/3260] 10.0.0.129 () {32 vars in 655 bytes} [Fri May 8 00:40:38 2026] GET /v2.0/subnetpools => generated 19 bytes in 12 msecs (HTTP/1.1 200) 4 headers in 156 bytes (1 switches on core 0)